Hi there,
I am trying to access QMMEX Powershell module. I am able to load it but I get an error message when I try to run get-organizationProperties cmdlet. I need to set the source Autodiscover URL.
"Can't get settings from ADAM"
PS C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\MMExPowerShell> Get-OrganizationPropertie
s
Are you sure that product is installed?
Can't get settings from ADAM
At C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\MMExPowerShell\MMExPowerShell.psm1:189
char:13
+ throw [Exception] "Can't get settings from ADAM"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [], Exception
+ FullyQualifiedErrorId : Can't get settings from ADAM
Am I missing any previous steps?
Thanks