Hello!
Can PRTG somehow monitoring Windows Volumes (HDD) without assigned Letter. For exmple we create a Parition on 500Gb, but don't assign a letter (for example F:). Can we find out this?
Thank you!
Modified on 2025-06-10 16:29:08 +0200
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Hello!
Can PRTG somehow monitoring Windows Volumes (HDD) without assigned Letter. For exmple we create a Parition on 500Gb, but don't assign a letter (for example F:). Can we find out this?
Thank you!
Privet Vasiliy,
That should be doable, but with a PowerShell script:
PS C:\WINDOWS\system32> get-volume | Where-Object {$_.DriveLetter.length -eq 0} DriveLetter FriendlyName FileSystemType DriveType HealthStatus OperationalStatus SizeRemaining Size ----------- ------------ -------------- --------- ------------ ----------------- ------------- ---- FAT32 Fixed Healthy OK 511.98 MB 511.98 MB Recovery NTFS Fixed Healthy OK 730.76 MB 1.19 GB BOOT FAT32 Fixed Healthy OK 465.63 MB 495 MB PS C:\WINDOWS\system32>You'll need to code the script though, I'm not aware of any script that does that already. Shouldn't be more than 20-30 lines, including the Remote PowerShell session part :)
PRTGapi | Feature Requests | WMI Issues | SNMP Issues
Kind regards,
Stephan Linke, Tech Support Team
Apr, 2019 - Permalink