@@ -301,10 +301,10 @@ The properties that have been _confirmed_ to work with the _Filter_ parameter in
301
301
| _ 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@*'} ` .|
302
302
| _ VoiceMailSettings_ | _ msExchUCVoiceMailSettings_ | ** Get-Contact** <br /> ** Get-LinkedUser** <br /> ** Get-User** | String or ` $null ` | For example, ` Get-User -Filter {VoiceMailSettings -ne $null} ` .|
303
303
| _ 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/*'} ` .|
304
- | _ WhenChanged_ | _ WhenChanged_ | ** Get-CASMailbox** <br /> ** Get-Contact** <br /> ** Get-DistributionGroup** <br /> ** Get-DynamicDistributionGroup** <br /> ** Get-Group** <br /> ** Get-LinkedUser** <br /> ** Get-Mailbox** <br /> ** Get-MailContact** <br /> ** Get-MailPublicFolder** <br /> ** Get-MailUser** <br /> ** Get-Recipient** <br /> ** Get-RemoteMailbox** <br /> ** Get-SecurityPrincipal** <br /> ** Get-UMMailbox** <br /> ** Get-User** | A date/time value| For example, ` Get-Recipient -Filter {WhenChanged -gt '8/1/2017 2:00:00 PM'} ` .|
305
- | _ WhenChangedUTC_ | n/a| ** Get-CASMailbox** <br /> ** Get-Contact** <br /> ** Get-DistributionGroup** <br /> ** Get-DynamicDistributionGroup** <br /> ** Get-Group** <br /> ** Get-LinkedUser** <br /> ** Get-Mailbox** <br /> ** Get-MailContact** <br /> ** Get-MailPublicFolder** <br /> ** Get-MailUser** <br /> ** Get-Recipient** <br /> ** Get-RemoteMailbox** <br /> ** Get-SecurityPrincipal** <br /> ** Get-UMMailbox** <br /> ** Get-User** | A date/time value in Coordinated Universal Time (UTC)| For example, ` Get-Recipient -Filter {WhenChangedUTC -gt '8/1/2017 2:00:00 PM'} ` .|
306
- | _ WhenCreated_ | _ whenCreated_ | ** Get-CASMailbox** <br /> ** Get-Contact** <br /> ** Get-DistributionGroup** <br /> ** Get-DynamicDistributionGroup** <br /> ** Get-Group** <br /> ** Get-LinkedUser** <br /> ** Get-Mailbox** <br /> ** Get-MailContact** <br /> ** Get-MailPublicFolder** <br /> ** Get-MailUser** <br /> ** Get-Recipient** <br /> ** Get-RemoteMailbox** <br /> ** Get-SecurityPrincipal** <br /> ** Get-UMMailbox** <br /> ** Get-User** | A date/time value| For example, ` Get-Recipient -Filter {WhenCreated -gt '8/1/2017 2:00:00 PM'} ` .|
307
- | _ WhenCreatedUTC_ | n/a| ** Get-CASMailbox** <br /> ** Get-Contact** <br /> ** Get-DistributionGroup** <br /> ** Get-DynamicDistributionGroup** <br /> ** Get-Group** <br /> ** Get-LinkedUser** <br /> ** Get-Mailbox** <br /> ** Get-MailContact** <br /> ** Get-MailPublicFolder** <br /> ** Get-MailUser** <br /> ** Get-Recipient** <br /> ** Get-RemoteMailbox** <br /> ** Get-SecurityPrincipal** <br /> ** Get-UMMailbox** <br /> ** Get-User** | A date/time value in Coordinated Universal Time (UTC)| For example, ` Get-Recipient -Filter {WhenCreatedUTC -gt '8/1/2017 2:00:00 PM'} ` .|
304
+ | _ WhenChanged_ | _ WhenChanged_ | ** Get-CASMailbox** <br /> ** Get-Contact** <br /> ** Get-DistributionGroup** <br /> ** Get-DynamicDistributionGroup** <br /> ** Get-Group** <br /> ** Get-LinkedUser** <br /> ** Get-Mailbox** <br /> ** Get-MailContact** <br /> ** Get-MailPublicFolder** <br /> ** Get-MailUser** <br /> ** Get-Recipient** <br /> ** Get-RemoteMailbox** <br /> ** Get-SecurityPrincipal** <br /> ** Get-UMMailbox** <br /> ** Get-User** < br /> ** Get-UnifiedGroup ** | A date/time value| For example, ` Get-Recipient -Filter {WhenChanged -gt '8/1/2017 2:00:00 PM'} ` .|
305
+ | _ WhenChangedUTC_ | n/a| ** Get-CASMailbox** <br /> ** Get-Contact** <br /> ** Get-DistributionGroup** <br /> ** Get-DynamicDistributionGroup** <br /> ** Get-Group** <br /> ** Get-LinkedUser** <br /> ** Get-Mailbox** <br /> ** Get-MailContact** <br /> ** Get-MailPublicFolder** <br /> ** Get-MailUser** <br /> ** Get-Recipient** <br /> ** Get-RemoteMailbox** <br /> ** Get-SecurityPrincipal** <br /> ** Get-UMMailbox** <br /> ** Get-User** < br /> ** Get-UnifiedGroup ** | A date/time value in Coordinated Universal Time (UTC)| For example, ` Get-Recipient -Filter {WhenChangedUTC -gt '8/1/2017 2:00:00 PM'} ` .|
306
+ | _ WhenCreated_ | _ whenCreated_ | ** Get-CASMailbox** <br /> ** Get-Contact** <br /> ** Get-DistributionGroup** <br /> ** Get-DynamicDistributionGroup** <br /> ** Get-Group** <br /> ** Get-LinkedUser** <br /> ** Get-Mailbox** <br /> ** Get-MailContact** <br /> ** Get-MailPublicFolder** <br /> ** Get-MailUser** <br /> ** Get-Recipient** <br /> ** Get-RemoteMailbox** <br /> ** Get-SecurityPrincipal** <br /> ** Get-UMMailbox** <br /> ** Get-User** < br /> ** Get-UnifiedGroup ** | A date/time value| For example, ` Get-Recipient -Filter {WhenCreated -gt '8/1/2017 2:00:00 PM'} ` .|
307
+ | _ WhenCreatedUTC_ | n/a| ** Get-CASMailbox** <br /> ** Get-Contact** <br /> ** Get-DistributionGroup** <br /> ** Get-DynamicDistributionGroup** <br /> ** Get-Group** <br /> ** Get-LinkedUser** <br /> ** Get-Mailbox** <br /> ** Get-MailContact** <br /> ** Get-MailPublicFolder** <br /> ** Get-MailUser** <br /> ** Get-Recipient** <br /> ** Get-RemoteMailbox** <br /> ** Get-SecurityPrincipal** <br /> ** Get-UMMailbox** <br /> ** Get-User** < br /> ** Get-UnifiedGroup ** | A date/time value in Coordinated Universal Time (UTC)| For example, ` Get-Recipient -Filter {WhenCreatedUTC -gt '8/1/2017 2:00:00 PM'} ` .|
308
308
| _ WhenMailboxCreated_ | _ msExchWhenMailboxCreated_ | ** Get-Mailbox** <br /> ** Get-MailUser** <br /> ** Get-Recipient** <br /> ** Get-RemoteMailbox** | A date/time value| For example, ` Get-Recipient -Filter {WhenMailboxCreated -gt '8/1/2017 2:00:00 PM'} ` .|
309
309
| _ WhenSoftDeleted_ | _ msExchWhenSoftDeletedTime_ | ** Get-LinkedUser** <br /> ** Get-Mailbox** <br /> ** Get-MailUser** <br /> ** Get-RemoteMailbox** <br /> ** Get-User** <br /> ** Get-UnifiedGroup** | A date/time value| This filter requires the _ SoftDeleted_ switch in the command for mailboxes. <br /> For example, ` Get-Mailbox -SoftDeleted -Filter {WhenSoftDeleted -gt '8/1/2017 2:00:00 PM'} ` .|
310
310
| _ WindowsEmailAddress_ | _ mail_ | ** Get-Contact** <br /> ** Get-DistributionGroup** <br /> ** Get-DynamicDistributionGroup** <br /> ** Get-Group** <br /> ** Get-LinkedUser** <br /> ** Get-Mailbox** <br /> ** Get-MailContact** <br /> ** Get-MailPublicFolder** <br /> ** Get-MailUser** <br /> ** Get-RemoteMailbox** <br /> ** Get-User** | String (wildcards accepted) or ` $null ` | For example, ` Get-Mailbox -Filter {WindowsEmailAddress -like '*@fabrikam.com'} ` .|
0 commit comments