Forum Discussion
MarkusOE
Apr 29, 2025Brass Contributor
HCW fails to detect an Exchange Server
I'd like to acquire a free hybrid license using the Hybrid Configuration Wizard. However to me that seems to require HCW detects the Exchange Server on the second page. However it doesn't detect any ...
- Apr 29, 2025
SOLVED.
I don't understand the root cause. However I could work around the issue by having my admin-account which I use to execute HCW from the protected users group temporarily.
Thanks to everybody who contributed and thanks to Lenovo for the following support article which reported the same cause in a different context.
https://support.lenovo.com/nz/de/solutions/ht515867
AnnTaeYoun
Apr 29, 2025MVP
Please run Windows PowerShell next command!
$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://MYNEWEXCHANGESERVER01/PowerShell/ -Authentication Kerberos -Credential (Get-Credential)
Import-PSSession $session