Forum Widgets
Latest Discussions
MS 365 Management Pack in SCOM
I'm in the process of configuring the Microsoft 365 watcher node in SCOM. I've created a private team and a private channel, but I'm encountering the following error: I've added a subscription based on certificate authentication. System.Exception: ERROR: Unable to remove document from Teams (Teams: 'SyntheticTranscation'; Channel: 'M365Channel'). What should I do?taherism87May 09, 2025Copper Contributor11Views0likes0CommentsCustomising SCOM EVENT ID alert message
Hi all I have a rule configured to alert on Domain Admin group membership changes. What I'm hoping for help on is customising the report message so I can cherry pick data to present as this one also goes to a management team. The rule uses Parameter 3 to identify only report on group called "Domain Admins" but how can I push parameter 3 and I assume other parameters to the custom alert fields. I know when I do this stuff in powershell using get-winevent command if I want to grab specific information I'm doing something like the below and I'm essentially wanting to report in the same way so need to extract from the SCOM alert the GroupName affected (I will be doing more the just Domian admins hence wanting this to be dynamic), Account added, Admin making the change without putting in the whole event description so it reads better. $AGG = Get-WinEvent -FilterHashtable @{Path="$securitylog";ID="4728"} -ComputerName $DC -ErrorAction SilentlyContinue foreach($entry in $AGG){ $table += New-Object -TypeName psobject -Property @{ Action = "Added Account to Domain Local Group" Time = get-date $entry.TimeCreated GroupName = $entry.Properties[3].Value+'\'+$entry.Properties[2].Value Admin = $entry.Properties[7].Value+'\'+$entry.Properties[6].Value Account = (New-Object System.Security.Principal.SecurityIdentifier($entry.Properties[1].Value.Value)).Translate([System.Security.Principal.NTAccount]).Value DC = $DC } }Joshua_ReynoldsJan 03, 2025Copper Contributor77Views0likes0Commentsscom group issue
Hi I have added multiple objects to an existing SCOM group, but when I go to “view Group Members” its not showing those newly added objects on that group. Last time when I added some objects to the same group it took almost a day and then those members were appeared on that group. But this time its more than a day still member objects are not appearing in that group. Any idea what could be the issue. I am using scom 2019.roopesh_shettyDec 11, 2024Copper Contributor10Views0likes0CommentsProcess Monitor issue
Hi Team, I have created a Process Monitor and Targeted a Group which has some 24 windows computers. This monitor is working fine. But now I have a requirement to monitor same process on some more windows computers, so I have added those computers into that group. I can see those computers in membership view of that group, but the process monitor is still not applied to those computers. Any idea what could be the issue? I have even restarted the Management server but no help.roopesh_shettyNov 07, 2024Copper Contributor17Views0likes0CommentsSCOM 2019 Upgrade challenge
Hi Team, I'm working on SCOM In place upgrade from SCOM 2016 to SCOM 2019. Challenge I'm facing is we are running on the SQL version 2014. which is not supported for SCOM 2019 upgrade. Please let me know how I can proceed on this.Shekkeer240May 26, 2022Copper Contributor430Views0likes1CommentSCOM can't see available server
hello veryone, when I am about to add a network device, SCOM cannot see the available server, what should I do?leo01Oct 12, 2021Copper Contributor298Views0likes0Comments