Remove-AmsRoleAuthorizationRule
SYNOPSIS
Removes a role authorization rule
SYNTAX
DESCRIPTION
This cmdlet permanently removes a role authorization rule from the server
EXAMPLES
Example 1
Removes a role by its known ID
Example 2
Get a role authorization rule by name and removes it
PARAMETERS
-Force
Removes the rule without prompting for 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.
RELATED LINKS
Last updated