Applies to: Exchange Server 2007 SP3
Topic Last Modified: 2009-05-26

Syntax

Get-NamedProperty -Identity <MailboxIdParameter> [-DomainController <Fqdn>] [-Force <SwitchParameter>] [-MappingMode <Last | New | All>] [-StartingPropId <UInt32>]

Parameters

Parameter Required Type Description

Identity

Required

Microsoft.Exchange.Configuration.Tasks.MailboxIdParameter

The Identity parameter is used to identify the mailbox for which properties will be displayed.

DomainController

Optional

Microsoft.Exchange.Data.Fqdn

The DomainController parameter is used to specify the fully qualified domain name of the domain controller that retrieves data from the Active Directory directory service.

Force

Optional

System.Management.Automation.SwitchParameter

The Force parameter is used to force named property mapping to run.

MappingMode

Optional

Microsoft.Exchange.Management.Powershell.Support.GetNamedProperty+PropertyMappingMode

The MappingMode parameter is used to configure which mapped identifiers are returned. The MappingMode options are Last, New, or All. The Last option retrieves only the last identifier that was mapped. The New option retrieves all the mappings that have occured since the property Identifier was the StartingPropId parameter. The All option retrieves all the mappings.

StartingPropId

Optional

System.UInt32

The StartingPropId parameter is used to identify the property Identifier that serves as the baseline for checking new property mappings. Values for this property can be between 0x8000 and 0x8FFE. By default, the value of the StartingPropId parameter is 0x8000. However, subsequent runs would specify a starting identifier to see only the values that are mapped since the StartingPropId parameter was last set.

Detailed Description

This command lets an administrator identify the last mapped identifier, monitor growth of named property mappings, and identify named property mappings from a cmdlet interface.

To run the Get-NamedProperty cmdlet, the account you use must be delegated the following:

  • Exchange Server Administrators

For more information about permissions, delegating roles, and the rights that are required to administer Exchange 2007, see Permission Considerations.

Input Types

Return Types

Errors

Error Description

Example

This is the optional description for a Code Example.

Optional comments.