Where one would start to learn how to interact with Hyper-V thru C# to able to backup and restore virtual machines (preferably with snapshots and everything else related to backup)? I tried finding some examples / information on how to start but couldn’t find anything. Maybe I was just asking wrong questions.
Share
You can use WMI to access the virtualization services.
Documentation and samples related to the WMI virtualization classes are available here.