Rank (0) Views 8 On Thu, Mar 18, 2010 2:34 AM, 4 hours ago By Luke Tonkin
Can you point me in the direction of where i might find this within the database
Rank (0) Views 11 On Thu, Mar 18, 2010 2:12 AM, 4 hours ago By WK
Thanks - I've tried this, but there are no errors... Then I looked in event viewer in for Operations Manager and found this: Event Type: Error Event Source: OpsMgr Connector Event Category: None Event ID: 20022 Date: 3/18/2010 Time
Rank (0) Views 12 On Thu, Mar 18, 2010 1:09 AM, 5 hours ago By Pete Zerger
I suggest you look at the Service Level Dashboard 2.0. There are some short videos on SLD 2.0 to get you up and running quickly System Center Operations Manag…Dashboard part 2, Installation ystem Center Operations Manag…ashboard part 3: Configurat
Rank (94) Views 94 On , 5 hours ago By Tommy Gunn
Over pints Pierre Roman, Bruce Cowper and Rick Claus decided they would put together a concise and timely podcast each “Update Tuesday”. The object is to keep it simple by letting you know in plain, non-technical language what the updates are, what they
Rank (136) Views 181 On Wed, Mar 17, 2010 10:35 PM, 8 hours ago By Tommy Gunn
I've started gathering all the System Center-related PowerShell scripts I use from System Center Central (and a few from elsewhere) so I could have a convenient reference point. Here's the first round, but there's a lot more to be added. Here are the cat
Rank (0) Views 11 On Wed, Mar 17, 2010 10:11 PM, 8 hours ago By zom
any 1 have any idea on this? no luck googling though... :(
Rank (0) Views 12 On Wed, Mar 17, 2010 9:16 PM, 9 hours ago By Shaun Collins
The last update for the SharePoint 2007 mp was April 2009, and the blog post you reference is January 2010. Nothing has changed in the last 2-3 months. One farm is still the limit on 2007.
Rank (0) Views 11 On Wed, Mar 17, 2010 8:56 PM, 9 hours ago By Shaun Collins
Thank you for the sample. At first look, it seems like what I want, but for one thing. How can I handle hierarchies in a report like this? If it were groups I was talking about, it would be sub-groups or nested groups? Cheers, Shaun
Rank (0) Views 31 On Wed, Mar 17, 2010 5:08 PM, 13 hours ago By Audry
Currently working on a Sharepoint 2007 project, I am introducing SCOM 2007 R2 as a monitoring solution for the project. I need to monitor 2 FARMS (Active/Standby) with a SCOM infrastructure, the question has raised if it is possible to manage 2 FARMS
Rank (0) Views 87 On Wed, Mar 17, 2010 4:49 PM, 13 hours ago By Gordon McKenna MVP
I have been involved for a number of years with helping Service Providers understand how to correctly deploy Operations Manager in multi-tenant type scenarios, below is some information I have put together from a number of different sources as well as fro
Rank (0) Views 17 On Wed, Mar 17, 2010 4:38 PM, 14 hours ago By Gordon McKenna MVP
I would try re-installing the IIS MP i.e. delete the MP and re-import it. I remember having the same issues a while back and this solved it. Let me knowhow you get on, Gordon
Rank (0) Views 12 On Wed, Mar 17, 2010 4:35 PM, 14 hours ago By Gordon McKenna MVP
Hi Brian, the scheduling functionality is a fetaure of SQL Reporting Services and not OpsMgr unfortunately, so if you have moved repoting services too, it is likely that you have lost any scheduled jobs that you may have had. I am not aware of anyway
Rank (146) Views 150 On Wed, Mar 17, 2010 3:37 PM, 15 hours ago By Dennis Rietvink
This article gives step-by-step instructions how to feed computer location information from an external source into OpsMgr using a connector.
Rank (0) Views 17 On Wed, Mar 17, 2010 3:31 PM, 15 hours ago By Tommy Gunn
Have you looked in the OpsMgr Event Logs on the agent managed computers to see what errors are present? Here's how to get to the tasks that will show you rules that are running and the ones that have failed. Returning Resultant Set of Rules in Ops M
Rank (0) Views 22 On Wed, Mar 17, 2010 1:08 PM, 17 hours ago By rezilient
Here is the output of get-member: PS Monitoring:\ $sample2 | Get-Member TypeName: Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataValue Name MemberType Definition
Rank (0) Views 32 On , 18 hours ago By Tenchuu
Try $sample2 | get-member Maybe there's some property that will tell you which Object/Counter/Instance it is.
Rank (0) Views 14 On Wed, Mar 17, 2010 11:40 AM, 19 hours ago By rezilient
Thanks, I took Tommy's advise and scaled down the criteria (didn't realize that was possible) and here is what I have. Now it seems I'm pulling way more data! $sample2 = get-performanceCounter -criteria: MonitoringObjectPath='userv0234.us.domain.com
Rank (0) Views 18 On , 19 hours ago By Tenchuu
From what I see there you query for data within the last 5 minutes. That's pretty odd. If there's no data within the last 5 minutes, you won't get any results of course. I don't know how often you pull the data from the machines. To verify the Instancenam
Rank (0) Views 19 On Wed, Mar 17, 2010 10:57 AM, 19 hours ago By Tommy Gunn
I am not an expert in PowerShell (or anything else for that matter), but when I have trouble in PowerShell with data not being returned, I remove some of my parameters...back off some of the instance-specific code to more and more general queries until
Rank (0) Views 22 On Wed, Mar 17, 2010 10:07 AM, 20 hours ago By Sean Roberts (Inframon)
Hi Shaun, Please find a script below. Hopefully it's self documenting enough but if you've got any other questions please let me know! Cheers _________________________________________________________ use OperationsManagerDW DECLARE @Rel