Hi folks,
I am baffled to not find anything more about this already, so I wanted to throw this in here:
Is there any way to directly access SCVMM using C#? And I explicitly am looking for a way to do this directly from C#, not any workaround via the PowerShell module.
There are two reasons for that:
- I need to roll the application out to a lot of servers, and I can't ensure that the VMM console is installed everywhere beforehand. So the requirement is that the application has everything included in the build itself that it needs to work. (And we are talking Copy-Only deployment, so I can't even run an installer here...)
- And more importantly: There is scenarios in my system where I have large quantities of requests triggered from that application in a very short time. Using PowerShell would use WAY too much memory for that.
thx
Rick