Created
July 21, 2020 01:28
-
-
Save supermarsx/8657f06a93308daf9e42bc97bb5e09de to your computer and use it in GitHub Desktop.
Exchange 2013 Shell, Get list of specific 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" | |
$COMPONENT = "ServerWideOffline" | |
(Get-ServerComponentState -Identity $SERVERNAME -Component $COMPONENT).LocalStates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment