Agent plugins are able to communicate with remote devices using PowerShell remoting with the built-in PowerShellSupport class, accessible through the PowerShell property.



IsConnected

Determines whether the PowerShell remoting system is connected and authenticated.


Connect

If the PowerShell remoting system is not already connected the Connect() method can be used.


Disconnect

Disconnects PowerShell remoting from the remote system.


FileSystem

Provides file system functions.


Registry

Provides registry related functionality on the connected machine.


Rsop

Provides resultant set of policy (RSOP) related functionality on the connected machine.


Security

Provides security related functionality on the connected machine.


System

Provides system related functionality on the connected machine.


Wmi

Provides access to Windows Management Instrumentation (WMI) functionality through the PowerShell remoting connection.