The Windows PowerShell cmdlet below will query a remote Dynamic Host Configuration Protocol (DHCP) server and provide the lease duration of each IPv4 scope.
Get-DhcpServerv4Scope -ComputerName HOSTNAME | Select ScopeID, LeaseDuration
The Windows PowerShell cmdlet below will query a remote Dynamic Host Configuration Protocol (DHCP) server and provide the lease duration of each IPv4 scope.
Get-DhcpServerv4Scope -ComputerName HOSTNAME | Select ScopeID, LeaseDuration
Copyright © 2024, Noel Alvarez. Proudly powered by WordPress. Blackoot design by Iceable Themes.