영역이 서명됨 속성 데이터 원본

Microsoft.Windows.Server.DNS.2012.R2.IsZoneSignedProperty.DS (DataSourceModuleType)

이 데이터 원본은 모든 Windows Server 2012 R2 영역에서 영역이 서명됨 속성을 검색합니다.

Knowledge Base article:

요약

이 데이터 원본은 powershell commandlet을 사용하여 모든 Windows Server 2012 R2 영역에서 영역이 서명됨 속성을 검색합니다.

구성

IntervalSeconds: 값을 확인해야 하는 빈도(초)입니다.

SyncTime: 모듈 실행에 대한 동기화 시간입니다.

TimeoutSeconds: 모듈 실행이 종료되는 데 걸리는 시간(초)입니다.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.DNS.2012.R2.IsZoneSigned.DS Default
Mapping ConditionDetection System.Discovery.FilteredClassSnapshotDataMapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$간격(초)값을 샘플링해야 하는 빈도(초)입니다.
SyncTimestring$Config/SyncTime$동기화 시간모듈 실행에 대한 동기화 시간입니다.
TimeoutSecondsint$Config/TimeoutSeconds$제한 시간(초)모듈 실행이 종료되는 데 걸리는 시간(초)입니다.

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.DNS.2012.R2.IsZoneSignedProperty.DS" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.Discovery.MapperSchema</SchemaType>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element minOccurs="1" name="ZoneName" type="xsd:string"/>
<xsd:element minOccurs="1" name="ComputerName" type="xsd:string"/>
<xsd:element minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element minOccurs="1" name="SyncTime" type="xsd:string"/>
<xsd:element minOccurs="1" name="TimeoutSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.DNS.2012.R2.IsZoneSigned.DS">
<ZoneName>$Config/ZoneName$</ZoneName>
<ComputerName>$Config/ComputerName$</ComputerName>
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
</DataSource>
<ConditionDetection ID="Mapping" TypeID="System!System.Discovery.FilteredClassSnapshotDataMapper">
<Expression/>
<ClassId>$MPElement[Name='Microsoft.Windows.Server.DNS.Zone']$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name='Windows!Microsoft.Windows.Computer']/PrincipalName$</Name>
<Value>$Config/ComputerName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.Windows.Server.DNS.Server']/Name$</Name>
<Value>$Config/ComputerName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.Windows.Server.DNS.Zone']/ZoneName$</Name>
<Value>$Config/ZoneName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.Windows.Server.DNS.Zone']/HostName$</Name>
<Value>$Config/ComputerName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.Windows.Server.DNS.Zone']/IsSigned$</Name>
<Value>$Data/Property[@Name='IsSigned']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Mapping">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>