Skip to content

Instantly share code, notes, and snippets.

@trashbat
Created October 11, 2019 08:29
Show Gist options
  • Save trashbat/3b11fa27f176ed5f3ce9ff70a59c0324 to your computer and use it in GitHub Desktop.
Save trashbat/3b11fa27f176ed5f3ce9ff70a59c0324 to your computer and use it in GitHub Desktop.
PowerShell Learnings
  • Create new profile: New-Item $Profile -Type File -Force
  • Check if file exists: Test-Path <file>
  • Reload profile: iex $Profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment