welcome System Center 2007!

System Center Operations manager 2007 in Egypt

قُل لّوْ كَانَ الْبَحْرُ مِدَاداً لّكَلِمَاتِ رَبّي لَنَفِدَ الْبَحْرُ قَبْلَ أَن تَنفَدَ كَلِمَاتُ رَبّي وَلَوْ جِئْنَا بِمِثْلِهِ مَدَداً

Showing posts with label Microsoft. Show all posts
Showing posts with label Microsoft. Show all posts

Friday, November 16, 2007

List Local Group using OpsMgr 2007 Task

you can list all local groups on your server using a simple task in operations manager
use the script below to create your task

On Error Resume Next
strComputer = "."Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colItems = objWMIService.ExecQuery _
("Select * from Win32_Group Where LocalAccount = True")
For Each objItem in colItems

Wscript.Echo "Name: " & objItem.Name
Wscript.Echo "Description: " & objItem.Description
Wscript.Echo "SID: " & objItem.SID
Wscript.Echo "-------------------Tarek-----------------------"
Next

Enable TS using OPsMgr 2007 Task

you can enable Terminal service using a Task for your operations manager console

the script is below :

const HKEY_LOCAL_MACHINE = &H80000002
strComputer = "."Set oReg=GetObject( _
"winmgmts:{impersonationLevel=impersonate}!\\" &
_ strComputer & "\root\default:StdRegProv")
strKeyPath = "SYSTEM\CurrentControlSet\Control\Terminal Server\"
strValueName = "fDenyTSConnections"
oReg.SetDWORDValue _
HKEY_LOCAL_MACHINE, strKeyPath, strValueName,0
oReg.GetDWORDValue _ HKEY_LOCAL_MACHINE, strKeyPath, strValueName, dwValue
if dwValue = 0 then
Wscript.Echo "Terminal service is now enabled"
else
Wscript.Echo "Terminal service could not be enabled"
end If
Wscript.Echo "-------------------Tarek----------------------"

List of fixed issues in OpsMgr 2007 Service Pack 1 Release Candidate

This article lists the issues that are fixed in Microsoft System Center Operations Manager 2007 Service Pack 1 (SP1) Release Candidate.
http://support.microsoft.com/kb/944443

Friday, November 9, 2007

BlogCast: System Center Operations manager 2007 - Part 8

BlogCast: System Center Operations manager 2007 - Part 8
Configure agent-less exception monitoring (AEM) in operations manager 2007

  • Configure proxy setting for management server.
  • Enable client monitoring on management server.
  • Create group policy administrative template
  • Create AEM policy
  • Configure AEM group policy
  • Test AEM setting

Use the following link to download

http://www.blogcastrepository.com/blogcasts/folders/scom/entry27820.aspx

BlogCast: System Center Operations manager 2007 - Part 7

BlogCast: System Center Operations manager 2007 - Part 7
Installing data warehouse and reporting for Microsoft system center operations manager 2007

  • Run prerequisites checker
  • Run install operations manager reporting installation wizard.
  • Configure data warehouse database name , size, and location
  • Configure data warehouse write account
  • Configure data reader account
  • Navigate reporting pane


Use the following link to download
http://www.blogcastrepository.com/blogcasts/folders/scom/entry27818.aspx

BlogCast: System Center Operations manager 2007 - Part 6

BlogCast: System Center Operations manager 2007 - Part 6
Installing Web console and enable SSL for Form based authentication

  • Installing web console using installation wizard
  • Use forms authentication option during installation.
  • Assign the requested certificate for Management server to
    Enable SSL for web console web Site.
  • Login to web console by administrator

Use the following link to download
http://www.blogcastrepository.com/blogcasts/folders/scom/entry27811.aspx

BlogCast: System Center Operations manager 2007 - Part 5

BlogCast: System Center Operations manager 2007 - Part 5
Certificate authentication in Operations manager 2007

  • Request a certificate for operations manager management server
  • Issue certificate for Management server
  • Install certificate for Management server
  • Export Certificate and use MOMCertImport.exe tool to assign the certificate for management server.
  • Check the registry after import the certificate.
  • Restart OpsMgr Health service to update the setting with the imported certificate.


Use the following link to download
http://www.blogcastrepository.com/blogcasts/folders/scom/entry27803.aspx

