简体   繁体   中英

Intercept error messages on VMware vSphere client using PowerCLI for .NET

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM