Sign in
Taylor Brown's Blog
Hyper-V Program Manager
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
C#
Commentary
Hyper-V - Windows 8
Hyper-V - Windows Server 2008
Hyper-V - Windows Server 2008 R2
IT Professional
News
Powershell
SCVMM
WMI
Browse by Tags
MSDN Blogs
>
Taylor Brown's Blog
>
All Tags
>
wmi
Tagged Content List
Blog Post:
Hyper-V WMI–Creating External Only Virtual Switch (i.e. Do Not–Allow Management Traffic
Taylor Brown [MSFT]
In response to a few of my old posts Hyper-V WMI Using PowerShell Scripts – Part 5 (Creating Virtual Switchs/Networks) and Hyper-V V2: Guest Only External Networks + Add Roles Wizard Changes I’ve had a lot of people ask me how to create external virtual switches that do not allow management traffic i...
on
7 Mar 2012
Blog Post:
Attaching Passthough Disks Via WMI (SCSI or IDE)
Taylor Brown [MSFT]
So you want to use passthough disks with Hyper-V cool – but how do you script attaching them? Well here’s your answer… But first you need to decide if you are going to attach them to the virtual IDE controller or the virtual SCSI controller. The IDE controller is ideal if you plan to...
on
16 Oct 2009
Blog Post:
VBScript Versions of The KVP Scripts
Taylor Brown [MSFT]
Ben Armstrong (aka Virtual PC Guy) posted some great VBScript and PowerShell KVP scripts. These are a great edition to some of my earlier scripts ( Adding Host KVP's , Adding Guest KVP's , Modifying KVP’s ). Check them out if your looking for more samples. Sending data from parent to virtual...
on
5 Jan 2009
Blog Post:
PDC Teaser – Attaching a VHD to A Virtual Machine
Taylor Brown [MSFT]
PDC is just around the corner now – I am giving the dry run of my talk tomorrow morning, so of course I am working on my demo’s today… Just to give you a bit of a teaser here’s one of the scripts that I am using in one of my demo’s… This script will take a VHD and attach it to the second port of...
on
13 Oct 2008
Blog Post:
Open Source PowerShell Editor -- PowerGUI
Taylor Brown [MSFT]
Many of you know I have been a fan of PowerShellPlus for quite a while, but I was turned on to a new editor the other day that’s pretty slick – PowerGUI . Winner of this years Windows IT Pro Magazine’s Best of Tech Ed IT Pro Breakthrough Product Award this editor/GUI is not to shabby… The editor and...
on
22 Aug 2008
Blog Post:
Hyper-V WMI: What VHD’s/Physical Disks Are Associated With a Virtual Machine?
Taylor Brown [MSFT]
I got a great question based on yesterday’s post (by the way my e-mail was blocking a lot of external messages that’s fixed now so I apologize to anyone I missed a mail from). The person was asking how they could figure out what physical disk a virtual machine is using when configured for...
on
21 Aug 2008
Blog Post:
New Hyper-V WMI Doc’s… Plus It’s Official I’ll Be Speaking at PDC… Plus Cluster Fix for Hyper-V…
Taylor Brown [MSFT]
Hyper-V WMI Documentation First off I am happy to say the Hyper-V WMI documentation is finally post beta quality! I want to personally thank a few members of the test team for writing much of the sample code and working very hard to get it posted. There are now samples in C# and VBScript...
on
8 Aug 2008
Blog Post:
PDC 2008 Here We Come!
Taylor Brown [MSFT]
Hyper-V will be well represented at the Microsoft Professional Developers Conference (PDC) this year. Additional sessions where posted today ( http://www.microsoftpdc.com/Agenda/Sessions.aspx ) and they include two Hyper-V sessions. The first is Developing Solutions For Hyper-V Using WMI and the second...
on
1 Aug 2008
Blog Post:
Hyper-V WMI: Creating a Thumbnail Image
Taylor Brown [MSFT]
Hyper-V has a WMI API that will allow you to create a thumbnail image of any running or paused virtual machine. You can create any sized thumbnail you want (640x480, 800x600, 1024x768 etc…). Creating the image is pretty easy, you just call GetVirtualSystemThumbnailImage passing a reference...
on
29 Jul 2008
Blog Post:
Hyper-V WMI: KVP Exchange aka Data Exchange (Retrieving and Modifying Parent/Host KVP’s)
Taylor Brown [MSFT]
On Sunday I showed how to add registry keys to the guest from the host ( Hyper-V WMI: KVP Exchange aka Data Exchange (Adding New Items From Parent/Host) ) and on Monday I showed how to read registry key’s written by the guest from the host ( Hyper-V WMI- KVP Exchange aka Data Exchange (Adding New Items...
on
9 Jul 2008
Blog Post:
Hyper-V WMI: KVP Exchange aka Data Exchange (Adding New Items From Guest)
Taylor Brown [MSFT]
Update 12/5/12 A lot has changed since 2008 and many things have stayed the same… I wanted to provide an update to some of the most commonly viewed posts and this was one of them. For updated information on this topic please refer to my latest post Customizing The Key Value Pair (KVP) Integration...
on
7 Jul 2008
Blog Post:
Hyper-V WMI: KVP Exchange aka Data Exchange (Adding New Items From Parent/Host)
Taylor Brown [MSFT]
Update 12/5/12 A lot has changed since 2008 and many things have stayed the same… I wanted to provide an update to some of the most commonly viewed posts and this was one of them. For updated information on this topic please refer to my latest post Customizing The Key Value Pair (KVP) Integration...
on
6 Jul 2008
Blog Post:
Hyper-V WMI: Rich Error Messages for Non-Zero ReturnValue (no more 32773, 32768, 32700…)
Taylor Brown [MSFT]
Since I did my last post on snapshots I have gotten several comments and few e-mails asking how to map ReturnValues to actual human readable strings. I guess not every one just knows that 32773 is Invalid Parameter… Well after many hours of asking and playing I have the answer – or at least a good start...
on
19 Jun 2008
Blog Post:
Hyper-V WMI: Creating/Applying/Deleting Virtual Machine Snapshots
Taylor Brown [MSFT]
After I finished writting this I relized it got a bit long... - I guess I had a lot to talk about! Hope you enjoy it (or at least find it mildly useful) Hyper-V implements a feature known as snapshots, this should not be confused with a SAN snapshot or a VSS snapshot these snapshots are...
on
16 Jun 2008
Blog Post:
Hyper-V WMI – Configuring Automatic Startup/Shutdown/Recovery Action’s For Virtual Machines
Taylor Brown [MSFT]
Hyper-V virtual machines have configuration options that control what happens when the parent/host server shuts down, start’s up, or if a virtual machine’s worker process terminates unexpectedly. The first two conditions (parent/host shutdown, startup) are pretty self explanatory but what would...
on
14 Jun 2008
Blog Post:
Hyper-V WMI – Cloning Virtual Machines Using Import/Export
Taylor Brown [MSFT]
I have officially given up on the “Hyper-V WMI Using PowerShell Scripts” serious, not because of lack of interest but because or extreme interest implying that I would need to do Part 5, 6, 7, 99… Counting past 5 is hard so from now on I will just title the posts for what they are doing. Today’s post...
on
7 Jun 2008
Blog Post:
Hyper-V WMI Using PowerShell Scripts – Part 5 (Creating Virtual Switchs/Networks)
Taylor Brown [MSFT]
I hope everyone had a great Memorial Day weekend – we had a four day weekend on the Hyper-V team which was excellent! In this post I am going to show how to create a new virtual switch attached to an external network. I’ll start with a complete script and then take it apart and explain what each part...
on
26 May 2008
Blog Post:
Hyper-V WMI Using PowerShell - Part 4 and Negative 1 (Shutdown IC Powershell/C#)
Taylor Brown [MSFT]
I hope everyone is enjoying Hyper-V RC1 (yep I just linked to my own post -shamless maybe) but, as promissed here's some more WMI goodness. Title got your attention? Well this is a two part post… First I will show how to use the Shutdown IC to initiate a shutdown of a guest using PowerShell (that...
on
21 May 2008
Blog Post:
Hyper-V WMI Using PowerShell Scripts – Part 3 (KVP's - Guest OS Version)
Taylor Brown [MSFT]
Update 12/5/12 A lot has changed since 2008 and many things have stayed the same… I wanted to provide an update to some of the most commonly viewed posts and this was one of them. For updated information on this topic please refer to my latest post Retrieving the IP Address Of A VM In Hyper-V ...
on
6 May 2008
Blog Post:
Hyper-V WMI Using PowerShell Scripts – Part 2 (VHD Creation)
Taylor Brown [MSFT]
In part 1 we went over some basic scripts and tools for gathering information about running virtual machines. In part 2 I am going to cover two things, first basic VHD creation and second determining if Hyper-V WMI methods are succeeding or failing and what the error message is. PowerShellPlus ...
on
2 May 2008
Blog Post:
Hyper-V WMI Using PowerShell Scripts – Part 1 (Worker Process ID to Virtual Machine Mapping)
Taylor Brown [MSFT]
Hello out there in blog land… This is Taylor Brown some of you may know me from the Virtualization Deployment Summit or from my posts on the TechNet Forums, for those who don’t know me I am a test lead on the Hyper-V team. One of my team’s responsibilities is validating end-to-end integration of all...
on
2 May 2008
Page 1 of 1 (21 items)