Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Utilice el parámetro RecipientFilter para crear filtros OPATH basados en las propiedades de objetos de destinatarios en Exchange Server 2016 o posterior y en Exchange Online. El parámetro RecipientFilter está disponible en los siguientes cmdlets, que no están disponibles en PowerShell de seguridad & cumplimiento:
| Cmdlet | Exchange Server | Exchange Online |
|---|---|---|
| New-AddressList |
|
|
| Set-AddressList |
|
|
| New-DynamicDistributionGroup |
|
|
| Set-DynamicDistributionGroup |
|
|
| New-EmailAddressPolicy |
|
|
| Set-EmailAddressPolicy |
|
|
| New-GlobalAddressList |
|
|
| Set-GlobalAddressList |
|
|
*En Exchange Online, el parámetro RecipientFilter no está disponible en los cmdlets *-EmailAddressPolicy (las directivas de direcciones de correo electrónico en Exchange Online solo se aplican a los Grupos de Microsoft 365).
En este artículo se describen las propiedades de destinatario que se confirma que funcionan con el parámetro RecipientFilter en estos cmdlets. Cada propiedad tiene su propia sección que muestra el nombre para mostrar de LDAP y los valores que puede filtrar.
La columna Valor de cada tabla muestra los valores que puede usar en el filtro para cada propiedad.
Para obtener más información sobre el parámetro Filter en Exchange PowerShell, consulte Propiedades filtrables para el parámetro Filter en cmdlets de Exchange.
Al revisar las propiedades, ten en cuenta los siguientes puntos:
- Una propiedad puede ser significativa en un solo entorno (Exchange Online, Exchange local o implementaciones híbridas). La propiedad puede existir en objetos de destinatario en cualquier entorno, pero mantener un valor significativo (algo distinto de en blanco o
None) solo en uno de ellos. - Una propiedad puede corresponder a una característica que ya no se usa.
- No puede usar propiedades de otras extensiones de esquema de Active Directory con el parámetro RecipientFilter .
- No todas las propiedades de destinatario tienen una propiedad de Active Directory correspondiente. El nombre para mostrar de LDAP es "n/a" para estas propiedades, lo que indica que Exchange calcula el valor.
Tenga en cuenta las siguientes reglas de sintaxis al crear un filtro:
Incluya todo el filtro OPATH entre comillas dobles (
" "). Si el filtro contiene valores del sistema (por ejemplo,$true, ,$falseo$null), usa comillas simples (' ') en su lugar.Aunque el parámetro RecipientFilter es una cadena (no un bloque de script), también puede usar llaves (
{ }), pero solo si el filtro no contiene variables.Las propiedades que contienen un vínculo a otro objeto (por ejemplo, un buzón, un grupo de distribución, una base de datos de buzones de correo o una directiva de dirección de correo electrónico) almacenan el nombre distintivo (DN) del objeto, por lo que debe usar el DN como valor de filtro. La sintaxis de filtro acepta el nombre, la dirección de correo electrónico y el GUID del objeto, pero no coinciden con nada. Para buscar el DN de un objeto, use el cmdlet Get- que corresponda al tipo del objeto (por ejemplo,
Get-EmailAddressPolicy | Format-List Name,DistinguishedName). Para usar un valor descriptivo, almacene el DN en una variable y luego use la variable en el filtro, como se muestra en las secciones de propiedades afectadas.Los comodines (
*) solo funcionan con el operador y solo en propiedades de cadena de-liketexto (por ejemplo,"Property -like 'abc*'"). En PowerShell de Exchange Online, no puede usar un carácter comodín como prefijo (por ejemplo,"Property -like '*abc'"no está permitido).Sugerencia
Aunque un prefijo de comodín funcione en un filtro de PowerShell de Exchange Online, no se recomienda usarlo debido a su bajo rendimiento.
Los valores enumerados en la sección de cada propiedad describen los valores utilizables para el filtro OPATH, no necesariamente la propiedad subyacente. Los cmdlets *-AddressList, *-EmailAddressPolicy y *-GlobalAddressList aplican el tipo de valor que se muestra. Los cmdlets *-DynamicDistributionGroup son más permisivos: sus filtros OPATH pueden tratar una propiedad tipada (por ejemplo, una fecha o un valor numérico) como una cadena de texto, por lo que también aceptan caracteres comodín para muchas propiedades, como se indica en las secciones de propiedades afectadas.
Para buscar valores de propiedad en blanco o no en blanco, use el valor
$null(por ejemplo,'Property -eq $null'o'Property -ne $null').
Para obtener más información sobre la sintaxis del filtro OPATH, consulte Información adicional de sintaxis de OPATH.
Para obtener información sobre las consideraciones de filtrado de los nueve cmdlets exclusivos de Get-EXO* en el módulo de PowerShell de Exchange Online, consulte Filtros en el módulo de PowerShell de Exchange Online.
AcceptMessagesOnlyFrom
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| authOrig | En blanco o no en blanco. |
Con los cmdlets *-DynamicDistributionGroup , también puede buscar coincidencias con un destinatario específico en la lista mediante el nombre distintivo (DN) del destinatario. Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Oscar Banda").DistinguishedNameuse la variable en el filtro ("AcceptMessagesOnlyFrom -eq '$dn'").
AcceptMessagesOnlyFromDLMembers
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| dLMemSubmitPerms | En blanco o no en blanco. |
Con los cmdlets *-DynamicDistributionGroup , también puede buscar coincidencias con un destinatario específico en la lista mediante el nombre distintivo (DN) del destinatario. Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Pedro Pizarro").DistinguishedNameuse la variable en el filtro ("AcceptMessagesOnlyFromDLMembers -eq '$dn'").
ActiveSyncAllowedDeviceIDs
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMobileAllowedDeviceIds | Cadena (se aceptan caracteres comodín). |
ActiveSyncBlockedDeviceIDs
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMobileBlockedDeviceIds | Cadena (se aceptan caracteres comodín). |
ActiveSyncEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
ActiveSyncMailboxPolicy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMobileMailboxPolicyLink | Nombre distintivo (DN). |
La directiva predeterminada de buzón de correo de Exchange ActiveSync se denomina Predeterminada.
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-ActiveSyncMailboxPolicy "Default").DistinguishedNameuse la variable en el filtro ("ActiveSyncMailboxPolicy -eq '$dn'").
ActiveSyncSuppressReadReceipt
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
AddressBookPolicy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchAddressBookPolicyLink | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-AddressBookPolicy "All ABP").DistinguishedNameuse la variable en el filtro ("AddressBookPolicy -eq '$dn'").
AddressListMembership
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| showInAddressBook | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-AddressList "All Users").DistinguishedNameuse la variable en el filtro ("AddressListMembership -eq '$dn'").
AdminDisplayName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| adminDisplayName | Cadena (se aceptan caracteres comodín). |
Unidades administrativas
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchAdministrativeUnitLink | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-AdministrativeUnit "West Coast").DistinguishedNameuse la variable en el filtro ("AdministrativeUnits -eq '$dn'").
AggregatedMailboxGuids
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchAlternateMailboxes | GUID. |
Alias
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| mailNickname | Cadena (se aceptan caracteres comodín). |
Esta propiedad contiene el alias de Exchange del destinatario (también conocido como el alias de correo). Este valor identifica al destinatario como un objeto habilitado para correo y no debe confundirse con tener varias direcciones de correo electrónico para el mismo destinatario (lo que se conoce como direcciones proxy). Un destinatario solo puede tener un valor de alias .
AllowUMCallsFromNonUsers
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMListInDirectorySearch |
None (0) o SearchEnabled (1). |
ArbitrationMailbox
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchArbitrationMailbox | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Mailbox -Arbitration "SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}").DistinguishedNameuse la variable en el filtro ("ArbitrationMailbox -eq '$dn'").
ArchiveDatabase
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchArchiveDatabaseLink | Nombre distintivo (DN). |
En Exchange Server, los valores descriptivos del identificador como el nombre no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-MailboxDatabase "Mailbox Database 1234567890").DistinguishedNameuse la variable en el filtro ("ArchiveDatabase -eq '$dn'").
En Exchange Online, solo puede filtrar por la presencia o ausencia de una base de datos de archivo ("ArchiveDatabase -ne $null" o "ArchiveDatabase -eq $null"). No se admite el filtrado por un valor específico de la base de datos de archivo.
ArchiveDomain
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchArchiveAddress | Cadena (se aceptan caracteres comodín). |
ArchiveGuid
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchArchiveGUID | GUID. |
ArchiveName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchArchiveName | Cadena (se aceptan caracteres comodín). |
ArchiveQuota
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchArchiveQuota | Un valor de tamaño cuantificado en bytes (por ejemplo, 300MB o 1.5GB). Los valores no calificados se tratan como bytes. |
ArchiveRelease
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchArchiveRelease | Cadena (se aceptan caracteres comodín). |
ArchiveState
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable |
|
ArchiveStatus
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchArchiveStatus |
None (0) o Active (1). |
ArchiveWarningQuota
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchArchiveWarnQuota | Un valor de tamaño cuantificado en bytes (por ejemplo, 300MB o 1.5GB). Los valores no calificados se tratan como bytes. |
AssistantName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchAssistantName | Cadena (se aceptan caracteres comodín). |
El nombre del asistente del destinatario.
AuditEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMailboxAuditEnable | Booleano ($true o $false). |
AuditLogAgeLimit
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMailboxAuditLogAgeLimit | Lapso de tiempo. |
El valor de esta propiedad es un intervalo de tiempo: dd.hh:mm:ss, donde dd es días, hh son horas, mm son minutos y ss son segundos.
AuthenticationPolicy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchAuthPolicyLink | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-AuthenticationPolicy "Engineering Group").DistinguishedNameuse la variable en el filtro ("AuthenticationPolicy -eq '$dn'").
C
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| C | Cadena (se aceptan caracteres comodín). |
Esta propiedad contiene la designación de país o región de dos letras del estándar de la Organización Internacional de Normalización (ISO) 3166. Para obtener más información, consulte Códigos de país - ISO 3166.
CalendarLoggingQuota
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchCalendarLoggingQuota |
Unlimited o un valor de tamaño cuantificado en bytes (por ejemplo, 300MB o 1.5GB). Los valores no calificados se tratan como bytes. |
CalendarRepairDisabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchCalendarRepairDisabled | Booleano ($true o $false). |
Certificado
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| userCertificate |
System.Byte[]. |
Esta propiedad contiene los certificados X.509 v3 codificados en DER emitidos al usuario.
CertificateSubject
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable |
X509:<I>X500Issuer<S>X500Subject (por ejemplo, X509:<I>C=US,O=InternetCA,CN=APublicCertificateAuthority<S>C=US,O=Fabrikam,OU=Sales,CN=Rand Zaher). |
El certificado X.509 publicado para la cuenta de usuario (visible en la pestaña Certificados publicados en Usuarios y equipos y equipos de Active Directory).
Ciudad
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| l | Cadena (se aceptan caracteres comodín). |
La ciudad del destinatario.
Co
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| Co | Cadena (se aceptan caracteres comodín). |
El nombre del país o región del destinatario. Puede localizar los valores Co válidos en la pestaña Dirección de las propiedades del destinatario en Usuarios y equipos y equipos de Active Directory.
Nombre común
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| cn | Cadena (se aceptan caracteres comodín). |
Empresa
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| company | Cadena (se aceptan caracteres comodín). |
El nombre de la empresa del destinatario.
ComplianceTagHoldApplied
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
CountryOrRegion
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Cadena (se aceptan caracteres comodín). |
Esta propiedad calculada se filtra en el país o región usando el código de país ISO 3166 de dos letras (por ejemplo, US) o el nombre del país (por ejemplo, Estados Unidos). Las propiedades c, co y countryCode subyacentes almacenan estos valores. Para obtener más información, consulte Códigos de país - ISO 3166.
CustomAttribute1 a CustomAttribute15
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| extensionAttribute1 to extensionAttribute15 | Cadena (se aceptan caracteres comodín). |
Estas propiedades contienen atributos personalizados que puede agregar a un destinatario.
Base de datos
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| homeMDB | Nombre distintivo (DN). |
La identidad de la base de datos de buzones del usuario.
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-MailboxDatabase "Mailbox Database 1234567890").DistinguishedNameuse la variable en el filtro ("Database -eq '$dn'").
DataEncryptionPolicy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchDataEncryptionPolicyLink | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-DataEncryptionPolicy "US Mailboxes").DistinguishedNameuse la variable en el filtro ("DataEncryptionPolicy -eq '$dn'").
DefaultPublicFolderMailbox
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchPublicFolderMailbox | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Mailbox "PF Mailbox").DistinguishedNameuse la variable en el filtro ("DefaultPublicFolderMailbox -eq '$dn'").
DeletedItemFlags
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| deletedItemFlags |
|
DeliverToMailboxAndForward
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| deliverAndRedirect | Booleano ($true o $false). |
Department
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| department | Cadena (se aceptan caracteres comodín). |
El departamento del destinatario.
Descripción
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| description | Cadena (se aceptan caracteres comodín). |
DirectReports
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| directReports | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Rick Hofer").DistinguishedNameuse la variable en el filtro ("DirectReports -eq '$dn'").
DisabledArchiveDatabase
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchDisabledArchiveDatabaseLink | Nombre distintivo (DN). |
En Exchange Server, los valores descriptivos del identificador como el nombre no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-MailboxDatabase "Mailbox Database 1234567890").DistinguishedNameuse la variable en el filtro ("DisabledArchiveDatabase -eq '$dn'").
En Exchange Online, puede filtrar solo por la presencia o ausencia de una base de datos de archivo deshabilitada ("DisabledArchiveDatabase -ne $null" o "DisabledArchiveDatabase -eq $null"). No se admite el filtrado por un valor específico de la base de datos de archivo.
DisabledArchiveGuid
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchDisabledArchiveDatabaseGUID | GUID. |
DisplayName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| displayName | Cadena (se aceptan caracteres comodín). |
DistinguishedName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| distinguishedName | Cadena. |
Con los cmdlets *-DynamicDistributionGroup , también puede usar una cadena de texto con caracteres comodín para esta propiedad.
EcpEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
ElcExpirationSuspensionEndDate
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchELCExpirySuspensionEnd | Un valor de fecha y hora utilizando la zona horaria y la configuración regional del servidor Exchange. |
Esta propiedad contiene un valor de fecha y hora.
ElcExpirationSuspensionStartDate
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchELCExpirySuspensionStart | Un valor de fecha y hora utilizando la zona horaria y la configuración regional del servidor Exchange. |
Esta propiedad contiene un valor de fecha y hora.
ElcMailboxFlags
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchELCMailboxFlags |
|
EmailAddresses
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| proxyAddresses | Cadena (se aceptan caracteres comodín). |
Esta propiedad contiene las direcciones de correo electrónico del destinatario (la dirección de correo electrónico principal y todas las direcciones de proxy). Esta es la propiedad que se usa para identificar los buzones inactivos.
EmailAddressPolicyEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
EntryID
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchPublicFolderEntryId | Cadena (se aceptan caracteres comodín). |
EwsApplicationAccessPolicy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchEwsApplicationAccessPolicy |
EnforceAllowList o EnforceBlockList. |
EwsEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchEwsEnabled | Entero. |
ExchangeGuid
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMailboxGuid | GUID. |
ExchangeUserAccountControl
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUserAccountControl | Para valores válidos, vea ADS_USER_FLAG_ENUM enumeración. Los valores enteros funcionan como se describe. La mayoría de los valores de texto no funcionan como se describen (incluso si quita ADS_UF y todos los guiones bajos). |
ExchangeVersion
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchVersion |
ExchangeObjectVersion valores. |
ExpansionServer
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchExpansionServerName | Cadena (se aceptan caracteres comodín). |
ExtensionCustomAttribute1 a ExtensionCustomAttribute5
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchExtensionCustomAttribute1 a msExchExtensionCustomAttribute5 | Cadena (se aceptan caracteres comodín). |
En Exchange Online, estos atributos suelen estar en blanco porque la sincronización de Microsoft Entra Connect no los sincroniza, por lo que el filtrado de estas propiedades normalmente no devuelve resultados. Para obtener más información, consulte Sincronización de Microsoft Entra Connect: atributos sincronizados con el Microsoft Entra ID.
ExternalDirectoryObjectId
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchExternalDirectoryObjectId | Cadena (se aceptan caracteres comodín). |
ExternalEmailAddress
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| targetAddress | Cadena (se aceptan caracteres comodín). |
Esta propiedad contiene la dirección de correo electrónico externa de los contactos de correo y los usuarios de correo.
ExternalOofOptions
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchExternalOOFOptions |
External (0) o InternalOnly (1). |
Fax
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| facsímilNúmeroDeTeléfono | Cadena (se aceptan caracteres comodín). |
FirstName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| givenName | Cadena (se aceptan caracteres comodín). |
El nombre del destinatario.
ForwardingAddress
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| altRecipient | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Suk-Jae Yoo").DistinguishedNameuse la variable en el filtro ("ForwardingAddress -eq '$dn'").
ForwardingSmtpAddress
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchGenericForwardingAddress | Cadena (se aceptan caracteres comodín). |
GeneratedOfflineAddressBooks
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchOABGeneratingMailboxBL | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-OfflineAddressBook "Default Offline Address Book").DistinguishedNameuse la variable en el filtro ("GeneratedOfflineAddressBooks -eq '$dn'").
GrantSendOnBehalfTo
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| publicDelegates | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Valeria Barrios").DistinguishedNameuse la variable en el filtro ("GrantSendOnBehalfTo -eq '$dn'").
GroupType
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| groupType |
|
Guid
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| objectGuid | GUID. |
HasActiveSyncDevicePartnership
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
HiddenFromAddressListsEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchHideFromAddressLists | Booleano ($true o $false). |
Esta propiedad especifica si el destinatario está visible en la lista global de direcciones o en otras listas de direcciones.
HiddenGroupMembershipEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| hideDLMembership | Booleano ($true o $false). |
InicioMTA
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| homeMTA | Nombre distintivo (DN). |
Debe usar el nombre distintivo (DN) del objeto en el filtro. El nombre y el GUID del objeto no funcionan.
HomePhone
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| homePhone | Cadena (se aceptan caracteres comodín). |
Id
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| distinguishedName | Cadena. |
Con los cmdlets *-DynamicDistributionGroup , también puede usar una cadena de texto con caracteres comodín para esta propiedad.
ImapEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
Identificador inmutable
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchGenericImmutableId | Cadena (se aceptan caracteres comodín). |
IncludedRecipients
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable |
|
IncludeInGarbageCollection
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
Initials
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| initials | Cadena (se aceptan caracteres comodín). |
InPlaceHolds
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUserHoldPolicies | Cadena. |
InPlaceHoldsRaw
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Cadena (se aceptan caracteres comodín). |
Con los cmdlets *-DynamicDistributionGroup , no puede usar caracteres comodín para esta propiedad.
InternetEncoding
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| InternetCodificación | Entero. |
Para valores válidos, consulte la sección Observaciones en Clase de codificación.
IsDirSynced
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchIsMSODirsynced | Booleano ($true o $false). |
IsExcludedFromServingHierarchy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
IsHierarchyReady
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
IsHierarchySyncEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
IsInactiveMailbox
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
IsMailboxEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
Esta propiedad especifica si el usuario está habilitado para el buzón.
IsSecurityPrincipal
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
IsSoftDeletedByDisable
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
IsSoftDeletedByRemove
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
IssueWarningQuota
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| mDBStorageQuota | Un valor de tamaño cuantificado en bytes (por ejemplo, 300MB o 1.5GB). Los valores no calificados se tratan como bytes. |
JournalArchiveAddress
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Una dirección de correo electrónico SMTP (por ejemplo, julia@contoso.com). |
LanguagesRaw
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUserCulture | Cadena (se aceptan caracteres comodín). |
Esta propiedad contiene la preferencia de idioma para este buzón en el formato <ISO 639 two-letter culture code>-<ISO 3166 two-letter subculture code>. Por ejemplo, inglés de Estados Unidos es en-US. Para obtener más información, consulte Clase CultureInfo.
LastExchangeChangedTime
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchLastExchangeChangedTime | Un valor de fecha y hora utilizando la zona horaria y la configuración regional del servidor Exchange. |
LastName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| sn | Cadena (se aceptan caracteres comodín). |
LdapRecipientFilter
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchDynamicDLFilter | Cadena (se aceptan caracteres comodín). |
DN de Exchange heredado
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| legacyExchangeDN | Cadena (se aceptan caracteres comodín). |
LitigationHoldDate
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchLitigationHoldDate | Un valor de fecha y hora utilizando la zona horaria y la configuración regional del servidor Exchange. |
LitigationHoldEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
LitigationHoldOwner
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchLitigationHoldOwner | Cadena (se aceptan caracteres comodín). |
LocaleID
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| localeID | Entero. |
Para ver los valores válidos, consulte Valores de identificador de configuración regional de Microsoft.
MailboxMoveBatchName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMailboxMoveBatchName | Cadena (se aceptan caracteres comodín). |
MailboxMoveFlags
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMailboxMoveFlags | Para valores válidos , consulte la descripción del parámetro Flags en Get-MoveRequest. |
MailboxMoveRemoteHostName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMailboxMoveRemoteHostName | Cadena (se aceptan caracteres comodín). |
MailboxMoveSourceMDB
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMailboxMoveSourceMDBLink | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-MailboxDatabase "Mailbox Database 1234567890").DistinguishedNameuse la variable en el filtro ("MailboxMoveSourceMDB -eq '$dn'").
MailboxMoveStatus
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMailboxMoveStatus | Para valores válidos, consulte la descripción del parámetro MoveStatus en Get-MoveRequest. |
MailboxMoveTargetMDB
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMailboxMoveTargetMDBLink | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-MailboxDatabase "Mailbox Database 1234567890").DistinguishedNameuse la variable en el filtro ("MailboxMoveTargetMDB -eq '$dn'").
MailboxPlan
Aplicable:
-
Exchange Server -
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchParentPlanLink | Nombre distintivo (DN). |
Los planes de buzón corresponden a los tipos de licencia de Microsoft 365. La disponibilidad de los planes de licencia viene determinada por las selecciones que realice al inscribir su dominio.
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-MailboxPlan "ExchangeOnlineEnterprise").DistinguishedNameuse la variable en el filtro ("MailboxPlan -eq '$dn'").
MailboxRelease
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMailboxRelease | Cadena (se aceptan caracteres comodín). |
MailTipTranslations
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchSenderHintTranslations | Cadena (se aceptan caracteres comodín). |
Administrado por
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| managedBy | Nombre distintivo (DN). |
Esta propiedad identifica la entidad de seguridad que administra el grupo.
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Yuudai Uchida").DistinguishedNameuse la variable en el filtro ("ManagedBy -eq '$dn'").
Administrador
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| de volúmenes | Nombre distintivo (DN). |
El administrador del destinatario.
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Yuuto Sasaki").DistinguishedNameuse la variable en el filtro ("Manager -eq '$dn'").
MAPIEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
MapiRecipient
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| mAPIRecipient | Booleano ($true o $false). |
MaxBlockedSenders
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMaxBlockedSenders |
Unlimited o un entero. |
MaxReceiveSize
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| delivContLength | Un valor de tamaño cuantificado en bytes (por ejemplo, 50MB). Los valores no calificados se tratan como bytes. |
MaxSafeSenders
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMaxSafeSenders |
Unlimited o un entero. |
MaxSendSize
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| submissionContLength | Un valor de tamaño cuantificado en bytes (por ejemplo, 50MB). Los valores no calificados se tratan como bytes. |
MemberDepartRestriction
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchGroupDepartRestriction |
|
MemberJoinRestriction
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchGroupJoinRestriction |
|
MemberOfGroup
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| memberOf | Nombre distintivo (DN). |
Debe usar el nombre distintivo (DN). Esta propiedad solo funciona con los grupos que Exchange reconoce, de modo que los grupos de seguridad de Microsoft Entra no funcionarán.
Members
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| miembro | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Akia Al-Zuhairi").DistinguishedNameuse la variable en el filtro ("Members -eq '$dn'").
MessageHygieneFlags
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMessageHygieneFlags |
None (0) o AntispamBypass (1). |
MobileAdminExtendedSettings
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchOmaAdminExtendedSettings | Cadena (se aceptan caracteres comodín). |
MobileFeaturesEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchOmaAdminWirelessEnable |
|
MobileMailboxFlags
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMobileMailboxFlags |
|
MobilePhone
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| mobile | Cadena (se aceptan caracteres comodín). |
ModeratedBy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchModeratedByLink | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Angela Gruber").DistinguishedNameuse la variable en el filtro ("ModeratedBy -eq '$dn'").
ModerationEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchEnableModeration | Booleano ($true o $false). |
Nombre
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| name | Cadena (se aceptan caracteres comodín). |
El nombre único del destinatario.
NetID
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Un valor de ejemplo es 1003BFFD9A0CFA03. |
Esta propiedad se rellena para buzones de Exchange Online en entornos híbridos.
Notas
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| info | Cadena (se aceptan caracteres comodín). |
Categoría de objeto
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| objectCategory | Valores válidos de Active Directory ObjectCategory . |
Los valores válidos usan el formato CN=<Type>,CN=Schema,CN=Configuration,DC=<domain>, donde <Type> es típicamente Person o Group para destinatarios. Por ejemplo, CN=Person,CN=Schema,CN=Configuration,DC=contoso,DC=com.
Con los cmdlets *-DynamicDistributionGroup , también puede usar una cadena de texto con caracteres comodín para esta propiedad.
Clase de objeto
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| objectClass | Valores válidos de Active Directory ObjectClass . |
Los valores comunes para los destinatarios son:
contactorganizationalPersonpersontopgroupmsExchDynamicDistributionListuser
Con los cmdlets *-DynamicDistributionGroup , también puede usar una cadena de texto con caracteres comodín para esta propiedad.
Office
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| physicalDeliveryOfficeName | Cadena (se aceptan caracteres comodín). |
OfflineAddressBook
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUseOAB | Nombre distintivo (DN). |
Esta propiedad contiene la libreta de direcciones sin conexión (OAB) asociada a este destinatario.
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-OfflineAddressBook "Default Offline Address Book").DistinguishedNameuse la variable en el filtro ("OfflineAddressBook -eq '$dn'").
NúmeroDeOperador
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMOperatorNumber | Cadena (se aceptan caracteres comodín). |
OtherFax
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| otherFacsímilTeléfonoNúmero | Cadena (se aceptan caracteres comodín). |
OtherHomePhone
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| otherHomePhone | Cadena (se aceptan caracteres comodín). |
OtherTelephone
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| otherTelephone | Cadena (se aceptan caracteres comodín). |
OWAEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
OWAforDevicesEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchOmaAdminWirelessEnable | Booleano ($true o $false). |
OWAMailboxPolicy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchOWAPolicy | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-OwaMailboxPolicy "Default").DistinguishedNameuse la variable en el filtro ("OWAMailboxPolicy -eq '$dn'").
Pager
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| pager | Cadena (se aceptan caracteres comodín). |
Phone
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| telephoneNumber | Cadena (se aceptan caracteres comodín). |
PhoneProviderId
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMPhoneProvider | Cadena (se aceptan caracteres comodín). |
PhoneticCompany
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msDS-PhoneticCompanyName | Cadena (se aceptan caracteres comodín). |
PhoneticDepartment
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msDS-PhoneticDepartment | Cadena (se aceptan caracteres comodín). |
PhoneticDisplayName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msDS-PhoneticDisplayName | Cadena (se aceptan caracteres comodín). |
PhoneticFirstName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msDS-PhoneticFirstName | Cadena (se aceptan caracteres comodín). |
PhoneticLastName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msDS-PhoneticLastName | Cadena (se aceptan caracteres comodín). |
PoliciesExcluded
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchPoliciesExcluded | Cadena (se aceptan caracteres comodín). |
PoliciesIncluded
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchPoliciesIncluded | Cadena (se aceptan caracteres comodín). |
PopEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
PostalCode
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| Código postal | Cadena (se aceptan caracteres comodín). |
PostOfficeBox
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| postOfficeBox | Cadena (se aceptan caracteres comodín). |
PreviousRecipientTypeDetails
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchPreviousRecipientTypeDetails | Para valores válidos, consulte la descripción del parámetro RecipientTypeDetails en Get-Recipient. |
PrimaryGroupId
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| primaryGroupId | Entero. |
Para los usuarios del dominio, el valor de esta propiedad suele ser 513, que corresponde al grupo Usuarios del dominio.
PrimarySmtpAddress
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Cadena (se aceptan caracteres comodín). |
No use la propiedad PrimarySmtpAddress ; use la propiedad EmailAddresses en su lugar. Cualquier filtro que use la propiedad PrimarySmtpAddress también busca valores en la propiedad EmailAddresses . Por ejemplo, si un buzón tiene la dirección dario@contoso.com de correo electrónico principal, las direcciones dario2@contoso.com proxy y dario3@contoso.com, todos los filtros siguientes devuelven ese buzón en el resultado: "PrimarySmtpAddress -eq 'dario@contoso.com'", , "PrimarySmtpAddress -eq 'dario2@contoso.com'"o "PrimarySmtpAddress -eq 'dario3@contoso.com'".
ProhibitSendQuota
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| mDBOverQuotaLimit | Un valor de tamaño cuantificado en bytes (por ejemplo, 50MB o 1.5GB). Los valores no calificados se tratan como bytes. |
ProhibitSendReceiveQuota
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| mDBOverHardQuotaLimit | Un valor de tamaño cuantificado en bytes (por ejemplo, 50MB o 1.5GB). Los valores no calificados se tratan como bytes. |
ProtocolSettings
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| protocolSettings | Cadena (se aceptan caracteres comodín). |
PublicFolderContacts
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| pFContacts | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Bishamon Tamura").DistinguishedNameuse la variable en el filtro ("PublicFolderContacts -eq '$dn'").
PurportedSearchUI
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchPurportedSearchUI | Cadena (se aceptan caracteres comodín). |
BaseDN de consulta
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchQueryBaseDN | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-OrganizationalUnit "contoso.com/Users").DistinguishedNameuse la variable en el filtro ("QueryBaseDN -eq '$dn'").
RawCanonicalName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| canonicalName | Cadena (se aceptan caracteres comodín). |
Esta propiedad se basa en un atributo de Active Directory construido y no resuelve correctamente todos los miembros cuando se usa en Get-Recipient -RecipientPreviewFilter.
RawExternalEmailAddress
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| targetAddress | Cadena (se aceptan caracteres comodín). |
Nombre crudo
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| name | Cadena (se aceptan caracteres comodín). |
RecipientContainer
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchDynamicDLBaseDN | Nombre distintivo (DN). |
El contenedor de Active Directory o la unidad organizativa (OU) que contiene el objeto destinatario.
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-OrganizationalUnit "contoso.com/Users").DistinguishedNameuse la variable en el filtro ("RecipientContainer -eq '$dn'").
RecipientDisplayType
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchRecipientDisplayType |
|
RecipientFilter
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchQueryFilter | Cadena (se aceptan caracteres comodín). |
RecipientLimits
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchRecipLimit |
Unlimited o un entero. |
Esta propiedad especifica el número máximo de destinatarios permitidos en los mensajes que envía el buzón.
RecipientType
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Para valores válidos, consulte la descripción del parámetro RecipientType en Get-Recipient. |
RecipientTypeDetails
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Para valores válidos, consulte la descripción del parámetro RecipientTypeDetails en Get-Recipient. |
RecoverableItemsQuota
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchDumpsterQuota | Un valor de tamaño cuantificado en bytes (por ejemplo, 50MB o 1.5GB). Los valores no calificados se tratan como bytes. |
RecoverableItemsWarningQuota
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchDumpsterWarningQuota | Un valor de tamaño cuantificado en bytes (por ejemplo, 50MB o 1.5GB). Los valores no calificados se tratan como bytes. |
RejectMessagesFrom
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| unauthOrig | En blanco o no en blanco. |
Con los cmdlets *-DynamicDistributionGroup , también puede buscar coincidencias con un destinatario específico en la lista mediante el nombre distintivo (DN) del destinatario. Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Daigoro Aoki").DistinguishedNameuse la variable en el filtro ("RejectMessagesFrom -eq '$dn'").
RejectMessagesFromDLMembers
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| dLMemRejectPerms | En blanco o no en blanco. |
Con los cmdlets *-DynamicDistributionGroup , también puede buscar coincidencias con un destinatario específico en la lista mediante el nombre distintivo (DN) del destinatario. Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-Recipient "Elizabeth Brunner").DistinguishedNameuse la variable en el filtro ("RejectMessagesFromDLMembers -eq '$dn'").
RemoteAccountPolicy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchSyncAccountsPolicyDN | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
RemotePowerShellEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
RemoteRecipientType
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchRemoteRecipientType |
|
ReportToManagerEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| reportToOwner | Booleano ($true o $false). |
ReportToOriginatorEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| reportToOriginator | Booleano ($true o $false). |
RequireAllSendersAreAuthenticated
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchRequireAuthToSendTo | Booleano ($true o $false). |
ResourceCapacity
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchResourceCapacity | Entero. |
ResourceCustom
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Cadena. |
ResourceMetaData
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchResourceMetaData | Cadena (se aceptan caracteres comodín). |
ResourcePropertiesDisplay
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchResourceDisplay | Cadena (se aceptan caracteres comodín). |
ResourceSearchProperties
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchResourceSearchProperties | Cadena (se aceptan caracteres comodín). |
ResourceType
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable |
Room (0) o Equipment (1). |
RetainDeletedItemsFor
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| garbageCollPeriod | Lapso de tiempo. |
El valor de esta propiedad es un intervalo de tiempo: dd.hh:mm:ss, donde dd es días, hh son horas, mm son minutos y ss son segundos.
RetentionComment
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchRetentionComment | Cadena (se aceptan caracteres comodín). |
RetentionPolicy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Cadena. |
RetentionUrl
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchRetentionURL | Cadena (se aceptan caracteres comodín). |
RoleAssignmentPolicy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchRBACPolicyLink | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-RoleAssignmentPolicy "Default Role Assignment Policy").DistinguishedNameuse la variable en el filtro ("RoleAssignmentPolicy -eq '$dn'").
RulesQuota
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMDBRulesQuota | Un valor de tamaño cuantificado en bytes (por ejemplo, 50MB o 1.5GB). Los valores no calificados se tratan como bytes. |
SafeRecipientsHash
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchSafeRecipientsHash |
System.Byte[]. |
La lista de destinatarios seguros de un usuario tiene un algoritmo hash unidireccional con SHA-256 antes de almacenarse como un objeto binario grande en Active Directory.
SafeSendersHash
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchSafeSendersHash |
System.Byte[]. |
A la lista de remitentes seguros de un usuario se le aplica un algoritmo hash unidireccional con SHA-256 antes de almacenarse como un objeto binario grande en Active Directory.
SamAccountName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| SamAccountName | Cadena (se aceptan caracteres comodín). |
Esta propiedad especifica un identificador compatible con versiones anteriores de los sistemas operativos de cliente y servidor de Microsoft Windows (también conocido como nombre de grupo o cuenta de usuario anterior a Windows 2000).
SCLDeleteThresholdInt
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMessageHygieneSCLDeleteThreshold | Un entero entre 0 y 9. |
SCLJunkThresholdInt
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMessageHygieneSCLJunkThreshold | Un entero entre 0 y 9. |
SCLQuarantineThresholdInt
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMessageHygieneSCLQuarantineThreshold | Un entero entre 0 y 9. |
SCLRejectThresholdInt
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchMessageHygieneSCLRejectThreshold | Un entero entre 0 y 9. |
Protocolo de seguridad
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| Protocolo de seguridad |
System.Byte[]. |
SendDeliveryReportsTo
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable |
|
SendOofMessageToOriginatorEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| oOFReplyToOriginator | Booleano ($true o $false). |
ServerLegacyDN
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchHomeServerName | Cadena (se aceptan caracteres comodín). |
ServerName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Cadena. |
SharingPolicy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchSharingPolicyLink | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-SharingPolicy "Default Sharing Policy").DistinguishedNameuse la variable en el filtro ("SharingPolicy -eq '$dn'").
SimpleDisplayName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| displayNamePrintable | Cadena (se aceptan caracteres comodín). |
SingleItemRecoveryEnabled
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
SKUAssigned
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
SMimeCertificate
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| userSMIMECertificate |
System.Byte[]. |
Esta propiedad contiene los certificados S/MIME codificados binarios que se emiten al usuario.
StateOrProvince
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| st | Cadena (se aceptan caracteres comodín). |
StreetAddress
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| streetAddress | Cadena (se aceptan caracteres comodín). |
StsRefreshTokensValidFrom
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchStsRefreshTokensValidFrom | Un valor de fecha y hora utilizando la zona horaria y la configuración regional del servidor Exchange. |
PhoneAssistant
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| teléfonoAsistente | Cadena (se aceptan caracteres comodín). |
TextEncodedORAddress
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| textEncodedORAddress | Cadena (se aceptan caracteres comodín). |
ThrottlingPolicy
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchThrottlingPolicyDN | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-ThrottlingPolicy "Sales Throttling Policy").DistinguishedNameuse la variable en el filtro ("ThrottlingPolicy -eq '$dn'").
Title
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| title | Cadena (se aceptan caracteres comodín). |
Direcciones UMAddresses
Aplicable:
-
Exchange Server (Exchange 2016 o anterior; La mensajería unificada se quitó en Exchange 2019) -
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMAddresses | Cadena (se aceptan caracteres comodín). |
UMCallingLineIds
Aplicable:
-
Exchange Server (Exchange 2016 o anterior; La mensajería unificada se quitó en Exchange 2019) -
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMCallingLineIds | Cadena (se aceptan caracteres comodín). |
UMDtmfMap
Aplicable:
-
Exchange Server (Exchange 2016 o anterior; La mensajería unificada se quitó en Exchange 2019) -
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMDtmfMap | Cadena (se aceptan caracteres comodín). |
UMEnabled
Aplicable:
-
Exchange Server (Exchange 2016 o anterior; La mensajería unificada se quitó en Exchange 2019) -
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Booleano ($true o $false). |
Esta propiedad especifica si la mensajería unificada (UM) está habilitada para este buzón.
UMEnabledFlags
Aplicable:
-
Exchange Server (Exchange 2016 o anterior; La mensajería unificada se quitó en Exchange 2019) -
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMEnabledFlags |
|
UMMailboxPolicy
Aplicable:
-
Exchange Server (Exchange 2016 o anterior; La mensajería unificada se quitó en Exchange 2019) -
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMTemplateLink | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-UMMailboxPolicy "MyUMMailboxPolicy").DistinguishedNameuse la variable en el filtro ("UMMailboxPolicy -eq '$dn'").
UMPinChecksum
Aplicable:
-
Exchange Server (Exchange 2016 o anterior; La mensajería unificada se quitó en Exchange 2019) -
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMPinChecksum |
System.Byte[]. |
UMRecipientDialPlanId
Aplicable:
-
Exchange Server (Exchange 2016 o anterior; La mensajería unificada se quitó en Exchange 2019) -
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMRecipientDialPlanLink | Nombre distintivo (DN). |
Los valores descriptivos del identificador, como el nombre, no funcionan en el filtro.
Para usar un valor descriptivo, almacene el DN en una variable (por ejemplo, ) y, a continuación, $dn = (Get-UMDialPlan "MyUMDialPlan").DistinguishedNameuse la variable en el filtro ("UMRecipientDialPlanId -eq '$dn'").
UMServerWritableFlags
Aplicable:
-
Exchange Server (Exchange 2016 o anterior; La mensajería unificada se quitó en Exchange 2019) -
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMServerWritableFlags |
|
UMSpokenName
Aplicable:
-
Exchange Server (Exchange 2016 o anterior; La mensajería unificada se quitó en Exchange 2019) -
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUMSpokenName |
System.Byte[]. |
UnicodePassword
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| unicodePwd |
System.Byte[]. |
UsageLocation
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUsageLocation | Un valor válido del código de país de dos letras ISO 3166-1 o el nombre para mostrar correspondiente (por ejemplo, US o UnitedStates). Para obtener más información, consulte Códigos de país - ISO 3166. |
UseDatabaseQuotaDefaults
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| mDBUseDefaults | Booleano ($true o $false). |
Si el valor de esta propiedad es $true, los valores de estas propiedades se ignoran para el buzón:
- IssueWarningQuota
- ProhibitSendQuota
- ProhibitSendReceiveQuota
- CalendarLoggingQuota
- RecoverableItemsWarningQuota
- RecoverableItemsQuota
UserAccountControl
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| userAccountControl | Para valores válidos, consulte la sección Observaciones en el atributo User-Account-Control. Necesita convertir los valores hexadecimales a decimales. La mayoría de los valores de texto no funcionan como se describen (incluso si quita ADS_UF y todos los guiones bajos). |
UserPrincipalName
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| userPrincipalName | Cadena (se aceptan caracteres comodín). |
Esta propiedad contiene el nombre principal de usuario (UPN) de este destinatario (por ejemplo, kim@contoso.com). No puede usar esta propiedad para identificar buzones inactivos.
VoiceMailSettings
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchUCVoiceMailSettings | Cadena (se aceptan caracteres comodín). |
Los valores válidos para esta propiedad son:
ExchangeHostedVoiceMail=0ExchangeHostedVoiceMail=1CsHostedVoiceMail=0CsHostedVoiceMail=1
En Exchange Online, esta propiedad tiene un valor de correo de voz hospedado heredado y suele estar en blanco, por lo que el filtrado de esta propiedad normalmente no devuelve resultados.
WebPage
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| wWWHomePage | Cadena (se aceptan caracteres comodín). |
WhenChanged
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| whenChanged | Un valor de fecha y hora utilizando la zona horaria y la configuración regional del servidor Exchange. |
WhenChangedUTC
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Un valor de fecha y hora en hora universal coordinada (UTC). |
WhenCreated
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| whenCreated | Un valor de fecha y hora utilizando la zona horaria y la configuración regional del servidor Exchange. |
WhenCreatedUTC
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| No aplicable | Un valor de fecha y hora en hora universal coordinada (UTC). |
WhenMailboxCreated
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchWhenMailboxCreated | Un valor de fecha y hora utilizando la zona horaria y la configuración regional del servidor Exchange. |
WhenSoftDeleted
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchWhenSoftDeletedTime | Un valor de fecha y hora utilizando la zona horaria y la configuración regional del servidor Exchange. |
WindowsEmailAddress
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| correo | Cadena (se aceptan caracteres comodín). |
WindowsLiveID
Aplicable:
- Exchange Server

-
Exchange Online
| Nombre LDAP para mostrar | Valor |
|---|---|
| msExchWindowsLiveID | Cadena (se aceptan caracteres comodín). |
Más información
Exchange Server 2007 fue la primera versión de Exchange que requirió filtros OPATH en lugar de filtros LDAP. Para obtener más información sobre cómo convertir filtros LDAP en filtros OPATH, vea el artículo del blog del equipo de Microsoft Exchange ¿Necesita ayuda para convertir sus filtros LDAP a OPATH?.