5 lines
78 B
PowerShell
5 lines
78 B
PowerShell
$server
|
|
$file = C:\
|
|
|
|
dir \\$server\DavWWWRoot
|
|
copy $file \\$server\DavWWWRoot\ |