Skip to content

Commit eb14a7f

Browse files
Fix Get-IpamDhcpServer copy-paste oversight
1 parent b9cb090 commit eb14a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2022-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)