Get-CMEmailProfile
Gets an email profile.
Syntax
Get-CMEmailProfile
[-Fast]
[<CommonParameters>]
Get-CMEmailProfile
[-Id] <Int32>
[-Fast]
[<CommonParameters>]
Get-CMEmailProfile
[-Name] <String>
[-Fast]
[<CommonParameters>]
Description
The Get-CMEmailProfile function gets an Exchange ActiveSync email profile.
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Examples
Example 1: Get an email profile by name
PS XYZ:\> Get-CMEmailProfile -Name "EmailProfile1"
This command gets the Exchange ActiveSync email profile with the name EmailProfile1.
Example 2: Get an email profile by ID
PS XYZ:\> Get-CMEmailProfile -ID 16795653
This command gets the Exchange ActiveSync email profile with the CI_ID of 16795653.
Example 3: Get all email profiles
PS XYZ:\> Get-CMEmailProfile -Fast
This command gets all Exchange ActiveSync email profiles. The command does not return lazy properties.
Parameters
-Fast
Indicates that the cmdlet does not automatically refresh lazy properties.
Lazy properties contain values that are relatively inefficient to retrieve which can cause additional network traffic and decrease cmdlet performance. If lazy properties are not used, this parameter should be specified.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Id
Specifies the CI_ID of an email profile.
Type: | Int32 |
Aliases: | CIId, CI_ID |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifies the name of an email profile.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | True |
Inputs
None
Outputs
System.Object