Skip to content

Commit 853a3b9

Browse files
authored
Merge pull request #7384 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 495a68e + 17ed204 commit 853a3b9

File tree

105 files changed

+634
-1336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+634
-1336
lines changed

exchange/exchange-ps/exchange/Add-MailboxPermission.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,15 @@ Accept wildcard characters: False
177177
```
178178
179179
### -Instance
180+
This parameter is available only in on-premises Exchange.
181+
180182
This parameter has been deprecated and is no longer used.
181183
182184
```yaml
183185
Type: MailboxAcePresentationObject
184186
Parameter Sets: Instance
185187
Aliases:
186-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
188+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
187189

188190
Required: True
189191
Position: Named

exchange/exchange-ps/exchange/Disable-UMAutoAttendant.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.MediaAndDevices-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/disable-umautoattendant
4-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
55
title: Disable-UMAutoAttendant
66
schema: 2.0.0
77
author: chrisda
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Disable-UMAutoAttendant
1313

1414
## SYNOPSIS
15-
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
15+
This cmdlet is available only in on-premises Exchange.
1616

1717
Use the Disable-UMAutoAttendant cmdlet to disable an existing Unified Messaging (UM) auto attendant that's enabled.
1818

@@ -53,7 +53,7 @@ The Identity parameter specifies the identifier for the UM auto attendant that's
5353
Type: UMAutoAttendantIdParameter
5454
Parameter Sets: (All)
5555
Aliases:
56-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
56+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
5757

5858
Required: True
5959
Position: 1
@@ -72,7 +72,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
7272
Type: SwitchParameter
7373
Parameter Sets: (All)
7474
Aliases: cf
75-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
75+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
7676
7777
Required: False
7878
Position: Named
@@ -82,8 +82,6 @@ Accept wildcard characters: False
8282
```
8383

8484
### -DomainController
85-
This parameter is available only in on-premises Exchange.
86-
8785
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
8886

8987
```yaml
@@ -106,7 +104,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
106104
Type: SwitchParameter
107105
Parameter Sets: (All)
108106
Aliases: wi
109-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016 Exchange Online
107+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
110108
111109
Required: False
112110
Position: Named

exchange/exchange-ps/exchange/Disable-UMCallAnsweringRule.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.MediaAndDevices-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/disable-umcallansweringrule
4-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
4+
applicable: Exchange Server 2013, Exchange Server 2016
55
title: Disable-UMCallAnsweringRule
66
schema: 2.0.0
77
author: chrisda
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Disable-UMCallAnsweringRule
1313

1414
## SYNOPSIS
15-
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
15+
This cmdlet is available only in on-premises Exchange.
1616

1717
Use the Disable-UMCallAnsweringRule cmdlet to disable a call answering rule that has been created within a UM-enabled mailbox.
1818

@@ -68,7 +68,7 @@ The Identity parameter specifies the UM call answering rule in a UM-enabled mail
6868
Type: UMCallAnsweringRuleIdParameter
6969
Parameter Sets: (All)
7070
Aliases:
71-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
71+
Applicable: Exchange Server 2013, Exchange Server 2016
7272

7373
Required: True
7474
Position: 1
@@ -87,7 +87,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
8787
Type: SwitchParameter
8888
Parameter Sets: (All)
8989
Aliases: cf
90-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
90+
Applicable: Exchange Server 2013, Exchange Server 2016
9191
9292
Required: False
9393
Position: Named
@@ -97,8 +97,6 @@ Accept wildcard characters: False
9797
```
9898

9999
### -DomainController
100-
This parameter is available only in on-premises Exchange.
101-
102100
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
103101

104102
```yaml
@@ -134,7 +132,7 @@ If you don't use this parameter, the mailbox of the user who is running the comm
134132
Type: MailboxIdParameter
135133
Parameter Sets: (All)
136134
Aliases:
137-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
135+
Applicable: Exchange Server 2013, Exchange Server 2016
138136
139137
Required: False
140138
Position: Named
@@ -150,7 +148,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
150148
Type: SwitchParameter
151149
Parameter Sets: (All)
152150
Aliases: wi
153-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
151+
Applicable: Exchange Server 2013, Exchange Server 2016
154152
155153
Required: False
156154
Position: Named

exchange/exchange-ps/exchange/Disable-UMIPGateway.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.MediaAndDevices-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/disable-umipgateway
4-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
55
title: Disable-UMIPGateway
66
schema: 2.0.0
77
author: chrisda
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Disable-UMIPGateway
1313

1414
## SYNOPSIS
15-
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
15+
This cmdlet is available only in on-premises Exchange.
1616

1717
Use the Disable-UMIPGateway cmdlet to disable a Unified Messaging (UM) IP gateway.
1818

@@ -59,7 +59,7 @@ The Identity parameter specifies the identifier for the UM IP gateway being disa
5959
Type: UMIPGatewayIdParameter
6060
Parameter Sets: (All)
6161
Aliases:
62-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
62+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
6363

6464
Required: True
6565
Position: 1
@@ -78,7 +78,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
7878
Type: SwitchParameter
7979
Parameter Sets: (All)
8080
Aliases: cf
81-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
81+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
8282
8383
Required: False
8484
Position: Named
@@ -88,8 +88,6 @@ Accept wildcard characters: False
8888
```
8989

9090
### -DomainController
91-
This parameter is available only in on-premises Exchange.
92-
9391
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
9492

9593
```yaml
@@ -112,7 +110,7 @@ The Immediate parameter specifies whether the Mailbox server running the Microso
112110
Type: Boolean
113111
Parameter Sets: (All)
114112
Aliases:
115-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
113+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
116114
117115
Required: False
118116
Position: Named
@@ -128,7 +126,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
128126
Type: SwitchParameter
129127
Parameter Sets: (All)
130128
Aliases: wi
131-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
129+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
132130
133131
Required: False
134132
Position: Named

exchange/exchange-ps/exchange/Disable-UMMailbox.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.MediaAndDevices-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/disable-ummailbox
4-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016 Exchange Online
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
55
title: Disable-UMMailbox
66
schema: 2.0.0
77
author: chrisda
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Disable-UMMailbox
1313

1414
## SYNOPSIS
15-
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
15+
This cmdlet is available only in on-premises Exchange.
1616

1717
Use the Disable-UMMailbox cmdlet to disable Unified Messaging (UM) for UM-enabled mailboxes.
1818

@@ -64,7 +64,7 @@ The Identity parameter specifies the mailbox that you want to disable for Unifie
6464
Type: MailboxIdParameter
6565
Parameter Sets: (All)
6666
Aliases:
67-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
67+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
6868

6969
Required: True
7070
Position: 1
@@ -83,7 +83,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
8383
Type: SwitchParameter
8484
Parameter Sets: (All)
8585
Aliases: cf
86-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
86+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
8787
8888
Required: False
8989
Position: Named
@@ -93,8 +93,6 @@ Accept wildcard characters: False
9393
```
9494

9595
### -DomainController
96-
This parameter is available only in on-premises Exchange.
97-
9896
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
9997

10098
```yaml
@@ -111,8 +109,6 @@ Accept wildcard characters: False
111109
```
112110

113111
### -IgnoreDefaultScope
114-
This parameter is available only in on-premises Exchange.
115-
116112
The IgnoreDefaultScope switch tells the command to ignore the default recipient scope setting for the Exchange Management Shell session and to use the entire forest as the scope. This allows the command to access Active Directory objects that aren't currently available in the default scope.
117113

118114
Using the IgnoreDefaultScope switch introduces the following restrictions:
@@ -143,7 +139,7 @@ The KeepProperties parameter specifies whether to keep or remove the UM properti
143139
Type: Boolean
144140
Parameter Sets: (All)
145141
Aliases:
146-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
142+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
147143
148144
Required: False
149145
Position: Named
@@ -159,7 +155,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
159155
Type: SwitchParameter
160156
Parameter Sets: (All)
161157
Aliases: wi
162-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
158+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
163159
164160
Required: False
165161
Position: Named

exchange/exchange-ps/exchange/Disable-UMService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This cmdlet is available only in on-premises Exchange.
1616

1717
Use the Disable-UMService cmdlet to set the status of an Exchange Server 2010 Unified Messaging server to disabled. This prevents the UM server from processing UM incoming calls.
1818

19-
You can run this cmdlet on an Exchange Server 2016 Mailbox server, but the target server must be an Exchange 2010 UM server. You can't use this cmdlet to disable the UM service on an Exchange 2016 Mailbox server.
19+
You can run this cmdlet in Exchange 2013 or Exchange 2016, but the target server must be an Exchange 2010 UM server. You can't use this cmdlet to disable the UM service on Exchange 2013 or Exchange 2016 Mailbox servers.
2020

2121
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2222

exchange/exchange-ps/exchange/Disconnect-ExchangeOnline.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,21 @@ Disconnect-ExchangeOnline closes any active session and clears the cache. After
3939
Disconnect-ExchangeOnline
4040
```
4141

42-
This example asks for confirmation before disconnecting the current PowerShell session with Exchange Online.
42+
This example asks for confirmation before disconnecting the current Exchange Online PowerShell session.
4343

4444
### Example 2
4545
```powershell
4646
Disconnect-ExchangeOnline -Confirm:$false
4747
```
4848

49-
This example disconnects the current PowerShell session with Exchange Online silently and without a confirmation prompt.
49+
This example disconnects the current Exchange Online PowerShell session without a confirmation prompt. Note that the following notification text is still displayed: `Removed the PSSession <ConnectionName> connected to outlook.office365.com Disconnected successfully !`.
50+
51+
### Example 3
52+
```powershell
53+
Disconnect-ExchangeOnline -Confirm:$false -InformationAction Ignore -ErrorAction SilentlyContinue
54+
```
55+
56+
This example silently disconnects the current Exchange Online PowerShell session, without a confirmation prompt or any notification text.
5057

5158
## PARAMETERS
5259

exchange/exchange-ps/exchange/Enable-UMAutoAttendant.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Exchange.MediaAndDevices-Help.xml
33
online version: https://docs.microsoft.com/powershell/module/exchange/enable-umautoattendant
4-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
55
title: Enable-UMAutoAttendant
66
schema: 2.0.0
77
author: chrisda
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Enable-UMAutoAttendant
1313

1414
## SYNOPSIS
15-
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
15+
This cmdlet is available only in on-premises Exchange.
1616

1717
Use the Enable-UMAutoAttendant cmdlet to enable an existing Unified Messaging (UM) auto attendant that's disabled.
1818

@@ -51,7 +51,7 @@ The Identity parameter specifies the identifier for the UM auto attendant being
5151
Type: UMAutoAttendantIdParameter
5252
Parameter Sets: (All)
5353
Aliases:
54-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
54+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
5555

5656
Required: True
5757
Position: 1
@@ -70,7 +70,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
7070
Type: SwitchParameter
7171
Parameter Sets: (All)
7272
Aliases: cf
73-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
73+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
7474
7575
Required: False
7676
Position: Named
@@ -80,8 +80,6 @@ Accept wildcard characters: False
8080
```
8181

8282
### -DomainController
83-
This parameter is available only in on-premises Exchange.
84-
8583
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
8684

8785
```yaml
@@ -104,7 +102,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
104102
Type: SwitchParameter
105103
Parameter Sets: (All)
106104
Aliases: wi
107-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
105+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
108106
109107
Required: False
110108
Position: Named

0 commit comments

Comments
 (0)