HP Device Monitor (v 1.2) for Microsoft System Center User Guide
Parameters
• Address
IP address or hostname
• CommunityString
SNMP community string
Example (interactive)
PS C:\> Remove-ProLiantServer
Supply values for the following parameters:
Address: 192.168.21.1
CommunityString: public
PS C:\>
Example (single command)
PS C:\> Remove-ProLiantServer -address 192.168.21.1
Add-OnboardAdministrator
Add-OnboardAdministrator adds the specified Onboard Administrator to the DMS. A username
and password must be specified. This cmdlet throws an exception if unsuccessful.
Parameters
• Address
IP address or hostname
• Username
User name
• Password
Password
Example (interactive)
PS C:\> Add-OnboardAdministrator
Supply values for the following parameters:
Address: 192.168.0.100
Username: public
Password: mypassword
PS C:\>
Example (single command)
PS C:\> Add-OnboardAdministrator -address 192.168.0.100 -username public -password mypassword
Remove-OnboardAdministrator
Remove-OnboardAdministrator removes the specified Onboard Administrator from the DMS.
This cmdlet throws an exception if unsuccessful.
16 Using Windows PowerShell with HP Device Monitor