使用 Microsoft 登录
登录或创建帐户。
你好,
使用其他帐户。
你有多个帐户
选择要登录的帐户。

症状

将用户从 本地 Exchange Online 迁移到 Exchange Online 后,他们将看不到忙/闲信息。 你可以通过运行以下 cmdlet 来验证他们是否遇到了问题:

Get-organizationrelationship "name of org relationship of cloud to on-prem" | test-organizationrelationship -useridentity John@contoso.com

结果类似于以下内容: 

RunspaceId  : RunSpaceID
Identity    :
Id          : FailureToGetDelegationToken
Status      : Error
Description : Failed to get delegation token: <S:Fault xmlns:S="http://www.contoso.com/2003/05/soap-envelope"><S:Code><S:Value>S:Sender</S:Value><S:Subcode><S:Value>wst:FailedAuthentication</S:Value></S:Subcode></S:Code><S:Reason><S:Text
              xml:lang="en-US">Authentication Failure</S:Text></S:Reason><S:Detail><psf:error
              xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault"><psf:value>0x80048827</psf:value><psf:internalerror><psf:code>0x80041084</psf:code><psf:text>The password has to be changed.
             < /psf:text></psf:internalerror><psf:flowurl>https://login.microsoftonline.com/login.srf?lc=location&st=StID;seclog=10&pp
              sit=1</psf:flowurl></psf:error></S:Detail></S:Fault>
              Microsoft.Exchange.Net.WSTrust.SoapFaultException: Soap fault exception received.
                 at Microsoft.Exchange.Net.WSTrust.SoapClient.Invoke(IEnumerable`1 headers, XmlElement bodyContent)
                 at Microsoft.Exchange.Net.WSTrust.SecurityTokenService.IssueToken(DelegationTokenRequest request, XmlTextWriter debugStream)
                 at Microsoft.Exchange.Management.Sharing.TestOrganizationRelationship.GetDelegationToken().
IsValid     : True
ObjectState : New

原因

如果你无法在云身份验证平台上将 ForceChangePassword 参数设置为 false,则会出现此问题。

解决方案

若要解决此问题,请 运行 以下 cmdlet:

Set-MsolUserPassword -UserPrincipalName John@contoso.com -ForceChangePassword $false

仍然需要帮助? 请转到 Microsoft 社区

需要更多帮助?

需要更多选项?

了解订阅权益、浏览培训课程、了解如何保护设备等。

社区可帮助你提出和回答问题、提供反馈,并听取经验丰富专家的意见。

此信息是否有帮助?

你对语言质量的满意程度如何?
哪些因素影响了你的体验?
按“提交”即表示你的反馈将用于改进 Microsoft 产品和服务。 你的 IT 管理员将能够收集此数据。 隐私声明。

谢谢您的反馈!

×