PowerShell Error - Anything I can do to remove it?

Hi, fairly new to PowerShell so apologies if this is a stupid question!..I have an error being thrown up by a Windows Service “McpManagementService” Error: Failed to Read Description. Error Code: 15100. As a result I keep getting errors when working with Services in PowerShell.

Haven’t been able to get to the bottom of how to resolve it yet (neither have Microsoft support), in the meantime is there a way to stop the error appearing in PS?

Hope this makes sense, many thanks

$erroractionpreference = “SilentlyContinue” should stop errors from showing