Showing results for Windows 8 - Scripting Blog [archived]

Nov 24, 2012
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Disable Quickly All Net Adapters

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell 3.0 to quickly disable all network adapters on a laptop.  How can I easily disable all network adapters on my Windows 8 laptop with Windows PowerShell 3.0?  Use the Get-NetAdapter cmdlet to retrieve all network adapters and pipe the results to the Disable-NetAdapter c...

Scripting Guy!Windows PowerShellPowerTip
Nov 24, 2012
Post comments count0
Post likes count0

Weekend Scripter: Working with Windows Error Reporting

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell 3.0 to configure Windows Error Reporting settings on Windows 8. Microsoft Scripting Guy, Ed Wilson, is here. Well, yesterday was awesome—the Scripting Wife and I spent the day with the Dutch Windows PowerShell User group. It was an all-day user group m...

Scripting Guy!Windows PowerShellWeekend Scripter
Nov 13, 2012
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Domain-Enabled Firewall Rules

Doctor Scripto
Doctor Scripto

Summary: Learn how to identify domain firewall rules by using Windows PowerShell 3.0 on Windows 8 or Windows Server 2012.  How can I find specific Domain profile firewall rules on my computer running Windows 8 or Windows Server 2012?  Use the Get-NetFirewallRule cmdlet and specify the enabled&n...

Scripting Guy!Windows PowerShellPowerTip
Nov 13, 2012
Post comments count0
Post likes count0

Use PowerShell to Create New Windows Firewall Rules

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to create new Windows Firewall rules on local and remote systems. Microsoft Scripting Guy, Ed Wilson, is here. Today, we are off to Europe. The Scripting Wife and I are actually on separate flights—it’s the way the airline miles worked out for the flight. L...

Scripting Guy!Windows PowerShellsecurity
Nov 9, 2012
Post comments count0
Post likes count0

Automatically Create Hyper-V Virtual Machines from VHD

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to automatically create Hyper-V virtual machines from VHD by using Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. As the Scripting Wife and I get ready for our European Scripting Tour, I need to make sure my Windows 8 laptop is in top-working order. Good thing I checked. ...

Scripting Guy!Windows PowerShellPowerShell 3