PowerTip: Identify Locations of Hyper-V Config Files

Summary: Use PowerShell to find the .xml files of Hyper-V virtual machines. How can I use Windows PowerShell to easily find the location of my virtual machines after I reinstalled Hyper-V in Windows Server 2008 R2? The virtual machine configuration is stored in an .xml file with a GUID, and you can use Get-ChildItem to...