Summary: Learn how to use Windows PowerShell to display registry keys.
How can I use Windows PowerShell to provide a list of registry keys that I can filter, instead of using Regedit to search?
Use the Get-ItemProperty cmdlet and point it to a specific registry hive. The following command looks for &...
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and Desired State Configuration to configure the registry.
Microsoft Scripting Guy, Ed Wilson, is here. I thought I would piggy-back a bit on the excellent posts that Windows PowerShell MVP, Richard Siddaway, wrote this week about working with the registry with ...
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to remotely create a scheduled task and folder.
Microsoft Scripting Guy, Ed Wilson, is here. On Friday in Use PowerShell to Create Scheduled Task in New Folder, I created a pretty long Windows PowerShell script that creates a folder for scheduled tasks, and ...
Summary: Learn how to export a scheduled task to XML by using Windows PowerShell.
How can I use Windows PowerShell to create an XML representation of a scheduled task?
Use the Get-ScheduledTask function and pipe the results to the Export-ScheduledTask function, for ...
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to document scheduled tasks.
Microsoft Scripting Guy, Ed Wilson, is here. One of the really cool things about Windows PowerShell is the way that it builds on itself. When I learn a little bit about Windows PowerShell, I can apply those principles to accomplish ...