This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function Set-DhcpScopeSettings { | |
| <# | |
| .SYNOPSIS | |
| Modifies DHCP scope settings including lease duration, DNS settings, and DNS domain for specified scopes. | |
| .DESCRIPTION | |
| This function allows bulk modification of DHCP scope settings on a specified DHCP server. | |
| It can modify: | |
| - Lease duration |
OlderNewer