Migrate DHCP to a new server - Import and Export DHCP Exporting DHCP with this method will preserve current reservations and leases reducing conflicts
Step one - Migrate base configration
Start CMD with Administrator rights
To Exportnetsh dhcp server
Migrate Domain Joined to Azure AD
Well, there is a tool from ForensIT that migrate your machine and its user profile residing on local machine from domain or local to Azure
Microsoft Graph PowerShell SDK
Open PowerShell and prepare for installation
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserSet-PSRepository -Name PSGallery -InstallationPolicy Trusted
Ensure the following PowerShell modules are installed.
# Install Microsoft.Graph moduleInstall-Module Microsoft.Graph -Scope