Post Views: 628 SCO 2022 Integration packs are now available! System Center 2022 Orchestrator Integration Packs (microsoft.com)
Post Views: 1,138 I just wrote a management pack which will help you to achieve Monitor multiple services. This management pack will give you the capability to control the frequency and match count. <IntervalSeconds>300</IntervalSeconds> <MatchCount>2</MatchCount> This means by default, monitors that use this will inspect the service […]
Post Views: 120,581 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,703 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: 862 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: 507 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,156 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,446 I have come across with a request from multiple customers, from my colleagues and in multiple forums where if any task was executed by any User in SCOM, how we will be able to get that information? I have developed a management pack for this […]
Post Views: 1,432 I have come across with a request from multiple customers, from my colleagues and in multiple forums where if any agent stop collecting data, how we will be able to get that information? I have developed a management pack for this request where I have […]
Post Views: 3,483 The PowerShell Grid Widget displays the results of a Windows PowerShell script in a grid. The script is run when the dashboard is opened and each time the component is refreshed. Here are few example which will help to create a custom dashboard. 1. Populating Dashboard from […]