Skip to content

Instantly share code, notes, and snippets.

@michaelsanford
Created September 23, 2021 21:18
Show Gist options
  • Select an option

  • Save michaelsanford/7fd98b7b6f65e6ec7fcc39749f7d8bea to your computer and use it in GitHub Desktop.

Select an option

Save michaelsanford/7fd98b7b6f65e6ec7fcc39749f7d8bea to your computer and use it in GitHub Desktop.

Revisions

  1. michaelsanford created this gist Sep 23, 2021.
    1 change: 1 addition & 0 deletions show-dead-path-folders.ps1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    $Env:Path -Split ";" | ForEach-Object { if ($false -eq (Test-Path $_)) { Write-Output $_} }