Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save supermarsx/8657f06a93308daf9e42bc97bb5e09de to your computer and use it in GitHub Desktop.
Save supermarsx/8657f06a93308daf9e42bc97bb5e09de to your computer and use it in GitHub Desktop.
Exchange 2013 Shell, Get list of specific component state requesters
$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