I've installed the latest version (2015) of Adaxes and I'm trying to export a mailbox. I changed the $userDN and $filepath to valid values, but when running the script I receive an error:
Exception calling "GetMailboxExportRequestInfo" with "2" argument(s): "Organization "AdKnegt" wasn't found. Make sure you typed the name correctly."
This is generated by the code: $requestInfo = $user.GetMailboxExportRequestInfo($requestId, $False)
The mailboxexportrequest is created but am not able to get the info. I've tested it with several valid users, the result is the same. How to fix this?
Remco