Created
July 21, 2020 01:30
-
-
Save supermarsx/72096d7e15f1c8c2535c8e6670a1f131 to your computer and use it in GitHub Desktop.
Exchange 2013 Shell, Get list of all component state requesters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$SERVERNAME = "SERVERNAME" | |
(Get-ServerComponentState -Identity $SERVERNAME).LocalStates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment