LANCommander/LANCommander.Server/Snippets/Examples/Copy Directory.ps1

1 line
113 B
PowerShell
Raw Permalink Normal View History

2023-11-17 00:46:05 -06:00
Copy-Item -Path "$InstallDirectory\<Source Path>" -Destination "$InstallDirectory\<Destination Path>" -Recurse