Copy-Item and Remove-Item: Automate copying and deleting operations

Liebe Community!

Diese Woche mal zurück zu den Grundlagen: Kopieren. Mit PowerShell natürlich. Alles was man so braucht zur Automatisierung von Kopier- und Löschvorgängen. Auch Remote und per Aufgabenplanung.

Copy-Item -Path C:\Temp\ -Destination C:\ -ToSession (New-PSSession -ComputerName Client01) -Recurse

1.PNG

Mehr, viel mehr 😉 gibt’s hier:

Copy-Item and Remove-Item: Automate copying and deleting operations

Bis zum nächsten Mal,

P