Skip to content

Instantly share code, notes, and snippets.

Avatar

Daniel Rieck, Ph.D. invokeImmediately

  • Washington State University
  • South San Francisco, CA
View GitHub Profile
View Get-DirStats.ps1
# Get-DirStats.ps1
# Written by Bill Stewart (bstewart@iname.com)
#requires -version 2
# PowerShell wrapper script for the SysInternals du.exe command:
# https://docs.microsoft.com/en-us/sysinternals/downloads/du
# Why? Object output for sorting, filtering, calculating totals, etc.
#
# Version history: