Delen via


Get-CMEmailProfile

SYNOPSIS

Haalt een e-mailprofiel op.

SYNTAX

ByValue (standaard)

Get-CMEmailProfile [-Fast] [<CommonParameters>]

ById

Get-CMEmailProfile [-Id] <Int32> [-Fast] [<CommonParameters>]

ByName

Get-CMEmailProfile [-Name] <String> [-Fast] [<CommonParameters>]

DESCRIPTION

Met de functie Get-CMEmailProfile wordt een Exchange ActiveSync e-mailprofiel.

Notitie

Voer Configuration Manager cmdlets uit vanaf Configuration Manager sitestation, bijvoorbeeld PS XYZ:\> . Zie Aan de slag voor meer informatie.

EXAMPLES

Voorbeeld 1: Een e-mailprofiel op naam krijgen

PS XYZ:\> Get-CMEmailProfile -Name "EmailProfile1"

Met deze opdracht wordt het Exchange ActiveSync e-mailprofiel met de naam EmailProfile1.

Voorbeeld 2: Een e-mailprofiel op id krijgen

PS XYZ:\> Get-CMEmailProfile -ID 16795653

Met deze opdracht wordt het Exchange ActiveSync e-mailprofiel met de CI_ID van 16795653.

Voorbeeld 3: Alle e-mailprofielen op halen

PS XYZ:\> Get-CMEmailProfile -Fast

Met deze opdracht worden alle Exchange ActiveSync e-mailprofielen. De opdracht retournt geen luie eigenschappen.

PARAMETERS

-Fast

Geeft aan dat de cmdlet niet automatisch luie eigenschappen vernieuwen.

Luie eigenschappen bevatten waarden die relatief inefficiƫnt zijn om op te halen. Dit kan extra netwerkverkeer veroorzaken en de prestaties van de cmdlet verlagen. Als er geen luie eigenschappen worden gebruikt, moet deze parameter worden opgegeven.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Id

Hiermee geeft u de CI_ID van een e-mailprofiel op.

Type: Int32
Parameter Sets: ById
Aliases: CIId, CI_ID

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Hiermee geeft u de naam van een e-mailprofiel op.

Type: String
Parameter Sets: ByName
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

Deze cmdlet biedt ondersteuning voor de meest gebruikte parameters: -Debug, - ErrorAction, - ErrorVariable, - InformationAction, -InformationVariable, - OutVariable,-OutBuffer, - PipelineVariable - Verbose, - WarningAction en -WarningVariable. Zie voor meer informatie about_CommonParameters.

INPUTS

Geen

OUTPUTS

System.Object

OPMERKINGEN

New-CMEmailProfile

Set-CMEmailProfile