Skip to content

Commit 2fe6dbc

Browse files
committed
Add Exchange Server SE 3
1 parent 8ce61a2 commit 2fe6dbc

File tree

96 files changed

+650
-650
lines changed

Some content is hidden

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

96 files changed

+650
-650
lines changed

exchange/exchange-ps/ExchangePowerShell/Get-MailContact.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
2+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
33
author: chrisda
44
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
55
Locale: en-US
@@ -76,7 +76,7 @@ This example retrieves detailed information for the mail contact named Arlene.
7676

7777
### -Identity
7878

79-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
79+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
8080
8181
The Identity parameter specifies the mail contact that you want to view. You can use any value that uniquely identifies the mail contact. For example:
8282

@@ -101,7 +101,7 @@ Accept wildcard characters: False
101101
102102
### -ANR
103103
104-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
104+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
105105
106106
The Anr parameter specifies a string on which to perform an ambiguous name resolution (ANR) search. You can specify a partial string and search for objects with an attribute that matches that string. The default attributes searched are:
107107
@@ -125,7 +125,7 @@ Accept wildcard characters: False
125125
126126
### -Credential
127127
128-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
128+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
129129
130130
This parameter is available only in on-premises Exchange.
131131
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147

148148
### -DomainController
149149

150-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
150+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
151151

152152
This parameter is available only in on-premises Exchange.
153153

@@ -167,7 +167,7 @@ Accept wildcard characters: False
167167

168168
### -Filter
169169

170-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
170+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
171171

172172
The Filter parameter uses OPATH syntax to filter the results by the specified properties and values. The search criteria uses the syntax `"Property -ComparisonOperator 'Value'"`.
173173

@@ -194,7 +194,7 @@ Accept wildcard characters: False
194194

195195
### -IgnoreDefaultScope
196196

197-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
197+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
198198

199199
This parameter is available only in on-premises Exchange.
200200

@@ -219,7 +219,7 @@ Accept wildcard characters: False
219219

220220
### -OrganizationalUnit
221221

222-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
222+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
223223

224224
The OrganizationalUnit parameter filters the results based on the object's location in Active Directory. Only objects that exist in the specified location are returned. Valid input for this parameter is an organizational unit (OU) or domain that's returned by the Get-OrganizationalUnit cmdlet. You can use any value that uniquely identifies the OU or domain. For example:
225225

@@ -242,7 +242,7 @@ Accept wildcard characters: False
242242

243243
### -ReadFromDomainController
244244

245-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
245+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
246246

247247
This parameter is available only in on-premises Exchange.
248248

@@ -266,7 +266,7 @@ Accept wildcard characters: False
266266

267267
### -RecipientTypeDetails
268268

269-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
269+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
270270

271271
The RecipientTypeDetails parameter filters the results by the specified mail contact subtype. Valid values are:
272272

@@ -289,7 +289,7 @@ Accept wildcard characters: False
289289

290290
### -ResultSize
291291

292-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
292+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
293293

294294
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
295295

@@ -307,7 +307,7 @@ Accept wildcard characters: False
307307

308308
### -SortBy
309309

310-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
310+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
311311

312312
The SortBy parameter specifies the property to sort the results by. You can sort by only one property at a time. The results are sorted in ascending order.
313313

exchange/exchange-ps/ExchangePowerShell/Get-MailPublicFolder.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
2+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
33
author: chrisda
44
external help file: Microsoft.Exchange.WebClient-Help.xml
55
Locale: en-US
@@ -79,7 +79,7 @@ This example returns all mail-enabled public folders that begin with the word Ma
7979

8080
### -Identity
8181

82-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
82+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
8383
8484
The Identity parameter specifies the GUID or public folder name that represents a specific public folder. You can also include the path using the format \\TopLevelPublicFolder\\PublicFolder.
8585

@@ -99,7 +99,7 @@ Accept wildcard characters: False
9999
100100
### -Anr
101101
102-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
102+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
103103
104104
The Anr parameter specifies a string on which to perform an ambiguous name resolution (ANR) search. You can specify a partial string and search for objects with an attribute that matches that string. The default attributes searched are:
105105
@@ -123,7 +123,7 @@ Accept wildcard characters: False
123123
124124
### -Credential
125125
126-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
126+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
127127
128128
The Credential parameter specifies the username and password that's used to run this command. Typically, you use this parameter in scripts or when you need to provide different credentials that have the required permissions.
129129
@@ -143,7 +143,7 @@ Accept wildcard characters: False
143143

144144
### -DomainController
145145

146-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
146+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
147147

148148
This parameter is available only in on-premises Exchange.
149149

@@ -163,7 +163,7 @@ Accept wildcard characters: False
163163

164164
### -Filter
165165

166-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
166+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
167167

168168
The Filter parameter uses OPATH syntax to filter the results by the specified properties and values. The search criteria uses the syntax `"Property -ComparisonOperator 'Value'"`.
169169

@@ -190,7 +190,7 @@ Accept wildcard characters: False
190190

191191
### -IgnoreDefaultScope
192192

193-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
193+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
194194

195195
The IgnoreDefaultScope switch tells the command to ignore the default recipient scope setting for the Exchange PowerShell session, and to use the entire forest as the scope. You don't need to specify a value with this switch.
196196

@@ -233,7 +233,7 @@ Accept wildcard characters: False
233233

234234
### -ReadFromDomainController
235235

236-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
236+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
237237

