Skip to content

Commit 1f08870

Browse files
authored
Merge pull request MicrosoftDocs#2143 from nschonni/typo-calendar
typo: calender -> calendar
2 parents ff6f81f + 8eaaf15 commit 1f08870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exchange/exchange-ps/exchange/mailboxes/Get-CalendarDiagnosticAnalysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Accept wildcard characters: False
120120
### -LogLocation
121121
The LogLocation parameter specifies the location of the exported calendar items that you want to analyze. You can specify a local path, or a UNC path (\\\\\<Server\>\\\<Share\>\\\<User\>). If the value contains spaces, enclose the value in quotation marks (").
122122
123-
You export the calender items to .msg files by using the Get-CalendarDiagnosticLog cmdlet with the LogLocation parameter. If the path contains multiple .msg files, all of those files are analyzed when you run Get-CalendarDiagnosticAnalysis.
123+
You export the calendar items to .msg files by using the Get-CalendarDiagnosticLog cmdlet with the LogLocation parameter. If the path contains multiple .msg files, all of those files are analyzed when you run Get-CalendarDiagnosticAnalysis.
124124
125125
You can't use this parameter with the CalendarLogs parameter.
126126

exchange/exchange-ps/exchange/mailboxes/Remove-CalendarEvents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This example cancels the meetings in Angela Gruber's calendar for the specified
4848
Remove-CalendarEvents -Identity "Jacob Berger" -CancelOrganizedMeetings -QueryStartDate 9-1-2018 -QueryWindowInDays 90 -PreviewOnly -Verbose
4949
```
5050

51-
This example previews the meetings that would be cancelled in Jacob Berger's calender for the specified date range. No changes are made to the mailbox.
51+
This example previews the meetings that would be cancelled in Jacob Berger's calendar for the specified date range. No changes are made to the mailbox.
5252

5353
## PARAMETERS
5454

0 commit comments

Comments
 (0)