Thursday, October 14, 2010
V.Next: Configuration Manager and Systems Management Server
Configuration Manager and Systems Management Server
- TechNet Virtual Lab: Deploying System Center Configuration Manager v.Next
- TechNet Virtual Lab: Maintaining Healthy Clients in System Center Configuration Manager v.Next
- TechNet Virtual Lab: Introduction to System Center Configuration Manager v.Next
- TechNet Virtual Lab: Implementing Settings Management in System Center Configuration Manager v.Next
- TechNet Virtual Lab: Implementing Role-Based Administration in System Center Configuration Manager v.Next
- TechNet Virtual Lab: Implementing Software Updates in System Center Configuration Manager v.Next
- TechNet Virtual Lab: Deploying a System Center Configuration Manager v.Next Hierarchy
- TechNet Virtual Lab: Basic Software Distribution in System Center Configuration Manager v.Next
- TechNet Virtual Lab: Advanced Software Distribution in System Center Configuration Manager v.Next
You can find the labs all on the TechNet Virtual Lab page here.
Don’t forget, tomorrow the Community Evaluation Program for ConfigMgr v.Next starts. More information on that is here.
Epo tutorials & documentation.
Below link has Epo tutorials & documentation.
https://community.mcafee.com/community/business/epo?view=documents
Wednesday, October 13, 2010
Windows 2008 IIS Common Issue on MP : Make sure you need to meet this settings on your windows 2008 server
Windows 2008 IIS Common Issue on MP : Make sure you need to meet this settings on your windows 2008 server
Last hardware inventory 14 days
---------------------------------------------
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 inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_COMPUTER_SYSTEM.Name not in (select SMS_R_System.Name from SMS_R_System inner join SMS_G_System_WORKSTATION_STATUS on SMS_G_System_WORKSTATION_STATUS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_WORKSTATION_STATUS.LastHardwareScan >= DateAdd(dd,-14,GetDate()) )
-----------------------
Collections: query to check for obsolete clients
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 obsolete = 1