We currently have a Python script that automates user creation tasks on our servers. This script provisions users in OpenLDAP and ActiveDirectory by using python-ldap.
Now, I want to modify some Exchange attributes as well in this script. I want to know if there is a way to interact with the Exchange Powershell remotely from a UNIX machine. Specifically using Python but if anyone knows any other method, I might be able to use it along with the pexpect library.