The other day I posted a VBS function for getting drive utilization. It seems only fair to give PowerShell a chance to play.
Tag: Utilization
VBScript: Drive Utilization
Here’s another recent topic from the ScriptingAnswers.com forums which I thought I’d share. The forum members wanted to delete files if the drive utilization exceeded a certain threshold. Using Windows Management Instrumentation (WMI) with VBScript I came up with something like this…