Syntax
Test-VMHostSnmp [-HostSnmp] <VmHostSnmp[]> [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet tests the host SNMP specified by the HostSNMP parameter.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
HostSnmp | VmHostSnmp[] | Specifies the host SNMP you want to test. | true | true (ByValue) |
Return Type
Zero or more VmHostSnmp objectsNotes
Examples
-------------- Example 1 --------------
Test-VMHostSNMP -HostSNMP (Get-VMHostSNMP)
Retrieves and tests the SNMP of the default server.