Questions tagged [scom]

System Center Operations Manager (SCOM) is a cross-platform data center management system for operating systems and hypervisors.

System Center Operations Manager (SCOM) is a cross-platform data center management system for operating systems and hypervisors. It uses a single interface that shows state, health and performance information of computer systems. It also provides alerts generated according to some availability, performance, configuration or security situation being identified. It works with Microsoft Windows Server and Unix-based hosts.

(Information sourced from Wikipedia)

134 questions
0
votes
0 answers

How to build SCOM 2012 management pack using msbuild?

I have a Visual Studio project which I'm building with Visual Studio and everything works fine. When I'm trying to build it using msbuild.exe /t:Build F:\BuildSource\SCOMManagementPacks\2012\Packs.sln I'm getting the following errors: C:\Program…
Dziki_Jam
  • 5
  • 1
  • 1
  • 6
0
votes
1 answer

Does Microsoft releases patches/version upgrades for SCOM Agent specifically or is it only part of SCOM CU rollup?

I want to use SCCM to roll out patches for SCOM Agent on all the servers which we are monitoring. Can we do it?
0
votes
1 answer

SCOM: It won't invoke an external module

I have a simple .exe on a network share that merely creates a dummy file on a network share. The program works. I've wrapped it in a .bat file, a .ps1 file, and a .vbs file, and they all work. However, when I create a SCOM rule to invoke any of…
Barry Dysert
  • 665
  • 1
  • 9
  • 21
0
votes
1 answer

SCOM Monitoring for authentication failure reporting

I'm totally new to SCOM. I need detailed steps in creating a monitoring in scom 2012, when ever someone who is not authorized to login, attempted to login set of machines I need to get an email alert. How can I do it? please Help.
Jay Nani
  • 105
  • 1
  • 1
  • 6
0
votes
1 answer

Cannot set SCOM maintenance mode remotely (Part2)

Following up from this question (Cannot set SCOM maintenance mode remotely) We're trying to put servers in maintenance mode remotely. I'm using SCOM functions created by Tom Schumacher…
Draaiboek
  • 3
  • 1
0
votes
1 answer

Cannot set SCOM maintenance mode remotely

We're trying to put servers in maintenance mode remotely. I'm using SCOM functions created by Tom Schumacher. If I do the following on the SCOM server, the process completes and I'm able to place a server in maintenance mode and stop it again: #load…
Draaiboek
  • 3
  • 1
0
votes
1 answer

Discovery Script is not working

Below is my script with identifiers scrubbed. The Base Class for Diagnostics is MyCompany.MyApp and the base class of that is Windows Computer. If I run this on the target machine directly with parameters I am getting XML returned. If I run from my…
Kenny
  • 74
  • 7
0
votes
1 answer

sql agent job run_status = 0 even if "Quit the job reporting success"

We are using MS SCOM to monitor result of ms sql agent jobs. Currently we get error if any step of job failed. Developers says that it is wrong and we should get alert only if whole job fails, even if some steps not working Ok I create test job…
Igor Kuznetsov
  • 421
  • 1
  • 6
  • 15
0
votes
1 answer

Powershell on SCOM script, Capture output for field -Owner

Simple question i believe, but cant understand why my single liner do not print any output. I want ot filter Objects only with resolutions state (0 = new), and Owner area which is blank (not assigned). So i thoght that if it will be null, or i am…
user6183999
0
votes
1 answer

SCOM monitor for removable devices Windows Server 2012 event ID 4656, 4663 doesn't generate an alert

Hi I created a monitor on SCOM 2012 to generate an alert for removable devices using event ID 4656, 4663. When usb is plugged and something's copied out from usb, it picks up event ID 4656/4663 on event viewer of Win server 2012 but scom monitor…
Max
  • 273
  • 1
  • 6
  • 15
0
votes
1 answer

Two state script monitor not working in SCOM 2012 R2

Trying to set up a simple two-state script monitor in SCOM 2012 R2 to check for the existence of a particular file on a server. my code is as follows: $API = new-object -comObject ‘MOM.ScriptAPI’ $Bag = $API.CreatePropertyBag() $Exists = Test-Path…
0
votes
0 answers

Commands in Workflow not recognized in Remote Session

We have moved our system alerting over to SCOM 2012 and receive heartbeat alerts when servers go offline. Presently there are approximately 750 servers in the vDC that I am managing. The SCOM 2012 server is in a different untrusted domain. I have…
0
votes
3 answers

Override Creation for Monitors and Rules

I want to create PowerShell scripts to override some parameter of my monitor and rule. I used the below code, but I have some errors. I want override my overidable parameter not enabled or something else. How can I doe this? $mps =…
B.Z
  • 61
  • 1
  • 8
0
votes
1 answer

Bulk Addition of TCP Port in SCOM 2012

I have to add 2,500 TCP Port under monitoring in SCOM 2012. Situation is even worse as there is lot of combinations between watcher node & Target Server. Is there anyway to automate addition of TCP Port using powershell or any other script?
Abhishek
  • 41
  • 5
0
votes
1 answer

Using SCOM to collect Sharepoint usage statistics?

We’re running System Center 2012 with SharePoint Management Pack installed. It’s not really used in anger, but recently we have been asked to output stats on user logins and concurrent connections from the reporting console. Having reviewed the…
Molenpad
  • 833
  • 2
  • 14
  • 34
1 2 3
8 9