Windows Mounted Volume (Device Subtype)
- 30 Sep 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Windows Mounted Volume (Device Subtype)
- Updated on 30 Sep 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Polling type: non-SNMP
Parent device type: Windows Server WMI
Metrics Collected
Metric Title | Statistic | Unit | Statistical Group |
---|---|---|---|
Test | Test | Disk | |
Volume Free Space | Volume Free Space | B | Disk |
Volume Used Space | Volume Used Space | B | Disk |
Volume Utilization | Volume Utilization | % | Disk |
See also WMI Class Reference
If you are experiencing antivirus notifications about Netreo when monitoring this device subtype, please welcome list the following PowerShell commands.
gwmi -Namespace "" -Query "SELECT Capacity, FreeSpace FROM Win32_Volume" | Select *
See Windows PowerShell Commands for the full list of commands used when monitoring Windows devices.
Was this article helpful?