Get-UMIPGateway
此 cmdlet 仅适用于本地 Exchange。
使用 Get-UMIPGateway cmdlet 可以返回一个指定的统一消息 (UM) IP 网关或 UM IP 网关列表的属性和值列表。
有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。
语法
Get-UMIPGateway
[[-Identity] <UMIPGatewayIdParameter>]
[-DomainController <Fqdn>]
[-IncludeSimulator]
[<CommonParameters>]
说明
Get-UMIPGateway cmdlet 显示指定 UM IP 网关的属性和值,例如显示名称、IP 地址、状态和传出呼叫设置。 如果未指定参数,则返回 Active Directory 林中的所有 UM IP 网关。
当您使用 Get-UMIPGateway cmdlet 时,无法输入在 UM IP 网关上配置的 IP 地址。 必须使用 UM IP 网关的名称。 使用 Get-UMIPGateway cmdlet 的参数 Identity 指定的名称与 UP IP 网关的主机名称可以相同,也可以不同;例如,Get-UMIPGatewayMyUMIPGateway。
完成此任务后,可以查看特定 UM IP 网关的属性和值的列表。 或者,如果不使用 Identity 参数,cmdlet 将返回林中所有 UM IP 网关的列表。
您必须先获得权限,然后才能运行此 cmdlet。 虽然本主题中列出了此 cmdlet 的所有参数,但如果这些参数并未包含在分配给您的权限中,那么您将无法使用这些参数。 若要查找在贵组织中运行任何 cmdlet 或参数所需的权限,请参阅 Find the permissions required to run any Exchange cmdlet。
示例
示例 1
Get-UMIPGateway | Format-List
此示例显示 Active Directory 林中所有 UM IP 网关的格式化列表。
示例 2
Get-UMIPGateway -Identity MyUMIPGateway
本示例显示 UM IP 网关 MyUMIPGateway 的属性。
示例 3
Get-UMIPGateway -IncludeSimulator $true
此示例显示 Active Directory 林中的所有 UM IP 网关,包括 IP 网关模拟器。
参数
-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 |
-Identity
Identity 参数指定要查看的 UM IP 网关的标识符。 此参数是 UM IP 网关的目录对象 ID。
Type: | UMIPGatewayIdParameter |
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 |
-IncludeSimulator
IncludeSimulator 开关可检索要查看的 UM IP 网关的模拟器。 不必为此开关指定值。
模拟器允许客户端连接到邮箱服务器。
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 |
输入
Input types
若要了解此 cmdlet 接受的输入类型,请参阅 cmdlet 的输入和输出类型。 如果 cmdlet 的"输入类型"字段为空,则表明此 cmdlet 不接受输入数据。
输出
Output types
若要了解此 cmdlet 接受的返回类型(亦称为"输出类型"),请参阅 cmdlet 的输入和输出类型。 如果"输出类型"字段为空,则表明此 cmdlet 不返回任何数据。