1. AD LDS is required by Recovery Manager for Exchange for restoring Exchange backups using emulation where the original Exchange server is no longer available. RMEx creates an AD LDS instance on the machine and creates a “phantom” Exchange server in it.
- If there is no plan to restore backups using emulation or the original Exchange server is still available, the AD LDS role can be uninstalled.
2. When uninstalled and using emulation you will see the following in the QuestSoftware.RecoveryManager.ExchangeEmulation.log:
Jun 21 07:45:58.770 [75244:0005] 3 Adam.CreateInstance(): Launching C:\Windows\ADAM\adaminstall.exe /answer:"C:\Users\<User>\AppData\Local\Temp\tmpF203.tmp"
Jun 21 07:45:58.770 [75244:0005] 1 Adam.Configure(): Error occurred. Details: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at QuestSoftware.RecoveryManager.ExchangeEmulation.Adam.CreateInstance()
at QuestSoftware.RecoveryManager.ExchangeEmulation.Adam.Configure()
Jun 21 07:45:58.770 [75244:0005] 4 Adam.DeleteInstance(): Enter.
Jun 21 07:45:58.770 [75244:0005] 3 Adam.DeleteInstance(): Launching C:\Windows\ADAM\adamuninstall.exe /i:RME /force /q
Jun 21 07:45:58.785 [75244:0005] 1 Adam.DeleteInstance(): Error occurred. Details: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at QuestSoftware.RecoveryManager.ExchangeEmulation.Adam.DeleteInstance()
Jun 21 07:45:58.785 [75244:0005] 4 Adam.DeleteInstance(): Exit.
3. ADLDS is installed by the RME Installer with the following Windows PowerShell cmdlet:
Install-WindowsFeature ADLDS
If the role has been uninstalled, you can use the above cmdlet to install it.