Skip to content

Instantly share code, notes, and snippets.

@NazCodeland
Created November 12, 2024 16:28
Show Gist options
  • Save NazCodeland/4bd2a868a9faf0ed7a137dd7bd2048d1 to your computer and use it in GitHub Desktop.
Save NazCodeland/4bd2a868a9faf0ed7a137dd7bd2048d1 to your computer and use it in GitHub Desktop.
Helpful Powershell Snippets
Get-ChildItem -Path "C:\Program Files" -Recurse -Filter "*Bit*" | Select-Object FullName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment