How many more acronyms could I fit in that subject...
I'm just looking into CMI tools (http://h20331.www2.hp.com/Hpsub/downloads/cmi_whitepaper.pdf) and am trying to figure out the syntax through simple WMI commands instead of writing out full vbs scripts. Is there any good documentation on this? For example I found a vbscript that would let me enable WLAN/LAN Switching from Windows - http://www.kozeniauskas.com/itblog/2008/01/18/remotely-change-bios-settings/ - super helpful! But it seems like I could get this down to one line... one line that I could memorize, instead of just memorizing the path to this script :) Could anyone point me to some clear documentation on this? Or tell me the command to enable WLAN/LAN switching from Windows? (Maybe it's not even viable...) This is as far as I got so far:
wmic /NAMESPACE:\\root\HP\InstrumentedBIOS /IMPLEVEL:IMPERSONATE CLASS HP_BIOSSettingInterface SET "WLAN/LAN Switching"=Enable
Which errored out with "Error: Description = Not Found"