Skip to content

Instantly share code, notes, and snippets.

View invokeImmediately's full-sized avatar

Daniel Rieck, Ph.D. invokeImmediately

  • Washington State University
  • South San Francisco, CA
View GitHub Profile
# 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: