
ptsouridis
Comments
Recent activity by ptsouridis
Sort by recent activity
-
I used powershell $sourcePath = "\\servershare\c$\PDQ Packages\foldername"$destinationPath = "C:\"Copy-Item -Path $sourcePath -Destination $destinationPath -Recurse