积极答复者
m.2 nvme 的磁盘如何利用sccm安装操作系统

问题
答案
-
你好,
可以参考下面的文档:
https://www.anoopcnair.com/sccm-configmgr-task-sequence-osd-multiple-physical-drives/ (这个网站好像需要VPN才能访问,我截图给你参考)
https://www.reddit.com/r/SCCM/comments/ij585d/force_os_on_nvme_drive_during_osd/
有人提到这个方法也可以试试:
Put this Run Commandline step before partition step. It will set the NVME disk as disk 0.
PowerShell -ExecutionPolicy Bypass -Command " (New-Object -COMObject Microsoft.SMS.TSEnvironment).Value('OSDDiskIndex') = (Get-PhysicalDisk | Where-Object BusType -eq 'NVMe').DeviceID "
- 已编辑 Xin GuoMicrosoft contingent staff, Moderator 2021年1月6日 6:53
- 已标记为答案 阿涛2021 2021年1月6日 7:18
全部回复
-
你好,
可以参考下面的文档:
https://www.anoopcnair.com/sccm-configmgr-task-sequence-osd-multiple-physical-drives/ (这个网站好像需要VPN才能访问,我截图给你参考)
https://www.reddit.com/r/SCCM/comments/ij585d/force_os_on_nvme_drive_during_osd/
有人提到这个方法也可以试试:
Put this Run Commandline step before partition step. It will set the NVME disk as disk 0.
PowerShell -ExecutionPolicy Bypass -Command " (New-Object -COMObject Microsoft.SMS.TSEnvironment).Value('OSDDiskIndex') = (Get-PhysicalDisk | Where-Object BusType -eq 'NVMe').DeviceID "
- 已编辑 Xin GuoMicrosoft contingent staff, Moderator 2021年1月6日 6:53
- 已标记为答案 阿涛2021 2021年1月6日 7:18