Showing results for Hyper-V - Scripting Blog [archived]

Mar 16, 2015
0
0

Updating Virtual Machines

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about the problem of updating virtual machines. Microsoft Scripting Guy, Ed Wilson, is here. This afternoon I am sipping a nice cup of red berry tea. I also have a bowl of grapes and a bit of brie. The berry tea, grapes, and brie are a nice combination, and light enough that it makes a nice ...

Scripting Guy!Windows PowerShellHyper-V
Dec 15, 2013
0
0

Weekend Scripter: Configure HyperV on Windows 8 Computer

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Greg Lindsay, tells how to configure Hyper-V on a computer running Windows 8.1 or Windows 8. Microsoft Scripting Guy, Ed Wilson, is here. Today we welcome a new guest blogger, Greg Lindsay. In Greg’s own words: I am a technical writer for Windows Server. I have written documentation for Network Access ...

Scripting Guy!Windows PowerShellguest blogger
Oct 18, 2013
0
0

PowerTip: Change the Startup Action on Virtual Machine with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Change the startup action on virtual machines by using Windows PowerShell.  How can I use Windows PowerShell to fix the startup state for a virtual machine that isn’t starting automatically?  Use the Set-VM cmdlet to easily adjust the settings. To automatically start a virtual machine every time: SET-VM –...

Windows PowerShellPowerTipSean Kearney
Oct 18, 2013
0
0

Recovering Virtual Machines in Hyper-V Server 2012 R2: Part 5

Doctor Scripto
Doctor Scripto

Summary: Adjust virtual machine settings by using only Windows PowerShell.  Hey, Scripting Guy! I need to adjust the settings for some virtual machines on a Hyper-V box. How can I do that without using the GUI? —TM  Hello TM, Honorary Scripting Guy, Sean Kearney here—filling in for our good friend Ed. Note  This is ...

Scripting Guy!Windows PowerShellguest blogger
Oct 17, 2013
0
0

PowerTip: Import a Hyper-V Virtual Machine with Only Its .xml File

Doctor Scripto
Doctor Scripto

Summary: Use the new Import-VM cmdlet to import a virtual machine with only its .xml file.  I copied a virtual machine to my Hyper-V Server 2012 R2 box and re-created a virtual network with the same name. How can I use Windows PowerShell to import it with without using RSAT?  Use the Import-VM cmdlet in Windows Server&...

Windows PowerShellPowerTipSean Kearney