Skip to content

Commit 201fd1d

Browse files
Merge pull request MicrosoftDocs#1 from Adam-S-Daniel/master
Fix Get-IpamDhcpServer in other winserver*-ps docsets
2 parents 9a2d8e9 + eb14a7f commit 201fd1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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)