Skip to content

Commit e475fec

Browse files
authored
Merge pull request MicrosoftDocs#2553 from nschonni/typo-Exipre
typo: Exipre -> Expire
2 parents 7175360 + a8532a7 commit e475fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -288,7 +288,7 @@ The properties that have been _confirmed_ to work with the _Filter_ parameter in
288288
|_UpgradeStatus_|n/a|**Get-User**|`None` (0), `NotStarted` (1), `InProgress` (2), `Warning` (3), `Error` (4), `Cancelled` (5), `Complete` (6), or `ForceComplete` (7).|For example, `Get-User -Filter {UpgradeStatus -ne 'None'}`.|
289289
|_UsageLocation_|_msExchUsageLocation_|**Get-Mailbox** <br/> **Get-MailUser** <br/> **Get-Recipient**|String or `$null`|This filter requires the ISO 3166-1 country name (for example, `United States`), or two-letter country code (for example `US`) for the user in Office 365. For more information, see [Country Codes - ISO 3166](https://go.microsoft.com/fwlink/p/?linkid=213779). <br/> For example, `Get-Recipient -Filter {UsageLocation -ne $null}`.|
290290
|_UseDatabaseQuotaDefaults_|_mDBUseDefaults_|**Get-Mailbox**|Boolean (`$true` or `$false`)|For example, `Get-Mailbox -Filter {UseDatabaseQuotaDefaults -eq $false}`.|
291-
|_UserAccountControl_|_userAccountControl_|**Get-LinkedUser** <br/> **Get-User**|`AccountDisabled`, `DoNotExiprePassword`, or `NormalAccount`|For example, `Get-User -Filter {UserAccountControl -eq 'NormalAccount'}`. <br/> You can specify multiple values separated by commas, but the order matters. For example, `Get-User -Filter {UserAccountControl -eq 'AccountDisabled,NormalAccount'}` returns different results than `Get-User -Filter {UserAccountControl -eq 'NormalAccount,AccountDisabled'}`. <br/> This multivalued property will only return a match if the property *equals* the specified value.|
291+
|_UserAccountControl_|_userAccountControl_|**Get-LinkedUser** <br/> **Get-User**|`AccountDisabled`, `DoNotExpirePassword`, or `NormalAccount`|For example, `Get-User -Filter {UserAccountControl -eq 'NormalAccount'}`. <br/> You can specify multiple values separated by commas, but the order matters. For example, `Get-User -Filter {UserAccountControl -eq 'AccountDisabled,NormalAccount'}` returns different results than `Get-User -Filter {UserAccountControl -eq 'NormalAccount,AccountDisabled'}`. <br/> This multivalued property will only return a match if the property *equals* the specified value.|
292292
|_UserPrincipalName_|_userPrincipalName_|**Get-LinkedUser** <br/> **Get-Mailbox** <br/> **Get-MailUser** <br/> **Get-RemoteMailbox** <br/> **Get-User**|String (wildcards accepted)|For example, `Get-User -Filter {UserPrincipalName -like 'julia@*'}`.|
293293
|_VoiceMailSettings_|_msExchUCVoiceMailSettings_|**Get-Contact** <br/> **Get-LinkedUser** <br/> **Get-User**|String or `$null`|For example, `Get-User -Filter {VoiceMailSettings -ne $null}`.|
294294
|_WebPage_|_wWWHomePage_|**Get-Contact** <br/> **Get-LinkedUser** <br/> **Get-User**|String (wildcards accepted) or `$null`|For example, `Get-User -Filter {WebPage -like 'https://intranet.contoso.com/*'}`.|

0 commit comments

Comments
 (0)