HP Device Monitor (v 1.2) for Microsoft System Center User Guide

Parameters
Address
IP address
Example (interactive)
PS C:\> Remove-OnboardAdministrator
Supply values for the following parameters:
Address: 192.168.0.100
PS C:\>
Example (single command)
PS C:\> Remove-OnboardAdministrator -address 192.168.0.100
Add-VirtualConnectManager
Add-VirtualConnectManager adds the specified Virtual Connect Domain to the DMS. A
username and password must be specified. This cmdlet throws an exception if unsuccessful.
Parameters
Address
IP address (either Domain IP address or VC module IP address)
Username
User name
Password
Password
Example (interactive)
PS C:\> Add-VirtualConnectManager
Supply values for the following parameters:
Address: 192.168.0.101
Username: public
Password: mypassword
PS C:\>
Example (single command)
PS C:\> Add-VirtualConnectManager -address 192.168.0.101 -username public -password mypassword
Remove-VirtualConnectManager
Remove-VirtualConnectManager removes the specified Virtual Connect Domain from the
DMS. This cmdlet throws an exception if unsuccessful.
Parameters
Address
IP address (either Domain IP address or Primary IP address)
Example (interactive)
PS C:\> Remove-VirtualConnectManager
Supply values for the following parameters:
Add-VirtualConnectManager 17