We have two domains like this:
example.com
theexample.com
This breaks the plugin, as the api query returns both domains.
We implemented this workaround on line 278:
Where-Object -FilterScript { $.Status -ieq 'active' -and $.services.dns -and $_.domain -eq $zoneTest}
We have two domains like this:
example.com
theexample.com
This breaks the plugin, as the api query returns both domains.
We implemented this workaround on line 278:
Where-Object -FilterScript { $.Status -ieq 'active' -and $.services.dns -and $_.domain -eq $zoneTest}