Questions tagged [system-center]

71 questions
3
votes
2 answers

Microsoft Service Manager Console API?

I'm having a hard time finding any documentation on how to interact with the SCSM Console. Almost all samples and documentation I stumble upon, are regarding interacting with the System Center Backend. My goal is to have a TextBox and a Button, in…
HansenRene
  • 33
  • 4
2
votes
1 answer

How to insert performance data to DW database using SCOM SDK?

We have created a Inbound Connector and custom Management Pack. We send data to our SCOM server using .NET SDK examples. We can see performance data and events on SCOM console. But when we create Performance report (Reporting > Microsoft Generic…
Alexander I.
  • 2,380
  • 3
  • 17
  • 42
1
vote
0 answers

Repeated Error in SQL Server 2017 Error Log (Error: 15404, error-code 0x5)

I'm relatively new to SQLServer2017 Developer and System Center Operations Manager however I was asked to set up a SCOM test environment for our network. However, I keep receiving this error about one of my SCOM service accounts. I have already…
1
vote
1 answer

SCOM Create ClassInstance Override via PowerShell

At this point I'm getting pretty desperate for help.. Because of certain configuration issues (I will not be going into details about this... I had nothing to do with it, I'm just dealing with the issues having to use SCOM afterwards...) I am in…
1
vote
1 answer

Health State does not change in SCOM

Our SCOM version is 7.3.13142.0 We have developed Management Pack for SCOM integration. Please review Management Pack source code:
Alexander I.
  • 2,380
  • 3
  • 17
  • 42
1
vote
1 answer

How to set Connection Timeout for SCOM SDK

I have next code: private ManagementGroup ConnectToManagementGroup(string serverName, string domain, string userName, string password) { var settings = new ManagementGroupConnectionSettings(serverName) { UserName = userName, …
Alexander I.
  • 2,380
  • 3
  • 17
  • 42
1
vote
1 answer

On-premises SQL backup to Azure recovery service

We would like to backup our on-premises SQL server to Azure Recovery Service Vault. We tried to use the Azure Backup Server but there is a domain dependency. Is there a way to use Azure Backup Server or System Center 2016 without having your…
1
vote
1 answer

System Center Operations Manager 2016 API

I am playing with System Center Operations Manager 2012 R2 and 2016, and I would like to integrate the overall SCOM status into another monitoring solution (Cacti). Is there an API to query the status of the SCOM Management Server and the number of…
Daniel
  • 21
  • 4
1
vote
0 answers

SCVMM in Azure VM

Is it possible that I can setup System Center VMM inside an Azure VM? And from there is it possible to manage Hyper-V hosts with this SCVMM? Thanks in advance
Monkey D Luffy
  • 94
  • 3
  • 11
1
vote
1 answer

Writing a Management Pack Discovery Script For A Custom MP

CONTEXT: Creating a custom management pack for SCOM[System Center]. Working on the script discovery stage presently. When ran, my script returns the required values from a rest endpoint exposed in json. ########### ## Authentication variables $user…
1
vote
2 answers

Integrating System Center Operation Manager [SCOM] with external monitoring tool [Application]

WHAT AM I TRYING TO ACHIEVE Synopsis: Trying to create an API or connector for an inhouse monitoring tool that integrates with SCOM [System Center/Microsoft System Operations Manager 2012]. Our tool has a restful page with all the necessary…
1
vote
1 answer

SCCM 2012 R2 | Windows Updates Installation Stuck

When i install updates via Task Sequence, the deployments gets stuck. I have a collection with members I have deployed monthly updates and set the Deployment setting purpose to "Available" Now i have a TS to install updates, this TS, install all…
GovG
  • 21
  • 2
1
vote
1 answer

SCCM: Compliance of a list of specified computers in a collection

Say I have a Collection for installing Java for 2k computers, and I'd like to check the compliance, not for all computers, but for a list of specified computers (say 500 computers in a .txt). How can I do that?
Kalenus
  • 21
  • 1
1
vote
1 answer

Using Service Manager SDK to list all incidents for a user

I am using Service Manager/System Center 2012, Service Pack 1. (Version 7.5.2905.0 I am attempting to do something that should be simple, but there appears to be ZERO documentation on how to actually do the queries. So, I have a User object…
Traderhut Games
  • 1,222
  • 1
  • 15
  • 30
1
vote
1 answer

Sccm 2007 collection query for particular service not installed in services.msc

Sccm collection query to get the list of machines which do not have "sms host agent" service installed. There are lot of queries in google related to this, however, they say the state of a service. But i need help to check if the service is…
John Franky
  • 1,012
  • 1
  • 14
  • 33
1
2 3 4 5