Showing results for September 2012 - Page 2 of 13 - Scripting Blog [archived]

Sep 28, 2012
Post comments count0
Post likes count0

Use PowerShell 3.0 to Compare Modern Apps on Two Computers

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell 3.0 to compare modern app installation on two computers. Hey, Scripting Guy! We have a small cadre of rogue users at work. They work in engineering, and they seem to act like they are beyond the realm of normal IT control. In fact, when they were told that they co...

Scripting Guy!Windows PowerShelldesktop management
Sep 27, 2012
Post comments count0
Post likes count0

PowerTip: Check Windows 8 Edition by Using PowerShell 3.0

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell 3.0 to determine the specific edition of Windows 8 running on your computer.  Using Windows PowerShell 3.0 in Windows 8, how can you determine the edition of Windows that is installed?  Use the Get-WindowsEdition cmdlet with the Online switch:          ...

Scripting Guy!Windows PowerShellPowerTip
Sep 27, 2012
Post comments count0
Post likes count0

Use the PowerShell DISM Cmdlets to Manage Windows 8

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, discusses using the DISM module in Windows 8 to work with desktop settings. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife and I are looking forward to the Central Ohio PowerShell User Group (COPUG) in Columbus, Ohio next week. We have not been back to Columbus since we were there f...

Scripting Guy!Windows PowerShelloperating system
Sep 26, 2012
Post comments count0
Post likes count1

PowerTip: Use PowerShell Multiple-Line Comments

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell multiple-line comments in your script or from the console.  How do you type a multiple-line comment?  Begin the comment with the <# tag, and end the comment with the #> tag: <#  this is a comment             on several ...

Scripting Guy!Windows PowerShellPowerTip
Sep 26, 2012
Post comments count0
Post likes count1

Learn How IT Pros Can Use the PowerShell AST

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Microsoft PowerShell MVP, Bartek Bielawski, shows how to use the Windows PowerShell AST. Microsoft Scripting Guy, Ed Wilson, is here. Not only do we have a special guest today as our guest blogger, it is a special day in the Scripting House because it is the Scripting Wife’s birthday. So Happy Birthday, Scripting Wife!...

Scripting Guy!Windows PowerShellscripting techniques