Windows Server 2008(x64)のActive Directory PowerShellからOffice 365ユーザーを削除したいPowerShellコマンドレット「Disable-ADSyncExportDeletionThreshold」を実行する方法
500人を超えるユーザーは削除できません。
Microsoftには偶発的な削除を防ぐための文書があり、 "Disable-ADSyncExportDeletionThreshold"コマンドを実行しても問題はありません。
しかし、私には問題があります。私はtresholdを無効にしようとすると、PowerShellは言う:
The term 'Disable-ADSyncExportDeletionThreshold' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try aga
in.
At line:1 char:38
+ Disable-ADSyncExportDeletionThreshold <<<<
+ CategoryInfo : ObjectNotFound: (Disable-ADSyncExportDeletionThreshold:String) [], CommandNotFoundExcept
ion
+ FullyQualifiedErrorId : CommandNotFoundException
また、私は「ADSync」をインポートしようとしましたが、モジュールがロードされていませんでした。
ありがとうございました。
はちょうどこのありがとう助けたか:) –
かどうかを確認します。 このソリューションは便利です。私たちは問題を解決しました。 ** adsessions **モジュールをインポートし、**しきい値を無効にします** これまでADサーバーでこれを実行しようとしました。 Azure Server Powershellは、しきい値を無効にするのに役立ちました。 :) もう一度ありがとうございます。 –
これがあなたの問題に役立ったことをうれしく思います。宜しくお願いします。 –