Disk Capacity

Microsoft.Windows.InternetInformationServices.DiskCapacity.Dashboard.View (View)

This dashboard view displays Disk Capacity related performance data.

Element properties:

TargetMicrosoft.Windows.Computer
TypeMicrosoft.SystemCenter.DashboardViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="Microsoft.Windows.InternetInformationServices.DiskCapacity.Dashboard.View" Accessibility="Public" Enabled="true" Target="Windows!Microsoft.Windows.Computer" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="1" Rows="2">
<Cell Column="1" Row="1" ViewID="Microsoft.Windows.InternetInformationServices.LogicalDiskFreeSpace.View"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.LogicalDiskFreeMegaBytes.View"/>
</PanelConfiguration>
</View>