.. / Invoke-Command

Runs commands on local and remote computers


Functions:
Type:
Toolsets:

Execute

Runs command

Invoke-Command -ComputerName W10.ad.bitsadmin.com { Get-NetAdapter }

Comments
Mitre Att&ck

Runs command

Invoke-Command -Session $ps { Get-NetAdapter }

Comments
Mitre Att&ck



Updated: 2023-07-01
Contributor: Arris Huijgen (bitsadmin)