Suppress errors from a command
How to suppress recording any errors when using PowerShell commands (if supported):
Get-Process -Name 'dummy' -ErrorAction:IgnoreHow to suppress recording any errors when using PowerShell commands (if supported):
Get-Process -Name 'dummy' -ErrorAction:Ignore