Hi, I got few questions about how Try/Catch works in PowerShell recently. First of all, you need to get the thing that the cmdlet you put in the try section has to return an exception in case of error. I mean, if your cmdlet return boolean value it won’t work ! Let’s try an example…