Get-ClientAccessServer
內部部署 Exchange 才有提供此 Cmdlet。
使用 Get-ClientAccessServer Cmdlet 來檢視與用戶端存取伺服器角色相關聯的設定。
注意:在 Exchange 2013 或更新版本中,請改用 Get-ClientAccessService Cmdlet。 如果您有使用 Get-ClientAccessServer 的腳本,請將它們更新為使用 Get-ClientAccessService。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
Syntax
Get-ClientAccessServer
[[-Identity] <ClientAccessServerIdParameter>]
[-DomainController <Fqdn>]
[-IncludeAlternateServiceAccountCredentialPassword]
[-IncludeAlternateServiceAccountCredentialStatus]
[<CommonParameters>]
Description
您必須已獲指派權限,才能執行此指令程式。 雖然本主題已列出這個指令程式的所有參數,不過,如果某些參數並未包含在指派給您的權限中,您可能就無法存取這些參數。 若要尋找在組織中執行任何 Cmdlet 或參數所需的權限,請參閱 Find the permissions required to run any Exchange cmdlet。
範例
範例 1
Get-ClientAccessServer
此範例會傳回您組織中已安裝 Client Access 伺服器角色之所有 Exchange 伺服器的摘要清單。
範例 2
Get-ClientAccessServer -Identity mail.contoso.com | Format-List
此範例會傳回伺服器 mail.contoso.com 的詳細資訊。
參數
-DomainController
DomainController 參數會指定此 Cmdlet 用來向 Active Directory 讀取或寫入資料的網域控制站。 您可以透過網域控制站的完整網域名稱 (FQDN) 來識別網域控制站。 例如,dc01.contoso.com。
Type: | Fqdn |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
-Identity
Identity 參數會指定已安裝您想要檢視之 Client Access 伺服器角色的伺服器。
您可以使用唯一識別伺服器的任何值。 例如:
- 您可以使用唯一識別伺服器的任何值,例如:
- 名稱 (例如,Exchange01)
- 辨別名稱 (DN) (例如,CN=Exchange01,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=contoso,DC=com)
- Exchange Legacy DN (例如,/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=Exchange01)
Type: | ClientAccessServerIdParameter |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
-IncludeAlternateServiceAccountCredentialPassword
IncludeAlternateServiceAccountCredentialPassword 參數會指定是否要在結果中包含替代服務帳戶的密碼。 您不需要使用此參數指定值。
密碼會顯示在 AlternateServiceAccountConfiguration 屬性中。 若要查看此屬性,請使用 Format-List Cmdlet。 例如,Get-ClientAccessServer <ServerIdentity> | Format-List AlternateServiceAccountConfiguration
。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
-IncludeAlternateServiceAccountCredentialStatus
IncludeAlternateServiceAccountCredentialStatus 參數會指定是否要在結果中包含替代服務帳戶的狀態。 您不需要使用此參數指定值。
狀態會顯示在 AlternateServiceAccountConfiguration 屬性中。 若要查看此屬性,請使用 Format-List Cmdlet。 例如,Get-ClientAccessServer <ServerIdentity> | Format-List AlternateServiceAccountConfiguration
。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019 |
輸入
Input types
若要查看此指令程式可接受的輸入類型,請參閱指令程式輸入和輸出類型。 如果指令程式的 [輸入類型] 欄位是空的,表示指令程式不接受輸入資料。
輸出
Output types
若要查看此指令程式可接受的傳回類型 (也就是所謂的輸出類型),請參閱指令程式輸入和輸出類型。 如果 [輸出類型] 欄位是空的,表示指令程式不會傳回資料。