Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
AD FS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
Exchange Server 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MCTS
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Portal
Português Brasil
PowerShell
Private Cloud
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
Small Basic
solucionando problemas
spam
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
UAG
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
vm
Tagged Content List
Wiki Page:
Hyper-V Üzerinde Oluşturulan VM Default Dosya Dizinlerinin değiştirilmesi (tr-TR)
Fernando Lugão Veltem
Merhaba bu makalemde sizlere Hyper-V üzerinde oluşturduğumuz sanal makinelerin ve sanal disklerin default olarak kaydedildiği dizini nasıl değiştirebileceğimizi göstermeye çalışacağım. Hyper-V kurulumu yapıldıktan sonra yeni bir sanal makine oluşturmak istediğimizde Virtual Machines (Sanal Makineler...
on
17 May 2013
Wiki Page:
Hyper-V VM Connection (tr-TR)
Mehmet PARLAKYİĞİT
Merhaba arkadaşalar bu makalemde sizlere Hyper-V nin fazla bilinmeyen ufak bir özelliğinden bahsetmek istiyorum. Hatırlarsanız Hyper-V manager consol üzerinde sanal makinelere sağ tıkladığımızda ya da makineye çift tıkladığımızda sanal makineye bağlanıyorduk. Şimdi ise Hyper-V ile birlikte gelen ufak...
on
14 May 2013
Wiki Page:
SCVMM R2 Incomplete VM Configure Error (tr-TR)
Fernando Lugão Veltem
Merhaba değerli arkadaşlar bu makalemde sizlere Incomplete VM Configure Error yani eksik sanal makine yapılandırmasından bahsetmek istiyorum. Bu ek sik yapılanmalar donanımsal olacağı gibi farklı nedenlerden kaynaklanabilirler. Aşağıda ki şekli bir inceleyelim. SCVMM R2 Incomplete VM Configure...
on
10 May 2013
Wiki Page:
Hyper-V: Script to Check IC Version
Richard Mueller
Table of Contents Script Not Detected Community Resources Here is a script for checking the version number of your VM integration components created by Microsoft software developer Stefan Wernli. Script # Test if the IC version is up to date param( [string]$vmName = $(throw "Must...
on
7 May 2013
Wiki Page:
How to Build a SQL Server 2012 Hyper-V Virtual Machine (KIWI build)
Richard Mueller
This how-to article will guide you through the process of building a Hyper-V virtual machine with Microsoft SQL Server 2012, the latest Visual Studio 2010 development tools, SQL Server Data Tools (SSDT), and an assortment of other software products to create a test environment ready for testing and...
on
3 May 2013
Wiki Page:
Hyper-V: How to Detect if a Computer is a VM Using Script
Ed Price - MSFT
Sometimes you need to identify if something is running inside a Hyper-V virtual machine** before you take action. You can use this method: Determining If Hypervisor Is Installed , or Reporting the Identity of a Guest Operating System . On a VM running on Hyper-V (and Virtual PC) , the Model property...
on
16 Feb 2013
Wiki Page:
Hyper-V Virtual Machine (VM) Parent-Child Configuration Using Differencing Disks
Kurt L Hudson MSFT
One way to optimize disk space and reduce the number of times that you have to install and update a released operating system is to create parent child configurations using differencing disks in Hyper-V. For example, if you need to install a test lab that will employ three Windows Server 2008 R2 installations...
on
21 Jan 2013
Wiki Page:
Hyper-V: How to Find VM Files
yottun8
This information is sourced from this Virtual PC Guy blog post , and is a work-in-progress . Please add other troubleshooting tips and best practices. The files that comprise a virtual machine include: . XML files These files contain the virtual machine configuration details. There...
on
25 Nov 2012
Wiki Page:
Hyper-V Troubleshooting: Enabling Audio Over RDP
yottun8
In some scenarios, such as test and application development, you may need to emulate a sound card in the VM (virtual machine). In Hyper-V there is no way to emulate a sound card. To use a "virtual sound card" in a VM, you must enable audio over RDP (Remote Desktop Protocol) on Windows server...
on
22 Nov 2012
Wiki Page:
Come creare una macchina virtuale con Windows Server 2012 su Windows Azure partendo dalla VM Gallery (it-IT)
Renato F. Giorgini
Per poter utilizzare le funzionalità di Virtual Machine su Windows Azure, è necessario prima aver attivato una sottoscrizione di prova e aver abilitato le funzionalità attualmente in Preview . Per sapere come procedere potete seguire le indicazioni presenti nel wiki Come attivare un account su Windows...
on
29 Oct 2012
Wiki Page:
Come connettersi via RDP da remoto ad una macchina virtuale Windows Server 2012 creata su Windows Azure (it-IT)
Renato F. Giorgini
Dopo aver attivato una sottoscrizione gratuita , ed aver configurato una virtual machine , è possibile connettersi tramite protocollo RDP alla VM appena creata. Per prima cosa, è necessario accedere al portale di gestione di Windows Azure, https://manage.windowsazure.com/ . Prima della...
on
26 Oct 2012
Wiki Page:
Monitoring VMs in Windows Server 8
yottun8
"Resource Metering" is a new feature in Windows Server "8" Beta that you can use to monitor and chargeback for VM usage. This Te chNet article explains: Windows Server “8” Beta provides two options for administrators to obtain historical data on a client's use...
on
2 Oct 2012
Wiki Page:
Hyper-V: Script to Find VM Creation Date
Ed Price - MSFT
Ever need to determine/list the date/time of the creation of the VMs on a Hyper-V server? You can download www.codeplex.com/pshyperv and run get-vm | select InstallDate, ElementName. However, the dates are in the outlput not formatted as dates. Here is a sample (last boot time on my PC using WMI...
on
24 Sep 2012
Wiki Page:
Hyper-V: Script for Reverting Snapshots VMRevert
Ed Price - MSFT
A tester with 2 different VM environments (but on the same VMM Admin server) needs to revert back to baseline every day. He shares the following script. Script Text: # ============================================================================================== # NAME: VMRevert.ps1 #...
on
13 Sep 2012
Wiki Page:
How to Build SQL Server 2012 AlwaysOn Hyper-V Virtual Machines for Demos (EMU build)
dplotnikov - mvp
The set of VMs described in this article can be used to demonstrate the new high-availability features of SQL Server 2012, namely AlwaysOn Availability Groups and Failover Clustering. The purpose of the article is to document the requirments and high-level steps that are necessary in order to ...
on
31 Aug 2012
Wiki Page:
How to Build a Combined set of KIWI and EMU VMs (SQL Server 2012 demos)
yottun8
This article describes how to modify the KIWI VM build (for SQL Server 2012 demos) so that it uses a separate, central domain controller VM shared with other VMs. The only VM from the EMU set of VMs that is modified is EMU-DC (KIWI needs to be added to the domain). Let's call this modified version...
on
4 Aug 2012
Wiki Page:
Using the Virtual Machine Recovery Tool for System Center 2012 – Virtual Machine Manager (VMM)
Fernando Lugão Veltem
The stand-alone Virtual Machine Recovery Tool works with System Center 2012 – Virtual Machine Manager (VMM) to temporarily remove a host, cluster, virtual machine, or service from VMM when that object is in a failed or persistent warning state due to environmental conditions, third-party applications...
on
11 Jun 2012
Wiki Page:
2010 Information Worker Demonstration and Evaluation Virtual Machine (SP1) (en-US)
dplotnikov - mvp
Virtual machine “a” contains the following pre-configured software: Windows Server 2008 R2 SP1 Standard Evaluation Edition, running as an Active Directory Domain Controller for the “CONTOSO.COM” domain with DNS and WINS Microsoft SQL Server 2008 R2 Enterprise Edition...
on
1 Apr 2012
Wiki Page:
How to Build a VM for Application Compatibility Testing for SQL Server 2012 (WEKA build)
Richard Davis
The VM build described in this article is intended to be used for SQL Server 2012 application compatibility testing. This article describes the high-level steps necessary in order to build the VM. Table of Contents Prerequisites for build machine (for creating VMs on) Prerequisites for host machine...
on
11 Mar 2012
Wiki Page:
How to Change the Owner Value for All VMs in SCVMM 2008 (en-US)
Craig Lussier
Have you ever found yourself in a situation where you have a bunch of virtual machines (VMs) where the OWNER value is set to UNKNOWN and you wanted to set a value owner without having to modify them one VM at a time? If so there’s a Windows PowerShell command that we can use to accomplish this...
on
18 Feb 2012
Wiki Page:
How to Fix an Incomplete VM That Is Stuck in the Creating State in SCVMM 2008
Ed Price - MSFT
Have you ever run into a situation where a failed P2V or other job leaves you with a VM you cannot delete? I have and it usually ends up looking something like this: Recently we’ve had a couple of cases come in where a VM was stuck in the Creating State in the SCVMM 2008 console due to a...
on
3 Nov 2011
Wiki Page:
How to Forcefully Remove a Virtual Machine from the SCVMM Admin Console
Ed Price - MSFT
If you ever find yourself in a position where you tried to remove a VM but it ended up being stuck in a state of limbo then this one’s for you: ======== Issue: A VM has been removed from SCVMM but still appears in the VMM Admin Console. The VM may have been removed in Hyper-V, SCVMM, or Cluster...
on
1 Sep 2011
Wiki Page:
Hyper-V: VM Migration - R1 to R2
Ed Price - MSFT
This article is to expand and correct http://technet.microsoft.com/en-us/library/dd296684(WS.10).aspx See Also Hyper-V Portal
on
12 Jul 2010
Page 1 of 1 (23 items)
Can't find it? Write it!
Post an Article