Web Console
Hello togethter,
I have some questions regarding the Web console. Is it possible to see which user is currently logged on while working with the Web console i.e. I personally have two SCOM users and would like to see with which of them I am logged on at the moment.
Furthermore I have issues that I cannot see information in the Performance Counter View in the Web Console but I can see them in the OpsMgr Console though. Is there a limitation?
I also would like to know if I can use a DNS name for the Web console like. OpsMgr.contoso.internal or similar in case my RMS changes I can point to it via CNAME etc.!?
Maybe someone can help me out?
M.
November 14th, 2010 10:04am
You can see some of this information in PowerShell actually. However, you wont see HOW they are connected (Web console, Ops console or PowerShell / SDK)
Get-ManagementGroupConnection | foreach-object {$_.ManagementGroup.getConnectedUserNames()}
Get-ManagementGroupConnection | foreach-object {$_.ManagementGroup.getConnectedUserNames()} | measure-object
Taken from
http://www.systemcentercentral.com/tabid/60/indexId/80841/tag/Forums/Default.aspx#vindex80860Pete Zerger, MVP-OpsMgr and SCE | http://www.systemcentercentral.com
Free Windows Admin Tool Kit Click here and download it now
November 29th, 2010 8:47am