< Back
Add-AMSnmpConditionCredential
Post
NAME Add-AMSnmpConditionCredential
SYNOPSIS
Adds a credential to an AutoMate Enterprise SNMP condition.
SYNTAX
Add-AMSnmpConditionCredential [-InputObject] <Object> [[-User] <Object>] [[-EncryptionAlgorithm] {NoEncryption |
DES | AES | TripleDES}] [<CommonParameters>]
DESCRIPTION
Add-AMSnmpConditionCredential adds a credential to an AutoMate Enterprise SNMP condition.
PARAMETERS
-InputObject <Object>
The SNMP condition object to add the credential to.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-User <Object>
The username used to accept authenticated traps.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-EncryptionAlgorithm
The type encryption to use.
Required? false
Position? 3
Default value NoEncryption
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
The following AutoMate object types can be modified by this function:
Condition
OUTPUTS
None
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-AMCondition "snmp" | Add-AMSnmpConditionCredential -User john
RELATED LINKS
https://github.com/AutomatePS/AutomatePS
SYNOPSIS
Adds a credential to an AutoMate Enterprise SNMP condition.
SYNTAX
Add-AMSnmpConditionCredential [-InputObject] <Object> [[-User] <Object>] [[-EncryptionAlgorithm] {NoEncryption |
DES | AES | TripleDES}] [<CommonParameters>]
DESCRIPTION
Add-AMSnmpConditionCredential adds a credential to an AutoMate Enterprise SNMP condition.
PARAMETERS
-InputObject <Object>
The SNMP condition object to add the credential to.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-User <Object>
The username used to accept authenticated traps.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-EncryptionAlgorithm
The type encryption to use.
Required? false
Position? 3
Default value NoEncryption
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
The following AutoMate object types can be modified by this function:
Condition
OUTPUTS
None
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-AMCondition "snmp" | Add-AMSnmpConditionCredential -User john
RELATED LINKS
https://github.com/AutomatePS/AutomatePS