Showing results for June 2014 - Page 12 of 12 - Scripting Blog [archived]

Jun 3, 2014
0
0

Use FilterHashTable to Filter Event Log with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using a filter hash table to filter the event log with Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. The weather here in Charlotte, North Carolina has turned hot and humid. As a result, the Scripting Wife decided to migrate north for a while. Actually, she is attending a ...

Scripting Guy!Windows PowerShellLogs and monitoring
Jun 2, 2014
0
0

PowerTip: Open Printer Dialog Box from PowerShell

Doctor Scripto
Doctor Scripto

Summary: Open Printer and Devices in Control Panel from within Windows PowerShell.  How can I use Windows PowerShell to open Printer and Devices in Control Panel so I don't have to use the mouse?  Windows 8 introduced the Show-ControlPanelItem cmdlet, which you can use with a wildcard character: Show-...

Scripting Guy!Windows PowerShellPowerTip
Jun 2, 2014
0
0

Use PowerShell to Troubleshoot Defrag Issues

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to troubleshoot defrag issues in Windows 8.1. Microsoft Scripting Guy, Ed Wilson, is here. This week, I begin a week-long series about looking at the Windows event and diagnostic logs via Windows PowerShell. I have previously written about this, and you may want ...

Scripting Guy!Windows PowerShellLogs and monitoring
Jun 1, 2014
0
0

PowerTip: Use PowerShell to Test Virtual Hard Disks

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to test your virtual hard disks.  How can I easily test the virtual hard disks on my Windows 8.1 laptop to ensure that they will work?  Get a collection of all .vhd and .vhdx disks, then pipe the resulting objects to the Test-VHD cmdlet: Get-ChildItem -Path E:\vms\ -Recurse -Include *.vh* | ...

Scripting Guy!Windows PowerShellPowerTip
Jun 1, 2014
0
0

Weekend Scripter: Predicting the Future of PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about Windows PowerShell and the future of the technology. Microsoft Scripting Guy, Ed Wilson, is here. Ahhh…the weekend. This morning, I decided (actually, I decided last night by not setting my alarm clock) to sleep in until the sun gently woke me with it’s warm embrace streaming in ...

Scripting Guy!Windows PowerShellWeekend Scripter