Showing results for January 2013 - Scripting Blog [archived]

Jan 31, 2013
0
0

PowerTip: Find Windows Hotfixes Installed After a Certain Date

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find hotfixes installed on your laptop running Windows 8 that were installed after a certain date.  How can I find Windows hotfixes installed after a certain date on my Windows 8 laptop by using Windows PowerShell?  Use the Get-Hotfix function to return installed hotfixes on your...

Scripting Guy!Windows PowerShellPowerTip
Jan 31, 2013
0
0

Create a Custom Hyper-V Resource Metering Reset Report

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows you how to create a custom Hyper-V Resource Metering reset report by using Windows PowerShell 3.0. Microsoft Scripting Guy, Ed Wilson, is here. Well, I found a pretty cool Pandora app for my Windows RT Surface, and so I am listening to a cool Rolling Stones song as I type this. Actually I am ...

Scripting Guy!Windows PowerShellscripting techniques
Jan 30, 2013
0
0

PowerTip: Find Workflow Help on PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to find help on workflows with Windows PowerShell.  I open the Windows PowerShell console and type Get-Help -Category helpfile workflow and nothing returns. How can I fix this problem?  Assuming you have updated your Help file content by using Update-Help, the problem is that you have not loaded the module that contains...

Scripting Guy!Windows PowerShellPowerTip
Jan 30, 2013
0
0

PowerShell Workflows: Using Parameters

Doctor Scripto
Doctor Scripto

Summary: Honorary Scripting Guy and Windows PowerShell MVP Richard Siddaway continues his Windows PowerShell workflow series with a discussion on parameters. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have the sixth in a series of guest blog posts written by Windows PowerShell MVP and Honorary Scripting Guy Richard Siddaway dealing with...

Scripting Guy!Windows PowerShellscripting techniques
Jan 29, 2013
0
0

PowerTip: Change the Startup of Your Hyper-V Virtual Machine

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell 3.0 on Windows 8 to change the startup order of your Hyper-V virtual machine.  How can I change the startup order of my virtual machine on my laptop running Windows 8?  You can verify the startup order of your virtual machine by piping the results of Get-VM to the&...

Scripting Guy!Windows PowerShellPowerTip