SCO Diagnostic Tool
Download the latest release: MS_Support_Collect_ORC_v1.0.0.5.ps1
Description
The SCO Diagnostic Tool allows you to collect diagnostic logs from your Orchestrator environment to help you and Microsoft technical support engineers to resolve Orchestrator technical incidents faster. It is a light, script-based, open-source tool.
How to run
- Log on to the Orchestrator mgmt. server with an admin account, preferably with the service account of the “Orchestrator Management Service”.
- Save the script into a folder.
- Execute the script with right/click + “Run with PowerShell”.
Note:
If PowerShell starts and quits immediately, then you need to run the following command in a RunAsAdmin PowerShell window:
Set-ExecutionPolicy RemoteSigned
- Follow the instructions.
The script may ask to manually input the Orchestrator SQL Server instance/database if not able to automatically detect it.
- Upload the resulting zip file to Microsoft CSS.
Minimum requirements
- Windows Server 2016 or later
- Orchestrator 2019 or later
- Windows Powershell version 4.0 or later
Notes:
- The script won’t make any change in the SCO environment.
- The script can be also used as a Health Checker.
Do you want to contribute to this tool?
Here is the GitHub repo.