Monday, August 13, 2012

WMIX Extensions for Powershell.

 

Twitter, is a great social networking site but for me the main use of it is to follow PowerShell MVPs , that constantly share awesome and cool PowerShell Stuff plus most of the queries get answered spontaneously.
So If you haven't started leveraging Twitter for PowerShell , I would suggest to do the same.
Recently MVP Aleksandar Nikolic tweeted this.

clip_image001

This got me curious as to what is in this extension. Quickly went to the http://wmix.codeplex.com/ and downloaded it.
Note - This project has pre-requisite of PowerShell Proxy Extensions available at http://pspx.codeplex.com/

So One starts by installing the Proxy Extensions and then WMI Extensions.

Then go to your Elevated PowerShell Console and Import the Module. First time you do this it tells you that this is the first time this is being run and it'll generate wmifx module on fly. Choose "Yes" (default) and let it generate the wmifx module …..this takes a bit of time

clip_image002

Now this time If you search for modules starting with wmi….there appears to be a new module wmifx.

clip_image003

Quickly Import this module

clip_image004

And see all the cmdlets associated with this module.

clip_image005

Lets Measure the no of cmdlets generated from the WMI Instances in my System.

clip_image006

This looks cool…..Let's try to check if there is any help associated with these Functions (Cmdlets)

clip_image007

Now what's truly amazing is that this module can be used against a remote-computer too.

clip_image008

I think this is one of the coolest PowerShell module. Have to explore a lot of this module but this looks very promising as Kirk Munro a.k.a Poshoholic has confirmed that more is yet to come…..Fingers Crossed.


Thanks for Reading

Thanks

Deepak Singh Dhami

Deepak Singh

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.