<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://sufan.maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://sufan.maytide.net/read.php/2116.htm</link>
<title><![CDATA[Intune - Windows 公司设备标识符]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[Microsoft Cloud]]></category>
<pubDate>Mon, 19 Aug 2024 03:52:08 +0000</pubDate> 
<guid>https://sufan.maytide.net/read.php/2116.htm</guid> 
<description>
<![CDATA[ 
	<p><img alt="logo_intune" src="http://goxia.maytide.net/ftpup/2018/83837cef08fa_F50A/logo_intune_thumb.png"></p><p><strong><font color="#fd3f53" size="4">Intune - Windows 公司设备标识符</font></strong></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Windows 公司设备标识符，很容易理解的一个词，即公司所属的 Windows 设备。它是 Intune 提供的一种新的解决方案，可以帮 ITPro 更轻松，更安全的识别和管理企业的 Windows 设备。该方案标识设备的方法是通过 PC 硬件内置的序列号、制造商和型号组合实现的，只需企业 IT 事先收集整理设备的特定信息到一个 CSV 文件中，上传到 Intune 即可。</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 下表列出了在没有公司设备标识符的情况下注册设备以及使用公司标识符进行注册时授予设备的所有权类型。</p><p><a href="http://goxia.maytide.net/ftpup/2018/Intune-_8BC6/corp-device-identifier.png"><img width="630" height="233" title="corp-device-identifier" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" alt="corp-device-identifier" src="http://goxia.maytide.net/ftpup/2018/Intune-_8BC6/corp-device-identifier_thumb.png" border="0"></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 综上，为了确保公司设备能够在注册后被正确的进行标识，建议应当使用公司设备标识符进行预先定义。为此，我们可以使用如下命令收集整理注册所需的信息。</p><p><div class="code">(Get-WmiObject -Class Win32_ComputerSystem &#124; ForEach-Object &#123;$_.Manufacturer, $_.Model, (Get-WmiObject -Class Win32_BIOS).SerialNumber -join ',' &#125;)</div></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 对于商用设备，IT 在进行入库时可以通过设备包装上的条码进行收集，或从供应商那里获得。将收集到信息保存为 CSV 格式文件，然后访问 <a href="https://intune.microsoft.com" target="_blank">Intune Portal</a>，转至 "设备 - 注册 - 公司设备标识符"。</p><p><a href="http://goxia.maytide.net/ftpup/2018/Intune-_8BC6/intune-corp-device-identifier.png"><img width="634" height="409" title="intune-corp-device-identifier" style="display: inline; background-image: none;" alt="intune-corp-device-identifier" src="http://goxia.maytide.net/ftpup/2018/Intune-_8BC6/intune-corp-device-identifier_thumb.png" border="0"></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 然后，选择“添加 - 上传 CSV 文件”，对于 Windows 平台当前仅支持 CSV 文件添加，不支持手动。</p><p><a href="http://goxia.maytide.net/ftpup/2018/Intune-_8BC6/add-corp-device-identifier.png"><img width="634" height="158" title="add-corp-device-identifier" style="display: inline; background-image: none;" alt="add-corp-device-identifier" src="http://goxia.maytide.net/ftpup/2018/Intune-_8BC6/add-corp-device-identifier_thumb.png" border="0"></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 进入 CSV 添加模式后请选择“制造商、型号和序列号（仅限Windows）”这个选项，然后上传整理好的 CSV 文件，添加完成。</p><p>&nbsp;<a href="http://goxia.maytide.net/ftpup/2018/Intune-_8BC6/add-corp-device-identifier-windows.png"><img width="634" height="913" title="add-corp-device-identifier-windows" style="display: inline; background-image: none;" alt="add-corp-device-identifier-windows" src="http://goxia.maytide.net/ftpup/2018/Intune-_8BC6/add-corp-device-identifier-windows_thumb.png" border="0"></a></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 此外，这里需要特别留意，通过 CSV 批量添加设备时请确保满足以下要求：</p><p>1. CSV 文件中的内容格式务必为：制造商, 型号, 序列号；</p><p>2. 客户端操作系统版本至少 Windows 10（19045.4598）或 Windows 11（22621.3374/22631.3374）</p><p>3. CSV 中的设备记录 ≤ 5000，且 CSV 文件大小 ≤ 5MB</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 提示，对于现有注册的设备当移除其对应的公司设备标识符后，其所有权将恢复到以前的状态。</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 借助公司设备标识符我们可以实现更灵活的资产注册和管理方案，尤其是那些在使用 21v 的企业客户，可通过该解决方案配合设备准备策略实施设备交付。我们也可以借助该公司设备标识符来进行注册限制，后面 <a href="https://goxia.maytide.net" target="_blank">gOxiA</a> 将会再与大家分享。</p><p><br/></p><p>官方参考文档：</p><p><a href="https://learn.microsoft.com/en-us/mem/intune/enrollment/corporate-identifiers-add#identify-corporate-owned-devices-with-imei-or-serial-number/?WT.mc_id=WDIT-MVP-4000544" target="_blank">Identify devices as corporate-owned &#124; Microsoft Learn</a></p>
]]>
</description>
</item>
</channel>
</rss>