Showing results for May 2012 - Page 5 of 6 - Scripting Blog [archived]

May 11, 2012
Post comments count0
Post likes count1

Use PowerShell to Enumerate Registry Property Values

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to enumerate all the properties and their values under a registry key.  Hey, Scripting Guy! I have a question. It seems that getting the property values under a registry key is a tedious process. It looks like I need to know the exact property value to find out it...

Scripting Guy!Windows PowerShellscripting techniques
May 10, 2012
Post comments count0
Post likes count0

Use PowerShell to Create New Registry Keys on Remote Systems

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to create new registry keys on remote systems by using remoting.  Hey, Scripting Guy! I need to create registry keys on a number of remote servers. I do not want to use the Registry Editor to do this because the servers all have the firewall enabled, and I do not want to enable the remote registry s...

Scripting Guy!Windows PowerShellscripting techniques
May 9, 2012
Post comments count0
Post likes count1

Use PowerShell to Easily Create New Registry Keys

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to create new registry keys on local and remote computers.  Hey, Scripting Guy! I am often required to create new registry keys on our computers. One of the reasons for this is for occasional system configuration. You see, in our company the Group Policy team is t...

Scripting Guy!Windows PowerShellscripting techniques
May 8, 2012
Post comments count0
Post likes count0

Use PowerShell to Back Up System State Prior to Making Changes

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to back up system state prior to making changes to the registry.  Hey, Scripting Guy! I am interested in using Windows PowerShell to work with the registry, but everything I see talks about backing up the registry first. Is it possible to use Windows PowerShell to back up the registry? —CG &nb...

Scripting Guy!Windows PowerShellscripting techniques
May 7, 2012
Post comments count0
Post likes count0

Use the PowerShell Registry Provider to Simplify Registry Access

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use the Windows PowerShell registry provider to simplify access to registry keys and properties.  Hey, Scripting Guy! I know that I am not supposed to mess around with the Registry on my computer, but the simple fact is that many times there are Registry values that need to be changed. ...

Scripting Guy!Windows PowerShellscripting techniques