Hello,
We work on a DNS manager program and use the following methods:
1. CreateZone
2. ChangeZoneType
When we create zone, we use the DsIntegrated property to show whether zone data is stored in the AD or in separate files.
When we use ChangeZoneType, which is the only way to update any of the properties, this parameter is missing. If you change anything on an integrated zone when DsIntegrated is true, it is turned to false.
How can we update any of these properties listed in ChangeZoneType
[in] uint32 ZoneType, [in, optional] string DataFileName, [in, optional] string IpAddr[], [in, optional] string AdminEmailName, [out, ref] MicrosoftDns_Zone &RR
Without actually changing the zone type? Please let us know!
Thank you!