I am glad to have wmi.get but I would suggest that it would be useful to include more than just the first return value.
I like the way that net.if.list works and would love I could generate the same sort of output by doing this:
wmi.get[root/webadministration,select Name from ApplicationPool]
And get:
AppPool1
AppPool2
etc
Thoughts?
--mjn
I like the way that net.if.list works and would love I could generate the same sort of output by doing this:
wmi.get[root/webadministration,select Name from ApplicationPool]
And get:
AppPool1
AppPool2
etc
Thoughts?
--mjn