TFS Proxy Discovery

TeamFoundationServer2013.TFSProxyDiscovery (Discovery)

Discovers Proxy Servers based on the software being installed and configured.

Knowledge Base article:

Summary

Discovers the presence of a TFS Proxy Server based on presence of a registry key.

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
TFSProxyDiscovery DataSource TeamFoundationServer2013.TFS2013ProxyDiscoveryDataSource TFS2013UserProfile

Source Code:

<Discovery ID="TeamFoundationServer2013.TFSProxyDiscovery" Enabled="true" Target="Windows!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="TeamFoundationServer2013.TFSProxy"/>
</DiscoveryTypes>
<DataSource ID="TFSProxyDiscovery" RunAs="TFS2013UserProfile" TypeID="TeamFoundationServer2013.TFS2013ProxyDiscoveryDataSource">
<ProxyPort>8081</ProxyPort>
</DataSource>
</Discovery>