URLGenie DisableWatcherNode

URLGenie.DisableWatcherNode.Task (Task)

Will remove URL Watcher Node marker from the registry. Watcher will become UNdiscovered at the next discovery interval.

Element properties:

TargetURLGenie.WatcherNode
AccessibilityInternal
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction URLGenie.DisableWatcherNode.POSH.Write.DS Default

Source Code:

<Task ID="URLGenie.DisableWatcherNode.Task" Accessibility="Internal" Target="URLGenie.WatcherNode" Enabled="true" Timeout="300" Remotable="true">
<Category>Custom</Category>
<WriteAction ID="WA" TypeID="URLGenie.DisableWatcherNode.POSH.Write.DS">
<KeyName>SOFTWARE\Microsoft\Microsoft Operations Manager\MP\URLGenie\MgmtGroups\$Target/ManagementGroup/Name$</KeyName>
<TimeoutSeconds>30</TimeoutSeconds>
</WriteAction>
</Task>