Use the Stop-DominoDirectoryConnector cmdlet to stop the local Directory Connector service.
Stop-DominoDirectoryConnector [-Identity <String>] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Optional |
System.String |
The Identity parameter identifies the specific connector that will be stopped. The parameter is required if multiple Directory Connectors exist. |
Detailed Description
The Stop-DominoDirectoryConnector cmdlet stops any synchronization in progress and shuts down the Directory Connector service.
To run the Stop-DominoDirectoryConnector cmdlet, the account you use must be delegated the following:
- Exchange Server Administrator role and
local Administrators group for the target server
- Server account must have Account Operator
role for the applicable Active Directory containers
Input Types
None.
Return Types
None.
Example
The following code example stops the local Directory Connector service. In addition, any synchronization being performed is also stopped immediately.
Copy Code | |
---|---|
Stop-DominoDirectoryConnector |