Showing related tags and posts accross the entire site.
-
HyperVizor.net: Last week, we performed upgrades on our Hyper-V Server 2008 hosts to R2 that serve our Test\Dev environments. The upgrades were very straight forward and uneventful, which is what anyone hopes for when performing any upgrade. However, after the upgrade was complete, it appeared that either...
-
[excerpt] There have been multiple customers who have voiced concern that the Configuration-only export feature is gone. It has not. Configuration-only export is still very much present in Hyper-V in R2. It just so happens that we have taken the option out from the UI. The user can still utilize this...
-
[excerpt] In the following sample, we do a basic import of a VM using the new Import API. This script essentially does what the import UI does; it assumes all the necessary files are present in the import folder and imports from that directory. In a later blog, there will be a sample that will utilize...
-
[excerpt]Ben Armstrong: I would like to take a moment to talk about some “scripting technique” for how to get the best results out of your code. With our WMI interfaces there are often multiple ways to get results, but some are more efficient than others. Let’s say that I wanted to...
-
[excerpt]When you are scripting against virtual switches – it is good to know what type of switch you are talking to. In order to figure this out you need to find out whether the virtual switch has an internal network connection, external network connection, neither or both. [/excerpt]