I received my date and time for my session 4/19 at 3:00 - 4:15. I arrive at 8:33 so I need to book it to the hotel, change, practice, check my Virtual enviroment and present. I might have the chance to practice it 1 time. since everyone is arriving we will see how many people will be attending. Dates and times may change as people register. I have had my session moved due to the number of people registering.
Well I am at the MVP summit talking about ConfigMgr v.Next. Very fun. That is about all I can say due to the NDA.
SMS/SCCM, Beyond Application Deployment is a blog by Matthew Hudson covering SMS 2003, SCCM 2007, 2012 and beyond package deployment. Here you will find hints, tips, and tricks to help with managing your infrastructure. It will focus mainly on Reg files, Batch, VbScript, WMI, and possibly other methods.
Tuesday, February 16, 2010
Thursday, February 11, 2010
ConfigMgr Superflows Released
Superflows are pumped up flowcharts to help admins follow a proceedure or course inside of Configuration Manager 2007.
Main Linkhttp://technet.microsoft.com/en-us/library/ff385001.aspx
SuperFlow for Creating SQL Server Reporting Services Report Models in Configuration Manager 2007
SuperFlow for Configuring Software Updates
Software Update Deployment SuperFlow
Software Updates Synchronization SuperFlow
It is the hope of the community and Microsoft that these will help you understand/implement/and deploy ConfigMgr better.
Main Linkhttp://technet.microsoft.com/en-us/library/ff385001.aspx
SuperFlow for Creating SQL Server Reporting Services Report Models in Configuration Manager 2007
SuperFlow for Configuring Software Updates
Software Update Deployment SuperFlow
Software Updates Synchronization SuperFlow
It is the hope of the community and Microsoft that these will help you understand/implement/and deploy ConfigMgr better.
Monday, February 8, 2010
Collections Based on Metered Data
Software last run more the X days ago
----------------
select distinct SMS_R_System.ResourceId, SMS_R_System.Name from SMS_R_System inner join SMS_G_System_SoftwareUsageData on SMS_G_System_SoftwareUsageData.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareUsageData.FileName = "sol.exe" and SMS_G_System_SoftwareUsageData.StartTimeLocal > DateAdd(dd,-6,GetDate())
Software NOT run in x days
-----------------
select distinct SMS_R_System.ResourceId, SMS_R_System.Name from SMS_R_System where SMS_R_System.ResourceId not in (select distinct SMS_R_System.ResourceId from SMS_R_System inner join SMS_G_System_SoftwareUsageData on SMS_G_System_SoftwareUsageData.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareUsageData.FileName = "sol.exe" and SMS_G_System_SoftwareUsageData.StartTimeLocal > DateAdd(dd,-6,GetDate()))
----------------
select distinct SMS_R_System.ResourceId, SMS_R_System.Name from SMS_R_System inner join SMS_G_System_SoftwareUsageData on SMS_G_System_SoftwareUsageData.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareUsageData.FileName = "sol.exe" and SMS_G_System_SoftwareUsageData.StartTimeLocal > DateAdd(dd,-6,GetDate())
Software NOT run in x days
-----------------
select distinct SMS_R_System.ResourceId, SMS_R_System.Name from SMS_R_System where SMS_R_System.ResourceId not in (select distinct SMS_R_System.ResourceId from SMS_R_System inner join SMS_G_System_SoftwareUsageData on SMS_G_System_SoftwareUsageData.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareUsageData.FileName = "sol.exe" and SMS_G_System_SoftwareUsageData.StartTimeLocal > DateAdd(dd,-6,GetDate()))
Tuesday, February 2, 2010
Win 7 clients for SMS 2003
Microsoft has added support for Win7 and Server 2008 R2 clients in SMS 2003 SP3.
More information can be found here
http://support.microsoft.com/?kbid=974014
This should be used as a stepping stone as people move from SMS 2003 to SCCM 2007 or even V.Next due out sometime next year. Since main stream support has ended I would recommend people look at moving not just because support has ended but because the added benifits that are in 2007 Sp2 R2.
If you intend on staying with 2003 and jump 2007 then I would recommend that you download the ConfigMgr 2007 R2 VHD http://www.microsoft.com/downloads/details.aspx?FamilyID=e0fadab7-0620-481d-a8b6-070001727c56&displaylang=en
to play with and see how it all works so you will be better prepaired for the next version.
More information can be found here
http://support.microsoft.com/?kbid=974014
This should be used as a stepping stone as people move from SMS 2003 to SCCM 2007 or even V.Next due out sometime next year. Since main stream support has ended I would recommend people look at moving not just because support has ended but because the added benifits that are in 2007 Sp2 R2.
If you intend on staying with 2003 and jump 2007 then I would recommend that you download the ConfigMgr 2007 R2 VHD http://www.microsoft.com/downloads/details.aspx?FamilyID=e0fadab7-0620-481d-a8b6-070001727c56&displaylang=en
to play with and see how it all works so you will be better prepaired for the next version.
Monday, February 1, 2010
MMS 2010 Sesions list has been posted
For those looking at attenting MMS 2010 the sessions have now been posted. This list might change as more speakers accept or decline the offer. Expect to see dates/times by mid Feburary. You may use the drop down menu or simply download the latest PDF file to see all the sessions.
http://www.mms-2010.com/public/sessions.aspx
http://www.mms-2010.com/public/sessions.aspx
Subscribe to:
Posts (Atom)