Get-ClientAccessService
內部部署 Exchange 才有提供此 Cmdlet。
使用 Get-ClientAccessService Cmdlet 來檢視與用戶端存取伺服器角色相關聯的設定。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
Syntax
Get-ClientAccessService
[[-Identity] <ClientAccessServerIdParameter>]
[-DomainController <Fqdn>]
[-IncludeAlternateServiceAccountCredentialPassword]
[-IncludeAlternateServiceAccountCredentialStatus]
[<CommonParameters>]
Description
您必須已獲指派權限,才能執行此指令程式。 雖然本主題已列出這個指令程式的所有參數,不過,如果某些參數並未包含在指派給您的權限中,您可能就無法存取這些參數。 若要尋找在組織中執行任何 Cmdlet 或參數所需的權限,請參閱 Find the permissions required to run any Exchange cmdlet。
範例
範例 1
Get-ClientAccessService | Format-Table Name
此範例會傳回您組織中所有已安裝Client Access 伺服器角色的 Exchange 伺服器摘要清單。
範例 2
Get-ClientAccessService -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 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 2016, Exchange Server 2019 |
-IncludeAlternateServiceAccountCredentialPassword
IncludeAlternateServiceAccountCredentialPassword 參數會指定是否要在結果中包含替代服務帳戶的密碼。 您不需要使用此參數指定值。
密碼會顯示在 AlternateServiceAccountConfiguration 屬性中。 若要查看此屬性,請使用 Format-List Cmdlet。 例如,Get-ClientAccessService <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 2016, Exchange Server 2019 |
-IncludeAlternateServiceAccountCredentialStatus
IncludeAlternateServiceAccountCredentialStatus 參數會指定是否要在結果中包含替代服務帳戶的狀態。 您不需要使用此參數指定值。
狀態會顯示在 AlternateServiceAccountConfiguration 屬性中。 若要查看此屬性,請使用 Format-List Cmdlet。 例如,Get-ClientAccessService <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 2016, Exchange Server 2019 |