Skip to content

Commit 3a5b1e5

Browse files
authored
Merge branch 'master' into chrisda
2 parents 6129598 + d41763a commit 3a5b1e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exchange/docs-conceptual/exchange-server/recipient-filters/filter-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The properties that have been _confirmed_ to work with the _Filter_ parameter in
161161
|_Initials_|_initials_|**Get-Contact** <br/> **Get-LinkedUser** <br/> **Get-User**|String (wildcards accepted) or `$null`|For example, `Get-User -Filter "Initials -like 'B.'"`.|
162162
|_InPlaceHolds_|_msExchUserHoldPolicies_|**Get-Mailbox** <br/> **Get-MailUser** <br/> **Get-RemoteMailbox**|String|This filter requires the **InPlaceHoldIdentity** value of the mailbox search. For example, `Get-Mailbox -Filter "InPlaceHolds -eq '9d0f81154cc64c6b923ecc0be5ced0d7'"`. <br/> To find the **InPlaceHoldIdentity** values of mailbox searches, run this command: `Get-MailboxSearch | Format-Table Name,InPlaceHoldIdentity`. <br/> Although this is a multivalued property, the filter will return a match if the property _contains_ the specified value.|
163163
|_InPlaceHoldsRaw_|n/a|**Get-LinkedUser** <br/> **Get-User**|String|This filter requires the **InPlaceHoldIdentity** value of the mailbox search. For example, `Get-Mailbox -Filter "InPlaceHoldsRaw -eq '9d0f81154cc64c6b923ecc0be5ced0d7'"`. <br/> To find the **InPlaceHoldIdentity** values of mailbox searches, run this command: `Get-MailboxSearch | Format-Table Name,InPlaceHoldIdentity`. <br/> Although this is a multivalued property, the filter will return a match if the property _contains_ the specified value.|
164-
|_IsDirSynced_|_msExchIsMSODirsynced_|**Get-Contact** <br/> **Get-DistributionGroup** <br/> **Get-Group** <br/> **Get-LinkedUser** <br/> **Get-Mailbox** <br/> **Get-MailContact** <br/> **Get-MailUser** <br/> **Get-RemoteMailbox** <br/> **Get-User** <br/> **Get-UnifiedGroup**|Boolean (`$true` or `$false`)|For example, `Get-User -Filter 'IsDirSynced -eq $true'`.|
164+
|_IsDirSynced_|_msExchIsMSODirsynced_|**Get-Contact** <br/> **Get-DistributionGroup** <br/> **Get-Group** <br/> **Get-LinkedUser** <br/> **Get-Mailbox** <br/> **Get-MailContact** <br/> **Get-MailUser** <br/> **Get-Recipient** <br/> **Get-RemoteMailbox** <br/> **Get-User** <br/> **Get-UnifiedGroup**|Boolean (`$true` or `$false`)|For example, `Get-User -Filter 'IsDirSynced -eq $true'`.|
165165
|_IsExcludedFromServingHierarchy_|n/a|**Get-Mailbox**|Boolean (`$true` or `$false`)|For example, `Get-Mailbox -Filter 'IsExcludedFromServingHierarchy -eq $true'`.|
166166
|_IsHierarchyReady_|n/a|**Get-Mailbox**|Boolean (`$true` or `$false`)|For example, `Get-Mailbox -Filter 'IsHierarchyReady -eq $false'`.|
167167
|_IsHierarchySyncEnabled_|n/a|**Get-Mailbox**|Boolean (`$true` or `$false`)|For example, `Get-Mailbox -Filter 'IsHierarchySyncEnabled -eq $false'`.|

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)