Skip to content

Instantly share code, notes, and snippets.

@supermarsx
Created July 21, 2020 01:30
Show Gist options
  • Save supermarsx/72096d7e15f1c8c2535c8e6670a1f131 to your computer and use it in GitHub Desktop.
Save supermarsx/72096d7e15f1c8c2535c8e6670a1f131 to your computer and use it in GitHub Desktop.
Exchange 2013 Shell, Get list of all component state requesters
$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