有没有办法通过一个winrm命令从系统中获取所有的WMI信息? 我可以运行诸如winrm enum wmicimv2 / win32_computersystem这样的命令,它会给我提供如下信息:
Win32_ComputerSystem AdminPasswordStatus = 3 AutomaticManagedPagefile = true AutomaticResetBootOption = true AutomaticResetCapability = true BootOptionOnLimit = null BootOptionOnWatchDog = null BootROMSupported = true BootupState = Normal boot ...
但有没有办法获得所有的WMI类的列表,除了像事先get-wmiobject -list? 这也将有助于编译一个在戴尔生命周期控制器上监控的东西列表,因为我似乎无法find这些CIM类的列表。