Skip to content

Instantly share code, notes, and snippets.

@supermarsx
Created July 19, 2020 15:54
Show Gist options
  • Save supermarsx/f2dd5ab0d5ab1a8ee75d878da55744ae to your computer and use it in GitHub Desktop.
Save supermarsx/f2dd5ab0d5ab1a8ee75d878da55744ae to your computer and use it in GitHub Desktop.
Exchange 2013 Shell, Suspend every in progress move-request
Get-MoveRequest -MoveStatus InProgress | Suspend-MoveRequest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment