70-741, Teil 2.2.2.
Die DHCP-Datenbank sichern und wiederherstellen
Ideen für die Recherche im Web:
DHCP-Datenbank sichern und wiederherstellen
Zum Nachschlagen:
https://www.windowspro.de/andreas-kroschel/dhcp-backup-und-wiederherstellung
Übungen:
Get-WindowsFeature *dhcp*
Get-Command get-*dhcp*
Get-DhcpServerv4Scope
Get-DhcpServerv4Scope | fl
Get-DhcpServerv4Lease -ScopeId (Get-DhcpServerv4Scope).ScopeId
Get-DhcpServerv4Reservation -ScopeId (Get-DhcpServerv4Scope).ScopeId
Get-DhcpServerDatabase
Get-DhcpServerDatabase | ft BackupPath, BackupInterval
Set-DhcpServerDatabase -BackupInterval 30
Get-DhcpServerDatabase | ft BackupPath, BackupInterval