Friday, November 16, 2007
List Local Group using OpsMgr 2007 Task
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
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
http://support.microsoft.com/kb/944443
Friday, November 9, 2007
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
Use the following link to download
http://www.blogcastrepository.com/blogcasts/folders/scom/entry27818.aspx
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
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
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
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
- 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
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
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
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
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
Monitoring Windows Event using Operations manager 2007-Part4
Correlated Event detection unit monitors Guide
http://tarek.ismail.googlepages.com/MonitoringwinEvent-part4.pdf
Monday, July 30, 2007
The Database Size Estimator for Operations Manager 2007
the original post is Here
many thanks to : Ian Blyth - System Center Technologies
http://ianblythmanagement.wordpress.com
Operations Manager 2007 available documentation
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 Guidehttp://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
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
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
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
