Remove-AmsComputerAuthorizationRule
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Removes a computer authorization rule
Remove-AmsComputerAuthorizationRule [-Id <String>] [-Force] [<CommonParameters>]
This cmdlet permanently removes a computer authorization rule from the system
PS C:\> Remove-AmsComputerAuthorizationRule -Id '832a1b2c-a673-4e70-82cd-59c16675203e'
Removes the authorization rule specified by the ID
Removes the rule without confirmation
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
The unique ID of the rule
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Use of this cmdlet requires an Enterprise Edition license.