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
The output of this cmdlet contains the following information:
47
66
@@ -128,7 +147,40 @@ Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Ex
128
147
Required: True
129
148
Position: 1
130
149
Default value: None
131
-
Accept pipeline input: True
150
+
Accept pipeline input: True (ByPropertyName)
151
+
Accept wildcard characters: False
152
+
```
153
+
154
+
### -LogLocation
155
+
The LogLocation parameter specifies the location to export the calendar items to .msg files. You can specify a local path, or a UNC path (\\\\\<Server\>\\\<Share\>). If the value contains spaces, enclose the value in quotation marks (").
156
+
157
+
In the location you specify, a subfolder is automatically created for the specified mailbox that holds the exported calendar items. For example, if you specify the value "C:\\My Documents\\Calendar Export" to export calendar items from the mailbox of Shannon Steele, the .msg files are actually stored in C:\\My Documents\\Calendar Export\\[email protected].
158
+
159
+
In on-premises Exchange organizations, you can use the Get-CalendarDiagnosticAnalysis cmdlet with the LogLocation parameter to analyze the exported .msg files.
160
+
161
+
Note: Commands that use this parameter might fail if the calendar item doesn't have a title. If you receive errors when you use this parameter, run the command again and replace this parameter with redirection to a file (| Set-Content -Path "C:\\My Documents\\Calendar Export") or substitute the output to a PowerShell variable.
162
+
163
+
```yaml
164
+
Type: String
165
+
Parameter Sets: ExportToMsg
166
+
Aliases:
167
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
168
+
Required: True
169
+
Position: Named
170
+
Default value: None
171
+
Accept pipeline input: False
172
+
Accept wildcard characters: False
173
+
```
174
+
175
+
```yaml
176
+
Type: String
177
+
Parameter Sets: MeetingId, MeetingSubject
178
+
Aliases:
179
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
180
+
Required: False
181
+
Position: Named
182
+
Default value: None
183
+
Accept pipeline input: False
132
184
Accept wildcard characters: False
133
185
```
134
186
@@ -147,7 +199,19 @@ Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Ex
147
199
Required: True
148
200
Position: Named
149
201
Default value: None
150
-
Accept pipeline input: True
202
+
Accept pipeline input: True (ByPropertyName)
203
+
Accept wildcard characters: False
204
+
```
205
+
206
+
```yaml
207
+
Type: String
208
+
Parameter Sets: ExportToMsg
209
+
Aliases:
210
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
211
+
Required: False
212
+
Position: Named
213
+
Default value: None
214
+
Accept pipeline input: True (ByPropertyName)
151
215
Accept wildcard characters: False
152
216
```
153
217
@@ -158,10 +222,10 @@ Don't use this parameter with the MeetingID parameter, because the value of the
158
222
159
223
```yaml
160
224
Type: String
161
-
Parameter Sets: MeetingId
225
+
Parameter Sets: MeetingSubject
162
226
Aliases:
163
227
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
176
-
Required: True
240
+
Required: False
177
241
Position: Named
178
242
Default value: None
179
243
Accept pipeline input: False
@@ -223,7 +287,7 @@ Use the short date format that's defined in the Regional Options settings on the
223
287
224
288
```yaml
225
289
Type: ExDateTime
226
-
Parameter Sets: MeetingId
290
+
Parameter Sets: ExportToMsg
227
291
Aliases:
228
292
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
229
293
Required: False
@@ -238,7 +302,7 @@ The EntryId parameter filters the results by entry ID. You can specify multiple
238
302
239
303
```yaml
240
304
Type: String
241
-
Parameter Sets: MeetingId
305
+
Parameter Sets: ExportToMsg
242
306
Aliases:
243
307
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
244
308
Required: False
@@ -263,7 +327,7 @@ The value of this parameter is ignored when you use the MeetingId parameter.
263
327
264
328
```yaml
265
329
Type: $true | $false
266
-
Parameter Sets: MeetingId
330
+
Parameter Sets: ExportToMsg
267
331
Aliases:
268
332
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
269
333
Required: False
@@ -280,7 +344,7 @@ You can only use this parameter with the MeetingID parameter.
280
344
281
345
```yaml
282
346
Type: String[]
283
-
Parameter Sets: MeetingId
347
+
Parameter Sets: ExportToMsg
284
348
Aliases:
285
349
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
286
350
Required: False
@@ -295,7 +359,7 @@ The ItemIds parameter filters the results by item ID. You can specify multiple v
295
359
296
360
```yaml
297
361
Type: String[]
298
-
Parameter Sets: MeetingId
362
+
Parameter Sets: ExportToMsg
299
363
Aliases:
300
364
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
301
365
Required: False
@@ -310,7 +374,7 @@ The Latest switch specifies whether to return calendar log data for only the mos
310
374
311
375
```yaml
312
376
Type: SwitchParameter
313
-
Parameter Sets: MeetingId
377
+
Parameter Sets: ExportToMsg
314
378
Aliases:
315
379
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
316
380
Required: False
@@ -320,27 +384,6 @@ Accept pipeline input: False
320
384
Accept wildcard characters: False
321
385
```
322
386
323
-
### -LogLocation
324
-
The LogLocation parameter specifies the location to export the calendar items to .msg files. You can specify a local path, or a UNC path (\\\\\<Server\>\\\<Share\>). If the value contains spaces, enclose the value in quotation marks (").
325
-
326
-
In the location you specify, a subfolder is automatically created for the specified mailbox that holds the exported calendar items. For example, if you specify the value "C:\\My Documents\\Calendar Export" to export calendar items from the mailbox of Shannon Steele, the .msg files are actually stored in C:\\My Documents\\Calendar Export\\[email protected].
327
-
328
-
In on-premises Exchange organizations, you can use the Get-CalendarDiagnosticAnalysis cmdlet with the LogLocation parameter to analyze the exported .msg files.
329
-
330
-
Note: Commands that use this parameter might fail if the calendar item doesn't have a title. If you receive errors when you use this parameter, run the command again and replace this parameter with redirection to a file (| Set-Content -Path "C:\\My Documents\\Calendar Export") or substitute the output to a PowerShell variable.
331
-
332
-
```yaml
333
-
Type: String
334
-
Parameter Sets: (All)
335
-
Aliases:
336
-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
337
-
Required: False
338
-
Position: Named
339
-
Default value: None
340
-
Accept pipeline input: False
341
-
Accept wildcard characters: False
342
-
```
343
-
344
387
### -ReadFromDomainController
345
388
This parameter is available only in on-premises Exchange.
346
389
@@ -382,7 +425,7 @@ Use the short date format that's defined in the Regional Options settings on the
382
425
383
426
```yaml
384
427
Type: ExDateTime
385
-
Parameter Sets: MeetingId
428
+
Parameter Sets: ExportToMsg
386
429
Aliases:
387
430
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
0 commit comments