Operations Manager | I do stuff sometimes. | Page 2

Ramblings about things.

Archives

SCOM Agent install fails – Returncode 1603


My entire OpsMgr environment runs SCOM 2012 R2 UR1. Occationally I come across Windows Servers that dont have any Agents installed – or so it seems. A couple of days ago, this happened. I came across three servers without an agent, and started the Discorvery wizard. All servers was discovered successfully, and I stared to…

Read More

Output displayname and IP address for SCOMagents


Got bored – wrote this little thing to output FQDN and IPaddress for all Windows and UnixLinux agents in my lab environment. Could be useful for some people maybe.   ipmo operationsmanager $nixservers = get-scomclass -name “Microsoft.Unix.Computer” | Get-SCOMMonitoringObject $winservers = Get-SCOMClass -name “Microsoft.Windows.Computer” | Get-SCOMMonitoringObject Write-host “—————————————————————–” write-host “——————– Unix Computers and IPs ———————“…

Read More

Monitor Active/Passive Clustered Services… in SCOM?


I was playing around in Powershell the other day, and made this little thingy to help me monitor clustered Windows Services in an Active/Passive Windows Cluster solution. The script checks if specific Windows Services are running or not, and determines which node is active in the cluster by using the get-wmiobject cmdlet. There are many…

Read More

Awesome SCOM 2012 tools!


Here’s a link to some awesome SCOM tools that we use often for our SCOM 2012 environment. Thanks to Daniele for these new versions (SCOM 2012 compatible). – MPViewer 2.3 (View sealed and unsealed Management Packs, also has a very useful export-as-unsealed function). – Proxy Settings 1.2 (Select groups or multiple agents and enabledisable Proxysettings)…

Read More

SCOM: Alert Task – Copy alert to clipboard


In our daily line of work, we sometimes need to show server admins and system managers alerts related to their infrastructure. Have you ever tried to copy/paste the Alert Details for an alert? It looks like crap, and contains alot of information the server admins and system managers couldn’t care less about. To make this…

Read More

Using Operations Manager Powershell CMDlets


Open Powershell and import the Operations Manager module with the following command: Import-Module –Name OperationsManager – F

Read More

NEWER POSTS →

  • Archives