Configuration driven Active Directory management.
Removes schema default permissions from the list of registered configurationsets.
Unregister-FMSchemaDefaultPermission [-ClassName] <String> [-Identity] <String>
[-ActiveDirectoryRights] <String> [-AccessControlType] <AccessControlType>
[-InheritanceType] <ActiveDirectorySecurityInheritance> [-ObjectType] <String> [-InheritedObjectType] <String>
[<CommonParameters>]
Removes schema default permissions from the list of registered configurationsets.
Get-FMSchemaDefaultPermission | Unregister-FMSchemaDefaultPermission
Clear all configured default schema permissions.
The name of the object class in schema this applies to.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The principal to which the access rule applies.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The rights granted.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Allow or Deny?
Type: AccessControlType
Parameter Sets: (All)
Aliases:
Accepted values: Allow, Deny
Required: True
Position: 4
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
How is this privilege inherited by child objects?
Type: ActiveDirectorySecurityInheritance
Parameter Sets: (All)
Aliases:
Accepted values: None, All, Descendents, SelfAndChildren, Children
Required: True
Position: 5
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
What object types does this permission apply to?
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 6
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
What object types does this permission apply to? Used for extended properties.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 7
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.