Skip to content

Instantly share code, notes, and snippets.

@criscunhasantos
Last active June 28, 2023 17:01
Show Gist options
  • Save criscunhasantos/a9224a935ec91998ba333e5e0b629c42 to your computer and use it in GitHub Desktop.
Save criscunhasantos/a9224a935ec91998ba333e5e0b629c42 to your computer and use it in GitHub Desktop.
PowerShell Cheat Sheet
$PSDefaultParameterValues['Out-File:Encoding'] = 'utf8'
try
{
1/(1-1)
}
catch
{
$PSCmdlet.ThrowTerminatingError($PSItem)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment