Error when logging in to Microsoft 365 on terminal server
发布时间:2026-09-16 | 浏览:1
Forum Discussion
Our users always get the error "Something went wrong [1001]" when they log on to the terminal server in the office.
Correlation Id: ef49199c-b608-4072-ad5d-baf4cbf7974b
Timestamp: 2023-12-18T08:13:06.000Z
DPTI: 73973fd5b9d2753a457aaf864c9888b1c8da5765dad4214810fb6394a21243aa
Error Tag: 62ubh
We have already set Enable ADAL to 0 in the registry, executed the OLicenseCleanup script and run the following Powershell command already provided by Microsoft:
if (-not (Get-AppxPackage Microsoft.AAD.BrokerPlugin)) { Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown } Get-AppxPackage Microsoft.AAD.BrokerPlugin