Skip to content

Instantly share code, notes, and snippets.

@eizedev
Created January 13, 2021 10:12
Show Gist options
  • Save eizedev/be7f2b3692d38c858ed5a24ad0537a72 to your computer and use it in GitHub Desktop.
Save eizedev/be7f2b3692d38c858ed5a24ad0537a72 to your computer and use it in GitHub Desktop.
Get error type of last powershell error
$Error[0].Exception.GetType().FullName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment