Showing posts with label Exception. Show all posts
Showing posts with label Exception. Show all posts

Thursday, May 18, 2023

Powershell exceptions

 To see more details from a powershell command exception.


Enter after you are finished with the command to get more details.

$error[0].Exception | fl * -Force