Get-SmaAdminConfiguration
取得 SMA 管理設定。
語法
Get-SmaAdminConfiguration
-WebServiceEndpoint <String>
[-Port <Int32>]
[-AuthenticationType <String>]
[-Credential <PSCredential>]
[<CommonParameters>]
Description
Get-SmaAdminConfiguration Cmdlet 會取得服務管理自動化 (SMA) 管理設定。 指定 Web 服務端點,並視需要指定埠。
範例
範例 1:取得系統管理設定
PS C:\> Get-SmaAdminConfiguration -WebServiceEndpoint "https://contoso.com/app01"
此命令會取得具有端點 URL https://contoso.com/app01之 SMA Web 服務的系統管理設定。
參數
-AuthenticationType
指定驗證類型。 有效值為:
- 基本
- 窗戶
預設值為 Windows。 如果您使用基本身份驗證,則必須使用 Credential 參數來提供認證。
類型: | String |
接受的值: | Basic, Windows |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Credential
指定 SMA Web 服務的連線 PSCredential 物件。
若要取得認證物件,請使用 Get-Credential Cmdlet。
如需詳細資訊,請輸入 Get-Help Get-Credential
。
類型: | PSCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Port
指定 SMA Web 服務的埠號碼。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-WebServiceEndpoint
將端點指定為 SMA Web 服務的 URL。 您必須包含通訊協定,例如 http:// 或 https://。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |