Skip to content

Update IMAP/POP service behavior w.r.t Set-ServerComponentState #12521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 17, 2025
Prev Previous commit
Next Next commit
Update Set-ServerComponentState.md
  • Loading branch information
alekyaj committed Feb 13, 2025
commit c9528a0040cb84430eb624eb9f600d068dbaa95c
2 changes: 1 addition & 1 deletion exchange/exchange-ps/exchange/Set-ServerComponentState.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This example sets the Unified Messaging (UM) component state to Active, as reque
Set-ServerComponentState Exch5 -Component ServerWideOffline -State Inactive -Requester Maintenance
```

This command is used o prepare the server for maintenance, such as installing security or cumulative updates. It changes the state of all server components to Inactive during this process.
This command is used to prepare the server for maintenance, such as installing a security update or cumulative update. This command changes the state of all server components to Inactive.

After the maintenance is over, the state must be changed to Active using following command:

Expand Down