PowerShell Spotlight: Three Upcoming Spotlight Events
Summary: Windows PowerShell MVP, Teresa Wilson, spotlights three Windows PowerShell events. Microsoft Scripting Guy, Ed Wilson, is here. I was talking with Teresa (The Scripting Wife) about some ideas...
View ArticlePowerTip: Use PowerShell to Display Network Adapter Power Settings
Summary: Use Windows PowerShell to display network adapter power settings. How can I use Windows PowerShell to see if my laptop is going to sleep—it keeps dropping off of the wireless...
View ArticleWeekend Scripter: Use PowerShell to Troubleshoot Group Policy Part 2
Summary: Guest blogger, Alex Verboon, continues his series about using Windows PowerShell to troubleshoot Group Policy.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Alex...
View ArticlePowerTip: Back up GPOs with PowerShell
Summary: Use Windows PowerShell to back up all GPOs in a domain. How can I use Windows PowerShell to generate a backup of all Group Policy Objects in a domain? Use the Backup-GPO cmdlet from the Remote...
View ArticleRegistry Cmdlets: Working with the Registry
Summary: Richard Siddaway investigates how to use CIM to manage the registry.Honorary Scripting Guy, Richard Siddaway, here filling in for my good friend The Scripting Guy. Today, I'm starting a series...
View ArticlePowerTip: Use PoweShell to Search for CIM Classes
Summary: Learn how to use Windows PowerShell to search for CIM classes. How can I use Windows PowerShell to find a CIM class on my machine? Use Get-WmiObject in List mode. For instance, to find the...
View ArticleRegistry Cmdlets: First Steps with CDXML
Summary: Richard Siddaway shows how to start creating CDXML cmdlets.Honorary Scripting Guy, Richard Siddaway, here today filling in for my good friend, The Scripting Guy. This is the second post in a...
View ArticlePowerTip: Use PowerShell to Find Parameters for CIM Class Method
Summary: Learn how to discover the parameters for a method in a CIM class. How can I find the parameters of a CIM class method, such as GetStringValue in the StdRegprov class? Use Get-CimClass to get...
View ArticleRegistry Cmdlets: Advanced CDXML
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...
View ArticlePowerTip: Override Modules in PowerShell Session
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...
View ArticleRegistry Cmdlets: Complete the Registry CDXML Module
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...
View ArticlePowerTip: Use PowerShell to Install Modules on Your System
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...
View ArticleUse PowerShell DSC to Configure the Registry
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...
View ArticlePowerTip: Use PowerShell to Display Registry Keys
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...
View ArticleWeekend Scripter: Use PowerShell to Delegate Administrator of RODCs
Summary: Microsoft PFE, Ian Farr, discusses using Windows PowerShell to delegate administrator of RODC.Microsoft Scripting Guy, Ed Wilson, is here. Today we have Honorary Scripting Guy and Microsoft...
View ArticlePowerTip: Find Network Adapters Not Bound to TCP/IP
Summary: Use Windows PowerShell to find network adapters that are not bound to TCP/IP. I am troubleshooting a computer that will not connect to the network, and I suspect the protocol bindings....
View ArticleWeekend Scripter: Use PowerShell to Synchronize Delegated Admin Passwords
Summary: Microsoft PFE and Honorary Scripting Guy, Ian Farr, discusses using Windows PowerShell to synchronize delegated administrator passwords.Microsoft Scripting Guy, Ed Wilson, is here. Guest...
View ArticlePowerTip: Use PowerShell to Display Routing
Summary: Use Windows PowerShell to display networking routing information. How can I use Windows PowerShell to display information about network connectivity issues related to the routing...
View ArticleDon’t Learn PowerShell, Use PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, talks about getting started with Windows PowerShell. Hey, Scripting Guy! I get it. I need to learn Windows PowerShell—I see it mentioned everywhere. The...
View ArticlePowerTip: Find PowerShell Commands
Summary: Learn how to easily find Windows PowerShell commands. How can I use Windows PowerShell if I do not know the appropriate command to use or the available options? In the Windows PowerShell...
View Article