Hyper-V 2008을 실행 중인 서버 검색

Microsoft.Windows.HyperV.2008.ServerRoleDiscovery (Discovery)

Hyper-V 2008을 실행 중인 Microsoft Windows Server를 검색합니다.

Knowledge Base article:

요약

이 검색은 Hyper-V 2008을 실행 중인 서버를 검색하는 기능을 활성화합니다.

검색은 기본적으로 하루에 한 번 실행되지만 'IntervalSeconds' 매개 변수를 사용하여 다시 구성할 수 있습니다.

Element properties:

TargetMicrosoft.Windows.Server.2008.Computer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.Windows.HyperV.2008.ServerRoleDiscoveryDataSourceModule Default

Source Code:

<Discovery ID="Microsoft.Windows.HyperV.2008.ServerRoleDiscovery" Enabled="onEssentialMonitoring" Target="WS2K8Disc!Microsoft.Windows.Server.2008.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.HyperV.2008.ServerRole">
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.ServerRole" PropertyID="ServerId"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.ServerRole" PropertyID="ServerName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.HyperV.2008.ServerRoleDiscoveryDataSourceModule">
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>