Volume Information

Microsoft.Windows.Server.6.2.LogicalDisk.VolumeInfo.Task (Task)

Run fsutil to obtain information about this volume

Knowledge Base article:

Summary

This Task executes the “FSINFO” command line utility which lists information for the specified volume, such as the file system, and whether the volume supports case-sensitive file names, unicode in file names, or disk quotas.

Element properties:

TargetMicrosoft.Windows.Server.6.2.LogicalDisk
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.Server.6.2.LogicalDisk.VolumeInfo.Task" Target="WindowsServer!Microsoft.Windows.Server.6.2.LogicalDisk" Accessibility="Public">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%WINDIR%\System32\fsutil.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>fsinfo volumeinfo "$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$"\</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</ProbeAction>
</Task>