We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Looks like our usage of Get-Command to get command information is throwing errors that pollute the $Errors variable:
$Errors
We should probably add -ErrorAction Ignore to all Get-Command and Get-Help invocations.
-ErrorAction Ignore