Skip to content

Instantly share code, notes, and snippets.

@MateuszNad
Created June 13, 2017 04:52
Show Gist options
  • Save MateuszNad/14f5032fbe5b438fcc7bec4e0034430f to your computer and use it in GitHub Desktop.
Save MateuszNad/14f5032fbe5b438fcc7bec4e0034430f to your computer and use it in GitHub Desktop.
try
{
Get-Item E:\File
}
catch
{
$_.Exception.Message
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment