-
Notifications
You must be signed in to change notification settings - Fork 4
Remove AcmaSchemaReferenceBackLink
Ryan Newington edited this page May 26, 2022
·
4 revisions
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
The name of the reference attribute that contains the target of the back-link
The name of the object class that is the target of the back-link
The name of the reference attribute that is the target of the back-link
Remove-AcmaSchemaReferenceBackLink -SourceObjectClass "person" -SourceAttribute "manager" -TargetObjectClass "person" -TargetAttribute "directReports"