среда, 9 августа 2017 г.

DHCP Powershell Export <==> Import

Export-DhcpServer -ComputerName [hostname] -Leases -File dhcpExport20170809.xml -ver


Import-DhcpServer -ComputerName [hostname] -Leases -File .\dhcpExport20170809.xml -BackupPath C:\dhcp\BackUp\ -ver

Get-DhcpServerv4Scope | Remove-DhcpServerv4Scope -Force

Комментариев нет:

Отправить комментарий

Failed to install module libnvdimmvmxnet3

The fix is this: in /etc/dracut.conf.d/*.conf > nvdimm-security.conf > vmware-tools.conf, edit the "add_drivers" line to ...