Created
November 12, 2024 16:28
-
-
Save NazCodeland/4bd2a868a9faf0ed7a137dd7bd2048d1 to your computer and use it in GitHub Desktop.
Helpful Powershell Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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