Hi
I want to use SCOM console Viewname parameter to start multiple views. Actually want to use it in my windows application to start some special SCOM views by one click. The command is something like this:
"C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Console\Microsoft.EnterpriseManagement.Monitoring.Console.exe" /viewname:System.Views.StateView.AllComputers
My problem is that this command works only for the first view and for other views it starts with default SCOM start page. How should I use it to start multiple view in a "Foreach" loop.