DNS Zone Is Signed Property Discovery

Microsoft.Windows.Server.DNS.Zone.IsSignedProperty.Discovery (Discovery)

This workflow discovers the DNS Zone Is Signed Property on Windows Server 2016

Knowledge Base article:

Summary

This workflow discovers the DNS Zone Is Signed Property on Windows Server 2016

Element properties:

TargetMicrosoft.Windows.Server.DNS.Zone
EnabledFalse
Frequency15000
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.DNS.2012.R2.IsZoneSignedProperty.DS Microsoft.Windows.Server.DNS.ActionAccount

Source Code:

<Discovery ID="Microsoft.Windows.Server.DNS.Zone.IsSignedProperty.Discovery" Enabled="false" Target="Microsoft.Windows.Server.DNS.Zone" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Server.DNS.Zone">
<Property TypeID="Microsoft.Windows.Server.DNS.Zone" PropertyID="IsSigned"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" RunAs="Microsoft.Windows.Server.DNS.ActionAccount" TypeID="Microsoft.Windows.Server.DNS.2012.R2.IsZoneSignedProperty.DS">
<ZoneName>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/ZoneName$</ZoneName>
<ComputerName>$Target/Property[Type="Microsoft.Windows.Server.DNS.Zone"]/HostName$</ComputerName>
<IntervalSeconds>15000</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>