WinRM/RemotePS

PS C:\WINDOWS\system32> $b = New-PSSession -ComputerName REMOTEIP -Credential DOMAIN.local\administrator
PS C:\WINDOWS\system32> Copy-Item -FromSession $b C:\Users\Administrator\Downloads\CyLR\PACKAGE.ZIP -Destination C:\LOCALHOST\PACKAGE.ZIP

Enabled Remote PS, executed CyLR, copied it back to source machine for analysis.

Last updated