Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Utilizzare il parametro Filter per creare filtri OPATH che trovano oggetti utente e gruppo in base ai valori delle proprietà. Il parametro Filter è disponibile in Exchange Server PowerShell, Exchange Online PowerShell e Security & Compliance PowerShell nei seguenti cmdlet per utenti e gruppi:
| Cmdlet | Exchange Server | Exchange Online | Sicurezza e conformità |
|---|---|---|---|
| Get-CASMailbox |
|
|
|
| Get-Contact |
|
|
|
| Get-DistributionGroup |
|
|
|
| Get-DynamicDistributionGroup |
|
|
|
| Get-Group |
|
|
|
| Get-LinkedUser |
|
|
|
| Get-Mailbox |
|
|
|
| Get-MailContact |
|
|
|
| Get-MailPublicFolder |
|
|
|
| Get-MailUser |
|
|
|
| Get-Recipient |
|
|
|
| Get-RemoteMailbox |
|
|
|
| Get-SecurityPrincipal |
|
|
|
| Get-UMMailbox |
|
|
|
| Get-User |
|
|
|
| Get-UnifiedGroup |
|
|
|
Questo articolo descrive le proprietà utente e del gruppo il cui funzionamento è stato confermato con il parametro Filter in questi cmdlet. Ogni proprietà ha una propria sezione che elenca gli ambienti supportati, il nome visualizzato LDAP, i cmdlet in cui la proprietà è disponibile e i valori in base a cui è possibile filtrare.
* Get-UMMailbox è disponibile solo in Exchange Server 2016 e versioni precedenti. La messaggistica unificata è stata rimossa in Exchange Server 2019.
Per altre informazioni sui filtri destinatari in PowerShell per Exchange, vedere Filtri destinatari nei comandi di PowerShell per Exchange.
Nota
Il parametro Filter è disponibile anche in altri cmdlet, ad esempio Get-MailboxStatistics, Get-Queue e Get-Message. Tuttavia, i valori delle proprietà di questi cmdlet non sono simili alle proprietà utente e del gruppo descritte in questo articolo.
Quando esamini le proprietà, tieni presente i punti seguenti:
- Una proprietà potrebbe essere significativa in un solo ambiente (Exchange Online, Exchange locale, distribuzioni ibride o PowerShell per la sicurezza & la conformità). La proprietà può esistere negli oggetti utente e gruppo in ogni ambiente, ma contenere un valore significativo (diverso da blank o
None) solo in uno di essi. - Una proprietà potrebbe corrispondere a una funzionalità che non viene più usata.
- Non tutte le proprietà di utenti e gruppi hanno una proprietà Active Directory corrispondente. Il nome visualizzato LDAP è "n/a" per queste proprietà, il che indica che Exchange calcola il valore.
- Una proprietà è filtrabile solo in base ai cmdlet elencati nella relativa sezione. L'uso in un cmdlet non elencato restituisce un errore "proprietà filtrabile non riconosciuta", anche quando tale cmdlet restituisce gli stessi oggetti.
Quando si crea un filtro, tenere presenti le regole di sintassi seguenti:
- Racchiudere l'intero filtro OPATH tra virgolette doppie (
" "). Se il filtro contiene valori di sistema (ad esempio,$true, , o$null), utilizzare invece le virgolette singole (' '$false). - Anche se il parametro Filter è una stringa (non un blocco di script), puoi usare anche le parentesi graffe (
{ }), ma solo se il filtro non contiene variabili. - I caratteri jolly (
*) funzionano solo con l'operatore e solo sulle proprietà delle-likestringhe di testo, ad esempio"Property -like 'abc*'". Le proprietà che contengono valori non stringa (ad esempio, SID, GUID, enumerazioni o valori booleani) richiedono una corrispondenza esatta con-eqo-ne. - Per cercare valori di proprietà vuoti o non vuoti, utilizzare il valore
$null(ad esempio,'Property -eq $null'o'Property -ne $null'). - Alcune proprietà non stringa non supportano
$nulli confronti. Ad esempio, il filtro su una proprietà SID richiede un valore effettivo (-eq '<value>') anziché-eq $nullo-ne $null.
Per ulteriori informazioni sulla sintassi del filtro OPATH, vedere Ulteriori informazioni sulla sintassi OPATH.
Per considerazioni sul filtro per i nove cmdlet Get-EXO* esclusivi nel modulo PowerShell di Exchange Online, vedere Filtri nel modulo PowerShell di Exchange Online.
AcceptMessagesOnlyFrom
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| authOrig |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UnifiedGroup |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto del singolo destinatario (cassetta postale, utente di posta o contatto di posta).
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Akia Al-Zuhairi").DistinguishedName) e quindi utilizzare la variabile nel filtro ("AcceptMessagesOnlyFrom -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
AcceptMessagesOnlyFromDLMembers
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| dLMemSubmitPerms |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UnifiedGroup |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto o il nome distinto canonico del gruppo (un gruppo di distribuzione, un gruppo di sicurezza abilitato alla posta elettronica o un gruppo di distribuzione dinamico).
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-DistributionGroup "Marketing Department").DistinguishedName) e quindi utilizzare la variabile nel filtro ("AcceptMessagesOnlyFromDLMembers -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
ActiveSyncAllowedDeviceIDs
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMobileAllowedDeviceIds | Get-CASMailbox | Stringa (caratteri jolly accettati) o $null |
Un ID dispositivo è una stringa di testo che identifica univocamente il dispositivo. Usare il cmdlet Get-MobileDevice per visualizzare i dispositivi con relazioni ActiveSync con una cassetta postale. Per visualizzare gli ID dispositivo in una cassetta postale, sostituire <MailboxIdentity> con il nome, l'alias o l'indirizzo di posta elettronica della cassetta postale ed eseguire questo comando: Get-MobileDevice -Mailbox <MailboxIdentity> | Format-List.
Dopo aver ottenuto il valore dell'ID dispositivo, è possibile usarlo nel filtro. Ad esempio, Get-CasMailbox -Filter "(ActiveSyncAllowedDeviceIDs -like 'text1*') -or (ActiveSyncAllowedDeviceIDs -eq 'text2')".
ActiveSyncBlockedDeviceIDs
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMobileBlockedDeviceIds | Get-CASMailbox | Stringa (caratteri jolly accettati) o $null |
Un ID dispositivo è una stringa di testo che identifica univocamente il dispositivo. Usare il cmdlet Get-MobileDevice per visualizzare i dispositivi con relazioni ActiveSync con una cassetta postale. Per visualizzare gli ID dispositivo in una cassetta postale, sostituire <MailboxIdentity> con il nome, l'alias o l'indirizzo di posta elettronica della cassetta postale ed eseguire questo comando: Get-MobileDevice -Mailbox <MailboxIdentity> | Format-List.
Dopo aver ottenuto il valore dell'ID dispositivo, è possibile usarlo in un filtro. Ad esempio, Get-CasMailbox -Filter "(ActiveSyncBlockedDeviceIDs -like 'text1*') -or (ActiveSyncBlockedDeviceIDs -eq 'text2')".
ActiveSyncEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-CASMailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-CasMailbox -Filter 'ActiveSyncEnabled -eq $false'.
ActiveSyncMailboxPolicy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMobileMailboxPolicyLink |
Get-CASMailbox Get-Recipient |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto del criterio cassetta postale ActiveSync.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-MobileDeviceMailboxPolicy "Default").DistinguishedName) e quindi utilizzare la variabile nel filtro ("ActiveSyncMailboxPolicy -eq '$dn'").
Nota
Per l'assegnazione predefinita del criterio cassetta postale ActiveSync predefinito (denominato Default) a una cassetta postale, il valore della proprietà ActiveSyncMailboxPolicy è vuoto ($null).
ActiveSyncSuppressReadReceipt
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-CASMailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-CasMailbox -Filter 'ActiveSyncSuppressReadReceipt -eq $true'.
AddressBookPolicy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchAddressBookPolicyLink |
Get-Mailbox Get-Recipient |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto del criterio della Rubrica.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-AddressBookPolicy "Contoso ABP").DistinguishedName) e quindi utilizzare la variabile nel filtro ("AddressBookPolicy -eq '$dn'").
AddressListMembership
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| showInAddressBook |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-UnifiedGroup |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto dell'elenco indirizzi.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-AddressList "All Contacts").DistinguishedName) e quindi utilizzare la variabile nel filtro ("AddressListMembership -eq '$dn'").
AdminDisplayName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| adminDisplayName | Get-SecurityPrincipal | Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-SecurityPrincipal -Filter 'AdminDisplayName -ne $null' | Format-Table -Auto Name,AdminDisplayName.
Unità amministrative
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchAdministrativeUnitLink |
Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-User Get-UnifiedGroup |
$null |
Ad esempio, Get-User -Filter 'AdministrativeUnits -ne $null'.
AggregatedMailboxGuids
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchAlternateMailboxes |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa o $null |
Ad esempio, Get-Mailbox -Filter 'AggregatedMailboxGuids -ne $null'.
Alias
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| mailNickname |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-UnifiedGroup |
Stringa (caratteri jolly accettati) |
Ad esempio, Get-Recipient -Filter "Alias -like 'smith*'".
AllowUMCallsFromNonUsers
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUMListInDirectorySearch |
Get-Contact Get-LinkedUser Get-UMMailbox Get-User |
None (0) o SearchEnabled (1) |
Ad esempio, Get-User -Filter "AllowUMCallsFromNonUsers -ne 'SearchEnabled'".
ArbitrationMailbox
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchArbitrationMailbox |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto della cassetta postale di arbitraggio.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Mailbox -Arbitration "SystemMailbox{1f05a927-2e8f-4cbb-9039-2cfb8b95e486}").DistinguishedName) e quindi utilizzare la variabile nel filtro ("ArbitrationMailbox -eq '$dn'").
ArchiveDatabase
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchArchiveDatabaseLink |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox |
Nome distinto (DN) o $null. |
In Exchange Server, questo filtro richiede il nome distinto del database delle cassette postali di archiviazione.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-MailboxDatabase "Mailbox Database 1234567890").DistinguishedName) e quindi utilizzare la variabile nel filtro ("ArchiveDatabase -eq '$dn'").
In Exchange Online è possibile filtrare solo in base alla presenza o all'assenza di un database di archiviazione. Ad esempio, Get-Mailbox -Filter "ArchiveDatabase -ne $null" o Get-Mailbox -Filter "ArchiveDatabase -eq $null". Il filtro in base a un valore specifico del database di archivio non è supportato.
ArchiveDomain
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchArchiveAddress | Get-Mailbox | Stringa (caratteri jolly accettati) o $null |
Questa proprietà viene usata negli ambienti Exchange locali per identificare l'organizzazione di Exchange Online che contiene la cassetta postale di archiviazione. Ad esempio, Get-Mailbox -Filter "ArchiveDomain -like 'contoso.onmicrosoft.com*'".
ArchiveGuid
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchArchiveGUID |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox |
Stringa o $null |
Questo filtro richiede il GUID della cassetta postale di archiviazione. Ad esempio, Get-Mailbox -Filter "ArchiveGuid -eq '6476f55e-e5eb-4462-a095-f2cb585d648d'".
È possibile trovare il GUID delle cassette postali di archiviazione eseguendo questo comando: Get-Mailbox -Archive | Format-Table -Auto Name,ArchiveGUID.
ArchiveName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchArchiveName |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa (caratteri jolly accettati) o $null |
Questo filtro richiede il nome della cassetta postale di archiviazione. Ad esempio, Get-Mailbox -Filter "ArchiveName -like 'In-Place Archive*'".
È possibile trovare i nomi delle cassette postali di archiviazione eseguendo questo comando: Get-Mailbox -Archive | Format-Table -Auto Name,ArchiveName.
ArchiveQuota
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchArchiveQuota |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Un valore di dimensione quantificato in byte (ad esempio, 300MB o 1.5GB) o Unlimited. I valori non qualificati vengono considerati byte. |
È possibile usare il parametro Filter solo per cercare il valore Unlimited per questa proprietà. Ad esempio, Get-Mailbox -Filter "ArchiveQuota -eq 'Unlimited'" o Get-Mailbox -Filter "ArchiveQuota -ne 'Unlimited'".
Non è possibile usare il parametro Filter per cercare i valori delle dimensioni di questa proprietà. Utilizzate invece questa sintassi: Get-Mailbox | where "$_.ArchiveQuota -<Operator> '<Size>'". Ad esempio, Get-Mailbox | where "$_.ArchiveQuota -gt '85GB'".
ArchiveRelease
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchArchiveRelease |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox Get-User |
|
Ad esempio, Get-Recipient -Filter "ArchiveRelease -eq 'E15'".
ArchiveState
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Mailbox Get-Recipient Get-RemoteMailbox |
|
Ad esempio, Get-Recipient -Filter "ArchiveState -eq 'HostedProvisioned'".
ArchiveStatus
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchArchiveStatus |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox |
None (0) o Active (1). |
Ad esempio, Get-Recipient -Filter "ArchiveStatus -eq 'Active'".
ArchiveWarningQuota
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchArchiveWarnQuota |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Un valore di dimensione quantificato in byte (ad esempio, 300MB o 1.5GB) o Unlimited. I valori non qualificati vengono considerati byte. |
È possibile usare il parametro Filter solo per cercare il valore Unlimited per questa proprietà. Ad esempio, Get-Mailbox -Filter "ArchiveWarningQuota -eq 'Unlimited'" o Get-Mailbox -Filter "ArchiveWarningQuota -ne 'Unlimited'".
Non è possibile usare il parametro Filter per cercare i valori delle dimensioni di questa proprietà. Utilizzate invece questa sintassi: Get-Mailbox | where "$_.ArchiveWarningQuota -<Operator> '<Size>'". Ad esempio, Get-Mailbox | where "$_.ArchiveWarningQuota -gt '85GB'".
AssistantName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchAssistantName |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "AssistantName -like 'Julia*'".
AuditEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxAuditEnable | Get-Mailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'AuditEnabled -eq $true'.
AuditLogAgeLimit
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxAuditLogAgeLimit |
Get-Mailbox Get-UnifiedGroup |
Valore dell'intervallo di tempo: dd.hh:mm:ss dove gg = giorni, hh = ore, mm = minuti e ss = secondi. |
Non è possibile usare il parametro Filter per cercare valori di intervallo di tempo per questa proprietà. Utilizzate invece questa sintassi: Get-Mailbox | where "$_.AuditLogAgeLimit -<Operator> '<TimeSpan>'". Ad esempio, Get-Mailbox | where "$_.AuditLogAgeLimit -gt '60.00:00:00'".
AuthenticationPolicy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchAuthPolicyLink | Get-User | Nome distinto (DN) (caratteri jolly accettati) o $null. |
Questo filtro richiede il nome distinto del criterio di autenticazione.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-AuthenticationPolicy "Block Basic Auth").DistinguishedName) e quindi utilizzare la variabile nel filtro ("AuthenticationPolicy -eq '$dn'").
BlockedSendersHash
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchBlockedSendersHash | Get-Recipient | Spazio ( $null) o un valore con hash. |
Realisticamente, è possibile usare questo valore solo per filtrare i valori vuoti o non vuoti. Ad esempio, Get-Recipient -Filter 'BlockedSendersHash -ne $null'.
c
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| c |
Get-Contact Get-LinkedUser Get-Recipient Get-SecurityPrincipal Get-User |
Stringa (caratteri jolly accettati) o $null |
Questo filtro richiede il codice paese ISO 3166-1 di due lettere per l'utente (ad esempio, US per gli Stati Uniti). Questa proprietà viene utilizzata insieme alle proprietà co e countryCode per definire il paese dell'utente in Active Directory.
Ad esempio, Get-User -Filter "c -eq 'US'".
CalendarLoggingQuota
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchCalendarLoggingQuota | Get-Mailbox | Un valore di dimensione quantificato in byte (ad esempio, 300MB o 1.5GB) o Unlimited. I valori non qualificati vengono considerati byte. |
È possibile usare il parametro Filter solo per cercare il valore Unlimited per questa proprietà. Ad esempio, Get-Mailbox -Filter "CalendarLoggingQuota -eq 'Unlimited'" o Get-Mailbox -Filter "CalendarLoggingQuota -ne 'Unlimited'".
Non è possibile usare il parametro Filter per cercare i valori delle dimensioni di questa proprietà. Utilizzate invece questa sintassi: Get-Mailbox | where "$_.CalendarLoggingQuota -<Operator> '<Size>'". Ad esempio, Get-Mailbox | where "$_.CalendarLoggingQuota -gt '10GB'".
CalendarRepairDisabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchCalendarRepairDisabled | Get-Mailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'CalendarRepairDisabled -eq $true'.
Oggetto del certificato
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-LinkedUser Get-User |
Stringa |
Il certificato X509 pubblicato per l'account utente (visibile nella scheda Certificati pubblicati in Utenti e computer di Active Directory).
Ad esempio, Get-User -Filter "CertificateSubject -eq 'X509:<I>C=US,O=InternetCA,CN=APublicCertificateAuthority<S>C=US,O=Fabrikam,OU=Sales,CN=Felipe Apodaca'".
Città
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| l |
Get-Contact Get-LinkedUser Get-Recipient Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "City -eq 'Redmond'".
Company
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| Azienda |
Get-Contact Get-LinkedUser Get-Recipient Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "Company -like 'Contoso*'".
ComplianceTagHoldApplied
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Mailbox Get-MailUser |
Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'ComplianceTagHoldApplied -eq $true'.
ConsumerNetID
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-LinkedUser Get-User |
Stringa o $null |
Ad esempio, Get-User -Filter 'ConsumerNetID -ne $null'.
CountryCode
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| codice paese |
Get-Contact Get-LinkedUser Get-Recipient Get-SecurityPrincipal Get-User |
Numero intero |
Questo filtro richiede il codice paese ISO 3166-1 a tre cifre per l'utente (ad esempio, 840 per gli Stati Uniti). Questa proprietà viene utilizzata insieme alle proprietà c e co per definire il paese dell'utente in Active Directory.
Ad esempio, Get-User -Filter "countryCode -eq 796".
CountryOrRegion
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Contact Get-LinkedUser Get-Recipient Get-SecurityPrincipal Get-User |
Stringa (caratteri jolly accettati) |
Questa proprietà calcolata filtra in base al paese/area geografica utilizzando il codice paese di due lettere ISO 3166-1 (ad esempio, ) o il nome del paese (ad esempio, USStati Uniti). Le proprietà c, co e countryCode sottostanti archiviano questi valori e vengono configurati automaticamente quando si seleziona il paese di un utente in Utenti e computer di Active Directory (scheda >IndirizzoCampo paese/area geografica) o nell'interfaccia di amministrazione di Exchange (Scheda>> Informazioni di contatto Proprietà utente Campo Paese/area geografica).
Ad esempio, Get-User -Filter "CountryOrRegion -like 'United*'".
CustomAttribute1 - CustomAttribute15
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| da extensionAttribute1 a extensionAttribute15 |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-UnifiedGroup |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Recipient -Filter "CustomAttribute8 -like 'audited*'".
Database
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| homeMDB |
Get-Mailbox Get-Recipient |
Nome distinto (DN). |
Questo filtro richiede il nome distinto del database delle cassette postali.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-MailboxDatabase "Mailbox Database 1234567890").DistinguishedName) e quindi utilizzare la variabile nel filtro ("Database -eq '$dn'").
DefaultPublicFolderMailbox
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchPublicFolderMailbox | Get-Mailbox | Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto o il nome distinto canonico della cassetta postale delle cartelle pubbliche.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Mailbox -PublicFolder "PF Mailbox01").DistinguishedName) e quindi utilizzare la variabile nel filtro ("DefaultPublicFolderMailbox -eq '$dn'").
DeletedItemFlags
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| deletedItemFlags |
Get-Mailbox Get-SecurityPrincipal |
|
Ad esempio, Get-Mailbox -Filter "DeletedItemFlags -ne 'DatabaseDefault'".
DeliverToMailboxAndForward
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| deliverAndRedirect |
Get-Mailbox Get-MailPublicFolder Get-MailUser Get-MailPublicFolder |
Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'DeliverToMailboxAndForward -eq $true'.
Reparto
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| reparto |
Get-Contact Get-LinkedUser Get-Recipient Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Recipient -Filter "Department -like 'Engineering*'".
Rapporti diretti
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| directReports |
Get-Contact Get-LinkedUser Get-User |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto o il nome distinto canonico del subordinato diretto.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Angela Gruber").DistinguishedName) e quindi utilizzare la variabile nel filtro ("DirectReports -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
DisabledArchiveDatabase
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchDisabledArchiveDatabaseLink |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Nome distinto (DN) o $null. |
In Exchange Server, questo filtro richiede il nome distinto del database delle cassette postali di archiviazione disabilitato.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-MailboxDatabase "Mailbox Database 1234567890").DistinguishedName) e quindi utilizzare la variabile nel filtro ("DisabledArchiveDatabase -eq '$dn'").
In Exchange Online è possibile filtrare solo in base alla presenza o all'assenza di un database di archiviazione disabilitato. Ad esempio, Get-Mailbox -Filter "DisabledArchiveDatabase -ne $null" o Get-Mailbox -Filter "DisabledArchiveDatabase -eq $null". Il filtro in base a un valore specifico del database di archivio non è supportato.
DisabledArchiveGuid
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchDisabledArchiveDatabaseGUID |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa o $null |
Questo filtro richiede il GUID della cassetta postale di archiviazione disabilitata. Ad esempio, Get-Mailbox -Filter "DisabledArchiveGuid -eq '6476f55e-e5eb-4462-a095-f2cb585d648d'".
È possibile trovare il GUID delle cassette postali di archiviazione eseguendo questo comando: Get-Mailbox -Archive | Format-Table -Auto Name,ArchiveGUID.
DisplayName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| displayName |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User Get-UnifiedGroup |
Stringa (caratteri jolly accettati) |
Ad esempio, Get-Recipient -Filter "DisplayName -like 'Julia*'".
DistinguishedName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| distinguishedName |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User Get-UnifiedGroup |
Nome distinto (DN). |
Questo filtro richiede il nome distinto del destinatario.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Bishamon Tamura").DistinguishedName) e quindi utilizzare la variabile nel filtro ("DistinguishedName -eq '$dn'").
EcpEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-CASMailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-CASMailbox -Filter 'EcpEnabled -eq $false'.
EmailAddresses
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| proxyAddresses |
Get-CASMailbox Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-UMMailbox Get-UnifiedGroup |
Stringa (caratteri jolly accettati) |
Ad esempio, Get-Recipient -Filter "EmailAddresses -like 'marketing*'".
Se si usa un indirizzo di posta elettronica completo, non è necessario tenere conto del smtp: prefisso. Se si usano i caratteri jolly, si vuole. Ad esempio, se "EmailAddresses -eq 'lila@fabrikam.com'" restituisce una corrispondenza, non restituisce una corrispondenza, "EmailAddresses -like 'lila*'" ma "EmailAddresses -like 'smtp:lila*'" restituisce una corrispondenza.
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
EmailAddressPolicyEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-UnifiedGroup |
Booleano ($true$falseoppure ) |
Ad esempio, Get-Recipient -Filter 'EmailAddressPolicyEnabled -eq $false'.
EntryId
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchPublicFolderEntryId | Get-MailPublicFolder | Stringa (caratteri jolly accettati) |
Ad esempio, Get-MailPublicFolder -Filter "EntryId -like '60000*'".
È possibile trovare gli ID voce delle cartelle pubbliche abilitate alla posta elettronica eseguendo questo comando: Get-MailPublicFolder | Format-List Name,EntryId.
EwsApplicationAccessPolicy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchEwsApplicationAccessPolicy | Get-CASMailbox |
|
Ad esempio, Get-CASMailbox -Filter "EwsApplicationAccessPolicy -eq 'EnforceAllowList'".
EwsEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchEwsEnabled | Get-CASMailbox | 0 (disabilitato), 1 (abilitato) o $null. |
Ad esempio, Get-CASMailbox -Filter "EwsEnabled -eq 1".
ExchangeGuid
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxGuid |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox Get-UnifiedGroup |
Stringa |
Ad esempio, Get-Mailbox -Filter "ExchangeGuid -eq 'c80a753d-bd4a-4e19-804a-6344d833ecd8'".
Per trovare il GUID di Exchange di un destinatario, sostituire <RecipientIdentity> con il nome, l'alias o l'indirizzo di posta elettronica del destinatario ed eseguire questo comando: Get-Recipient -Identity "<RecipientIdentity>" | Format-List Name,ExchangeGuid.
Si noti che il valore GUID di Exchange di un oggetto è diverso dal valore GUID corrispondente. Inoltre, il valore del GUID di Exchange per le diverse cassette postali (contatti di posta, utenti di posta, gruppi di distribuzione, gruppi di distribuzione dinamici, gruppi di sicurezza abilitati alla posta e cartelle pubbliche abilitate alla posta elettronica) è 00000000-0000-0000-0000-000000000000.
ExchangeUserAccountControl
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUserAccountControl |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
None (0) o AccountDisabled (2) |
Ad esempio, Get-Mailbox -Filter "ExchangeUserAccountControl -eq 'AccountDisabled'".
ExchangeVersion
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchVersion |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User |
Numero intero |
Questa proprietà contiene la prima versione di Exchange che è possibile usare per gestire il destinatario. I valori delle proprietà visualizzati sono diversi dai valori che è necessario usare nel filtro. Per visualizzare i valori della proprietà ExchangeVersion , eseguire questo comando: Get-Recipient | Format-Table Name,RecipientType,ExchangeVersion.
Per il valore 0.10 (14.0.100.0)di Exchange 2010 , utilizzare il valore 44220983382016 nel filtro.
Per il valore 0.20 (15.0.0.0)di Exchange 2013 o Exchange 2016 , utilizzare il valore 88218628259840 nel filtro.
Ad esempio, Get-Recipient -Filter "ExchangeVersion -lt 88218628259840".
ExpansionServer
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchExpansionServerName |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Recipient |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Recipient -Filter "ExpansionServer -like 'Mailbox01*'".
Per una corrispondenza esatta, è necessario usare il valore ExchangeLegacyDN del server. Ad esempio, Get-Recipient -Filter "ExpansionServer -eq '/o=Contoso Corporation/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=Mailbox01'"
È possibile trovare il valore ExchangeLegacyDN eseguendo questo comando: Get-ExchangeServer | Format-List Name,ExchangeLegacyDN.
Da ExtensionCustomAttribute1 a ExtensionCustomAttribute5
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| da msExchExtensionCustomAttribute1 a msExchExtensionCustomAttribute5 |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-UnifiedGroup |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Recipient -Filter "ExtensionCustomAttribute3 -like 'audited*'".
ExternalDirectoryObjectId
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchExternalDirectoryObjectId |
Get-DistributionGroup Get-DynamicDistributionGroup Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-User Get-UnifiedGroup |
Stringa o $null |
Ad esempio, Get-Recipient -Filter 'ExternalDirectoryObjectId -ne $null'.
ExternalEmailAddress
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| targetAddress |
Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Recipient -Filter "ExternalEmailAddress -like '@fabrikam.com*'".
Se si usa un indirizzo di posta elettronica completo, non è necessario tenere conto del smtp: prefisso. Se si usano i caratteri jolly, si vuole. Ad esempio, se "ExternalEmailAddress -eq 'lila@fabrikam.com'" restituisce una corrispondenza, non restituisce una corrispondenza, "ExternalEmailAddress -like 'lila*'" ma "ExternalEmailAddress -like 'smtp:lila*'" restituisce una corrispondenza.
ExternalOofOptions
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchExternalOOFOptions | Get-Mailbox |
External (0) o InternalOnly (1) |
Ad esempio, Get-Mailbox -Filter "ExternalOofOptions -eq 'External'".
Fax
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| facsimileTelephoneNumber |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "Fax -like '206*'".
FirstName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| givenName |
Get-Contact Get-LinkedUser Get-Recipient Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "FirstName -like 'Chris*'".
ForwardingAddress
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| altRecipient |
Get-Mailbox Get-MailPublicFolder Get-MailUser Get-RemoteMailbox |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto o il nome distinto canonico del destinatario dell'inoltro.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Daigoro Aoki").DistinguishedName) e quindi utilizzare la variabile nel filtro ("ForwardingAddress -eq '$dn'").
ForwardingSmtpAddress
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchGenericForwardingAddress | Get-Mailbox | Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Mailbox -Filter "ForwardingSmtpAddress -like '@fabrikam.com*'".
Se si usa un indirizzo di posta elettronica completo, non è necessario tenere conto del smtp: prefisso. Se si usano i caratteri jolly, si vuole. Ad esempio, se "ForwardingSmtpAddress -eq 'lila@fabrikam.com'" restituisce una corrispondenza, non restituisce una corrispondenza, "ForwardingSmtpAddress -like 'lila*'" ma "ForwardingSmtpAddress -like 'smtp:lila*'" restituisce una corrispondenza.
GeneratedOfflineAddressBooks
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchOABGeneratingMailboxBL | Get-Mailbox | Nome distinto (DN) o $null. |
Questa proprietà è significativa solo nelle cassette postali di arbitraggio, pertanto è necessario utilizzare l'opzione Arbitration nel comando filter. Inoltre, questo filtro richiede il nome distinto della rubrica.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-OfflineAddressBook "Default Offline Address Book").DistinguishedName) e quindi utilizzare la variabile nel filtro ("GeneratedOfflineAddressBooks -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
GrantSendOnBehalfTo
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| publicDelegates |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UnifiedGroup |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto o il nome distinto canonico dell'entità di sicurezza abilitata alla posta (cassetta postale, utente di posta elettronica o gruppo di sicurezza abilitato alla posta elettronica).
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Elizabeth Brunner").DistinguishedName) e quindi utilizzare la variabile nel filtro ("GrantSendOnBehalfTo -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
GroupExternalMemberCount
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-UnifiedGroup | Numero intero |
Ad esempio, Get-UnifiedGroup -Filter "GroupExternalMemberCount -gt 0".
GroupMemberCount
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-UnifiedGroup | Numero intero |
Ad esempio, Get-UnifiedGroup -Filter "GroupMemberCount -gt 100".
Tipo di gruppo
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| groupType |
Get-DistributionGroup Get-Group Get-UnifiedGroup |
|
I gruppi di distribuzione hanno il valore Universale i gruppi di sicurezza abilitati alla posta elettronica hanno il valore Universal, SecurityEnabled. È possibile specificare più valori separati da virgole e l'ordine non è importante. Ad esempio, Get-DistributionGroup -Filter "GroupType -eq 'Universal,SecurityEnabled'" restituisce gli stessi risultati di Get-DistributionGroup -Filter "GroupType -eq 'SecurityEnabled,Universal'".
Questa proprietà multivalore restituisce una corrispondenza solo se la proprietà è uguale al valore specificato.
Guid
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| objectGuid |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User Get-UnifiedGroup |
Stringa |
Ad esempio, Get-Recipient -Filter "Guid -eq '8a68c198-be28-4a30-83e9-bffb760c65ba'".
Puoi trovare i GUID dei destinatari eseguendo questo comando: Get-Recipient | Format-List Name,RecipientType,Guid.
Si noti che il valore GUID di un oggetto è diverso dal valore GUID di Exchange.
HasActiveSyncDevicePartnership
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-CASMailbox Get-Recipient |
Booleano ($true$falseoppure ) |
Ad esempio, Get-Recipient -Filter 'HasActiveSyncDevicePartnership -eq $true'.
HiddenFromAddressListsEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchHideFromAddressLists |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-UnifiedGroup |
Booleano ($true$falseoppure ) |
Ad esempio, Get-Recipient -Filter 'HiddenFromAddressListsEnabled -eq $true'.
HiddenGroupMembershipEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| hideDLMembership | Get-UnifiedGroup | Booleano ($true$falseoppure ) |
Ad esempio, Get-UnifiedGroup -Filter 'HiddenGroupMembershipEnabled -eq $true'.
HomePhone
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| homePhone |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "HomePhone -like '206*'".
Id
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| distinguishedName |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-UMMailbox Get-User Get-SecurityPrincipal Get-UnifiedGroup |
Nome distinto (DN). |
Questo filtro richiede il nome distinto o il nome distinto canonico del destinatario.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Felipe Apodaca").DistinguishedName) e quindi utilizzare la variabile nel filtro ("Id -eq '$dn'").
IgnoreMissingFolderLink
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-MailPublicFolder | Booleano ($true$falseoppure ) |
Ad esempio, Get-MailPublicFolder -Filter 'IgnoreMissingFolderLink -eq $true'.
ImapEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-CASMailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-CASMailbox -Filter 'ImapEnabled -eq $false'.
ImmutableId
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchGenericImmutableId |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa o $null |
Ad esempio, Get-Mailbox -Filter 'ImmutableId -ne $null'.
IncludeInGarbageCollection
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-Mailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'IncludeInGarbageCollection -eq $true'.
Initials
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| iniziali |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "Initials -like 'B.'".
InPlaceHolds
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUserHoldPolicies |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa |
Questo filtro richiede il valore InPlaceHoldIdentity della ricerca nella cassetta postale. Ad esempio, Get-Mailbox -Filter "InPlaceHolds -eq '9d0f81154cc64c6b923ecc0be5ced0d7'".
Per trovare i valori InPlaceHoldIdentity delle ricerche nelle cassette postali, eseguire questo comando: Get-MailboxSearch | Format-Table Name,InPlaceHoldIdentity.
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
InPlaceHoldsRaw
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-LinkedUser Get-User |
Stringa |
Questo filtro richiede il valore InPlaceHoldIdentity della ricerca nella cassetta postale. Ad esempio, Get-Mailbox -Filter "InPlaceHoldsRaw -eq '9d0f81154cc64c6b923ecc0be5ced0d7'".
Per trovare i valori InPlaceHoldIdentity delle ricerche nelle cassette postali, eseguire questo comando: Get-MailboxSearch | Format-Table Name,InPlaceHoldIdentity.
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
IsDirSynced
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchIsMSODirsynced |
Get-Contact Get-DistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailUser Get-Recipient Get-RemoteMailbox Get-User Get-UnifiedGroup |
Booleano ($true$falseoppure ) |
Ad esempio, Get-User -Filter 'IsDirSynced -eq $true'.
IsExcludedFromServingHierarchy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-Mailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'IsExcludedFromServingHierarchy -eq $true'.
IsHierarchyReady
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-Mailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'IsHierarchyReady -eq $false'.
IsHierarchySyncEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-Mailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'IsHierarchySyncEnabled -eq $false'.
IsInactiveMailbox
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-Mailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'IsInactiveMailbox -eq $false'.
IsLinked
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-LinkedUser Get-Mailbox Get-User |
Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'IsLinked -eq $true'.
IsMailboxEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-Mailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'IsMailboxEnabled -eq $false'.
IsResource
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-Mailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'IsResource -eq $true'.
IsSecurityPrincipal
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-LinkedUser Get-User |
Booleano ($true$falseoppure ) |
Ad esempio, Get-User -Filter 'IsSecurityPrincipal -eq $false'.
IsShared
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-Mailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'IsShared -eq $true'.
IsSoftDeletedByDisable
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-LinkedUser Get-Mailbox Get-MailUser Get-RemoteMailbox Get-User |
Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'IsSoftDeletedByDisable -eq $true'.
IsSoftDeletedByRemove
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-LinkedUser Get-Mailbox Get-MailUser Get-RemoteMailbox Get-User |
Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'IsSoftDeletedByRemove -eq $true'.
IssueWarningQuota
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| mDBStorageQuota |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Un valore di dimensione quantificato in byte (ad esempio, 300MB o 1.5GB) o Unlimited. I valori non qualificati vengono considerati byte. |
È possibile usare il parametro Filter solo per cercare il valore Unlimited per questa proprietà. Ad esempio, Get-Mailbox -Filter "IssueWarningQuota -eq 'Unlimited'" o Get-Mailbox -Filter "IssueWarningQuota -ne 'Unlimited'".
Non è possibile usare il parametro Filter per cercare i valori delle dimensioni di questa proprietà. Usare invece questa sintassi: Get-Mailbox | where "$_.IssueWarningQuota -<Operator> '<Size>'". Ad esempio, Get-Mailbox | where "$_.IssueWarningQuota -lt '50GB'".
JournalArchiveAddress
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa |
Questa proprietà utilizza un indirizzo di posta elettronica SMTP. Ad esempio, Get-Mailbox -Filter "JournalArchiveAddress -eq 'michelle@contoso.com'".
LanguagesRaw
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUserCulture | Get-Mailbox | Stringa (caratteri jolly accettati) o $null |
Questa proprietà è denominata Languages nelle proprietà di una cassetta postale e contiene la preferenza di lingua per la cassetta postale nel formato <ISO 639 two-letter culture code>-<ISO 3166 two-letter subculture code>. Ad esempio, l'inglese degli Stati Uniti è en-US. Per altre informazioni, vedere Classe CultureInfo.
È possibile specificare più valori separati da virgole, ma l'ordine è importante. Ad esempio, Get-Mailbox -Filter "LanguagesRaw -eq 'en-US,es-MX'" restituisce risultati diversi da Get-Mailbox -Filter "LanguagesRaw -eq 'es-MX,en-US'".
Per i valori singoli, questa proprietà multivalore restituisce una corrispondenza solo se la proprietà contiene il valore specificato.
LastExchangeChangedTime
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchLastExchangeChangedTime |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UnifiedGroup |
$null o un valore di data/ora: valore a 64 bit che rappresenta il numero di intervalli di 100 nanosecondi dal 1° gennaio 1601 (UTC) |
Ad esempio, Get-Mailbox -Filter 'LastExchangeChangedTime -ne $null'.
LastName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| Sn |
Get-Contact Get-LinkedUser Get-Recipient Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "LastName -like 'Martin*'".
LegacyExchangeDN
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| legacyExchangeDN |
Get-CASMailbox Get-DistributionGroup Get-DynamicDistributionGroup Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UMMailbox Get-User Get-UnifiedGroup |
Stringa (caratteri jolly accettati) |
Ad esempio, Get-User -Filter "LegacyExchangeDN -like 'Osca*'".
I caratteri jolly nei filtri di questa proprietà sono supportati solo in Exchange Server. In PowerShell per Exchange Online e sicurezza & conformità usare invece una corrispondenza di valori esatta.
È possibile trovare i valori LegacyExchangeDN per gli utenti eseguendo questo comando: Get-User | Format-List Name,LegacyExchangeDN
LitigationHoldDate
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchLitigationHoldDate |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
$null o un valore di data/ora: valore a 64 bit che rappresenta il numero di intervalli di 100 nanosecondi dal 1° gennaio 1601 (UTC) |
Ad esempio, Get-Mailbox -Filter "LitigationHoldDate -gt '8/13/2017'".
LitigationHoldEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox |
Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'LitigationHoldEnabled -eq $true'.
LitigationHoldOwner
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchLitigationHoldOwner |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa (caratteri jolly accettati) o $null |
Questa proprietà usa il nome dell'entità utente del proprietario del blocco per controversia legale. Ad esempio, Get-Mailbox -Filter "LitigationHoldOwner -eq 'agruber@contoso.com'".
MailboxContainerGUID
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxContainerGuid |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa o $null |
Ad esempio, Get-Mailbox -Filter 'MailboxContainerGUID -ne $null'.
MailboxMoveBatchName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxMoveBatchName |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox |
Stringa (caratteri jolly accettati) o $null |
Questa proprietà include il nome del batch di migrazione. Ad esempio, Get-Mailbox -Filter "MailboxMoveBatchName -like 'LocalMove 01*'".
È possibile trovare i nomi dei batch di migrazione eseguendo il comando Get-MigrationBatch . Si noti che i batch di migrazione creati nell'interfaccia di amministrazione di Exchange utilizzano la convenzione MigrationService:<MigrationBatchName>di denominazione.
MailboxMoveFlags
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxMoveFlags |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox |
Per i valori validi, vedere la descrizione del parametro Flags in Get-MoveRequest. |
Ad esempio, Get-Mailbox -Filter "MailboxMoveFlags -ne 'None'".
È possibile specificare più valori separati da virgole e l'ordine non è importante. Ad esempio, Get-Recipient -Filter "MailboxMoveFlags -eq 'IntraOrg,Pull'" restituisce gli stessi risultati di Get-Recipient -Filter "MailboxMoveFlags -eq 'Pull,IntraOrg'".
Questa proprietà multivalore restituisce una corrispondenza solo se la proprietà è uguale al valore specificato.
MailboxMoveRemoteHostName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxMoveRemoteHostName |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox |
Stringa o $null |
Ad esempio, Get-Mailbox -Filter "MailboxMoveRemoteHostName -eq 'mail.contoso.com'".
MailboxMoveSourceMDB
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxMoveSourceMDBLink |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto del database delle cassette postali di origine.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-MailboxDatabase "Mailbox Database 1234567890").DistinguishedName) e quindi utilizzare la variabile nel filtro ("MailboxMoveSourceMDB -eq '$dn'").
MailboxMoveStatus
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxMoveStatus |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox |
Per i valori validi, vedere la descrizione del parametro MoveStatus in Get-MoveRequest. |
Ad esempio, Get-Mailbox -Filter "MailboxMoveStatus -eq 'Completed'".
MailboxMoveTargetMDB
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxMoveTargetMDBLink |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto del database delle cassette postali di destinazione.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-MailboxDatabase "Mailbox Database 1234567890").DistinguishedName) e quindi utilizzare la variabile nel filtro ("MailboxMoveTargetMDB -eq '$dn'").
MailboxPlan
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchParentPlanLink | Get-Mailbox | Nome distinto (DN). |
I piani delle cassette postali corrispondono ai tipi di licenza di Microsoft 365. La disponibilità dei piani di licenza è determinata dalle selezioni effettuate al momento della registrazione del dominio.
I valori dell'identificativo descrittivo come il nome non funzionano nel filtro.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-MailboxPlan "ExchangeOnlineEnterprise").DistinguishedName) e quindi utilizzare la variabile nel filtro ("MailboxPlan -eq '$dn'").
MailboxRelease
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxRelease |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox Get-User |
|
Ad esempio, Get-Recipient -Filter "MailboxRelease -eq 'E15'".
MailTipTranslations
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchSenderHintTranslations |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UnifiedGroup |
Stringa (caratteri jolly accettati) o $null |
Quando si utilizza questa proprietà in un filtro, è necessario tenere conto dei tag HTML iniziali e finali. Ad esempio, Get-DistributionGroup -Filter "MailTipTranslations -like 'is not monitored.*'".
Gestito da
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| managedBy |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-Recipient Get-UnifiedGroup |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto o il nome distinto canonico del proprietario del gruppo (un'entità di sicurezza abilitata alla posta elettronica, ossia una cassetta postale, un utente di posta elettronica o un gruppo di sicurezza abilitato alla posta elettronica).
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Gabriela Laureano").DistinguishedName) e quindi utilizzare la variabile nel filtro ("ManagedBy -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
ManagedFolderMailboxPolicy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMailboxTemplateLink |
Get-Mailbox Get-Recipient |
Nome distinto (DN) o $null. |
I criteri cassetta postale delle cartelle gestite non sono disponibili in Exchange 2013 o versioni successive.
Ad esempio, Get-Mailbox -Filter 'ManagedFolderMailboxPolicy -eq $null'.
Questo filtro richiede il nome distinto del criterio cassetta postale della cartella gestita.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-ManagedFolderMailboxPolicy "MFM Inbox Policy").DistinguishedName) e quindi utilizzare la variabile nel filtro ("ManagedFolderMailboxPolicy -eq '$dn'").
Manager
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| manager |
Get-Contact Get-LinkedUser Get-Recipient Get-User |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto o il nome distinto canonico del manager (un utente della cassetta postale o della posta).
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Hyun-Ae Rim").DistinguishedName) e quindi utilizzare la variabile nel filtro ("Manager -eq '$dn'").
MAPIEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-CASMailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-CASMailbox -Filter 'MAPIEnabled -eq $false'.
MasterAccountSid
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMasterAccountSid |
Get-Mailbox Get-LinkedUser Get-Recipient Get-SecurityPrincipal Get-User |
Stringa o $null |
Ad esempio, Get-Mailbox -Filter "MasterAccountSid -eq 'S-1-5-10'".
Questo valore è vuoto ( $null) per le cassette postali con account utente associati e S-1-5-10 (Self) per le cassette postali senza account utente associati (ad esempio, cassette postali condivise, cassette postali per le risorse, cassette postali per la ricerca di individuazione, cassette postali di arbitraggio e cassette postali delle cartelle pubbliche).
MaxBlockedSenders
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMaxBlockedSenders | Get-Mailbox | Numero intero o $null |
Ad esempio, Get-Mailbox -Filter "MaxBlockedSenders -gt 0".
MaxReceiveSize
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| delivContLength |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UnifiedGroup |
Un valore di dimensione quantificato in byte (ad esempio, 75MB) o Unlimited. I valori non qualificati vengono considerati byte. |
È possibile usare il parametro Filter solo per cercare il valore Unlimited per questa proprietà. Ad esempio, Get-Mailbox -Filter "MaxReceiveSize -eq 'Unlimited'" o Get-Mailbox -Filter "MaxReceiveSize -ne 'Unlimited'".
Non è possibile usare il parametro Filter per cercare i valori delle dimensioni di questa proprietà. Utilizzate invece questa sintassi: Get-Mailbox | where "$_.MaxReceiveSize -<Operator> '<Size>'". Ad esempio, Get-Mailbox | where "$_.MaxReceiveSize -gt '50GB'".
MaxSafeSenders
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMaxSafeSenders | Get-Mailbox | Numero intero o $null |
Ad esempio, Get-Mailbox -Filter "MaxSafeSenders -gt 0".
MaxSendSize
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| submissionContLength |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UnifiedGroup |
Un valore di dimensione quantificato in byte (ad esempio, 75MB) o Unlimited. I valori non qualificati vengono considerati byte. |
È possibile usare il parametro Filter solo per cercare il valore Unlimited per questa proprietà. Ad esempio, Get-Mailbox -Filter "MaxSendSize -eq 'Unlimited'" o Get-Mailbox -Filter "MaxSendSize -ne 'Unlimited'".
Non è possibile usare il parametro Filter per cercare i valori delle dimensioni di questa proprietà. Utilizzate invece questa sintassi: Get-Mailbox | where "$_.MaxReceiveSize -<Operator> '<Size>'". Ad esempio, Get-Mailbox | where "$_.MaxSendSize -gt '50GB'".
MemberDepartRestriction
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchGroupDepartRestriction | Get-DistributionGroup |
|
Ad esempio, Get-DistributionGroup -Filter "MemberDepartRestriction -eq 'ApprovalRequired'".
MemberJoinRestriction
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchGroupJoinRestriction | Get-DistributionGroup |
|
Ad esempio, Get-DistributionGroup -Filter "MemberJoinRestriction -eq 'ApprovalRequired'".
MemberOfGroup
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| memberOf |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto o il nome distinto canonico del gruppo di distribuzione o del gruppo di sicurezza abilitato alla posta elettronica.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-DistributionGroup "Marketing Department").DistinguishedName) e quindi utilizzare la variabile nel filtro ("MemberOfGroup -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
Membri
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| Membro |
Get-DistributionGroup Get-Group Get-Recipient |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto o il nome distinto canonico del membro del gruppo.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Jacob Berger").DistinguishedName) e quindi utilizzare la variabile nel filtro ("Members -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
MobilePhone
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| dispositivi mobili |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "MobilePhone -like '555*'".
ModeratedBy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchModeratedByLink |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UnifiedGroup |
Nome distinto (DN). |
Questo filtro richiede il nome distinto o il nome distinto canonico del moderatore del gruppo (un'entità di sicurezza abilitata alla posta elettronica, ossia una cassetta postale, un utente di posta elettronica o un gruppo di sicurezza abilitato alla posta elettronica).
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Joanne Schwarz").DistinguishedName) e quindi utilizzare la variabile nel filtro ("ModeratedBy -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
ModerationEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchEnableModeration |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UnifiedGroup |
Booleano ($true$falseoppure ) |
Ad esempio, Get-DistributionGroup -Filter 'ModerationEnabled -eq $true'.
Nome
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| Nome |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User Get-UnifiedGroup |
Stringa (caratteri jolly accettati) |
Ad esempio, Get-User -Filter "Name -like 'Laura*'".
NetID
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-LinkedUser Get-Mailbox Get-User |
Stringa |
Questa proprietà viene popolata per le cassette postali di Exchange Online in ambienti ibridi. Un valore di esempio è 1003BFFD9A0CFA03.
Ad esempio, Get-User -Filter 'NetId -ne $null'.
Note
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| Informazioni |
Get-Contact Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Recipient Get-User Get-UnifiedGroup |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "Notes -like 'Events Team*'".
ObjectCategory
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| objectCategory |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User Get-UnifiedGroup |
Stringa |
Questo filtro richiede il nome distinto canonico dell'oggetto. Il valore usa la sintassi <domain>/Configuration/Schema/<Type>.
I valori dei tipi> validi< sono:
-
PersonPer cassette postali, utenti di posta e contatti di posta elettronica -
GroupPer Gruppi di distribuzione, Gruppi di sicurezza abilitati alla posta elettronica e Gruppi di Microsoft 365 -
ms-Exch-Public-FolderPer le cartelle pubbliche abilitate all'uso della posta elettronica -
ms-Exch-Dynamic-Distribution-ListPer i gruppi di distribuzione dinamici
Ad esempio, Get-Recipient -Filter "ObjectCategory -eq 'contoso.com/Configuration/Schema/Group'".
ObjectClass
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| objectClass |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User Get-UnifiedGroup |
Stringa |
Il valore di questa proprietà è top, person, organizationalPerson, user per cassette postali e utenti di posta elettronica, top, person, organizationalPerson, contact per contatti di posta elettronica, top, group per gruppi di distribuzione, gruppi di sicurezza abilitati alla posta elettronica e Gruppi di Microsoft 365, msExchDynamicDistributionList per gruppi di distribuzione dinamici e top, publicFolder per cartelle pubbliche abilitate alla posta elettronica
Ad esempio, Get-Recipient -Filter "ObjectClass -eq 'Contact'".
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
Office
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| physicalDeliveryOfficeName |
Get-Contact Get-LinkedUser Get-Mailbox Get-Recipient Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "Office -like '22*'".
OfflineAddressBook
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUseOAB | Get-Mailbox | Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto della rubrica.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-OfflineAddressBook "Default Offline Address Book").DistinguishedName) e quindi utilizzare la variabile nel filtro ("OfflineAddressBook -eq '$dn'").
OnPremisesObjectId
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-MailPublicFolder | Stringa o $null |
Ad esempio, Get-MailPublicFolder -Filter 'OnPremisesObjectId -ne $null'.
OperatorNumber
Applicabile:
- Exchange Server
* - Exchange Online

