Post Views: 518 SCO 2022 Integration packs are now available! System Center 2022 Orchestrator Integration Packs (microsoft.com)
Post Views: 54,078 As you know, SCORCH 2022 is now 64-bit application and now 64 bit enables the use of 64-bit assemblies, Integration Packs and PowerShell cmdlets. What’s new in System Center Orchestrator | Microsoft Docs There are doubts about whether if we can do an in-place upgrade […]
Post Views: 1,565 As you are all aware, the old Orchestrator console was built on Silverlight and Silverlight has been completely discontinued. Read more about the Silverlight announcement here. So, Microsoft built a brand-new web console for System Center Orchestrator 2019. The new web console works well on modern […]
Post Views: 781 1. User will have only run access but not write or modify or check in/out access. Resolution: For the first User, grant the following access first in DCOMCNFG as per the article. Access Denied error in Runbook Designer – Orchestrator | Microsoft Docs […]
Post Views: 471 Before any action to be taken, please make sure we have database full back up in place. First we will run the below query to identify how many data we have on each of the following tables. Select Count (*) From POLICYINSTANCES WITH (NOLOCK) […]
Post Views: 1,065 This topic describes how to automatically move Orchestrator database in SQL always configuration. This could be useful when you want to just move to a new SQL Server always configuration. Before we will start, we need to make sure we should follow the below sequence […]
Post Views: 1,758 VMware vSphere integration pack integration pack for VMware vSphere is an add-on for System Center – Orchestrator, it assists you in automating actions in VMware vSphere, enabling full management of your virtualized computing infrastructure. After following the article https://docs.microsoft.com/en-us/system-center/orchestrator/vsphere-integration-pack?view=sc-orch-2019 to integrate the VMWare with […]
Post Views: 2,905 I have made the Orchestrator database maintenance activity automated. You can get the following Script in the below GitHub repository. https://github.com/souravmahato7/Codes/blob/SCORCH/DatabaseMaitenanceScript.PS1 ################################################################## #Author: Sourav Mahato #Created Date:09/25/2019 #Purpose: Script for grooming the data for Orchestrator database # Please save the Script in the […]
Post Views: 2,090 For DBA Team: Before changing the SQL configuration, we need the following backups. 1. Please make sure you have the password for all the accounts which are being used in Orchestrator 2. Back up SQL Server service master key Sqlcmd -Q “BACKUP SERVICE MASTER KEY TO […]
Post Views: 5,003 For the Orphan instances to clean, please follow the below process. Script is located here: https://github.com/souravmahato7/SQL/blob/SCORCH/SCORCH_Orphan_Data_Purge.sql 1. Take full backup of Orchestrator database. – Need to stop the Runbook services on the Runbook servers. 2. Execute below SQL queries to check […]