Remove-AmsRoleAuthorizationRule
SYNOPSIS
SYNTAX
Remove-AmsRoleAuthorizationRule [-Id <String>] [-Force] [<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> Remove-AmsRoleAuthorizationRule -Id '6d34b2f3-dd28-4dc6-893f-f64f4d099bd6'Example 2
PS C:\> Get-AmsRoleAuthorizationRule -Name "My custom role" | Remove-AmsRoleAuthorizationRulePARAMETERS
-Force
-Id
CommonParameters
INPUTS
System.String
OUTPUTS
System.Void
NOTES
RELATED LINKS
Last updated
Was this helpful?