Applies to: Exchange Server 2007
Topic Last Modified: 2007-06-11
Use the Get-NetworkConnectionInfo cmdlet to view the network configuration information for all network adapters that are configured on the local server.
Syntax
Get-NetworkConnectionInfo
|
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
|
|
|
|
Detailed Description
This cmdlet retrieves the following configuration information for each network adapterthat is configured on a Microsoft Exchange Server 2007 server:
- Name This field displays the name of
the network adapter. This name indicates the manufacturer and model
of the network adapter, or the administrator-specified name of the
network adapter.
- DnsServers This field displays the
Domain Name System (DNS) servers that are used by the network
adapter. The server names are separated by commas.
- IPAddresses This field displays the IP
addresses that are used by the network adapter. The IP addresses
are separated by commas.
- AdapterGuid This field displays the
GUID that is assigned to the network adapterby
Microsoft Windows.
- MacAddress This field displays the
media access control (MAC) address of the network adapter.
To run the Get-NetworkConnectionInfo cmdlet, the account you use must be delegated the following:
- Exchange Server Administrator role and local Administrators
group for the target server
For more information about permissions, delegating roles, and the rights that are required to administer Microsoft Exchange Server 2007, see Permission Considerations.
To run the Get-NetworkConnectionInfo cmdlet on a computer that has the Edge Transport server role installed, you must log on by using an account that is a member of the local Administrators group on that computer.
Input Types
Return Types
Errors
Error | Description |
---|---|
|
|
Exceptions
Exceptions | Description |
---|---|
|
|
Example
The following example shows how to use the Get-NetworkConnectionInfo cmdlet to retrieve network configuration information for all network adapters on the local server.
Copy Code | |
---|---|
Get-NetworkConnectionInfo |