Disk space monitoring

Anonymous
2023-04-05T06:40:23.85+00:00

Required script for disk space monitoring with fresspace less than 100 GB and free space % 10

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,462 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 45,906 Reputation points
    2023-04-05T15:05:35.11+00:00

    You can use the Get-Volume cmdlet to get that information. The property name is "SizeRemaining".

    0 comments No comments