Remove-AmsComputerAuthorizationRule

SYNOPSIS

Removes a computer authorization rule

SYNTAX

Remove-AmsComputerAuthorizationRule [-Id <String>] [-Force] [<CommonParameters>]

DESCRIPTION

This cmdlet permanently removes a computer authorization rule from the system

EXAMPLES

Example 1

PS C:\> Remove-AmsComputerAuthorizationRule -Id '832a1b2c-a673-4e70-82cd-59c16675203e'

Removes the authorization rule specified by the ID

PARAMETERS

-Force

Removes the rule without confirmation

-Id

The unique ID of the rule

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Void

NOTES

Use of this cmdlet requires an Enterprise Edition license.

Last updated

Was this helpful?