7
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Azure AD Connect の接続削除方法

Last updated at Posted at 2020-10-03

Azure AD Connect を解除する方法

公式ガイドは「Microsoft 365 のディレクトリ同期を無効にする」のDocs。
AD Disconnect.png
テスト等で立ち上げたAD DSを削除できるようになり、Azure ADからもユーザーを削除できるようになります。

  • PowerShellのモジュールをインストール
Install-Module MSOnline
  • ログイン (資格情報の獲得)
Connect-MsolService
  • 同期解除
Set-MsolDirSyncEnabled -EnableDirSync $false

参考

  • Azure AD Connect の強制差分同期
Start-ADSyncSyncCycle -PolicyType Delta
7
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?