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

Jul 14, 2016
2
0

Passing through devices to Hyper-V VMs by using discrete device assignment

Doctor Scripto
Doctor Scripto

Summary: Learn how to attach a device from your Hyper-V host to your VM by using a new feature of Windows Server 2016. Today we have a guest blogger, Rudolf Vesely, who has blogged here on previous occasions. Here is a link to his previous posts if you would like to read them. Here is what Rudolf says about himself. I am an Azure Solutions Archi...

Scripting Guy!Windows PowerShellguest blogger
Mar 26, 2015
0
0

Use PowerShell to Add Files to Offline Windows Image

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to add files to an offline Windows image.  Hey, Scripting Guy! I have a number of VHDs that I need to add files to. I know that I can use File Manager to mount the VHD and then copy the files, but I am hoping that I can use Windows PowerShell to do this. The VHDs...

Scripting Guy!Windows PowerShellscripting techniques
Mar 18, 2015
0
0

Update Offline Virtual Machine with PowerShell and WSUS Offline Update: Part 2

Doctor Scripto
Doctor Scripto

Summary: Microsoft PowerShell MVP, Sean Kearney, talks about updating an offline virtual machine with Windows PowerShell and WSUS Offline Update. Honorary Scripting Guy, Sean Kearney, here. Yesterday, I introduced you to a tool you can use to updating offline virtual machines: Update Offline Virtual Machine with PowerShell and WSUS Offline Update: ...

Scripting Guy!Windows PowerShellguest blogger
Mar 17, 2015
0
0

Update Offline Virtual Machine with PowerShell and WSUS Offline Update: Part 1

Doctor Scripto
Doctor Scripto

Summary: Honorary Scripting Guy, Sean Kearney introduces a cool tool for updating virtual machines.  Hey, Scripting Guy! I have some virtual machines that are normally offline. They need to be updated on a regular basis, but these machines have no access to the Windows Server Update Services (WSUS) server. Is there an easy answer to this probl...

Scripting Guy!Windows PowerShellguest blogger
Mar 16, 2015
0
0

PowerTip: Use PowerShell to Find Network Adapters

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find network adapters associated with running virtual machines.  How can I use Windows PowerShell to see the network adapters that are associated with all running            virtual machines on my Windows 8.1 laptop that runs Hyper-V?  Use the Get-VM cmdlet to look...

Scripting Guy!Windows PowerShellPowerTip