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
Post a Comment