ADSpoke action gives: The term 'SNCLog-ParameterInfo' is not recognizedIssue When we run ADSpoke action or any Powershell script-based action it fails with the below error; The term 'SNCLog-ParameterInfo' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.CausePSScript.ps1 missed importing the module - DiagnosticsUtil SNCLog-ParameterInfo is a function defined in the Module: DiagnosticsUtil.psm1 DiagnosticsUtil is imported from PSScript.ps1 using the below line: import-module "$executingScriptDirectory\DiagnosticsUtil" -DisableNameChecking PSScript.ps1 - MID Server Script file from the instance (MID Server > Script Files) should be in sync with the <MID installation directory>\agents\scriptResolutionSync the PSScript.ps1 from instance to MID Server and make sure PSScript.ps1 has the line: "import-module "$executingScriptDirectory\DiagnosticsUtil" -DisableNameChecking" To sync all the scripts between instance and MID Server\agents\script: -Take a backup of the scripts folder-Shutdown the MID Server-Cleared the contents of the script folder (<MID installation directory>\agents\script)-Started the MID Server Once MID Server Started, the script files should create under <MID installation directory>\agents\script from the instance MID Server > Script Files