ThePowerShellGuy.com

Did you do your PowerShelling today ?
Welcome to ThePowerShellGuy.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » wmi
Showing page 1 of 3 (21 total posts)
  • 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 WPF From PowerShell - A Splash Screen WPF From PowerShell - Updating ...
    Posted to The PowerShell Guy (Weblog) by MoW on May 13, 2008
  • nested relative WMI Queries in PowerShell

    In this Newsgroup thread, from the PowerShell newsgroup , there is an question that involves 2 nested relative WMI Queries,  former answers included  difficult querystring contstructing and escaping work, this is where the .NET WMI query helpers become of incredible use see the following script : # Nested related WMI query example # ...
    Posted to The PowerShell Guy (Weblog) by MoW on January 29, 2008
  • PowerScripting Podcast - Episode 7

    After a small pause, the last one (episode 6) was 3 month's ago, Jonathan Walz ''is back and'' posted a new Episode in his excelent PowerShell Podcast series at http://PowerScripting.net. If you are interested in PowerShell, I think this Podcast series realy is a must follow !, If you do not ...
    Posted to The PowerShell Guy (Weblog) by MoW on September 7, 2007
  • 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 to The PowerShell Guy (Weblog) by MoW on July 27, 2007
  • PowerShell Eventing Library : PSEventing 0.5 Beta released

      PSEventing 0.5 Beta released !! PSeventing is a very powerful PowerShell Snapin providing a library for handling events in PowerShell, a must have extension to PowerShell !!   Eventhanding suport is a bit limited for version 1.0 of PowerShell, there are some threading problems with for example the .NET filewatcher see : ...
    Posted to The PowerShell Guy (Weblog) by admin on May 9, 2007
  • PowerShell examples used on ars technica

    Ars technica did an article about PowerShell : Microsoft PowerShell rolled into Longhorn Server In this article two PowerShell examples from my blog are used : How to get the uptime of a specific service: $s = gwmi win32_service -filter ''name = 'spooler'''  ''{0}'' -f ((get-date) - ([wmi]'').ConvertToDateTime((gwmi ...
    Posted to The PowerShell Guy (Weblog) by admin on March 31, 2007
  • 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:System.Management.ManagementBaseObject ...
    Posted to The PowerShell Guy (Weblog) by admin on March 26, 2007
  • 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 I go on from the win32_share class I also used as an example in the fist part, and ...
    Posted to The PowerShell Guy (Weblog) by admin on March 26, 2007
  • Comparing Win32_PingStatus vs [System.Net.NetworkInformation.Ping]

    Back again with another comparison between .NET and WMI performance. While WMI can be very useful and often the only way to accomplish some remote oriented tasks, you will rarely hear anyone that has worked with WMI classes for long brag about its performance. Whenever possible I try to discover alternatives to WMI and I’ve found what I think is ...
    Posted to new-blogentry -topic Powershell (Weblog) by Gaurhoth on March 24, 2007
  • 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 available, also it will generate Template ...
    Posted to The PowerShell Guy (Weblog) by admin on March 22, 2007
1 2 3 Next >
Powered by Community Server (Personal Edition), by Telligent Systems