Megosztás a következőn keresztül:


Get-CMEmailProfile

SYNOPSIS

Lekért egy e-mail-profilt.

SYNTAX

ByValue (alapértelmezett)

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

ById (ById)

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

ByName (Név szerint)

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

DESCRIPTION

A Get-CMEmailProfile függvény le Exchange ActiveSync protokoll e-mail-profilt.

Megjegyzés

Futtassa Konfigurációkezelő parancsmagokat a Konfigurációkezelő hely meghajtóról, például: PS XYZ:\> . További információ: Első lépések.

EXAMPLES

1. példa: E-mail-profil létrehozása név alapján

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

Ez a parancs le Exchange ActiveSync protokoll EmailProfile1 nevű e-mail-profilt.

2. példa: E-mail-profil létrehozása azonosító alapján

PS XYZ:\> Get-CMEmailProfile -ID 16795653

Ez a parancs le Exchange ActiveSync protokoll e-mail-profilt a CI_ID 16795653.

3. példa: Az összes e-mail profil le szolgáltatása

PS XYZ:\> Get-CMEmailProfile -Fast

Ez a parancs le Exchange ActiveSync protokoll összes e-mail-profilt. A parancs nem ad vissza lusta tulajdonságokat.

PARAMETERS

-Fast (Gyors)

Azt jelzi, hogy a parancsmag nem frissíti automatikusan a lusta tulajdonságokat.

A lusta tulajdonságok olyan értékeket tartalmaznak, amelyek lekérése viszonylag nem hatékony, ami további hálózati forgalmat okozhat, és csökkentheti a parancsmag teljesítményét. Ha nem használ lusta tulajdonságokat, ezt a paramétert kell megadni.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Id (Azonosító)

Megadja CI_ID e-mail-profilhoz.

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

Megadja az e-mail-profil nevét.

Type: String
Parameter Sets: ByName
Aliases:

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

CommonParameters

Ez a parancsmag a következő általános paramétereket támogatja: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction és -WarningVariable. További információ: about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

MEGJEGYZÉSEK

New-CMEmailProfile

Set-CMEmailProfile