BlogCast: System Center Operations manager 2007 - Part 3

BlogCast: System Center Operations manager 2007 - Part 3
Creating service accounts for operations manager 2007

  • Check the domain function level (must be windows 2000 native at least)
  • Check the forest function level (any function level)
  • Create server action account
  • Create SDK account
  • Add Server action account to domain admins group
  • Add SDK account to local administrators group in operation manager server.


Use the following link to download
http://www.blogcastrepository.com/blogcasts/folders/scom/entry27792.aspx

BlogCast: System Center Operations manager 2007 - Part 1

BlogCast: System Center Operations manager 2007 - Part 1
Installing prerequisites for operations manager 2007:

  • The machine must be a domain member.
  • Installing IIS and ASP.Net
  • Installing .NET framework 2
  • Installing .NET framework 3
  • Installing Powershell

Use the following link to download
http://www.blogcastrepository.com/blogcasts/folders/scom/entry27790.aspx

Wednesday, October 31, 2007

Microsoft forefront client security - part 5

Finally in my last demo about microsoft Forefront client secuirty installtion contains the following:
  • Install Microsoft forefront client security server
  • Create forefront policy
  • Deploy forefront policy

You can download it from the following link
Microsoft forefront client security - part 5http://www.blogcastrepository.com/blogcasts/folders/windows_security/entry26737.aspx

Microsoft forefront client security - part 4

WSUS 3 is a great service you can use to update your current infrastructure servers and workstations
You can use my video to install WSUS 3 server in your environment it is a Microsoft free product.

Here in my demo I configure WSUS server specially for forefront client security server but you can do more in your WSUS server in your network to update other Microsoft product

You can download it from the following link
Microsoft forefront client security - part 4
http://www.blogcastrepository.com/blogcasts/folders/windows_security/entry26736.aspx

Microsoft forefront client security - part 3

The 3rd forefront blog cast contains how to install Microsoft SQL 2005 with SP2 to make your server ready to install Forefront server components

You can download it from the following link
Microsoft forefront client security - part 3
http://www.blogcastrepository.com/blogcasts/folders/windows_security/entry26732.aspx

Microsoft forefront client security - part 2

My second forefront blog cast contains how to prepare your server to install Microsoft forefront client security server
Contain the following items:

  • Install GPMC with SP1
  • Create DAS account
  • Configure DAS account as local administrator on FCS server


You can download it from the following link
Microsoft forefront client security - part 2
http://www.blogcastrepository.com/blogcasts/folders/windows_security/entry26731.aspx

Microsoft forefront client security - part 1

After long time working with Microsoft Forefront client security I have decided to prepare videos about how to install and configure Microsoft forefront client security
My first forefront blog cast contains how to prepare your server to install Microsoft forefront client security server
Contain the following items:

  • Install IIS and ASP.net
  • Install .NET framework 2
  • Install .NET framework 3

You can download it from the following link
Microsoft forefront client security - part 1
http://www.blogcastrepository.com/blogcasts/folders/windows_security/entry26723.aspx

Sunday, August 19, 2007

Monday, July 30, 2007

The Database Size Estimator for Operations Manager 2007

Ian Blyth provide us with a pretty spreadsheet to estimated Operations Manager database size based on number of agents and data transfer

the original post is Here

many thanks to : Ian Blyth - System Center Technologies
http://ianblythmanagement.wordpress.com

Operations Manager 2007 available documentation

Operations Manager 2007 Release Notes
http://technet.microsoft.com/library/bb309430

Operations Manager 2007 Supported Configurations
http://technet.microsoft.com/library/bb309428

Operations Manager 2007 Operations Guide
http://download.microsoft.com/download/7/4/d/74deff5e-449f-4a6b-91dd-ffbc117869a2/OM2007_OpsGuide.doc

Operations Manager 2007 Backup and Recovery Guide
http://download.microsoft.com/download/7/4/d/74deff5e-449f-4a6b-91dd-ffbc117869a2/opsmgr2007_backup.doc

Disaster Recovery: OpsMgr 2007 Root Management Server on a Cluster
http://blogs.technet.com/momteam/attachment/1597917.ashx

Operations Manager 2007 Design Guide
http://download.microsoft.com/download/7/4/d/74deff5e-449f-4a6b-91dd-ffbc117869a2/opsmgr2007_designguid.doc


