LANCommander/LANCommander.Server/Snippets/Examples/Copy Directory.ps1
2024-08-04 18:44:33 -05:00

1 line
No EOL
113 B
PowerShell

Copy-Item -Path "$InstallDirectory\<Source Path>" -Destination "$InstallDirectory\<Destination Path>" -Recurse