Summary: Learn how to determine how many errors there are in the Windows PowerShell session.
How can I determine how many current errors there are in my Windows PowerShell session?
Use the Count property from the Error object array:
$error.count
Summary: Learn how to determine how many errors there are in the Windows PowerShell session.
How can I determine how many current errors there are in my Windows PowerShell session?
Use the Count property from the Error object array:
$error.count