Disk Space Used by Deleted Files

Microsoft.Windows.FileServer.DFSR.DeletedSpaceInUseView (View)

Displays the disk space used to store deleted files on the monitored computer. The data in this view is obtained from the following performance counter maintained by the DFS Replication service: DFS Replicated Folders\Deleted Space In Use.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
TypeMicrosoft.SystemCenter.PerformanceViewType
AccessibilityPublic
VisibleFalse

Source Code:

<View ID="Microsoft.Windows.FileServer.DFSR.DeletedSpaceInUseView" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.Service" TypeID="SC!Microsoft.SystemCenter.PerformanceViewType" Visible="false">
<Category>PerformanceHealth</Category>
<Criteria>
<Object>DFS Replicated Folders</Object>
<Instance/>
<Counter>Deleted Space In Use</Counter>
</Criteria>
</View>