Skip to content

Commit

Permalink
Removed extraneous 'dhcpServer' line that broke the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Jul 24, 2024
1 parent d9d826a commit f226408
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Private/Get/Get-BTNameProtectionConfiguration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ function Get-BTNameProtectionConfiguration {

$NameProtectionConfigurationList = @()

dHCPServer
foreach ($dhcpServer in $DHCPServers) {
$NameProtectionv4Configuration = (Get-DhcpServerv4DnsSetting -ComputerName $dhcpServer.IPAddress).NameProtection
$NameProtectionv6Configuration = (Get-DhcpServerv6DnsSetting -ComputerName $dhcpServer.IPAddress).NameProtection
Expand All @@ -28,4 +27,4 @@ function Get-BTNameProtectionConfiguration {
}

$NameProtectionConfigurationList
}
}

0 comments on commit f226408

Please sign in to comment.