|
|
Browse by Tags
All Tags » wmi » text » file
-
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 ...
-
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 ...
|
|
|