L'individuazione automatica (autodiscover) può essere una componente chiave per la corretta configurazione di un ambiente di migrazione. Laddove fattori ambientali possono produrre errori simili al seguente,si puo' ricorrere a configurazioni a livello di progetto Exchange.
NOTA: a causa del rebranding del prodotto nella versione 8.14, la "D" è stata rimossa dai comandi PowerShell. Pertanto, quanto segue è diviso in due sezioni: 8.13 e precedenti e 8.13 e più recenti .
ie. Get-DmmexProjectOptions, and Get-MmexProjectOptions.
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -NoExit -Command "& {Import-Module 'C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\MMExPowerShell\MMExPowerShell' }"
2. Digitare Get-MMExOrganizationProperties, che confermera' il nome foresta e i rispettivi settaggi di autodiscover.
Aggiornare la configurazione in uso:
1.Dalla console di Migration Manager, aprire Powershell ed eseguire:
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -NoExit -Command "& {Import-Module 'C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\DMMExPowerShell\DMMExPowerShell' }"
2. Aggiornare i settaggi di Autodiscover con il seguente comando:
Set-MMExOrganizationProperties -FQDN [forestname] -autodiscoverurl [https://rsamerdc1.prod.amer.lab/autodiscover/autodiscover.xml]
***NB - Comunemente un'estensione SVC nel formato di autodiscover.svc può essere richiesta in alternativa a autodiscover.xml di cui sopra ***
Rimuovere settaggi dalla configurazione
1. Dalla console di Migration Manager, aprire Powershell ed eseguire::
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -NoExit -Command "& {Import-Module 'C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\MMExPowerShell\MMExPowerShell' }"
2. Rimuovere non corrette o vecchie Autodiscover url con il seguente comando:
Reset-MMExOrganizationProperties -FQDN quest.corp.com -All
Rivedere le configurazioni per 8.13 e precedenti
1.Dalla console di Migration Manager, aprire Powershell ed eseguire:
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -NoExit -Command "& {Import-Module 'C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\DMMExPowerShell\DMMExPowerShell' }"
2. Digitare Get-MMExOrganizationProperties, che confermera' il nome foresta e i rispettivi settaggi di autodiscover.
Aggiornare la configurazione in uso:
1.Dalla console di Migration Manager, aprire Powershell ed eseguire:
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -NoExit -Command "& {Import-Module 'C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\DMMExPowerShell\DMMExPowerShell' }"
2. Aggiornare i settaggi di Autodiscover con il seguente comando:
Set-DMMExOrganizationProperties -forestname prod.amer.lab -autodiscoverurl https://rsamerdc1.prod.amer.lab/autodiscover/autodiscover.xml
Rimuovere i settaggi di configurazione di autodiscover per foresta:
1.Dalla console di Migration Manager, aprire Powershell ed eseguire:
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -NoExit -Command "& {Import-Module 'C:\Program Files (x86)\Quest Software\Migration Manager\Exchange Data\Tools\DMMExPowerShell\DMMExPowerShell' }"
2. Rimuovere non corrette o vecchie Autodiscover url con il seguente comando:
Set-DMMExOrganizationProperties -forestname prod.amer.lab -autodiscoverurl $null
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Termini di utilizzo Privacy Cookie Preference Center