Intune 电脑软件客户端发生了什么情况?
警告
从 2020 年 10 月 16 日开始,不再支持旧电脑管理。 将设备升级到 Windows 10,并在 Intune MDM 中重新注册它们,使其由 Intune 管理。 使用电脑软件客户端管理的设备将停止接收安全更新和应用,你将无法再对其进行配置。
弃用公告
以下是发布到 Intune 支持团队博客 的原始弃用公告 中的信息:
重要
Microsoft Intune 将于 2020 年 10 月 15 日停用对基于 Silverlight 的 Intune 控制台的支持。 此停用包括终止对 Silverlight 控制台配置的电脑软件客户端的支持, (也称为用于 Windows 电脑管理的电脑代理) 。 此外,Intune 将结束仅用于 Silverlight 中的应用存储的 Intune 存储 Add-On 许可产品/服务。 将日常 Intune 管理从 Silverlight 移动到 Microsoft Intune 管理中心。
这对我有何影响?
我们的遥测表明,你拥有电脑软件客户端托管的 Windows 设备,这些设备需要注册 MDM 才能在 Intune 管理超过上述参考日期。
我需要做什么?
- 打开 Microsoft Intune 管理中心。
- 重新创建现有的 Windows 10 策略作为 MDM 策略。 请注意,许多设备管理策略是在几年前作为管理控制台迁移的一部分迁移的。 在创建新策略之前,请检查 Azure 中的设备管理。
- 在 Microsoft Intune 管理控制台中查看报告,查找由 Intune 电脑软件客户端管理的设备。
- 确定适合组织的正确新式注册方法。 有关详细信息,请参阅 适用于 Windows 设备的 Intune 注册方法。
- 使用 Intune 电脑软件客户端取消注册设备,并使用 Intune MDM 重新注册设备。 强烈建议你更新到最新版本的 Windows 10。 从 2020 年 1 月 14 日起,Intune 不再支持 Windows 7。
- 将应用添加到 Intune MDM。 有关详细信息,请参阅 将应用添加到 Microsoft Intune。
请注意:如果当前拥有 Intune 存储附加许可,则 Intune MDM 不需要它即可管理 Windows 10 电脑。
此更改将允许你利用通过用于 Windows 管理的 MDM 通道提供的增强功能。 我们鼓励你尽快迁移,且不晚于 2020 年 10 月 15 日。 在此日期之后,不再可访问基于 Silverlight 的 Intune 控制台。 使用电脑软件客户端管理的电脑将停止接收安全更新和应用,并且将无法再进行配置。
如果需要帮助,请联系记录合作伙伴或 支持 人员。
卸载 Intune 电脑软件客户端软件
在设备上使用提升的命令提示符取消注册,运行以下命令之一。
方法 1
"C:\Program Files\Microsoft\OnlineManagement\Common\ProvisioningUtil.exe" /UninstallAgents /MicrosoftIntune
方法 2
以下代理安装在 Windows 的每个 SKU 上:
wmic product where name="Microsoft Endpoint Protection Management Components" call uninstall
wmic product where name="Microsoft Intune Notification Service" call uninstall
wmic product where name="System Center 2012 - Operations Manager Agent" call uninstall
wmic product where name="Microsoft Online Management Policy Agent" call uninstall
wmic product where name="Microsoft Policy Platform" call uninstall
wmic product where name="Microsoft Security Client" call uninstall
wmic product where name="Microsoft Online Management Client" call uninstall
wmic product where name="Microsoft Online Management Client Service" call uninstall
wmic product where name="Microsoft Easy Assist v2" call uninstall
wmic product where name="Microsoft Intune Monitoring Agent" call uninstall
wmic product where name="Windows Intune Endpoint Protection Agent" call uninstall
wmic product where name="Windows Firewall Configuration Provider" call uninstall
wmic product where name="Microsoft Intune Center" call uninstall
wmic product where name="Microsoft Online Management Update Manager" call uninstall
wmic product where name="Microsoft Online Management Agent Installer" call uninstall
wmic product where name="Microsoft Intune" call uninstall
wmic product where name="Windows Endpoint Protection Management Components" call uninstall
wmic product where name="Windows Intune Notification Service" call uninstall
wmic product where name="System Center 2012 - Operations Manager Agent" call uninstall
wmic product where name="Windows Online Management Policy Agent" call uninstall
wmic product where name="Windows Policy Platform" call uninstall
wmic product where name="Windows Security Client" call uninstall
wmic product where name="Windows Online Management Client" call uninstall
wmic product where name="Windows Online Management Client Service" call uninstall
wmic product where name="Windows Easy Assist v2" call uninstall
wmic product where name="Windows Intune Monitoring Agent" call uninstall
wmic product where name="Windows Intune Endpoint Protection Agent" call uninstall
wmic product where name="Windows Firewall Configuration Provider" call uninstall
wmic product where name="Windows Intune Center" call uninstall
wmic product where name="Windows Online Management Update Manager" call uninstall
wmic product where name="Windows Online Management Agent Installer" call uninstall
wmic product where name="Windows Intune" call uninstall
提示
取消注册 Intune 电脑软件客户端时,设备的过时服务器端记录仍然存在。 取消注册过程是异步的,需要卸载 9 个代理,因此最长可能需要 30 分钟才能完成。
检查取消注册状态
选中“%ProgramFiles%\Microsoft\OnlineManagement”,并确保左侧仅显示以下目录:
- AgentInstaller
- 日志
- 更新
- 常见
删除 OnlineManagement 文件夹
取消注册过程不会删除 OnlineManagement 文件夹。 卸载后等待 30 分钟,然后运行此命令。 如果运行得太早,卸载可能会处于未知状态。 若要删除文件夹,请启动提升的提示并运行:
rd /s /q %ProgramFiles%\Microsoft\OnlineManagement