Showing results for Windows 8 - Scripting Blog [archived]

Dec 7, 2012
0
0

PowerTip: Use PowerShell 3.0 to Find an IP Address

Doctor Scripto
Doctor Scripto

Summary: Using Windows PowerShell 3.0 on Windows 8 or Windows Server 2012 to display the IP address.  How can I use Windows PowerShell 3.0 on Windows 8 or Windows Server 2012 to display IP address configurations?  Use the Get-NetAdapter cmdlet and filter for net adapters that have a status of&...

Scripting Guy!Windows PowerShellPowerTip
Nov 26, 2012
0
0

PowerTip: Open Windows 8 Control Panel Items from PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to open Windows 8 Control Panel items from within Windows PowerShell.  How can I open a Control Panel item, such as Windows Firewall, from within Windows PowerShell?  Use the Show-ControlPanelItem cmdlet. To get a list of openable Control Panel items, use the Get-ControlPanelItem cmdlet, as...

Scripting Guy!Windows PowerShellPowerTip
Nov 26, 2012
0
0

Use PowerShell 3.0 and the CIM Cmdlets to Explore WMI Classes

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell 3.0 and the CIM cmdlets to explore WMI classes. Microsoft Scripting Guy, Ed Wilson, is here. Today, the Scripting Wife and I are on the train from Dortmund to Geneva. Teresa was really smart and found tickets for us to tour the Particle Accelerator at Cern. This ...

Scripting Guy!Windows PowerShellPowerShell 3
Nov 25, 2012
0
0

PowerTip: Find the Status of Disk Drives in Windows 8 with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell 3.0 to find the status of disk drives on Windows 8.  How can I check on the status of disk drives on my computer running Windows 8?  Use the Get-Disk cmdlet, as shown here. PS C:\> Get-Disk Number Friendly Name  Operational Status  Total Size Partition...

Scripting Guy!Windows PowerShellPowerTip
Nov 25, 2012
0
0

Weekend Scripter: The Easy Way to Manage Disk Drives

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell 3.0 to manage disk drives on his Windows 8 laptop. Microsoft Scripting Guy, Ed Wilson, is here. Today, the Scripting Wife and I are back in Dortmund, Germany. We will spend the day with Windows PowerShell Guru Klaus Schulte. Our first day in Germany was ...

Scripting Guy!Windows PowerShellWeekend Scripter

Feedback