查看 Lync Server 2013 中的网络接口信息
上次修改的主题: 2013-02-23
可以使用 Windows PowerShell 和 Get-CsNetworkInterface cmdlet 查看网络接口信息。 可以从 Lync Server 2013 Management Shell 或远程Windows PowerShell会话运行此 cmdlet。 有关使用远程Windows PowerShell连接到 Lync Server 的详细信息,请参阅 Lync Server Windows PowerShell博客文章“快速入门:使用远程 PowerShell 管理 Microsoft Lync Server 2010”。https://go.microsoft.com/fwlink/p/?linkId=255876
查看网络接口信息
若要查看网络接口信息,请在 Lync Server Management Shell 中键入以下命令,然后按 ENTER:
Get-CsNetworkInterface
此命令返回类似于每个网络接口的信息:
Identity : dc.vdomain.com/Primary/1 ComputerFqdn : dc.vdomain.com IPAddress : 0.0.0.0 IPv6Address : Interface : Primary InterfaceNumber : 1 ConfiguredFqdn : ConfiguredIPAddress : ConfiguredIPv6Address :
有关详细信息,请参阅 Get-CsNetworkInterface。