We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Removes a back-link from the ACMA database schema
Remove-AcmaSchemaReferenceBackLink -SourceObjectClass <string> -SourceAttribute <string> -TargetObjectClass <string> -TargetAttribute <string>
The name of the object class that is the source of the back-link
Type: String Required: Yes Position: 0
The name of the reference attribute that contains the target of the back-link
Type: String Required: Yes Position: 1
The name of the object class that is the target of the back-link
Type: String Required: Yes Position: 2
The name of the reference attribute that is the target of the back-link
Type: String Required: Yes Position: 3
This cmdlet does not return any output
Remove-AcmaSchemaReferenceBackLink -SourceObjectClass "person" -SourceAttribute "manager" -TargetObjectClass "person" -TargetAttribute "directReports"
Remove-AcmaSchemaReferenceBackLink -SourceObjectClass "person" -SourceAttribute "memberOf" -TargetObjectClass "group" -TargetAttribute "members"