Tag Archives: Bulk import DHCP Reservation Powershell way

How to Bulk import DHCP Reservation of IP Address that is not leased out yet

Create an excel spread sheet, the data value of the excel spreadsheet must be like below ScopeId,IPAddress,Name,ClientId,Description 10.10.10.0,10.10.10.10,Computer1,1a-1b-1c-1d-1e-1f,Reserved for Computer1 20.20.20.0,20.20.20.11,Computer2,2a-2b-2c-2d-2e-2f,Reserved for Computer2 30.30.30.0,30.30.30.12,Computer3,3a-3b-3c-3d-3e-3f,Reserved for Computer3 Below is a screenshot of what the excel sheet should look like Important –