Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » WMI Explorer   (RSS)

SCCM and PowerShell series using my PowerShell WMI explorer

Antoine Habert did a nice series on his blog about using PowerShell with SCCM and how he did use my PowerShell WMI Explorer for discovering SCCM namespaces en generating sample code for the WMI methods used. SCCM and PowerShell Part 1 SCCM and PowerShell
Posted by MoW | 0 Comments

PowerShell WMI Explorer WPF Edition first beta

After some silence, being very busy at Work, the MVP summit and MMS 2008,To Show I'm still alive, a teaser of what I was working on over last weekend : As PowerShell in the latest CTP now supports STA mode we can use WPF see also Jaykul's blog entries
Posted by MoW | 6 Comments
Filed under: , , ,

Attachment(s): WpfWmiExporer.png

PowerShell WMI explorer update for PowerShell V2 CTP

I got a question from Dee about using alternate credentials with my PowerShell WMI Explorer . This is not possible in version 1.0 of PowerShell because of a bug in the WMI adapter, hence I removed this from my PowerShell WMI explorer also at that time,
Posted by MoW | 17 Comments
Filed under: ,

Attachment(s): WmiExplorer.ps1

my PowerShell WMI explorer shown in PC pro article about WMI

Thomas Lee, mentions my PowerShell WMI Explorer in his PC pro article about WMI http://www.pcpro.co.uk/realworld/119761/managing-with-wmi.html Enjoy, Greetings /\/\o\/\/ PS the 2 typo's in my name are forgiven ;-)
Posted by MoW | 2 Comments
Filed under: , ,

PowerShell WMI Explorer Part 3

We will go on here from the Second post about deleting a share : PowerShell WMI Explorer Part 2 we go on by doubleclicking Create on go on with the Create help and templates Note this information on top of the class : Win32_Share Method : Create OverloadDefinitions:
Posted by admin | 3 Comments

PowerShell WMI Explorer Part 2

In the first part of this series : PowerShell WMI Explorer Part 1 we used the browser to explore the classes in this second post I will show how we can generate and use template scripts and help for calling WMI methods and how to use them. For this example
Posted by admin | 1 Comments

PowerShell WMI Explorer Part 1

I made a PowerShell GUI WMI Explorer, to explore WMI from PowerShell in a graphical interface *Edit* updated the script fixing 2 bugs (see comments) The WMI Explorer will also provide help information for the WMI classes and about methods and properties
Posted by admin | 39 Comments
Attachment(s): WmiExplorer.zip