Move folders on a remote computer


hi

i need move list of folders (all same path) single folder on w2k3 server.

i thinking of using ps w2k8 server.

is there way of doing using ps?

maelito


maelito

one of many ways this:

$list = get-content folders.txt get-childitem -path $source -recurse | {     $list -contains $_.name  } | move-item $destination



boe prox
blog | twitter
poshwsus | poshpaig | poshchat | posheventui
powershell deep dives book





Windows Server  >  Windows PowerShell



Comments

Popular posts from this blog

CRL Revocation always failed

Failed to query the results of bpa xpath

0x300000d errors in Microsoft Remote Desktop client