Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Adjusting the Case of a String

Summary: Use Windows PowerShell to adjust the case of an entire string. (image)  How can I adjust the case of an entire string? (image)  Charlotte PowerShell User Group member Brian Wilhite says: One way to adjust the case (upper or lower) of an entire string object is to call the ToUpper or ToLower methods ...

PowerTip: Query Running Scheduled Tasks

Summary: Use Windows PowerShell 3.0 to query running scheduled tasks. (image)  How do I query “running” scheduled tasks on my computer? (image)  Charlotte PowerShell User Group member Brian Wilhite says the following: With Windows PowerShell 3.0, we have a ton of new cmdlets, and we’ll see one of ...