Skip to content

Commit 9a2d8e9

Browse files
Fix Get-IpamDhcpServer copy-paste oversight
This change should also be made in the other winserver*-ps docsets.
1 parent 6704cef commit 9a2d8e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2016-ps/ipamserver/Get-IpamDhcpServer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ DHCP servers lease IP addresses to client devices.
2626

2727
## EXAMPLES
2828

29-
### Example 1: Get information about all DNS servers
29+
### Example 1: Get information about all DHCP servers
3030
```
3131
PS C:\> Get-IpamDhcpServer
3232
```
3333

3434
This command returns information about all the DHCP servers in the IPAM database.
3535

36-
### Example 2: Get information about a single DNS server
36+
### Example 2: Get information about a single DHCP server
3737
```
3838
PS C:\> Get-IpamDhcpServer -ServerFqdn "dhcp.contoso.com"
3939
```

0 commit comments

Comments
 (0)