File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
winserver2016-ps/ipamserver
winserver2019-ps/ipamserver
winserver2022-ps/ipamserver Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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```
3131PS C:\> Get-IpamDhcpServer
3232```
3333
3434This 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```
3838PS C:\> Get-IpamDhcpServer -ServerFqdn "dhcp.contoso.com"
3939```
Original file line number Diff line number Diff 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```
3131PS C:\> Get-IpamDhcpServer
3232```
3333
3434This 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```
3838PS C:\> Get-IpamDhcpServer -ServerFqdn "dhcp.contoso.com"
3939```
Original file line number Diff line number Diff 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```
3131PS C:\> Get-IpamDhcpServer
3232```
3333
3434This 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```
3838PS C:\> Get-IpamDhcpServer -ServerFqdn "dhcp.contoso.com"
3939```
You can’t perform that action at this time.
0 commit comments