Discovery Powershell script blocked by CyclancePROTECT endpoint securityIssue The Windows classification input payload contains the message CylancePROTECT Script Control has blocked access to this PowerShell script in the output tag. Test credentials of windows server is fails with below error: PowerConsole session was lost while executing command: function SNC-Decode-Command { param( [Parameter(Mandatory=$true)] [string]$encodedCommand ); return [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($encodedCommand)) }CauseThe CylancePROTECT is an endpoint security software which is blocking Powershell script to run. Depending on the policy set for script control (alert or block), the CylancePROTECT agent will allow or block the execution of the script.ResolutionPlease engage your endpoint security team and ask them to unblock PowerShell script control in CylancePROTECT.