从Office 365删除孤立的Azure AD同步 [英] Removing an orphaned Azure AD Sync from Office 365

查看:82
本文介绍了从Office 365删除孤立的Azure AD同步的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Trying to remove synchronization to Office 365. on premise server no longer available.

Set-MsolDirSyncEnabled -EnableDirSync $ false

Set-MsolDirSyncEnabled -EnableDirSync $false

返回错误:

推荐答案

尝试以下操作PowerShell:

安装模块MSOnline 

Try the following PowerShell:

Install-Module MSOnline 


UserCredential = Get-Credential
Connect-MsolService-凭据
UserCredential = Get-Credential
Connect-MsolService -Credential


UserCredential

Get-MsolDirSyncConfiguration

Set-MsolDirSyncEnabled -EnableDirSync
UserCredential

Get-MsolDirSyncConfiguration

Set-MsolDirSyncEnabled -EnableDirSync


这篇关于从Office 365删除孤立的Azure AD同步的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