Skip to content

Commit e0bc854

Browse files
authored
Merge pull request MicrosoftDocs#2880 from Adam-S-Daniel/patch-1
Fix Get-IpamDhcpServer copy-paste oversight
2 parents 3fff8c2 + dc33467 commit e0bc854

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
```

docset/winserver2019-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
```

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)