Get-ClientAccessServer
此 cmdlet 仅适用于本地 Exchange。
使用 Get-ClientAccessServer cmdlet 可以查看与客户端访问服务器角色相关联的设置。
注意:在 Exchange 2013 或更高版本中,请改用 Get-ClientAccessService cmdlet。 如果有使用 Get-ClientAccessServer 的脚本,请将其更新为使用 Get-ClientAccessService。
有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。
语法
Get-ClientAccessServer
[[-Identity] <ClientAccessServerIdParameter>]
[-DomainController <Fqdn>]
[-IncludeAlternateServiceAccountCredentialPassword]
[-IncludeAlternateServiceAccountCredentialStatus]
[<CommonParameters>]
说明
您必须先获得权限,然后才能运行此 cmdlet。 虽然本主题中列出了此 cmdlet 的所有参数,但如果这些参数并未包含在分配给您的权限中,那么您将无法使用这些参数。 若要查找在贵组织中运行任何 cmdlet 或参数所需的权限,请参阅 Find the permissions required to run any Exchange cmdlet。
示例
示例 1
Get-ClientAccessServer
此示例返回组织中安装了客户端访问服务器角色的所有 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 参数指定要查看的已安装客户端访问服务器角色的服务器。
可以使用唯一标识该服务器的任何值。 例如:
- 例如,可以使用唯一标识服务器的任何值。
- 名称(例如 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 旧版 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
若要了解此 cmdlet 接受的输入类型,请参阅 cmdlet 的输入和输出类型。 如果 cmdlet 的"输入类型"字段为空,则表明此 cmdlet 不接受输入数据。
输出
Output types
若要了解此 cmdlet 接受的返回类型(亦称为"输出类型"),请参阅 cmdlet 的输入和输出类型。 如果"输出类型"字段为空,则表明此 cmdlet 不返回任何数据。