Skip to content

Invoke SnmpGet

Marco van Gaal edited this page Feb 23, 2016 · 2 revisions

Name

Invoke-SnmpGet

.SYNOPSIS

.PARAMETERS

    -IpAddress <string[]>
        Specifies the address of the device.

        Required?                    true
        Position?                    0
        Default value
        Accept pipeline input?       true (ByValue, ByPropertyName)
        Accept wildcard characters?  false

    -Address <string[]>
        Specifies the address of the device.

        This is an alias of the IpAddress parameter.

        Required?                    true
        Position?                    0
        Default value
        Accept pipeline input?       true (ByValue, ByPropertyName)
        Accept wildcard characters?  false

    -ComputerName <string[]>
        Specifies the address of the device.

        This is an alias of the IpAddress parameter.

        Required?                    true
        Position?                    0
        Default value
        Accept pipeline input?       true (ByValue, ByPropertyName)
        Accept wildcard characters?  false

    -IP <string[]>
        Specifies the address of the device.

        This is an alias of the IpAddress parameter.

        Required?                    true
        Position?                    0
        Default value
        Accept pipeline input?       true (ByValue, ByPropertyName)
        Accept wildcard characters?  false

    -Node <string[]>
        Specifies the address of the device.

        This is an alias of the IpAddress parameter.

        Required?                    true
        Position?                    0
        Default value
        Accept pipeline input?       true (ByValue, ByPropertyName)
        Accept wildcard characters?  false

    -Oid <string[]>
        Specifies the object identifier (OID). One or more object identifiers (OIDs) may be given as arguments.

        Required?                    true
        Position?                    2
        Default value
        Accept pipeline input?       true (ByPropertyName)
        Accept wildcard characters?  false

    -Community <string>
        Specifies community string for SNMP communication. The default is "public".

        Required?                    false
        Position?                    named
        Default value                public
        Accept pipeline input?       false
        Accept wildcard characters?  false

    -Port <int>
        Specifies port used for SNMP communication. The default is "161".

        Required?                    false
        Position?                    named
        Default value                161
        Accept pipeline input?       false
        Accept wildcard characters?  false

    -Retry <int>
        Specifies ammount of times SNMP will retry to get values. The default is 1.

        Required?                    false
        Position?                    named
        Default value                1
        Accept pipeline input?       false
        Accept wildcard characters?  false

    -TimeOut <int>
        Determines how long Windows PowerShell waits for this command to complete. The default is 2seconds.

        Required?                    false
        Position?                    named
        Default value                2000
        Accept pipeline input?       false
        Accept wildcard characters?  false

    -Version <SnmpVersion>
        Specifies the SNMP Version used for the connection. The default is 2.

        Possible values: Ver1, Ver2, Ver3

        Required?                    false
        Position?                    named
        Default value                Ver2
        Accept pipeline input?       false
        Accept wildcard characters?  false

    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see
        about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).


.INPUTS

System.String[]

Specifies the address of the device.

System.String[]

Specifies the object identifier (OID). One or more object identifiers (OIDs) may be given as arguments.

.NOTES

Proxx.SNMP

    Author: Marco van G. (Proxx) Website: www.Proxx.nl


.RELATED LINKS

Clone this wiki locally