238238
This parameter is available only in on-premises Exchange.
239239

@@ -257,7 +257,7 @@ Accept wildcard characters: False
257257

258258
### -ResultSize
259259

260-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
260+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
261261

262262
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
263263

@@ -300,7 +300,7 @@ Accept wildcard characters: False
300300

301301
### -SortBy
302302

303-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
303+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
304304

305305
The SortBy parameter specifies the property to sort the results by. You can sort by only one property at a time. The results are sorted in ascending order.
306306

exchange/exchange-ps/ExchangePowerShell/Get-MailUser.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
2+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
33
author: chrisda
44
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
55
Locale: en-US
@@ -101,7 +101,7 @@ This example returns detailed information for the mail user named Ed.
101101

102102
### -Identity
103103

104-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
104+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
105105
106106
The Identity parameter specifies the mail user that you want to view. You can use any value that uniquely identifies the mail user. For example:
107107

@@ -126,7 +126,7 @@ Accept wildcard characters: False
126126
127127
### -Anr
128128
129-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
129+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
130130
131131
The Anr parameter specifies a string on which to perform an ambiguous name resolution (ANR) search. You can specify a partial string and search for objects with an attribute that matches that string. The default attributes searched are:
132132
@@ -150,7 +150,7 @@ Accept wildcard characters: False
150150
151151
### -Credential
152152
153-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
153+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
154154
155155
This parameter is available only in on-premises Exchange.
156156
@@ -172,7 +172,7 @@ Accept wildcard characters: False
172172
173173
### -DomainController
174174
175-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
175+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
176176
177177
This parameter is available only in on-premises Exchange.
178178
@@ -192,7 +192,7 @@ Accept wildcard characters: False
192192
193193
### -Filter
194194
195-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
195+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
196196
197197
The Filter parameter uses OPATH syntax to filter the results by the specified properties and values. The search criteria uses the syntax `"Property -ComparisonOperator 'Value'"`.
198198
@@ -239,7 +239,7 @@ Accept wildcard characters: False
239239

240240
### -IgnoreDefaultScope
241241

242-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
242+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
243243

244244
This parameter is available only in on-premises Exchange.
245245

@@ -284,7 +284,7 @@ Accept wildcard characters: False
284284

285285
### -OrganizationalUnit
286286

287-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
287+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
288288

289289
The OrganizationalUnit parameter filters the results based on the object's location in Active Directory. Only objects that exist in the specified location are returned. Valid input for this parameter is an organizational unit (OU) or domain that's returned by the Get-OrganizationalUnit cmdlet. You can use any value that uniquely identifies the OU or domain. For example:
290290

@@ -307,7 +307,7 @@ Accept wildcard characters: False
307307

308308
### -ReadFromDomainController
309309

310-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
310+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
311311

312312
This parameter is available only in on-premises Exchange.
313313

@@ -331,7 +331,7 @@ Accept wildcard characters: False
331331

332332
### -ResultSize
333333

334-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
334+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
335335

336336
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
337337

@@ -369,7 +369,7 @@ Accept wildcard characters: False
369369

370370
### -SortBy
371371

372-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
372+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection
373373

374374
The SortBy parameter specifies the property to sort the results by. You can sort by only one property at a time. The results are sorted in ascending order.
375375

exchange/exchange-ps/ExchangePowerShell/Get-MailboxImportRequestStatistics.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
2+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
33
author: chrisda
44
external help file: Microsoft.Exchange.ProvisioningAndMigration-Help.xml
55
Locale: en-US
@@ -110,7 +110,7 @@ This example returns additional information for all the import requests that hav
110110

111111
### -Identity
112112

113-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
113+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
114114
115115
The Identity parameter specifies the identity of the import request. By default, import requests are named `<alias>\MailboxImportX` (where X = 0-9). If you specified a name when you created the import request, use the following syntax: `Alias\Name`.
116116

@@ -152,7 +152,7 @@ Accept wildcard characters: False
152152
153153
### -RequestQueue
154154
155-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
155+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
156156
157157
This parameter is available only in on-premises Exchange.
158158
@@ -180,7 +180,7 @@ Accept wildcard characters: False
180180
181181
### -Diagnostic
182182
183-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
183+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
184184
185185
This parameter is available only in on-premises Exchange.
186186
@@ -202,7 +202,7 @@ Accept wildcard characters: False
202202
203203
### -DiagnosticArgument
204204
205-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
205+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
206206
207207
This parameter is available only in on-premises Exchange.
208208
@@ -242,7 +242,7 @@ Accept wildcard characters: False
242242
243243
### -DomainController
244244
245-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
245+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
246246
247247
This parameter is available only in on-premises Exchange.
248248
@@ -262,7 +262,7 @@ Accept wildcard characters: False
262262
263263
### -IncludeReport
264264
265-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
265+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
266266
267267
The IncludeReport switch specifies whether to return additional details, which can be used for troubleshooting. You don't need to specify a value with this switch.
268268
@@ -300,7 +300,7 @@ Accept wildcard characters: False
300300
301301
### -RequestGuid
302302
303-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
303+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
304304
305305
This parameter is available only in on-premises Exchange.
306306
@@ -322,7 +322,7 @@ Accept wildcard characters: False
322322
323323
### -ReportOnly
324324
325-
> Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
325+
> Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
326326
327327
The ReportOnly switch returns the results as an array of report entries (encoded strings). You don't need to specify a value with this switch.
328328

0 commit comments

Comments
 (0)