Install a SCOM 2012 agent – silent

  As a part of a script, I wanted to install the SCOM agent on several servers. All these servers are in workgroup/dmz/other domains, which means I had to do a manual installation. Now, there’s a lot of guides on how to install an agent using a command line, the official one from Microsoft: Install Agent Using the Command Line: http://technet.microsoft.com/en-us/library/hh230736.aspx However, this one doesn’t describe any silent parameters. The only way to use the /silent parameter is when installing an OpsMgr component (server, gateway etc). I tried with the /qn option, which made my command look like this: msiexec.exe [...]

By |2013-02-21T15:14:53+01:00februar 21st, 2013|Operations Manager (SCOM)|3 Comments

Common issues when working with certificates in OpsMgr

The last couple of weeks I have been working a lot with certificates in Operations Manager 2012 – agents and gateways in workgroup. I have worked so much with this that it feels like I have seen all the possible issues one can meet when configuring this. Both for helping you guys, and as a notepad for myself, here’s the issues (and solution) I met on my way: First of all, make sure no firewall is blocking the communication. You can test this by telnetting port 5723 both ways.   Issue: no certificates available in the certificates dropdown list when [...]

By |2013-01-14T16:22:31+01:00januar 14th, 2013|Operations Manager (SCOM)|13 Comments

Dude, Where’s my Config Mgr Agent log files?

On my workstation i am running Microsoft Windows Vista 64bit. Today i got a small scripting task, which required me to view the Microsoft System Center Configuration Manager Agent Log files. On most Operating Systems (aka. 32bit) the log files are placed in “C:\Windows\CCM\Logs\”. But on mine it was not. I had no luck search the internet, so i tried a files search for one of the logfiles. I discovered that on my system they are located in “C:\Windows\sysWOW64\CCM\Logs”. The reason for this, must be because the agent is 32bit and my system i 64bit. I hope someone else will [...]

By |2009-03-23T12:05:09+01:00marts 23rd, 2009|Configuration Manager (SCCM)|2 Comments