Skip to content

Commit 0e5ce20

Browse files
authored
Merge branch 'master' into patch-100
2 parents ed5531e + bd47369 commit 0e5ce20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The TimeZone parameter specifies the time zone for the mailbox.
234234
235235
A valid value for this parameter is a supported time zone key name (for example, "Pacific Standard Time").
236236
237-
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`.
237+
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`.
238238

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

sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Accept wildcard characters: False
9898
9999
URL of the target site that the source site will be swapped to. The site at this location must exist before performing the swap.
100100
101-
The target site must be the either:
101+
The target site must be either:
102102
103103
- The root site at <https://tenant-name.sharepoint.com;> or
104104
- The search center site at <https://tenant-name.sharepoint.com/search.>

0 commit comments

Comments
 (0)