Add-in for SCVMM 2012 R2, 2016 and 2019 console.
Display additional properties for each VM inside SCVMM 2012 R2 console (VLAn, IP addres, VM Path, Mounted ISO, Number of Checkpoint).
Add-in can be installed by importing the zip file SCVMMAddin.zip inside the "out" folder into your SCVMM 2012 R2 console. You may have to run SCVMM as user who has admin rights in order to install add-in inside SCVMM console.
The project was designed using Visual Studio Express 2012 for Windows Desktop targeting .NET Framework 4 using C# programming language.
Additional Resources
Read Microsoft article "Virtual Machine Manager Add-in SDK" from web location https://msdn.microsoft.com/en-us/library/jj860311.aspx to find how to write Add-in for SCVMM console.
An example Microsoft Visual Studio 2010 project is available for download at http://vmmuix.codeplex.com/
I took original idea and source code from blog post at web location http://hindenes.com/trondsworking/2014/07/17/vmm-extensions/ make modifications and add new features based on my needs.