Skip to content

Commit ad453df

Browse files
committed
Update Set-ServerComponentState.md
1 parent c9528a0 commit ad453df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ 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 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.
52+
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.
5353

54-
After the maintenance is over, the state must be changed to Active using following command:
54+
After the maintenance is over, the state must be changed to active using following command:
5555

5656
```powershell
5757
Set-ServerComponentState Exch5 -Component ServerWideOffline -State Active -Requester Maintenance
5858
```
5959

6060
> [!NOTE]
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.
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)