简体   繁体   English

从混合 Azure AD 迁移到全云

[英]Migrate from Hybrid Azure AD to Full Cloud

Currently setup with a hybrid Azure AD.当前使用混合 Azure AD 进行设置。 Most of our devices are still joined to the local AD servers, with a few newer devices having been onboarded via Azure AD instead of local AD.我们的大多数设备仍连接到本地 AD 服务器,一些较新的设备已通过 Azure AD 而不是本地 AD 加入。

I've been searching for a while now but there doesn't seem to be many good resources for the move away from hybrid, other then: Manually unjoin and rejoin every device.我一直在寻找一段时间,但似乎没有很多好的资源可以摆脱混合,除此之外:手动取消加入并重新加入每台设备。

Hoping that I am missing something here and there is a way to do this via a script or other means?希望我在这里遗漏了一些东西,并且有办法通过脚本或其他方式做到这一点?

Any suggestions or links are greatly appreciated.非常感谢任何建议或链接。

AFAIK , currently there is no way to automate migrating from hybrid Azure AD devices to Full cloud. AFAIK ,目前无法自动从混合 Azure AD 设备迁移到完整云。

You cannot change a hybrid joined device to full cloud without first removing from the domain and joining to Azure.如果不先从域中删除并加入 Azure,则无法将混合加入的设备更改为完整云。

You can find the similar scenario in this Microsoft Q&A by Sander Berkouwer that confirms the above.您可以在Sander Berkouwer 的 Microsoft Q&A中找到类似的场景,证实了上述情况。

You have to manually unjoin and rejoin every device.您必须手动取消加入并重新加入每台设备。 Before removing the devices, make sure to check the state of them using dsregcmd /status .在删除设备之前,请确保使用dsregcmd /status检查它们的状态。

在此处输入图像描述

If DomainJoined is 'YES', unjoin the devices by following the below steps:如果DomainJoined为“YES”,请按照以下步骤取消加入设备:

  • Make sure to turn off automatic registration before removing hybrid Azure AD devices.请确保在删除混合 Azure AD 设备之前关闭自动注册。
  • Run command prompt as an administrator and execute the below command as a script to unjoin several devices in bulk: dsregcmd.exe /debug /leave管理员身份运行命令提示符并作为脚本执行以下命令以批量取消加入多个设备: dsregcmd.exe /debug /leave

Please check the below links that can give you some pointers.请检查以下链接,这些链接可以为您提供一些指导。

Migration from Hybrid to AAD by sikumars-msft - Microsoft Q&A sikumars-msft 从混合迁移到 AAD - Microsoft 问答

Convert hybrid AAD devices to full AAD joined - Azure Forum (spiceworks.com) 将混合 AAD 设备转换为加入的完整 AAD - Azure 论坛 (spiceworks.com)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM