question

kishanpatel-0233 avatar image
0 Votes"
kishanpatel-0233 asked AndreasBaumgarten edited

I need to Migrate Linux DHCP server to Windows, can some one please help.

Hi There,
I would like to migrate linux DHCP configuration to Windows base DHCP server. Current configuration in linux is very complax and contain lots of Scope along with reservation. Can some one please provide some direction here on how to do that ?

Thanks,
Kish

windows-dhcp-dns
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AndreasBaumgarten avatar image
0 Votes"
AndreasBaumgarten answered

Hi @kishanpatel-0233 ,

is there any chance to export the DHCP config (scopes, reservations, ...) in a readable format? Maybe as csv file?

If so it might be possible to use PowerShell to get the job done:
Add DHCP scope: https://docs.microsoft.com/en-us/powershell/module/dhcpserver/add-dhcpserverv4scope?view=windowsserver2022-ps
Add DHCP reservation: https://docs.microsoft.com/en-us/powershell/module/dhcpserver/add-dhcpserverv4reservation?view=windowsserver2022-ps
List of all DHCP related commands: https://docs.microsoft.com/en-us/powershell/module/dhcpserver/?view=windowsserver2022-ps


(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

Regards
Andreas Baumgarten

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.