Scripting Blog [archived]

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

Use PowerShell 3.0 to Find Enabled Windows 8 Features

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell 3.0 to find enabled Windows 8 features. Microsoft Scripting Guy, Ed Wilson, is here. One of the neat things about Windows (does not matter the version) is how I can customize the installation or deployment. In fact, nearly every version of Windows I have ever ...

PowerTip: Find and Import Modules

Summary: Learn how to find and import Windows PowerShell modules. (image)  I want to get a list of all the modules that are installed with Windows PowerShell on my machine. How can you do this? (image)  Inside a Windows PowerShell console, type the following command: Get-Module -ListAvailable (image)  I want to load all of the ...

Use PowerShell 3.0 to Clear the Client DNS Cache on Workstations

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell 3.0 to clear the client DNS cache on workstations. Microsoft Scripting Guy, Ed Wilson, is here. One of the things I love about Windows PowerShell 3.0 in Windows 8 is the number of cmdlets available. These cmdlets make it possible to perform literally hundreds of ...

Use PowerShell to Identify Port Connections in Windows 8

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to identify port connections in Windows 8.  Microsoft Scripting Guy, Ed Wilson, is here. There are only twenty-three days until Windows PowerShell Saturday in Charlotte, North Carolina. In fact, as far as I know, we have even had our last organizational ...