-
Sicurezza & conformità
* Get-UMMailbox è disponibile solo in Exchange Server 2016 e versioni precedenti. La messaggistica unificata è stata rimossa in Exchange Server 2019.
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUMOperatorNumber | Get-UMMailbox | Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-UMMailbox -Filter "OperatorNumber -eq 5".
OtherFax
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| altroFacsimileTelephoneNumber |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "OtherFax -like '206*'".
OtherHomePhone
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| altroHomePhone |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "OtherHomePhone -like '206*'".
AltroTelefono
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| altroTelefono |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "OtherTelephone -like '206*'".
OWAEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-CASMailbox | Booleano ($true$falseoppure ) |
Il filtro opera a ritroso. Ad esempio, Get-CASMailbox -Filter 'OWAEnabled -eq $true' restituisce le cassette postali in cui è presente la proprietà OWAEnabled e FalseGet-CASMailbox -Filter 'OWAEnabled -eq $false' restituisce le cassette postali in cui è presente la proprietà OWAEnabledTrue
OWAforDevicesEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchOmaAdminWirelessEnable | Get-CASMailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-CASMailbox -Filter 'OWAForDevicesEnabled -eq $true'.
OWAMailboxPolicy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchOWAPolicy |
Get-CASMailbox Get-Recipient |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto del criterio cassetta postale di Outlook sul Web (in precedenza noto come criterio cassetta postale di Outlook Web App).
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-OwaMailboxPolicy "Default").DistinguishedName) e quindi utilizzare la variabile nel filtro ("OWAMailboxPolicy -eq '$dn'").
Pager
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| cercapersone |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "Pager -like '206*'".
PersistedCapabilities
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa |
In genere, il valore di questa proprietà è diverso da $null (vuoto) per gli account e le cassette postali di Microsoft 365. Per altre informazioni sui valori delle proprietà validi, vedere Enumerazione delle funzionalità.
Ad esempio, Get-Mailbox -Filter 'PersistedCapabilities -ne $null'.
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
Telefono
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| numero di telefono |
Get-Contact Get-LinkedUser Get-Recipient Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "Phone -like '206*'".
PhoneProviderId
Applicabile:
- Exchange Server
* - Exchange Online

