Post Views: 129 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 in the following link. https://www.microsoft.com/Silverlight/ So, Microsoft built a brand-new web console for System Center Orchestrator 2019. The new web console works […]
Post Views: 766 SCO 2022 Integration packs are now available! System Center 2022 Orchestrator Integration Packs (microsoft.com)
Post Views: 120,952 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: 2,043 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: 1,000 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: 609 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,305 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,871 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: 3,116 In this blog post, I will share with you how I automated the Orchestrator database maintenance activity using a PowerShell script. This script can help you optimize the performance and reliability of your Orchestrator environment by cleaning up the database from old and unused data. You can […]
Post Views: 2,362 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 […]