Help - Powershell script to check disk space

Hello,
I don’t master at all powershell but I think there sould be a way to create a script allowing us to check the free space on my disks and compare it to the total space available in order to determinate how many percent free space is still available. If someone got something like this, I’ll take it !
Thank you in advance for your help.

Welcome to PowerShell.org forums.
This is one among the most done task using PowerShell. You can use Get-Disk cmdlet to get these values.

… and … there are thousands of examples for this particular task already out there. You may use your favorite internet search engine to search for some you can adapt to your special needs. :wink: