Hello,
I am looking to see who has gone over the default RCAMaxConcurrency value of 20.
For a single user, I can use get-logonstatistics -identity "user" | fl applicationid This script will return multiple occurrences of applicationid which assists in understanding what the single user is using in terms of RCA
connections.
How do I search all of the mailboxes and only output those users with applicationid occurrences greater than 20?
Once I identify the users over 20, I can add them to a new throttling policy.
Thanks
Ron