Showing archive results for June 2013

Jun 6, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Rename a Virtual Machine

Doctor Scripto

Summary: Use Windows PowerShell to rename a virtual machine on Hyper-V.  How can I easily rename a virtual machine running on Hyper-V?  Use the Rename-VM cmdlet: RENAME-VM -Name "My Old VM Name" -newname "Cool New VM Name"

Scripting Guy!Windows PowerShellPowerTip
Jun 6, 2013
Post comments count0
Post likes count0

Creating a Home Drive with Windows PowerShell: Part 3

Doctor Scripto

Summary: Microsoft PowerShell MVP, Sean Kearney, concludes his series about creating a home drive with Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney. If you are new to the blog, I welcome you, and I encourage you t...

Scripting Guy!Windows PowerShellguest blogger
Jun 5, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Add Processors to Virtual Machine

Doctor Scripto

Summary: Use Windows PowerShell to add processors to a virtual machine running on Hyper-V.  How can I easily add processors to my virtual machine?  Use the Set-VMProcessor cmdlet:     SET-VMProcessor -VMname "My Virtual Machine" -count 2    This enables the virtual machine called "My Virtual Machine...

Scripting Guy!Windows PowerShellPowerTip
Jun 5, 2013
Post comments count0
Post likes count0

TechEd–3 or What's Up Today, Scripting Guy?

ScriptingGuy1

Summary: Microsoft Scripting Guy, Ed Wilson, discusses his schedule for today at TechEd North America 2013 in New Orleans. As the Scripting Wife and I got on the bus this morning to head to the Convention Center, a voice remarked, “You’re not The Ed Wilson are you? The Scripting Guy? No Way!” “Well, yes way.” &ld...

Scripting Guy!communityTechEd
Jun 5, 2013
Post comments count0
Post likes count0

Creating a Home Drive with Windows PowerShell: Part 2

Doctor Scripto

Summary: Create a home drive with Microsoft MVP and honorary Scripting Guy, Sean Kearney. Microsoft Scripting Guy, Ed Wilson, is here. If you are a seasoned Hey, Scripting Guy! Blog reader, you know that the most frequent guest blogger is Sean Kearney. If you are new to the blog, I welcome you, and I encourage you to catch up with Sean’s...

Scripting Guy!Windows PowerShellguest blogger