Skip to content

Commit 6129598

Browse files
committed
Typo fix
1 parent 746d9ce commit 6129598

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exchange/exchange-ps/exchange/client-access/Set-MailboxCalendarConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ The WorkingHoursTimeZone parameter specifies the time zone that's used by the Wo
994994
995995
A valid value for this parameter is a supported time zone key name (for example, "Pacific Standard Time").
996996
997-
To see the available values, run the following command: `$TimeZone = Get-ChildItem "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Time zones" | foreach {Get-ItemProperty $\_.PSPath}; $TimeZone | sort Display | Format-Table -Auto PSChildname,Display`.
997+
To see the available values, run the following command: `$TimeZone = Get-ChildItem "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Time zones" | foreach {Get-ItemProperty $_.PSPath}; $TimeZone | sort Display | Format-Table -Auto PSChildname,Display`.
998998

999999
If the value contains spaces, enclose the value in quotation marks ("). The default value is the time zone setting of the Exchange server.
10001000

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The DescriptionTimeZone parameter specifies time zone that's used for time value
7979
8080
A valid value for this parameter is a supported time zone key name (for example, "Pacific Standard Time").
8181
82-
To see the available values, run the following command: `$TimeZone = Get-ChildItem "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Time zones" | foreach {Get-ItemProperty $\_.PSPath}; $TimeZone | sort Display | Format-Table -Auto PSChildname,Display`.
82+
To see the available values, run the following command: `$TimeZone = Get-ChildItem "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Time zones" | foreach {Get-ItemProperty $_.PSPath}; $TimeZone | sort Display | Format-Table -Auto PSChildname,Display`.
8383

8484
If the value contains spaces, enclose the value in quotation marks ("). The default value is the time zone setting of the Exchange server.
8585

exchange/exchange-ps/exchange/move-and-migration/New-MigrationBatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ The TimeZone parameter specifies the time zone of the administrator who submits
11221122
11231123
A valid value for this parameter is a supported time zone key name (for example, "Pacific Standard Time").
11241124
1125-
To see the available values, run the following command: `$TimeZone = Get-ChildItem "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Time zones" | foreach {Get-ItemProperty $\_.PSPath}; $TimeZone | sort Display | Format-Table -Auto PSChildname,Display`.
1125+
To see the available values, run the following command: `$TimeZone = Get-ChildItem "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Time zones" | foreach {Get-ItemProperty $_.PSPath}; $TimeZone | sort Display | Format-Table -Auto PSChildname,Display`.
11261126

11271127
If the value contains spaces, enclose the value in quotation marks ("). The default value is the time zone setting of the Exchange server.
11281128

0 commit comments

Comments
 (0)