-
Bobgreen replied to the topic SCOM: two gateway in same domain, how to migrate agents in the forum Operations Manager4 2 weeks, 4 days ago
Microsoft.EnterpriseManagement.Administration.AgentManagedComputer class which can be invoked by Get-SCOMAgent cmdlet has method SetManagementServers.
You should create list of secondary servers, it can be an empty list:
$SecondaryManagementServers = New-Object…[Read more]
-
Bobgreen replied to the topic schannel errors after TLS 1.2 implementation in the forum Operations Manager4 2 weeks, 4 days ago
I’ve investigated scripts and I figured out that SCOM Health Service can use TLS 1.2 but scripts in management packs wasn’t adapted for it. Some scripts use OleDb provider which doesn’t support TLS 1.2. I didn’t try but MS released new OleDb driver which should include support TLS 1.2. You can try to update the driver and share…[Read more]
-
Bobgreen replied to the topic RegEx in Expressin Filter module? in the forum Operations Manager4 2 years, 8 months ago
By default ExpressionFilter uses case insensitive option. If you need to switch to case sensitive option then you can do it using attribute CaseSensitive in operator field.
-
Bobgreen replied to the topic SCOM 2012 Planning – Dynamic Computer Group membership – AD Groups in the forum Operations Manager 4 years, 7 months ago
MP was updated, now it works on both OpsMgr servers – 2007 R2 & 2012!
-
Bobgreen replied to the topic Configure SCOM 2007 R2 CU7 in the forum Operations Manager 4 years, 7 months ago
CU7 contains all previous updates, sou you just can install CU7 without previous CUs.
-
Bobgreen replied to the topic SCOM 2012 Planning – Dynamic Computer Group membership – AD Groups in the forum Operations Manager 4 years, 9 months ago
Hi, I just wrote my 3rd public management pack at last week. I did it for Operations Manager 2007 R2 and not tested it for OpsMgr 2012. This management pack uses PowerShell and Operations Manager 2007 R2 cmdlets, I don’t know how it will work with 2012.
Notifying reviewers with attachment links to #SCSM 2012 HTML5 portal
-
Bobgreen replied to the topic ACS Problem – cannot find stored procedure in the forum Operations Manager 5 years, 2 months ago
I think you just not ran SQL Script for ACS %SystemDrive%WindowsSystem32SecurityAdtServerDbUpgV6toV7.sql
-
Bobgreen wrote a new post, HP MSA2000 Monitoring Management Pack. 5 years, 8 months ago
This management pack monitors the health of HP Modular Smart Array 2000 G1/G2/G3 Series and Performance of HP Modular Smart Array P2000 G3. For more information see .docx file in archive.
Most of the rules, […]
-
Bobgreen wrote a new post, Maintenance Mode Notification 5 years, 8 months ago
This management pack generate information alerts about computers which sets in maintenance mode. You can create subscribtion on this alert.
-
Bobgreen wrote a new post, (no title) 5 years, 8 months ago
None