Display DNS Cache

Microsoft.ISAServer.2006.DisplayDNSCache1 (Task)

Displays the contents of the DNS cache on the server. This tasks needs the ISA resource kit tool to be installed on the agent (see Management Pack Guide for details)

Element properties:

TargetMicrosoft.ISAServer.2006.Firewall.ServerRole
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.ISAServer.2006.General.Tasks Default

Source Code:

<Task ID="Microsoft.ISAServer.2006.DisplayDNSCache1" Accessibility="Internal" Enabled="true" Target="Microsoft.ISAServer.2006.Firewall.ServerRole" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.ISAServer.2006.General.Tasks">
<TaskOption>4</TaskOption>
<FileOutput/>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Task>