Operations Manager 2007 Deployment Guide
http://download.microsoft.com/download/7/4/d/74deff5e-449f-4a6b-91dd-ffbc117869a2/opsmgr2007_deployment.doc

Operations Manager 2007 Performance and Scalability White Paper
http://download.microsoft.com/download/d/3/6/d3633fa3-ce15-4071-be51-5e036a36f965/om2007_perfscal.doc

Operations Manager 2007 Security Guide
http://download.microsoft.com/download/7/4/d/74deff5e-449f-4a6b-91dd-ffbc117869a2/opsmgr2007_security.doc

Microsoft Management Pack Authoring Guide
http://download.microsoft.com/download/7/4/d/74deff5e-449f-4a6b-91dd-ffbc117869a2/om2007_authconsole.exe

Operations Manager 2007 Operations Guide
http://download.microsoft.com/download/7/4/d/74deff5e-449f-4a6b-91dd-ffbc117869a2/om2007_opsguide.doc

Saturday, July 28, 2007

Monitoring Windows Service using Operations manager 2007

Monitoring windows services with operations manager 2007 provide us with great tool to monitor our servers, and detect any service problems
Diagnostic and recovery tasks are available to analyze the system automatically when the service stopped without and administrator’s action to troubleshoot the problem.
Operations manager has the ability to start the service automatically and run any suitable recovery task to cover this failure.
You can create a Windows services unit monitor that you can use to generate an alert, run diagnostic tasks , and run recovery Tasks.
The tasks can be configure to run manually or automatically
The diagnostic tasks can be configured to run only commands
The recovery tasks can be used to run a script or commands
The task can only target the monitored objects only, and cannot target others This guide will discuss how to monitor windows services by example, configure diagnostic tasks, and configure the recovery tasks


download the guide from the following link
http://tarek.ismail.googlepages.com/Monitoring-Service.pdf
or contact me at Tarek_877@hotmail.com to get a copy

Thursday, July 26, 2007

Monitoring Windows Event using Operations manager 2007 - Part 3

Monitoring windows Event with operations manager 2007 provide us with other ways to monitor our server.
Monitor the missing events in the windows event log is another way to keep your eyes on the running windows system.
You can monitor the event log file within a specified time to check if this event is missed or not.
For example, every Sunday morning from 8:00 AM to 10:00 AM a third party application do a special task and after the successful end of this task , I will get an event in the application event log of the server, and I have more than 20 server has the same application
Surprise, in a normal way I will open the event viewer of each server and search for this event during this time, this will be a time consuming job for me, and this day will be my worst day in my week to do this.

But if you have Microsoft Operations Manager 2007, you can configure a monitor to check this server at this time; if the event is located I will not be notified and the system is running well.
But if the monitor did not find this event at this time, the health state of the server will be change to warning or critical state, and I have an option to fire alert with preconfigured setting.
Also, when the health state was changed to non healthy state as you configure the monitor, when the server will be in healthy state again?
Microsoft operation manager 2007 provides us with 3 ways to reset the health state:
Manual reset
Timer reset
Windows event reset

In this guide, we will discuss how to configure a unit monitor to monitor missing windows event.
Configure missing event detection unit monitor is the easy one in windows event detection unit monitor.

download the guide from the following link
http://tarek.ismail.googlepages.com/MonitoringwinEvent-part3.pdf
or contact me at Tarek_877@hotmail.com to get a copy

Tuesday, July 24, 2007

Monitoring Windows Event using Operations manager 2007 - Part 2

Using Microsoft operations manager to monitor windows event is one of the important task should be done by the administrator.

Monitoring event log for specific event on a group of servers in a normal way can be a e work to do this and still also not an accurate solution and not automated.


Some times when the event raised, this will not be a problem in the network but when this event repeated within a short time, this could be a problem.

Microsoft System center operations manager provide a perfect solution to monitor the repeated event based on many criteria

By using windows event monitor for repeated event, you will get a magic tool to keep your network up and healthy without manual action to these windows events.

This is the second guide about monitor windows event using operations manager, in this guide we will discuss how to configure repeated event detection monitor
It seems to be easy like working with simple event detection monitor.


download the guide from the following link
http://tarek.ismail.googlepages.com/MonitoringwinEvent-part2.pdf
or contact me at Tarek_877@hotmail.com to get a copy