Powershell connector to create, enable(unhide) or disable(hide) through a hybrid Exchange server
ℹ️ Information |
---|
This repository contains the powershell connector and configuration code only. The implementer is responsible to acquire the connection details such as username, password, certificate, etc. You might even need to sign a contract or agreement with the supplier before implementing this connector. Please contact the client's application manager to coordinate the connector requirements. |
Be aware that Exchange can't handle too many powershell sessions at once. Keep the number of concurrent actions limited. |
HelloID-Conn-Prov-Target-Powershell-Exchange-RemoteMailbox is a target connector.
This connector can create, hide and unhide Exchange online mailboxes through a hybrid Exchange server.
The following settings are required to connect to the API.
Setting | Description | Mandatory |
---|---|---|
Url | The URL of the Exchange server | Yes |
username | The UserName for Exchange access | Yes |
password | The Password for Exchange access | Yes |
authenticationmode | Authentication mode for Exchange access | Yes |
remoteroutingaddress | Microsoft Online address e.g. 'company.mail.onmicrosoft.com' | Yes |
skipcacheck | Exchange option true/false | No |
skipcncheck | Exchange option true/false | No |
skiprevocationcheck | Exchange option true/false | No |
- Exchange Hybrid Server
Create:
- Set-RemoteMailbox for existing AD user
Enable:
- Unhides mailbox from addresslist
Disable:
- Hides mailbox from addresslist
Import the config and provide the correct values and settings to connect to the Exchange server.
The official HelloID documentation can be found at: https://docs.helloid.com/
The Forum thread for any questions or remarks regarding this connector can be found at: HelloID-Conn-Prov-Target-Powershell-Exchange-RemoteMailbox