You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
In Powermad, the system partition functionality works correctly.
Many thanks and kudos for these amazing tools (and for the research of ADIDNS risks)!
Haim.
The text was updated successfully, but these errors were encountered: