Runs commands on local and remote computers
| Functions: | |
| Type: | |
| Toolsets: |
Invoke-Command -ComputerName W10.ad.bitsadmin.com { Get-NetAdapter }
$ps using New-PSSession
Microsoft.PowerShell.Core
Invoke-Command -Session $ps { Get-NetAdapter }
$ps using New-PSSession
Microsoft.PowerShell.Core