-
Sicurezza & conformità
* Get-UMMailbox è disponibile solo in Exchange Server 2016 e versioni precedenti. La messaggistica unificata è stata rimossa in Exchange Server 2019.
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUMPhoneProvider | Get-UMMailbox | Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-UMMailbox -Filter "PhoneProviderId -like '206*'".
PhoneticDisplayName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msDS-PhoneticDisplayName |
Get-Contact Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-MailPublicFolder Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "PhoneticDisplayName -like 'Lila*'".
PoliciesExcluded
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchPoliciesExcluded |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-UnifiedGroup |
Stringa o $null |
Ad esempio, Get-Recipient -Filter 'PoliciesExcluded -ne $null'.
PoliciesIncluded
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchPoliciesIncluded |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-UnifiedGroup |
Stringa o $null |
Ad esempio, Get-Recipient -Filter 'PoliciesIncluded -eq $null'.
PopEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-CASMailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-CASMailbox -Filter 'POPEnabled -eq $false'.
CAP
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| CAP |
Get-Contact Get-LinkedUser Get-Recipient Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Recipient -Filter "PostalCode -eq 90210".
PostOfficeBox
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| postOfficeBox |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "PostOfficeBox -like '555*'".
PreviousRecipientTypeDetails
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchPrecedenteRecipientTypeDetails |
Get-LinkedUser Get-User |
Stringa o $null |
Per i valori validi, vedere la descrizione del parametro RecipientTypeDetails in Get-Recipient.
Ad esempio, Get-User -Filter "PreviousRecipientTypeDetails -eq 'UserMailbox'".
PrimarySmtpAddress
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-CASMailbox Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-UMMailbox Get-UnifiedGroup |
Stringa (caratteri jolly accettati) |
Non usare la proprietà PrimarySmtpAddress ; Utilizzare invece la proprietà EmailAddresses . Qualsiasi filtro che usa la proprietà PrimarySmtpAddress cerca anche i valori nella proprietà EmailAddresses . Ad esempio, se una cassetta postale ha l'indirizzo dario@contoso.come-mail principale e gli indirizzi dario2@contoso.com proxy aggiuntivi e dario3@contoso.com, tutti i filtri seguenti restituiscono la cassetta postale nel risultato: "PrimarySmtpAddress -eq 'dario@contoso.com'", "PrimarySmtpAddress -eq 'dario2@contoso.com'", o "PrimarySmtpAddress -eq 'dario3@contoso.com'".
ProhibitSendQuota
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| mDBOverQuotaLimit |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Un valore di dimensione quantificato in byte (ad esempio, 300MB o 1.5GB) o Unlimited. I valori non qualificati vengono considerati byte. |
È possibile usare il parametro Filter solo per cercare il valore Unlimited per questa proprietà. Ad esempio, Get-Mailbox -Filter "ProhibitSendQuota -eq 'Unlimited'" o Get-Mailbox -Filter "ProhibitSendQuota -ne 'Unlimited'".
Non è possibile usare il parametro Filter per cercare i valori delle dimensioni di questa proprietà. Utilizzate invece questa sintassi: Get-Mailbox | where "$_.ProhibitSendQuota -<Operator> '<Size>'". Ad esempio, Get-Mailbox | where "$_.ProhibitSendQuota -lt '70GB'".
ProhibitSendReceiveQuota
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| mDBOverHardQuotaLimit |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Un valore di dimensione quantificato in byte (ad esempio, 300MB o 1.5GB) o Unlimited. I valori non qualificati vengono considerati byte. |
È possibile usare il parametro Filter solo per cercare il valore Unlimited per questa proprietà. Ad esempio, Get-Mailbox -Filter "ProhibitSendReceiveQuota -eq 'Unlimited'" o Get-Mailbox -Filter "ProhibitSendReceiveQuota -ne 'Unlimited'".
Non è possibile usare il parametro Filter per cercare i valori delle dimensioni di questa proprietà. Utilizzate invece questa sintassi: Get-Mailbox | where "$_.ProhibitSendReceiveQuota -<Operator> '<Size>'". Ad esempio, Get-Mailbox | where "$_.ProhibitSendReceiveQuota -lt '70GB'".
ProtocolSettings
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| protocolSettings |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa (caratteri jolly accettati) o $null |
Il valore predefinito di questa proprietà nelle cassette postali è RemotePowerShell§1. Questa proprietà viene popolata con valori aggiuntivi quando si usa Set-CASMailbox per disabilitare i protocolli (ad esempio, POP3 o IMAP4).
Ad esempio, Get-Mailbox -Filter "ProtocolSettings -like 'POP3*'".
PublicFolderContacts
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| pFContacts | Get-MailPublicFolder | Nome distinto (DN) o $null. |
Questa proprietà viene visualizzata come Contacts nei risultati del comando Get-MailPublicFolder -Identity <PublicFolderIdentity> | Format-List, ma è necessario utilizzare il nome della proprietà PublicFolderContacts nel filtro.
Questo filtro richiede il nome distinto o il nome distinto canonico del contatto delle cartelle pubbliche.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Kathleen Reiter").DistinguishedName) e quindi utilizzare la variabile nel filtro ("PublicFolderContacts -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
QueryBaseDN
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchQueryBaseDN | Get-Mailbox | Stringa o $null |
Questa proprietà è stata utilizzata nella separazione dell'elenco indirizzi globale di Exchange 2007 per specificare una posizione in Active Directory. Questa funzionalità è stata sostituita dai criteri della Rubrica in Exchange 2010 Service Pack 2, quindi il valore di questa proprietà deve essere sempre vuoto ( $null).
Ad esempio, Get-Mailbox -Filter 'QueryBaseDN -ne $null'.
RecipientContainer
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchDynamicDLBaseDN | Get-DynamicDistributionGroup | Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto o il nome distinto canonico dell'unità organizzativa o del contenitore in Active Directory.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-OrganizationalUnit "contoso.com/Users").DistinguishedName) e quindi utilizzare la variabile nel filtro ("RecipientContainer -eq '$dn'").
RecipientLimits
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchRecipLimit |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Numero intero o Unlimited |
Ad esempio, Get-Mailbox -Filter "RecipientLimits -ne 'Unlimited'".
RecipientType
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-User Get-UnifiedGroup |
|
Ad esempio, Get-Recipient -Filter "RecipientType -eq 'MailContact'".
RecipientTypeDetails
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-User Get-UnifiedGroup |
Stringa |
Per i valori validi, vedere la descrizione del parametro RecipientTypeDetails in Get-Recipient.
Ad esempio, Get-Recipient -Filter "RecipientTypeDetails -eq 'SharedMailbox'".
RecoverableItemsQuota
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchDumpsterQuota |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Un valore di dimensione quantificato in byte (ad esempio, 300MB o 1.5GB) o Unlimited. I valori non qualificati vengono considerati byte. |
È possibile usare il parametro Filter solo per cercare il valore Unlimited per questa proprietà. Ad esempio, Get-Mailbox -Filter "RecoverableItemsQuota -eq 'Unlimited'" o Get-Mailbox -Filter "RecoverableItemsQuota -ne 'Unlimited'".
Non è possibile usare il parametro Filter per cercare i valori delle dimensioni di questa proprietà. Utilizzate invece questa sintassi: Get-Mailbox | where "$_.RecoverableItemsQuota -<Operator> '<Size>'. Ad esempio, Get-Mailbox | where "$_.RecoverableItemsQuota -gt '35GB'".
RecoverableItemsWarningQuota
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchDumpsterWarningQuota |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Un valore di dimensione quantificato in byte (ad esempio, 300MB o 1.5GB) o Unlimited. I valori non qualificati vengono considerati byte. |
È possibile usare il parametro Filter solo per cercare il valore Unlimited per questa proprietà. Ad esempio, Get-Mailbox -Filter "RecoverableItemsWarningQuota -eq 'Unlimited'" o Get-Mailbox -Filter "RecoverableItemsWarningQuota -ne 'Unlimited'".
Non è possibile usare il parametro Filter per cercare i valori delle dimensioni di questa proprietà. Usare invece questa sintassi: Get-Mailbox | where "$_.RecoverableItemsWarningQuota -<Operator> '<Size>'". Ad esempio, Get-Mailbox | where "$_.RecoverableItemsWarningQuota -gt '25GB'".
RejectMessagesFrom
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| unauthOrig |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UnifiedGroup |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto del singolo destinatario (cassetta postale, utente di posta o contatto di posta).
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-Recipient "Mai Fujito").DistinguishedName) e quindi utilizzare la variabile nel filtro ("RejectMessagesFrom -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
RejectMessagesFromDLMembers
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| dLMemRejectPerms |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UnifiedGroup |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto o il nome distinto canonico del gruppo (un gruppo di distribuzione, un gruppo di sicurezza abilitato alla posta elettronica o un gruppo di distribuzione dinamico).
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-DistributionGroup "Marketing Department").DistinguishedName) e quindi utilizzare la variabile nel filtro ("RejectMessagesFromDLMembers -eq '$dn'").
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
RemoteAccountPolicy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchSyncAccountsPolicyDN | Get-Mailbox | Stringa o $null |
Questo filtro richiede il nome distinto del criterio dell'account remoto. Ad esempio, Get-Mailbox -Filter "RemoteAccountPolicy -eq 'CN=Contoso Remote Account Policy,CN=Remote Accounts Policies Container,CN=Contoso Corporation,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=contoso,DC=com'".
RemotePowerShellEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-User | Booleano ($true$falseoppure ) |
Ad esempio, Get-User -Filter 'RemotePowerShellEnabled -eq $false'.
RemoteRecipientType
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchRemoteRecipientType |
Get-Mailbox Get-RemoteMailbox |
|
Ad esempio, Get-RemoteMailbox -Filter "RemoteRecipientType -eq 'ProvisionMailbox'".
ReportToManagerEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| reportToOwner |
Get-DistributionGroup Get-DynamicDistributionGroup Get-UnifiedGroup |
Booleano ($true$falseoppure ) |
Ad esempio, Get-DistributionGroup -Filter 'ReportToManagerEnabled -eq $true'.
ReportToOriginatorEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| reportToOriginator |
Get-DistributionGroup Get-DynamicDistributionGroup Get-UnifiedGroup |
Booleano ($true$falseoppure ) |
Ad esempio, Get-DistributionGroup -Filter 'ReportToOriginatorEnabled -eq $false'.
RequireAllSendersAreAuthenticated
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchRequireAuthToSendTo |
Get-DistributionGroup Get-DynamicDistributionGroup Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-SecurityPrincipal |
Booleano ($true$falseoppure ) |
Questa proprietà viene visualizzata come RequireSenderAuthenticationEnabled nei risultati del comando Get-<RecipientType> -Identity <RecipientIdentity> | Format-List, ma è necessario utilizzare il nome della proprietà RequireAllSendersAreAuthenticated nel filtro. Ad esempio, Get-DistributionGroup -Filter 'RequireAllSendersAreAuthenticated -eq $false'.
ResourceBehaviorOptions
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-UnifiedGroup |
|
Ad esempio, Get-UnifiedGroup -Filter "ResourceBehaviorOptions -eq 'CalendarMemberReadOnly'"
ResourceCapacity
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchResourceCapacity | Get-Mailbox | Numero intero o $null |
Ad esempio, Get-Mailbox -Filter "ResourceCapacity -gt 15"
ResourceCustom
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-Mailbox | Stringa |
Per creare proprietà delle risorse personalizzate, usare il cmdlet Set-ResourceConfig. Ad esempio, Set-ResourceConfig -ResourcePropertySchema Room/Whiteboard,Equipment/Van. Dopo aver creato le proprietà, è possibile assegnarle alle cassette postali delle sale o delle apparecchiature. Ad esempio, Set-Mailbox -Identity "Conference Room 1" -ResourceCustom Whiteboard.
Quando si cercano valori, usare la proprietà della risorsa personalizzata assegnata alla cassetta postale della stanza o dell'attrezzatura. Ad esempio, Get-Mailbox -Filter "ResourceCustom -eq 'Whiteboard'".
ResourceProvisioningOptions
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-UnifiedGroup |
Team o $null |
Ad esempio, Get-UnifiedGroup -Filter "ResourceProvisioningOptions -eq 'Team'"
ResourceType
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Mailbox Get-Recipient |
Room (0) o Equipment (1) |
Ad esempio, Get-Mailbox -Filter "ResourceType -eq 'Equipment'"
RetainDeletedItemsFor
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| immondiziaCollPeriodo |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Valore dell'intervallo di tempo: dd.hh:mm:ss dove gg = giorni, hh = ore, mm = minuti e ss = secondi. |
Non è possibile usare il parametro Filter per cercare valori di intervallo di tempo per questa proprietà. Utilizzate invece questa sintassi: Get-Mailbox | where "$_.RetainDeletedItemsFor -<Operator> '<TimeSpan>'". Ad esempio, Get-Mailbox | where "$_.RetainDeletedItemsFor -gt '14.00:00:00'".
RetentionComment
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchRetentionComment |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Mailbox -Filter "RetentionComment -like '7 years*'"
RetentionPolicy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Mailbox Get-Recipient |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto dei criteri di conservazione.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-RetentionPolicy "Default MRM Policy").DistinguishedName) e quindi utilizzare la variabile nel filtro ("RetentionPolicy -eq '$dn'").
RetentionUrl
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchRetentionURL |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Mailbox -Filter "RetentionUrl -like 'https://intranet.contoso.com/*'"
RoleAssignmentPolicy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchRBACPolicyLink | Get-Mailbox | Nome distinto (DN) (caratteri jolly accettati) o $null. |
Questo filtro richiede il nome distinto dei criteri di assegnazione dei ruoli in Exchange Online.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-RoleAssignmentPolicy "Default Role Assignment Policy").DistinguishedName) e quindi utilizzare la variabile nel filtro ("RoleAssignmentPolicy -eq '$dn'").
RulesQuota
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMDBRulesQuota | Get-Mailbox | Un valore di dimensione quantificato in byte (ad esempio, 50B o 128KB). I valori non qualificati vengono considerati byte. |
Non è possibile usare il parametro Filter per cercare i valori delle dimensioni di questa proprietà. Utilizzate invece questa sintassi: Get-Mailbox | where "$_.RulesQuota -<Operator> '<Size>'". Ad esempio, Get-Mailbox | where "$_.RulesQuota -lt '256KB'".
SafeRecipientsHash
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchSafeRecipientsHash | Get-Recipient | Spazio ( $null) o un valore con hash. |
Realisticamente, è possibile usare questo valore solo per filtrare i valori vuoti o non vuoti. Ad esempio, Get-Recipient -Filter 'SafeRecipientsHash -ne $null'.
SafeSendersHash
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchSafeSendersHash | Get-Recipient | Spazio ( $null) o un valore con hash. |
Realisticamente, è possibile usare questo valore solo per filtrare i valori vuoti o non vuoti. Ad esempio, Get-Recipient -Filter 'SafeSendersHash -ne $null'.
SamAccountName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| SamAccountName |
Get-CASMailbox Get-DistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox Get-UMMailbox Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Recipient -Filter "SamAccountName -like 'laura*'"
SCLDeleteThresholdInt
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMessageHygieneSCLDeleteThreshold | Get-Mailbox | -2147483648 (valore SCL 0), -2147483647 (valore SCL 1), -2147483646 (valore SCL 2), -2147483645 (valore SCL 3), -2147483644 (valore SCL 4), -2147483643 (valore SCL 5), -2147483642 (valore SCL 6), -2147483641 (valore SCL 7), -2147483640 (valore SCL 8), -2147483639 (valore SCL 9) o $null |
Questa proprietà viene visualizzata come SCLDeleteThreshold nei risultati del comando Get-Mailbox -Identity <MailboxIdentity> | Format-List, ma è necessario utilizzare il nome della proprietà SCLDeleteThresholdInt nel filtro. Ad esempio, Get-Mailbox -Filter "SCLDeleteThresholdInt -ge -2147483640".
SCLJunkThresholdInt
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMessageHygieneSCLJunkThreshold | Get-Mailbox | -2147483648 (valore SCL 0), -2147483647 (valore SCL 1), -2147483646 (valore SCL 2), -2147483645 (valore SCL 3), -2147483644 (valore SCL 4), -2147483643 (valore SCL 5), -2147483642 (valore SCL 6), -2147483641 (valore SCL 7), -2147483640 (valore SCL 8), -2147483639 (valore SCL 9) o $null |
Questa proprietà viene visualizzata come SCLJunkThreshold nei risultati del comando Get-Mailbox -Identity <MailboxIdentity> | Format-List, ma è necessario utilizzare il nome della proprietà SCLJunkThresholdInt nel filtro. Ad esempio, Get-Mailbox -Filter "SCLJunkThresholdInt -ge -2147483645".
SCLQuarantineThresholdInt
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMessageHygieneSCLQuarantineThreshold | Get-Mailbox | -2147483648 (valore SCL 0), -2147483647 (valore SCL 1), -2147483646 (valore SCL 2), -2147483645 (valore SCL 3), -2147483644 (valore SCL 4), -2147483643 (valore SCL 5), -2147483642 (valore SCL 6), -2147483641 (valore SCL 7), -2147483640 (valore SCL 8), -2147483639 (valore SCL 9) o $null |
Questa proprietà viene visualizzata come SCLQuarantineThreshold nei risultati del comando Get-Mailbox -Identity <MailboxIdentity> | Format-List, ma è necessario utilizzare il nome della proprietà SCLQuarantineThresholdInt nel filtro. Ad esempio, Get-Mailbox -Filter "SCLQuarantineThresholdInt -ge -2147483643".
SCLRejectThresholdInt
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchMessageHygieneSCLRejectThreshold | Get-Mailbox | -2147483648 (valore SCL 0), -2147483647 (valore SCL 1), -2147483646 (valore SCL 2), -2147483645 (valore SCL 3), -2147483644 (valore SCL 4), -2147483643 (valore SCL 5), -2147483642 (valore SCL 6), -2147483641 (valore SCL 7), -2147483640 (valore SCL 8), -2147483639 (valore SCL 9) o $null |
Questa proprietà viene visualizzata come SCLRejectThreshold nei risultati del comando Get-Mailbox -Identity <MailboxIdentity> | Format-List, ma è necessario utilizzare il nome della proprietà SCLRejectThresholdInt nel filtro. Ad esempio, Get-Mailbox -Filter "SCLRejectThresholdInt -ge -2147483641".
SendOofMessageToOriginatorEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| oOFReplyToOriginator |
Get-DistributionGroup Get-DynamicDistributionGroup Get-UnifiedGroup |
Booleano ($true$falseoppure ) |
Ad esempio, Get-DistributionGroup -Filter 'SendOofMessageToOriginatorEnabled -eq $true'.
ServerLegacyDN
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchHomeServerName |
Get-CASMailbox Get-Mailbox Get-Recipient Get-UMMailbox |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Mailbox -Filter "ServerLegacyDN -like 'Mailbox01'".
Questo è un esempio di valore ServerLegacyDN completo: /o=Contoso Corporation/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=Mailbox01.
NomeServer
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-CASMailbox Get-Mailbox Get-Recipient Get-UMMailbox |
Stringa |
Ad esempio, Get-Recipient -Filter "ServerName -eq 'Mailbox01'".
SharingPolicy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchSharingPolicyLink |
Get-Mailbox Get-Recipient |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto del criterio di condivisione.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-SharingPolicy "Custom Sharing Policy").DistinguishedName) e quindi utilizzare la variabile nel filtro ("SharingPolicy -eq '$dn'").
Nota
Per l'assegnazione predefinita del criterio di condivisione predefinito (denominato Criterio di condivisione predefinito) a una cassetta postale, il valore della proprietà SharingPolicy è vuoto ($null).
Sid
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| objectSid |
Get-Group Get-LinkedUser Get-SecurityPrincipal Get-User |
Stringa |
Ad esempio, Get-User -Filter "Sid -eq 's-1-5-21-3628364307-1600040346-819251021-2603'".
SidHistory
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| SIDHistoria |
Get-Group Get-LinkedUser Get-User |
Stringa o $null |
Ad esempio, Get-User -Filter "SidHistory -eq 's-1-5-21-3628364307-1600040346-819251021-2603'".
Il filtro in base al $null valore in questa proprietà è supportato solo in Exchange Server. In PowerShell per Exchange Online e sicurezza & conformità usare invece una corrispondenza di valori esatta.
SimpleDisplayName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| displayNamePrintable |
Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "SimpleDisplayName -like 'lila*'".
SingleItemRecoveryEnabled
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Mailbox Get-MailUser Get-RemoteMailbox |
Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'SingleItemRecoveryEnabled -eq $true'.
SKUAssigned
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-LinkedUser Get-Mailbox Get-MailUser Get-Recipient Get-User |
Booleano ($true o $false) o $null. |
Ad esempio, Get-User -Filter 'SKUAssigned -eq $true'.
SourceAnchor
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-Mailbox | Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Mailbox -Filter 'SourceAnchor -ne $null'.
StatoOrProvincia
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
|
Get-Contact Get-LinkedUser Get-Recipient Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "StateOrProvince -like 'Carolina*'".
IndirizzoStradale
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| indirizzoIndirizzo |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "StreetAddress -like '36th Ave NE*'".
StsRefreshTokensValidFrom
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchStsRefreshTokensValidFrom |
Get-LinkedUser Get-Mailbox Get-MailUser Get-RemoteMailbox Get-User |
$null o un valore di data/ora: valore a 64 bit che rappresenta il numero di intervalli di 100 nanosecondi dal 1° gennaio 1601 (UTC) |
Ad esempio, Get-User -Filter "StsRefreshTokensValidFrom -gt '8/1/2017'".
Assistente Telefono
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| telephoneAssistant |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "TelephoneAssistant -like '206*'".
ThrottlingPolicy
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchThrottlingPolicyDN | Get-Mailbox | Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto dei criteri di limitazione.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-ThrottlingPolicy "Custom Throttling Policy").DistinguishedName) e quindi utilizzare la variabile nel filtro ("ThrottlingPolicy -eq '$dn'").
Titolo
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| Titolo |
Get-Contact Get-LinkedUser Get-Recipient Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "Title -eq 'Dr.'".
UMAddresses
Applicabile:
- Exchange Server
(Exchange 2016 o versioni precedenti. La messaggistica unificata è stata rimossa in Exchange 2019) - Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUMAddresses | Get-UMMailbox | Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-UMMailbox -Filter "UMAddresses -like 'EUM:*'".
UMCallingLineIds
Applicabile:
- Exchange Server
(Exchange 2016 o versioni precedenti. La messaggistica unificata è stata rimossa in Exchange 2019) - Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUMCallingLineIds |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "UMCallingLineIds -like '123*'".
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
UMDtmfMap
Applicabile:
- Exchange Server
(Exchange 2016 o versioni precedenti. La messaggistica unificata è stata rimossa in Exchange 2019) - Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUMDtmfMap |
Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-UMMailbox Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Mailbox -Filter "UMDtmfMap -like '26297*'".
Anche se questa proprietà è multivalore, il filtro restituisce una corrispondenza se la proprietà contiene il valore specificato.
UMEnabled
Applicabile:
- Exchange Server
(Exchange 2016 o versioni precedenti. La messaggistica unificata è stata rimossa in Exchange 2019) - Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-Mailbox Get-Recipient Get-UMMailbox |
Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'UMEnabled -eq $true'.
UMMailboxPolicy
Applicabile:
- Exchange Server
(Exchange 2016 o versioni precedenti. La messaggistica unificata è stata rimossa in Exchange 2019) - Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUMTemplateLink |
Get-Recipient Get-UMMailbox |
Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto del criterio cassetta postale di messaggistica unificata.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-UMMailboxPolicy "Contoso Default Policy").DistinguishedName) e quindi utilizzare la variabile nel filtro ("UMMailboxPolicy -eq '$dn'").
UMRecipientDialPlanId
Applicabile:
- Exchange Server
(Exchange 2016 o versioni precedenti. La messaggistica unificata è stata rimossa in Exchange 2019) - Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUMRecipientDialPlanLink | Get-Recipient | Nome distinto (DN) o $null. |
Questo filtro richiede il nome distinto del dial plan di messaggistica unificata.
Per utilizzare un valore descrittivo, memorizzare il DN in una variabile (ad esempio, $dn = (Get-UMDialPlan "Contoso Dial Plan").DistinguishedName) e quindi utilizzare la variabile nel filtro ("UMRecipientDialPlanId -eq '$dn'").
UpgradeRequest
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-User |
|
Ad esempio, Get-User -Filter "UpgradeRequest -ne 'None'".
UpgradeStatus
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d | Get-User |
|
Ad esempio, Get-User -Filter "UpgradeStatus -ne 'None'".
UsageLocation
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUsageLocation |
Get-Mailbox Get-MailUser Get-Recipient |
Stringa |
Questo filtro richiede il nome del paese ISO 3166-1 (ad esempio, ) o il codice paese di due lettere (ad esempioUS) Stati Unitiper l'utente in Microsoft 365. Per ulteriori informazioni, vedere Codici paese - ISO 3166.
Ad esempio, Get-Recipient -Filter 'UsageLocation -eq "US"'.
UseDatabaseQuotaDefaults
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| mDBUseDefaults | Get-Mailbox | Booleano ($true$falseoppure ) |
Ad esempio, Get-Mailbox -Filter 'UseDatabaseQuotaDefaults -eq $false'.
UserAccountControl
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| userAccountControl |
Get-LinkedUser Get-User |
|
Ad esempio, Get-User -Filter "UserAccountControl -eq 'NormalAccount'".
È possibile specificare più valori separati da virgole, ma l'ordine è importante. Ad esempio, Get-User -Filter "UserAccountControl -eq 'AccountDisabled,NormalAccount'" restituisce risultati diversi da Get-User -Filter "UserAccountControl -eq 'NormalAccount,AccountDisabled'".
Questa proprietà multivalore restituisce una corrispondenza solo se la proprietà è uguale al valore specificato.
UserPrincipalName
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| userPrincipalName |
Get-LinkedUser Get-Mailbox Get-MailUser Get-RemoteMailbox Get-User |
Stringa (caratteri jolly accettati) |
Ad esempio, Get-User -Filter "UserPrincipalName -like 'julia@*'".
VoiceMailSettings
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchUCVoiceMailSettings |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
I valori validi per questa proprietà sono:
ExchangeHostedVoiceMail=0ExchangeHostedVoiceMail=1CsHostedVoiceMail=0CsHostedVoiceMail=1
Ad esempio, Get-User -Filter 'VoiceMailSettings -ne $null'.
In Exchange Online, questa proprietà contiene un valore di segreteria telefonica ospitata legacy ed è in genere vuota, quindi il filtro su questa proprietà di solito non restituisce alcun risultato.
Pagina Web
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| wWWHomePage |
Get-Contact Get-LinkedUser Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-User -Filter "WebPage -like 'https://intranet.contoso.com/*'".
Quando modificato
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| Quando modificato |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User Get-UnifiedGroup |
Un valore di data/ora: valore a 64 bit che rappresenta il numero di intervalli di 100 nanosecondi dal 1° gennaio 1601 (UTC) |
Ad esempio, Get-Recipient -Filter "WhenChanged -gt '8/1/2017 2:00:00 PM'".
WhenChangedUTC
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User Get-UnifiedGroup |
Un valore di data/ora: valore a 64 bit che rappresenta il numero di intervalli di 100 nanosecondi dal 1° gennaio 1601 (UTC) |
Ad esempio, Get-Recipient -Filter "WhenChangedUTC -gt '8/1/2017 2:00:00 PM'".
WhenCreated
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| whenCreated |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User Get-UnifiedGroup |
Un valore di data/ora: valore a 64 bit che rappresenta il numero di intervalli di 100 nanosecondi dal 1° gennaio 1601 (UTC) |
Ad esempio, Get-Recipient -Filter "WhenCreated -gt '8/1/2017 2:00:00 PM'".
WhenCreatedUTC
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| n/d |
Get-CASMailbox Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-Recipient Get-RemoteMailbox Get-SecurityPrincipal Get-UMMailbox Get-User Get-UnifiedGroup |
Un valore di data/ora: valore a 64 bit che rappresenta il numero di intervalli di 100 nanosecondi dal 1° gennaio 1601 (UTC) |
Ad esempio, Get-Recipient -Filter "WhenCreatedUTC -gt '8/1/2017 2:00:00 PM'".
WhenMailboxCreated
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchWhenMailboxCreated |
Get-Mailbox Get-MailUser Get-Recipient Get-RemoteMailbox |
Un valore di data/ora: valore a 64 bit che rappresenta il numero di intervalli di 100 nanosecondi dal 1° gennaio 1601 (UTC) |
Ad esempio, Get-Recipient -Filter "WhenMailboxCreated -gt '8/1/2017 2:00:00 PM'".
WhenSoftDeleted
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchWhenSoftDeletedTime |
Get-LinkedUser Get-Mailbox Get-MailUser Get-RemoteMailbox Get-User Get-UnifiedGroup |
Un valore di data/ora: valore a 64 bit che rappresenta il numero di intervalli di 100 nanosecondi dal 1° gennaio 1601 (UTC) |
Questo filtro richiede l'opzione SoftDeleted nel comando per le cassette postali.
Ad esempio, Get-Mailbox -SoftDeletedMailbox -Filter "WhenSoftDeleted -gt '8/1/2017 2:00:00 PM'".
WindowsEmailAddress
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| Posta |
Get-Contact Get-DistributionGroup Get-DynamicDistributionGroup Get-Group Get-LinkedUser Get-Mailbox Get-MailContact Get-MailPublicFolder Get-MailUser Get-RemoteMailbox Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Mailbox -Filter "WindowsEmailAddress -like '@fabrikam.com*'".
WindowsLiveID
Applicabile:
- Exchange Server

- Exchange Online

-
Sicurezza & conformità
| Nome LDAP | Cmdlet | Valore |
|---|---|---|
| msExchWindowsLiveID |
Get-LinkedUser Get-Mailbox Get-MailUser Get-Recipient Get-User |
Stringa (caratteri jolly accettati) o $null |
Ad esempio, Get-Mailbox -Filter "WindowsLiveID -like '*@fabrikam.onmicrosoft.com'".
Ulteriori informazioni
Exchange 2007 è stata la prima versione di Exchange a richiedere filtri OPATH anziché filtri LDAP. Per ulteriori informazioni sulla conversione dei filtri LDAP in filtri OPATH, vedere l'articolo del blog del team di Microsoft Exchange, Serve aiuto per la conversione dei filtri LDAP in OPATH.