Showing archive results for 2014

Oct 28, 2014
Post comments count0
Post likes count0

AutomatedLab Tutorial Part 3: Working with Predefined Server Roles

Doctor Scripto

Summary: Learn how to predefine server roles and switch the operating system to Windows 10 Technical Preview in your AutomatedLab environment. Microsoft Scripting Guy, Ed Wilson, is here. Today brings us Part 3 in a series by Microsoft PFEs, Raimund Andree and Per Pedersen. The last blog post explained how to create a small lab environment using A...

Scripting Guy!Windows PowerShellguest blogger
Oct 27, 2014
Post comments count0
Post likes count0

PowerTip: Create System Restore Point by using PowerShell

Doctor Scripto

Summary: Use Windows PowerShell to quickly create a system restore point.  How can I use Windows PowerShell to roll back the settings if the changes I make mess up my computer?  Open the Windows PowerShell console with Admin rights, and use the Checkpoint-Computer cmdlet.            Specify a good d...

Scripting Guy!Windows PowerShellPowerTip
Oct 27, 2014
Post comments count0
Post likes count1

AutomatedLab Tutorial Part 2: Create a Simple Lab

Doctor Scripto

Summary: Learn how to create a small lab environment by using AutomatedLab. Microsoft Scripting Guy, Ed Wilson, is here. Today we have Part 2 of the series by Microsoft PFEs, Raimund Andree and Per Pedersen. Today they talk about installing the Windows PowerShell modules to use with AutomatedLab, and the steps required to create a simple lab. I...

Scripting Guy!Windows PowerShellguest blogger
Oct 26, 2014
Post comments count0
Post likes count0

PowerTip: Find Syntax of PowerShell Cmdlet

Doctor Scripto

Summary: Easily find the syntax of a Windows PowerShell cmdlet.  How can I use Windows PowerShell to see the syntax of a cmdlet I want to use?  Use the Get-Command cmdlet (gcm is an alias) with the –Syntax switch, for example: gcm Checkpoint-Computer -Syntax

Scripting Guy!Windows PowerShellPowerTip
Oct 26, 2014
Post comments count0
Post likes count0

AutomatedLab Tutorial Part 1: Introduction to AutomatedLab

Doctor Scripto

Summary: Microsoft PFEs, Raimund Andree and Per Pedersen, present a multipart series about using Windows PowerShell to deploy a solution called AutomatedLab. Microsoft Scripting Guy, Ed Wilson, is here. Today we kick off a multiple part series about automated lab deployment by using Windows PowerShell. Written by two Microsoft premier field enginee...

Scripting Guy!Windows PowerShellguest blogger