What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Monitoring Volumes.

Votes:

0

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!

monitoring prtg volumes

Created on Apr 4, 2019 10:00:19 AM



1 Reply

Votes:

0

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

Created on Apr 5, 2019 10:29:16 AM by  Stephan Linke [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.