https://github.com/yevrag35/dhcpmigration
A PowerShell module to help facilitate copying various DHCP information from one server to another.
https://github.com/yevrag35/dhcpmigration
dhcp migration powershell powershell-module
Last synced: 8 months ago
JSON representation
A PowerShell module to help facilitate copying various DHCP information from one server to another.
- Host: GitHub
- URL: https://github.com/yevrag35/dhcpmigration
- Owner: Yevrag35
- License: gpl-3.0
- Created: 2019-05-01T18:49:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T16:12:07.000Z (about 5 years ago)
- Last Synced: 2025-03-26T01:34:29.341Z (11 months ago)
- Topics: dhcp, migration, powershell, powershell-module
- Language: PowerShell
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DHCP Migration
[](https://www.powershellgallery.com/packages/DHCPMigration)
[](https://www.powershellgallery.com/stats/packages/DHCPMigration?groupby=Version)
This module is intended to help sysadmins in the process of migrating 'pre-failover capable' DHCP servers. It has the ability to copy all sorts of information from one server to another:
1. Leases
1. Policies
1. Reservations
1. Scopes
1. Scope Options
1. Server Option Definitions
1. Server Option Values
Each function can also be provided with PSCredentials to one or both servers, as well as providing already established CimSessions.
## The commands:
### [Copy-DhcpLease](https://github.com/Yevrag35/DHCPMigration/wiki/Copy-DhcpLease)
### [Copy-DhcpPolicy](https://github.com/Yevrag35/DHCPMigration/wiki/Copy-DhcpPolicy)
### [Copy-DhcpScope](https://github.com/Yevrag35/DHCPMigration/wiki/Copy-DhcpScope)
### [Copy-DhcpServerOptionDefinition](https://github.com/Yevrag35/DHCPMigration/wiki/Copy-DhcpServerOptionDefinition)
### [Copy-DhcpServerOptionValue](https://github.com/Yevrag35/DHCPMigration/wiki/Copy-DhcpServerOptionValue)
** NOTE ** -
This module only deals with __IPv4__ information; IPv6 is not supported.