Reserved

Microsoft.SystemCenter.DiscoverComputersFromBrowseList (Task)

This task is used by the Discovery Wizard. It will not function correctly when run directly from knowledge or the actions pane.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
AccessibilityInternal
CategorySystem
EnabledTrue
RemotableFalse
Timeout0

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.SystemCenter.BrowseComputerDiscoveryProbe Default

Source Code:

<Task ID="Microsoft.SystemCenter.DiscoverComputersFromBrowseList" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" Timeout="0" Remotable="true">
<Category>System</Category>
<ProbeAction ID="Probe" TypeID="Microsoft.SystemCenter.BrowseComputerDiscoveryProbe">
<Verify>true</Verify>
<ComputerNames>ComputerName</ComputerNames>
<ComputerType>3</ComputerType>
<UserAndDomain/>
<Password/>
</ProbeAction>
</Task>