Hi All,
I have a problem accessing SCVMM by powershell. We are trying to build a Java Webserver to provide a REST interface to access VMM functionality. We are doing this by executing powershell scipts parsing their json-formated output. This works quite well for us, unless the fact that we have to reconnect to the vmmserver instance everytime we are going to execute a new script. This is a performance issue at the moment. Is there a way to create some kind of persistent connection or is it possible to share a powershell session and execute several scripts on this session?