Showing results for February 2015 - Page 10 of 12 - Scripting Blog [archived]

Feb 6, 2015
0
0

PowerTip: Use PowerShell to Display Registry Keys

Doctor Scripto
Doctor Scripto

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         ...

Scripting Guy!Windows PowerShellPowerTip
Feb 5, 2015
0
0

PowerTip: Use PowerShell to Install Modules on Your System

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to install modules on your system.  How can I use Windows PowerShell to roll out a new set of modules that are used extensively in my organization?  When Windows PowerShell 5.0 is available, you can use PowerShellGet against an internal repository           &n...

Windows PowerShellPowerTipRichard Siddaway
Feb 5, 2015
0
0

Registry Cmdlets: Complete the Registry CDXML Module

Doctor Scripto
Doctor Scripto

Summary: Richard Siddaway shows how to complete the registry CDXML module. Honorary Scripting Guy, Richard Siddaway, here today filling in for my good friend, The Scripting Guy. This is the final post in a series. To catch up, read: So far, you’ve seen how to create a CDXML module with a single cmdlet based on the GetStringValue meth...

Windows PowerShellregistryRichard Siddaway
Feb 4, 2015
0
0

PowerTip: Override Modules in PowerShell Session

Doctor Scripto
Doctor Scripto

Summary: Learn how to override the modules you have imported into your Windows PowerShell session.  How can I re-load the Windows PowerShell module that I am developing so I can test the changes at each            stage of development?  By default, if you have a module loaded into to your Windows PowerShell s...

Windows PowerShellPowerTipRichard Siddaway
Feb 4, 2015
0
0

Registry Cmdlets: Advanced CDXML

Doctor Scripto
Doctor Scripto

Summary: Richard Siddaway shows some advanced features in CDXML. Honorary Scripting Guy, Richard Siddaway, here today filling in for my good friend, The Scripting Guy. This is the third post in a series. To catch up, read: Yesterday, you saw that you can create a Windows PowerShell cmdlet from the StdRegProv CIM class by using CDXML, which e...

Windows PowerShellregistryRichard Siddaway