如何通过 powershell 获取 Windows 2022 上的 PhysicalLocation 磁盘(就像在 Windows 2019 上一样)

如何通过 powershell 获取 Windows 2022 上的 PhysicalLocation 磁盘(就像在 Windows 2019 上一样)

在 Windows Server 2019 上,我使用Get-PhysicalDisk | foreach {$_.PhysicalLocation}它返回SCSI0。这正是我需要的。但在 Windows Server 2022 上,它返回PCI Slot 160 : Bus 3 : Device 0 : Function 0 : Adapter 2 : Port 0 : Target 0 : LUN 0

如何在 Windows 2022 上获取相同的 PhysicalLocation 值?

两台服务器均在 VMware 虚拟化上运行,并由 VMware Cloud Director 管理

相关内容