你能给我指出正确的方向吗,如何将DISM输出转换为Powershell对象,以便我可以在脚本中使用它们,对结果进行过滤?dism /Get-WimInfo /WimFile:"E:\_Source\OSD\x64\Windows 10 Enterprise\1607\Media\WIM\REFW10-X64-1607_04-12-2017.wim" /index:1
我得到的输出是:
Deployment Image Servicing and Management tool Version: 10.0.14393.0
Details for image : E:\_Source\OSD\x64\Windows 10 Enterprise\1607\Media\WIM\REFW10-X64-1607_04-12-2017.wim
Index : 1 Name : REFW10-X64EN-01EDrive
Description : Build Windows 10 Enterprise x64 en-US
Size : 18.500.052.305 bytes
WIM Bootable : No
Architecture : x64
Hal : acpiapic
Version : 10.0.16299
ServicePack Build : 15
ServicePack Level : 64
Edition : Enterprise
Installation : Client
ProductType : WinNT
ProductSuite : Terminal Server
System Root : WINDOWS
Directories : 24025
Files : 112737
Created : 24-11-2017 - 01:40:49
Modified : 24-11-2017 - 01:40:51
Languages : en-US (Default)
我试过| Out-String -Stream | Select-String "Version "
,但没有运气。
2条答案
按热度按时间mtb9vblg1#
把它们放在一起:
qjp7pelc2#