Difference between revisions of "Powershell DHCP Management"

From DFWLPiki
Jump to: navigation, search
(Created page with "Category:Windows Commands that I find useful, to be sorted and categorized or explained better later... Get-DhcpServerv4Scope Get-DhcpServerv4Scope -ComputerName SERVERN...")
 
 
Line 5: Line 5:
 
  Get-DhcpServerv4Lease -ScopeId SCOPEID
 
  Get-DhcpServerv4Lease -ScopeId SCOPEID
 
  Get-DhcpServerv4Lease -ComputerName SERVERNAME -ScopeId SCOPEID
 
  Get-DhcpServerv4Lease -ComputerName SERVERNAME -ScopeId SCOPEID
 +
Get-DhcpServerv4ScopeStatistics
 
  Get-DhcpServerv4ScopeStatistics -ComputerName SERVERNAME -ScopeId SCOPEID
 
  Get-DhcpServerv4ScopeStatistics -ComputerName SERVERNAME -ScopeId SCOPEID

Latest revision as of 21:04, 7 March 2019

Commands that I find useful, to be sorted and categorized or explained better later...

Get-DhcpServerv4Scope
Get-DhcpServerv4Scope -ComputerName SERVERNAME
Get-DhcpServerv4Lease -ScopeId SCOPEID
Get-DhcpServerv4Lease -ComputerName SERVERNAME -ScopeId SCOPEID
Get-DhcpServerv4ScopeStatistics
Get-DhcpServerv4ScopeStatistics -ComputerName SERVERNAME -ScopeId SCOPEID