The Common Information Model (CIM) commands are as follows:
- Get-CimAssociatedInstance
- Get-CimClass
- Get-CimInstance
- Get-CimSession
- Invoke-CimMethod
- New-CimInstance
- New-CimSession
- New-CimSessionOption
- Register-CimIndicationEvent
- Remove-CimInstance
- Remove-CimSession
- Set-CimInstance
Each of the CIM cmdlets uses either the ComputerName or CimSession parameter to target the operation at another computer.