Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: ADIDNS doesn't work for the System partition. #29

Open
haim-n opened this issue Jun 2, 2021 · 0 comments
Open

Bug: ADIDNS doesn't work for the System partition. #29

haim-n opened this issue Jun 2, 2021 · 0 comments

Comments

@haim-n
Copy link

haim-n commented Jun 2, 2021

Hi,

The ADIDNS functionality is absolutely awesome and works great when the DNS zone is stored under DomainDNSZones.
But it doesn't work when the zone is in the System partition.
Some of the functions just don't have 'System' under the the ValidateSet array:

[parameter(Mandatory=$false)][ValidateSet("DomainDNSZones","ForestDNSZones")][String]$Partition = "DomainDNSZones",

But even after fixing it, I still received the following error, and the DNS node was not created:

WARNING: [!] [2021-06-02T10:18:48] Exception calling "SendRequest" with "1" argument(s): "The object does not exist."
$connection.SendRequest($request) > $null

In Powermad, the system partition functionality works correctly.

Many thanks and kudos for these amazing tools (and for the research of ADIDNS risks)!
Haim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant