Skip to content

Commit 83ca704

Browse files
committed
Update Set-ServerComponentState.md
1 parent f99ae03 commit 83ca704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/Set-ServerComponentState.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This example sets the Unified Messaging (UM) component state to Active, as reque
4949
Set-ServerComponentState Exch5 -Component ServerWideOffline -State Inactive -Requester Maintenance
5050
```
5151

52-
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.
52+
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.
5353

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

@@ -58,7 +58,7 @@ Set-ServerComponentState Exch5 -Component ServerWideOffline -State Active -Reque
5858
```
5959

6060
> [!NOTE]
61-
> Microsoft Exchange IMAP4 & Microsoft Exchange POP3 services will stop if the related components `ImapProxy` and `PopProxy` are in Inactive state, this is by design behavior. The services should be started after the state of `ImapProxy` and `PopProxy` is changed to Active.
61+
> By design behavior, Microsoft Exchange IMAP4 & Microsoft Exchange POP3 services will stop if the related components `ImapProxy` and `PopProxy` are in Inactive state. The services will be started after the state of `ImapProxy` and `PopProxy` is changed to Active.
6262
6363
## PARAMETERS
6464

0 commit comments

Comments
 (0)