ThePowerShellGuy.com

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

Browse by Tags

All Tags » file » object » WMI
  • 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
Powered by Community Server (Personal Edition), by Telligent Systems