Skip to content

-–

title: DHCP

weight: 10

-–

# Windows Server DHCP

Notes and procedures for managing DHCP on Windows Server.

## View DHCP Scopes


Get-DhcpServerv4Scope

## DHCP Server Backup


Backup-DhcpServer -ComputerName "DHCP01" -Path "C:\\DHCPBackup"

## DHCP Server Restore


Restore-DhcpServer -ComputerName "DHCP01" -Path "C:\\DHCPBackup" -Force