Wednesday, June 29, 2016

Powershell: Copy files from Network location

Copy-Item 
 -Path "Microsoft.PowerShell.Core\FileSystem::\\machine1\c$\log1.zip" 
 -Destination "c:\Logs\"

No comments:

Post a Comment