Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Examine the Most Recent PowerShell Error

$
0
0

Summary: Learn how to examine the most recent error in Windows PowerShell.

Hey, Scripting Guy! Question My Windows PowerShell command failed with an error. How can I look at the error record?

Hey, Scripting Guy! Answer Use the $error automatic variable to it displays the last error.
          You can see more details by piping it to the Format-List cmdlet and using –Force:

$error | Format-List * -Force


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>