Skip to content

Commit 91bdaad

Browse files
authored
Merge branch 'master' into patch-319
2 parents fedfc30 + 90c02ce commit 91bdaad

File tree

84 files changed

+3124
-662
lines changed

Some content is hidden

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

84 files changed

+3124
-662
lines changed

exchange/docs-conceptual/disable-access-to-exchange-online-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $<VariableName> = Get-Content <text file>
8888
$<VariableName> | foreach {Set-User -Identity $_ -RemotePowerShellEnabled $false}
8989
```
9090

91-
This example uses the text file C:\My Documents\NoPowerShell.txt to identify the users by their accounts. The text file must contain one account on each line as follows:
91+
The following example uses the text file C:\My Documents\NoPowerShell.txt to identify the users by their accounts. The text file must contain one account on each line as follows:
9292

9393
9494
@@ -99,7 +99,7 @@ $NPS = Get-Content "C:\My Documents\NoPowerShell.txt"
9999
```
100100

101101
```powershell
102-
$NPS | foreach {Set-User -Identity $_.MicrosoftOnlineServicesID -RemotePowerShellEnabled $false}
102+
$NPS | foreach {Set-User -Identity $_ -RemotePowerShellEnabled $false}
103103
```
104104

105105
## View the Exchange Online PowerShell access for users

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

Lines changed: 5 additions & 5 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 Server 2019, Exchange Online
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
55
title: Disable-UMAutoAttendant
66
schema: 2.0.0
77
author: chrisda
@@ -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 Server 2019, Exchange Online
56+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
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 Server 2019, Exchange Online
75+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
7676
7777
Required: False
7878
Position: Named
@@ -90,7 +90,7 @@ The DomainController parameter specifies the domain controller that's used by th
9090
Type: Fqdn
9191
Parameter Sets: (All)
9292
Aliases:
93-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
93+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
9494
9595
Required: False
9696
Position: Named
@@ -106,7 +106,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
106106
Type: SwitchParameter
107107
Parameter Sets: (All)
108108
Aliases: wi
109-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
109+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016 Exchange Online
110110
111111
Required: False
112112
Position: Named

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

Lines changed: 6 additions & 6 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 Server 2019, Exchange Online
4+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
55
title: Disable-UMCallAnsweringRule
66
schema: 2.0.0
77
author: chrisda
@@ -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 Server 2019, Exchange Online
71+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
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 Server 2019, Exchange Online
90+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
9191
9292
Required: False
9393
Position: Named
@@ -105,7 +105,7 @@ The DomainController parameter specifies the domain controller that's used by th
105105
Type: Fqdn
106106
Parameter Sets: (All)
107107
Aliases:
108-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
108+
Applicable: Exchange Server 2013, Exchange Server 2016
109109
110110
Required: False
111111
Position: Named
@@ -134,7 +134,7 @@ If you don't use this parameter, the mailbox of the user who is running the comm
134134
Type: MailboxIdParameter
135135
Parameter Sets: (All)
136136
Aliases:
137-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
137+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
138138
139139
Required: False
140140
Position: Named
@@ -150,7 +150,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
150150
Type: SwitchParameter
151151
Parameter Sets: (All)
152152
Aliases: wi
153-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
153+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
154154
155155
Required: False
156156
Position: Named

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

Lines changed: 6 additions & 6 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 Server 2019, Exchange Online
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
55
title: Disable-UMIPGateway
66
schema: 2.0.0
77
author: chrisda
@@ -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 Server 2019, Exchange Online
62+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
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 Server 2019, Exchange Online
81+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
8282
8383
Required: False
8484
Position: Named
@@ -96,7 +96,7 @@ The DomainController parameter specifies the domain controller that's used by th
9696
Type: Fqdn
9797
Parameter Sets: (All)
9898
Aliases:
99-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
99+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
100100
101101
Required: False
102102
Position: Named
@@ -112,7 +112,7 @@ The Immediate parameter specifies whether the Mailbox server running the Microso
112112
Type: Boolean
113113
Parameter Sets: (All)
114114
Aliases:
115-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
115+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
116116
117117
Required: False
118118
Position: Named
@@ -128,7 +128,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
128128
Type: SwitchParameter
129129
Parameter Sets: (All)
130130
Aliases: wi
131-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
131+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
132132
133133
Required: False
134134
Position: Named

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

Lines changed: 7 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-ummailbox
4-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016 Exchange Online
55
title: Disable-UMMailbox
66
schema: 2.0.0
77
author: chrisda
@@ -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 Server 2019, Exchange Online
67+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
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 Server 2019, Exchange Online
86+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
8787
8888
Required: False
8989
Position: Named
@@ -101,7 +101,7 @@ The DomainController parameter specifies the domain controller that's used by th
101101
Type: Fqdn
102102
Parameter Sets: (All)
103103
Aliases:
104-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
104+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
105105
106106
Required: False
107107
Position: Named
@@ -124,7 +124,7 @@ Using the IgnoreDefaultScope switch introduces the following restrictions:
124124
Type: SwitchParameter
125125
Parameter Sets: (All)
126126
Aliases:
127-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
127+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
128128
129129
Required: False
130130
Position: Named
@@ -143,7 +143,7 @@ The KeepProperties parameter specifies whether to keep or remove the UM properti
143143
Type: Boolean
144144
Parameter Sets: (All)
145145
Aliases:
146-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
146+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
147147
148148
Required: False
149149
Position: Named
@@ -159,7 +159,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
159159
Type: SwitchParameter
160160
Parameter Sets: (All)
161161
Aliases: wi
162-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
162+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
163163
164164
Required: False
165165
Position: Named

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

Lines changed: 6 additions & 6 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-umservice
4-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
4+
applicable: Exchange Server 2013, Exchange Server 2016
55
title: Disable-UMService
66
schema: 2.0.0
77
author: chrisda
@@ -73,7 +73,7 @@ The Identity parameter specifies the Exchange 2010 UM server that you want to di
7373
Type: UMServerIdParameter
7474
Parameter Sets: (All)
7575
Aliases:
76-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
76+
Applicable: Exchange Server 2013, Exchange Server 2016
7777

7878
Required: True
7979
Position: 1
@@ -92,7 +92,7 @@ The Confirm switch specifies whether to show or hide the confirmation prompt. Ho
9292
Type: SwitchParameter
9393
Parameter Sets: (All)
9494
Aliases: cf
95-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
95+
Applicable: Exchange Server 2013, Exchange Server 2016
9696
9797
Required: False
9898
Position: Named
@@ -108,7 +108,7 @@ The DomainController parameter specifies the domain controller that's used by th
108108
Type: Fqdn
109109
Parameter Sets: (All)
110110
Aliases:
111-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
111+
Applicable: Exchange Server 2013, Exchange Server 2016
112112
113113
Required: False
114114
Position: Named
@@ -124,7 +124,7 @@ The Immediate parameter specifies whether the UM server drops all current calls
124124
Type: Boolean
125125
Parameter Sets: (All)
126126
Aliases:
127-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
127+
Applicable: Exchange Server 2013, Exchange Server 2016
128128
129129
Required: False
130130
Position: Named
@@ -140,7 +140,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
140140
Type: SwitchParameter
141141
Parameter Sets: (All)
142142
Aliases: wi
143-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
143+
Applicable: Exchange Server 2013, Exchange Server 2016
144144
145145
Required: False
146146
Position: Named

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

Lines changed: 5 additions & 5 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 Server 2019, Exchange Online
4+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
55
title: Enable-UMAutoAttendant
66
schema: 2.0.0
77
author: chrisda
@@ -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 Server 2019, Exchange Online
54+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
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 Server 2019, Exchange Online
73+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
7474
7575
Required: False
7676
Position: Named
@@ -88,7 +88,7 @@ The DomainController parameter specifies the domain controller that's used by th
8888
Type: Fqdn
8989
Parameter Sets: (All)
9090
Aliases:
91-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
91+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016
9292
9393
Required: False
9494
Position: Named
@@ -104,7 +104,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
104104
Type: SwitchParameter
105105
Parameter Sets: (All)
106106
Aliases: wi
107-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
107+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Online
108108
109109
Required: False
110110
Position: Named

exchange/exchange-ps/exchange/Enable-UMCallAnsweringRule.md

Lines changed: 6 additions & 6 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-umcallansweringrule
4-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
4+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
55
title: Enable-UMCallAnsweringRule
66
schema: 2.0.0
77
author: chrisda
@@ -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 Server 2019, Exchange Online
71+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
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 Server 2019, Exchange Online
90+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
9191
9292
Required: False
9393
Position: Named
@@ -105,7 +105,7 @@ The DomainController parameter specifies the domain controller that's used by th
105105
Type: Fqdn
106106
Parameter Sets: (All)
107107
Aliases:
108-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
108+
Applicable: Exchange Server 2013, Exchange Server 2016
109109
110110
Required: False
111111
Position: Named
@@ -134,7 +134,7 @@ If you don't use this parameter, the mailbox of the user who is running the comm
134134
Type: MailboxIdParameter
135135
Parameter Sets: (All)
136136
Aliases:
137-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
137+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
138138
139139
Required: False
140140
Position: Named
@@ -150,7 +150,7 @@ The WhatIf switch simulates the actions of the command. You can use this switch
150150
Type: SwitchParameter
151151
Parameter Sets: (All)
152152
Aliases: wi
153-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
153+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
154154
155155
Required: False
156156
Position: Named

0 commit comments

Comments
 (0)