Skip to content

Commit f99ae03

Browse files
committed
Add IMAP/POP service behavior w.r.t Set-ServerComponentState
The updates here are made as per task 9800612
1 parent a7fa577 commit f99ae03

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,23 @@ Set-ServerComponentState -Component UMCallRouter -Identity MailboxServer01 -Requ
4343

4444
This example sets the Unified Messaging (UM) component state to Active, as requested by maintenance mode.
4545

46+
### Example 2
47+
48+
```powershell
49+
Set-ServerComponentState Exch5 -Component ServerWideOffline -State Inactive -Requester Maintenance
50+
```
51+
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.
53+
54+
After the maintenance is over, the state must be changed to Active using following command:
55+
56+
```powershell
57+
Set-ServerComponentState Exch5 -Component ServerWideOffline -State Active -Requester Maintenance
58+
```
59+
60+
> [!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.
62+
4663
## PARAMETERS
4764

4865
### -Identity

0 commit comments

Comments
 (0)