Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Created June 11, 2019 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techthoughts2/c84daa661e60aa948a7774dadaabcec2 to your computer and use it in GitHub Desktop.
Save techthoughts2/c84daa661e60aa948a7774dadaabcec2 to your computer and use it in GitHub Desktop.
[io.file]::Create("$env:temp\reallybigfile-deleteme.txt").SetLength((gwmi Win32_LogicalDisk -Filter "DeviceID='C:'").FreeSpace - 1KB).Close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment