We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6704cef commit 9a2d8e9Copy full SHA for 9a2d8e9
docset/winserver2016-ps/ipamserver/Get-IpamDhcpServer.md
@@ -26,14 +26,14 @@ DHCP servers lease IP addresses to client devices.
26
27
## EXAMPLES
28
29
-### Example 1: Get information about all DNS servers
+### Example 1: Get information about all DHCP servers
30
```
31
PS C:\> Get-IpamDhcpServer
32
33
34
This command returns information about all the DHCP servers in the IPAM database.
35
36
-### Example 2: Get information about a single DNS server
+### Example 2: Get information about a single DHCP server
37
38
PS C:\> Get-IpamDhcpServer -ServerFqdn "dhcp.contoso.com"
39
0 commit comments