You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set-ServerComponentState -Identity Exch5 -Component ServerWideOffline -State Active -Requester Maintenance
50
51
```
51
52
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.
53
+
This example prepares the server for maintenance, such as installing a Security Update or Cumulative Update.
53
54
54
-
After the maintenance is over, the state must be changed to active using following command:
55
+
The first command changes the state of all server components to Inactive.
55
56
56
-
```powershell
57
-
Set-ServerComponentState Exch5 -Component ServerWideOffline -State Active -Requester Maintenance
58
-
```
57
+
The second command changes the state to Active after the maintenance is over (required).
59
58
60
-
> [!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.
59
+
**Note**: By design, the Microsoft Exchange IMAP4 and Microsoft Exchange POP3 services stop if the related `ImapProxy` and `PopProxy` components are in the Inactive state. The services start after the `ImapProxy` and `PopProxy` components are changed to the Active state.
0 commit comments