Hi all,
Currently in a Hybrid environment and have followed the instructions to check whether we have Remote Mailbox enabled,
https://www.adaxes.com/help/?HowDoI.Per ... boxes.html ,
but when running the script to check, it fails to get tenant details
********
$configurationContainerPath = $admService.Backend.GetConfigurationContainerPath("CloudServicesO365")
PS C:\Windows\system32> $configurationContainer = $admService.OpenObject($configurationContainerPath, $cred.UserName, $cred.GetNetworkCredential().Password, 0)
PS C:\Windows\system32> $tenant = $configurationContainer.GetObject("adm-O365Tenant", "CN=$tenantName")
Cannot find an overload for "GetObject" and the argument count: "2".
At line:1 char:1
+ $tenant = $configurationContainer.GetObject("adm-O365Tenant", "CN=$te ...
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodException
+ FullyQualifiedErrorId : MethodCountCouldNotFindBest
********
Any assistance would be appreciated
Running version 2018.2 Ver 3.10.16509.0 all features installed.
TIA
Alex