http://blog.xplatxperts.com/xplat-xperts/2009/09/operations-manager-r2-and-service-level-dashboard-20.html
http://blog.xplatxperts.com/xplat-xperts/2010/01/scom-and-distributed-applications-service-level-objectives.html
sathwet@gmail.com
- Sath Wetthasingha PGD(UK),Dip-BCS(UK),Dip-NCC(UK),MCSE,MCT,MCLC,MACS,MBCS,MCTS,ACIW
- Melbourne, VIC, Australia
- I’m specialized in Microsoft technologies and information security. I always willing to ride an extra mile to help the IT community sharing my past experience and technical knoladge.
Friday, September 30, 2011
Wednesday, September 28, 2011
Process Monitor v2.96
http://technet.microsoft.com/en-us/sysinternals/bb896645
Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more. Its uniquely powerful features will make Process Monitor a core utility in your system troubleshooting and malware hunting toolkit.
Sharing
Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more. Its uniquely powerful features will make Process Monitor a core utility in your system troubleshooting and malware hunting toolkit.
Sharing
Sunday, September 25, 2011
Friday, September 23, 2011
Windows Print Cluster Migration error Windows Server 2008 R2
I had an issue with migrating large printer cluster to a new Microsoft Windows server 2008 R2 Cluster. All i did was export printers from the old cluster and import in to the new cluster. But the import keep failed with the following error on event viewer.
Printbrm.exe (the Printer Migration Wizard or the command-line tool) failed to restore print queue HP LaserJet 8000dn. The restore process will continue, skipping this queue. Error: 0x80070709. The printer name is invalid.
I found Microsoft KB976571 fixes this issue and many other printer cluster related issues. I tested this my environment with no issues, But its highly recommended to test with a test cluster before you install it in the production.
Printbrm.exe (the Printer Migration Wizard or the command-line tool) failed to restore print queue HP LaserJet 8000dn. The restore process will continue, skipping this queue. Error: 0x80070709. The printer name is invalid.
I found Microsoft KB976571 fixes this issue and many other printer cluster related issues. I tested this my environment with no issues, But its highly recommended to test with a test cluster before you install it in the production.
http://support.microsoft.com/kb/976571
I found this blog helps a lot on Microsoft cluster related issues as well.
http://blogs.technet.com/b/askperf/archive/2010/11/12/windows-print-cluster-best-practices-for-windows-server-2003-to-windows-server-2008-r2.aspx
Thursday, September 15, 2011
Wednesday, September 7, 2011
PXE Service Point role
http://publib.boulder.ibm.com/infocenter/toolsctr/v1r0/index.jsp?topic=%2Fdpsccm%2Fdpsccm_t_setting_up_pxe_serv_pt.html
SCCM Create a baseline
http://blogs.kraftkennedy.com/index.php/2011/06/03/creating-the-sccm-dcm-baseline-for-laptop-security/
Adding a sccm configuration item
http://sysmgmt.wordpress.com/2011/02/25/setup-desired-configuration-management-in-sccm-2007/
Backup sccm
http://www.windows-noob.com/forums/index.php?/topic/750-how-can-i-backup-my-sccm-server/
Computers not reported in 30 days in SCCM
select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from SMS_R_System where SMS_R_System.Name in (select Name from SMS_R_System where ((DATEDIFF(day, SMS_R_SYSTEM.AgentTime, getdate()) >=30) and AgentName = "SMS_AD_SYSTEM_DISCOVERY_AGENT")) and SMS_R_System.Name in (select Name from SMS_R_System where ((DATEDIFF(day, SMS_R_SYSTEM.AgentTime, getdate()) >=30) and AgentName = "Heartbeat Discovery"))
Tuesday, September 6, 2011
Configure throttling for BITS in System Center Configuration Manager SCCM 2007
http://www.youtube.com/watch?v=LN_8_gMNeyk
SCCM Network Utilization – BITS Throttling
http://joshuasmueller.wordpress.com/2009/11/30/sccm-network-utilization-bits-throttling/
Configuring SCCM and Branch Cache
http://blogs.msdn.com/b/steverac/archive/2010/02/06/configuring-sccm-and-branch-cache.aspx
Monday, September 5, 2011
SCCM 2007 and Microsoft Deployment Toolkit - Video Walkthrough
http://blogs.technet.com/b/deploymentguys/archive/2008/03/20/sccm-2007-and-microsoft-deployment-toolkit-video-walkthrough.aspx
Guide to Software Updates Deployment in Configuration Manager 2007
http://blogs.technet.com/b/configurationmgr/archive/2009/08/17/guide-to-software-updates-deployment-in-configuration-manager-2007.aspx
Subscribe to:
Posts (Atom)