Get-CMEmailProfile
取得電子郵件設置檔。
語法
Get-CMEmailProfile
[-Fast]
[<CommonParameters>]
Get-CMEmailProfile
[-Id] <Int32>
[-Fast]
[<CommonParameters>]
Get-CMEmailProfile
[-Name] <String>
[-Fast]
[<CommonParameters>]
Description
Get-CMEmailProfile 函式會取得 Exchange ActiveSync 電子郵件設置檔。
注意事項
從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>
。 如需詳細資訊,請 參閱開始使用。
範例
範例 1:依名稱取得電子郵件設置檔
PS XYZ:\> Get-CMEmailProfile -Name "EmailProfile1"
此命令會取得名稱為 EmailProfile1 的 Exchange ActiveSync 電子郵件設置檔。
範例 2:依標識元取得電子郵件設置檔
PS XYZ:\> Get-CMEmailProfile -ID 16795653
此命令會取得CI_ID為 16795653的 Exchange ActiveSync 電子郵件設置檔。
範例 3:取得所有電子郵件設置檔
PS XYZ:\> Get-CMEmailProfile -Fast
此命令會取得所有 Exchange ActiveSync 電子郵件設置檔。 命令不會傳回延遲屬性。
參數
-Fast
表示 Cmdlet 不會自動重新整理延遲屬性。
延遲屬性包含相對沒有效率的擷取值,這可能會導致額外的網路流量並降低 Cmdlet 效能。 如果未使用延遲屬性,則應該指定此參數。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Id
指定電子郵件設置檔的CI_ID。
類型: | Int32 |
別名: | CIId, CI_ID |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定電子郵件設定檔的名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | True |
輸入
None
輸出
System.Object