diff --git a/Microsoft/Copy_Job.ps1 b/Microsoft/Copy_Job.ps1 new file mode 100644 index 0000000..0a55ea9 --- /dev/null +++ b/Microsoft/Copy_Job.ps1 @@ -0,0 +1,5 @@ +Copy-Item -Path Z:\WELTRETTER_WiKi -Destination W:\70_BACKUP_HyperV -Recurse + +Copy-Item -Path Z:\SRV2019_TRT -Destination W:\70_BACKUP_HyperV -Recurse + +Copy-Item -Path Z:\IMMORTUOS_Forum -Destination W:\70_BACKUP_HyperV -Recurse \ No newline at end of file