Invoke-Command
Jump to navigation
Jump to search
Running command or local script on remote host
Invoke-Command -ComputerName $host -ScriptBlock { Get-ChildItem C:\ } -credential $username Invoke-Command -ComputerName $host-f C:\tmp\local-file-on-remote.ps1