登录ADFS服务器,打开已安装Windows Azure PowerShell工具
输入以下命令$cred=Get-Credential,在弹出窗口中输入Office 365管理员账号及密码
接下来输入Connect-MsolService -Credential $cred来连接至O365的PowerShell
连接成功后输入Convert-MsolDomainToFederated -DomainName contoso.com (contoso.com为在O365中添加的域)
从图中可以看到,已成功将域转换为联合域。
假设ADFS服务器或代理服务器出现问题,需要从联合域转换成标准域请运行以下命令
$cred=Get-Credential
Connect-MsolService -Credential $cred
Convert-MsolDomainToStandard -DomainName contoso.com -Verbose
Latest posts by Exchange中文站 (see all)
- 微软将推出卫星解决方案:可连接到 Azure 云服务 - 2020年9月17日
- Windows Terminal 1.0正式发布 - 2020年5月25日
- Azure Lighthouse 相关介绍 - 2020年3月2日
发布于:
浏览:4804 次
还没有评论