sathwet@gmail.com

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.

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

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.

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

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"))

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