ThePowerShellGuy.com

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

Browse by Tags

All Tags » text » WMI » file
  • 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
  • Sesame PowerShell : Scripting Text Files

    Again I will mimic a Scripting Guy article here in PowerShell, only this time from the  Sesame Script series : Sesame Script: Scripting Text Files   Preamble As this entry also was written as a training for the International Winter Scripting Games, And just to make you feel even better about entering, this month’s Sesame ...
    Posted to The PowerShell Guy (Weblog) by admin on February 8, 2007
Powered by Community Server (Personal Edition), by Telligent Systems