Is there a way to catch the error messages appearing on the VMware vSphere client using PowerCLI for .NET?
I used Project Onyx 2.0 to capture all mouse clicks and obtain code in C#. But if some operation fails, is there a way to print that on the console?

link|improve this question

0% accept rate
feedback

1 Answer

You can't do that. These error messages are notifications and if you want to "catch" them you need to pull them out of the VMware server, with PowerCLI or with a C# program.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.