< Back

Remove-AMSnmpConditionCredential

Sat Jan 11, 2020 3:15 am

NAME Remove-AMSnmpConditionCredential



SYNOPSIS

Removes a credential from an AutoMate Enterprise SNMP condition.





SYNTAX

Remove-AMSnmpConditionCredential [-InputObject] <Object> [-ID] <Object> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Remove-AMSnmpConditionCredential removes a credential from an AutoMate Enterprise SNMP condition.





PARAMETERS

-InputObject <Object>

The SNMP condition object to remove the credential from.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-ID <Object>

The ID of the credential.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

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" | Remove-AMSnmpConditionCredential -ID "{5ccaab49-012a-48db-b186-696061e20a2c}"















RELATED LINKS

https://github.com/AutomatePS/AutomatePS