This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Powershell Error - Can't get settings from ADAM

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

Parents
  • AD LDS is on a different server on the same subnet and no firewalls.

    With regards to the cmdlets. I dont see Get-MMExOrg.. Here are the list of cmdlets in the module.

    PS C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Sata\Tools\MMExPowerShell> Get-Command -Module MMEXPowershell

    CommandType Name ModuleName
    ----------- ---- ----------
    Function Get-Collection MMExPowerShell
    Function Get-CollectionStatistics MMExPowerShell
    Function Get-MailboxStatistics MMExPowerShell
    Function Get-OrganizationProperties MMExPowerShell
    Function Get-ProjectOptions MMExPowerShell
    Function Reset-Collection MMExPowerShell
    Function Reset-OrganizationProperties MMExPowerShell
    Function Reset-ProjectOptions MMExPowerShell
    Function Set-Collection MMExPowerShell
    Function Set-CurrentProject MMExPowerShell
    Function Set-OrganizationProperties MMExPowerShell
    Function Set-ProjectOptions MMExPowerShell
Reply
  • AD LDS is on a different server on the same subnet and no firewalls.

    With regards to the cmdlets. I dont see Get-MMExOrg.. Here are the list of cmdlets in the module.

    PS C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Sata\Tools\MMExPowerShell> Get-Command -Module MMEXPowershell

    CommandType Name ModuleName
    ----------- ---- ----------
    Function Get-Collection MMExPowerShell
    Function Get-CollectionStatistics MMExPowerShell
    Function Get-MailboxStatistics MMExPowerShell
    Function Get-OrganizationProperties MMExPowerShell
    Function Get-ProjectOptions MMExPowerShell
    Function Reset-Collection MMExPowerShell
    Function Reset-OrganizationProperties MMExPowerShell
    Function Reset-ProjectOptions MMExPowerShell
    Function Set-Collection MMExPowerShell
    Function Set-CurrentProject MMExPowerShell
    Function Set-OrganizationProperties MMExPowerShell
    Function Set-ProjectOptions MMExPowerShell
Children
No Data