Powershell DHCP Management: Difference between revisions
Jump to navigation
Jump to 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...") |
No edit summary |
||
| 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