<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Michael Griswold's SCCM Tips and Tricks</title><link>http://blogs.technet.com/b/michaelgriswold/</link><description>Things I have learned and want to share</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>SCCM, Intune, and you</title><link>http://blogs.technet.com/b/michaelgriswold/archive/2013/05/03/sccm-intune-and-you.aspx</link><pubDate>Fri, 03 May 2013 13:44:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3570510</guid><dc:creator>Mike Griswold</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/rsscomments.aspx?WeblogPostID=3570510</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/commentapi.aspx?WeblogPostID=3570510</wfw:comment><comments>http://blogs.technet.com/b/michaelgriswold/archive/2013/05/03/sccm-intune-and-you.aspx#comments</comments><description>&lt;p&gt;With System Center 2012 Configuration Manager Service pack 1 came new ways to manage new OS types.&amp;#160; Mac and Unix/Linux management were big additions, but perhaps equally big was the expansion of mobile device management to manage things like iOS devices, Android devices, Windows Phone 8, and Windows RT devices.&amp;#160; This management is a richer management than we had for ActiveSync devices in SCCM 2012 RTM and different than what we have for older devices like WinCE and Windows mobile 6.x devices in SCCm 2007 and SCCM 2012 RTM.&amp;#160; This new functionality is via a connection with Intune, Microsoft’s cloud solution for device management.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;What is Intune?&lt;/p&gt;  &lt;p&gt;Intune is a fully standalone solution for managing devices from the cloud.&amp;#160; It is a subscription service you can use and it will manage full OS machines as well as mobile OS like those I mention above.&amp;#160; Rather than duplicate efforts for mobile device management the SCCM 2012 product leverages Intune’s communications and functionalities to mange these devices, but moves the management responsibility back to the SCCM admin console so all management of devices can be done in one place.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;How to hook SCCM and Intune together?&lt;/p&gt;  &lt;p&gt;There are many settings and specifics to setting up Intune and configuring it to work with SCCM.&amp;#160; Craig Morris from the SCCM product group put together a great &lt;a href="blogs.technet.com/b/configmgrteam/archive/2013/03/20/configuring-configuration-manager-sp1-to-manage-mobile-devices-using-windows-intune.aspx" target="_blank"&gt;blog post on the subject&lt;/a&gt; so I’m not going to try and duplicate that here, but rather give a few key pointers to be aware of.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The first step to hooking SCCM and Intune together is to have SCCM and Intune.&amp;#160; You need to have SCCM 2012 SP1 as a minimum, and then you need to setup an &lt;a href="http://www.microsoft.com/en-us/windows/windowsintune/try.aspx" target="_blank"&gt;Intune account&lt;/a&gt;.&amp;#160; There is a 30 day free trial so clear your calendar for the next month and give it a shot to see if it is right for you.&amp;#160; &lt;strong&gt;TIP 1&lt;/strong&gt; - When you set it up you probably don’t want to use any existing account you have to use for Hotmail, MSDN, SkyDrive, etc.&amp;#160; Intune will be tied to your account so you probably want to setup or use some kind of generic account for your company rather than one tied to you personally.&amp;#160; It makes it easier for you to retire down the road when that day comes. &lt;img class="wlEmoticon wlEmoticon-smile" style="border-top-style: none; border-left-style: none; border-bottom-style: none; border-right-style: none" alt="Smile" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/4743.wlEmoticon_2D00_smile_5F00_64D9B663.png" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;TIP 2 - &lt;/strong&gt;The next pointer is that once you setup Intune and you start poking around DO NOT set the &lt;em&gt;Mobile Device Management Authority&lt;/em&gt;.&amp;#160; This setting can be done once, and only once.&amp;#160; If you do it wrong you have to “tear up” your Intune site, throw it away, and make another one.&amp;#160; Let SCCM set it for you when you are ready.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The next part of integration is up to you what you want to do.&amp;#160; In the ideal world you would setup Single Sign On (SSO) so your users can use their domain credentials.&amp;#160; For me and my test lab I was limited by the lack of an internet resolvable domain name so I couldn’t do it and had to do some workarounds.&amp;#160; If you do want to set it up you will need to look into setting up an Active Directory Federation Services (ADFS) to aid in the syncing.&amp;#160; This leads to &lt;strong&gt;TIP 3&lt;/strong&gt; – Make sure the Universal Principal Name (UPN) of your domain user accounts can be resolved by the Microsoft AZURE cloud.&amp;#160; Said in other terms, if your users have accounts like &lt;em&gt;&lt;a href="mailto:user@domain.internal"&gt;user@domain.internal&lt;/a&gt;&lt;/em&gt; and your company is externally reachable by &lt;em&gt;&lt;a href="mailto:user@company.com"&gt;user@company.com&lt;/a&gt;&lt;/em&gt;.., you are going to have some hurdles to jump over to get things working correctly.&amp;#160; Once you have your UPN figured out, use DIRSYNC to get accounts into Intune and then activate them in Intune.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Once you have&amp;#160; all that in place you get to head to the SCCM 2012 admin console to complete the last bits.&amp;#160; You need to setup an Intune subscription to link things together, and you need to setup an Intune connector site system role (similar to a Distribution Point) so you can publish content for devices into the Intune cloud.&amp;#160; In this process you should also create a user based collection as your control point of what users will be allowed to use devices managed via Intune.&amp;#160; You might want to start with only a test user or two (who has the correct UPN) and eventually expand to all the users in your organization.&amp;#160; &lt;strong&gt;TIP 4&lt;/strong&gt; - Keep the users in this collection set as activated users in Intune for best results.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Now what?&lt;/p&gt;  &lt;p&gt;These will get you a link between Intune and SCCM, so now you are ready to manage some devices.&amp;#160; I’ll be adding some future blog posts to talk about how to setup a connection with each type of mobile device and distribute software to it… so stay tuned.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3570510" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM+_2D00_+General/">SCCM - General</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/ConfigMgr+2012+_2D00_+General/">ConfigMgr 2012 - General</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM/">SCCM</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/Intune/">Intune</category></item><item><title>KB2775511 deployment for the SCCM Admin</title><link>http://blogs.technet.com/b/michaelgriswold/archive/2013/03/13/kb2775511-deployment-for-the-sccm-admin.aspx</link><pubDate>Wed, 13 Mar 2013 22:40:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3558524</guid><dc:creator>Mike Griswold</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/rsscomments.aspx?WeblogPostID=3558524</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/commentapi.aspx?WeblogPostID=3558524</wfw:comment><comments>http://blogs.technet.com/b/michaelgriswold/archive/2013/03/13/kb2775511-deployment-for-the-sccm-admin.aspx#comments</comments><description>&lt;p&gt;This week Microsoft rolled out a BIG hotfix (90 hotfixes) rollup for &lt;a href="http://support.microsoft.com/kb/2775511" target="_blank"&gt;Windows 7 SP1 and Windows Server 2008 R2 SP1&lt;/a&gt;.&amp;nbsp; To better understand all the goodness it gives you check out the &lt;a title="AskPFEPlat blog post" href="http://blogs.technet.com/b/askpfeplat/archive/2013/03/12/slow-boot-slow-login-sbsl-hotfix-rollup-for-windows-7-and-server-2008-r2-available-today.aspx?PageIndex=3&amp;amp;CommentPosted=true#comments" target="_blank"&gt;AskPFEPlat blog&lt;/a&gt; or go to the source of one of the guys who helped put it together, my fellow PFE &lt;a title="Blog post from Jeff Stokes" href="http://blogs.technet.com/b/jeff_stokes/archive/2013/03/12/download-this-kb-now.aspx" target="_blank"&gt;Jeff Stokes&lt;/a&gt;.&amp;nbsp; It is being distributed as an enterprise hotfix and so I think it likely that a lot of you folks running SCCM to manage your enterprise might want to roll out this hotfix.&amp;nbsp; One big advantage that comes to mind is including it in your OSD image capture to cut down on patch install time for future deployments.&amp;nbsp;&amp;nbsp; The trick is that &amp;ldquo;out of the box&amp;rdquo; you can&amp;rsquo;t deploy this.&amp;nbsp; It does not sync to WSUS and your SCCM software update point (SUP) automatically.&amp;nbsp; There are some simple steps you can take to get it there, however.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On your central site/CAS SUP open up the &lt;strong&gt;Windows Server Update Services&lt;/strong&gt; admin console&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;It is worth noteing that we see SCCM folks do more harm than good in the WSUS admin console, but this is one of those exception times you need to go in there.&amp;nbsp; Do so carefully.&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;Go to &lt;strong&gt;updates&lt;/strong&gt; and select &lt;strong&gt;Import Updates&lt;/strong&gt; to launch a webpage to the Microsoft Update Catalog.&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/4034.image_5F00_46FB31B9.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/2474.image_5F00_thumb_5F00_18A1AC0C.png" alt="image" width="643" height="294" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;Search on 2775511 and then &lt;strong&gt;add all&lt;/strong&gt; that you are interested in getting for your environment&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/1715.image_5F00_7F39A8D1.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/8267.image_5F00_thumb_5F00_2C4E95A0.png" alt="image" width="645" height="257" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;Make sure the checkbox to import directly is selected then hit the&lt;strong&gt; import&lt;/strong&gt; button.&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Another box will come up tracking the download and show success when completed&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/0576.image_5F00_5DDA0335.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/8512.image_5F00_thumb_5F00_4B913C73.png" alt="image" width="452" height="357" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/ol&gt;
&lt;li&gt;Verify that your SCCM site is set to sync "Updates" classification, becase that is what this is (as compared to "service packs" or "security updates").&lt;/li&gt;
&lt;li&gt;Once that download is complete you can &lt;strong&gt;sync&lt;/strong&gt; SCCM and then you should see the updates in SCCM to deploy as you would any other update&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/6038.image_5F00_3D52C383.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/5086.image_5F00_thumb_5F00_2B09FCC1.png" alt="image" width="314" height="403" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/3264.image_5F00_15AC4759.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/6472.image_5F00_thumb_5F00_711AB9D4.png" alt="image" width="839" height="143" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3-14-13 update - Added links to AskPFEPlat and Jeff Stokes' blogs along with warning about using WSUS admin console&lt;/p&gt;
&lt;p&gt;3-14-13 update #2 - added clarity about fix classification&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3558524" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM+_2D00_+Patching/">SCCM - Patching</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM+_2D00_+OSD/">SCCM - OSD</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM/">SCCM</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/System+Center+2012+Configuration+Manager/">System Center 2012 Configuration Manager</category></item><item><title>The best group is a DP group!</title><link>http://blogs.technet.com/b/michaelgriswold/archive/2013/03/08/the-best-group-is-a-dp-group.aspx</link><pubDate>Fri, 08 Mar 2013 16:17:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3557317</guid><dc:creator>Mike Griswold</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/rsscomments.aspx?WeblogPostID=3557317</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/commentapi.aspx?WeblogPostID=3557317</wfw:comment><comments>http://blogs.technet.com/b/michaelgriswold/archive/2013/03/08/the-best-group-is-a-dp-group.aspx#comments</comments><description>&lt;p&gt;There are all kinds of new features in System Center 2012 Configuration Manager (SCCM 2012) and you have probably read about, watched video, or made use of many of them.&amp;nbsp; As I visit customers I find there is one very cool feature that most folks don&amp;rsquo;t realize is actually there:&amp;nbsp; Distribution Point groups&lt;/p&gt;
&lt;p&gt;Distribution groups aren&amp;rsquo;t really a new feature per se. They existed in SCCM 2007.&amp;nbsp; However, their usefulness in 2007 was limited.&amp;nbsp; They were only useful as a UI convenience during package distribution UI.&amp;nbsp; In SCCM 2012 they are much more than that.&amp;nbsp; They are a very useful tool.&lt;/p&gt;
&lt;p&gt;The great thing about DP groups is that you can target software deployments at the DP group and then content will be added dynamically to any DP which is added&amp;nbsp;to that group.&amp;nbsp; Because of this I recommend to all my customers that even if they only have 1 DP they should make a DP group, put the 1 DP in it, then target all software distributions to the group, not the named DP.&amp;nbsp; I tell them this to make the future better and easier.&amp;nbsp; Compare this future scenario with and with out a DP group:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Your SCCM 2012 site has been up and running for a year.&amp;nbsp; You have 100 packages already deployed to your single remote DP but the hardware is old and failing so you want to rebuild it into a play toy for your new hire to train on.&amp;nbsp; You finally got the funds for new hardware and built it out to be your new remote DP.&amp;nbsp; Now you have to get your packages deployed to it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Non-group option:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to a package and distribute the content to the new DP&lt;/li&gt;
&lt;li&gt;Wait 5+ minutes and confirm the DP has received all the content&lt;/li&gt;
&lt;li&gt;Go back to the package and delete the old DP so the package files will be removed from it&lt;/li&gt;
&lt;li&gt;Repeat steps 1-3 99 more times for the entire day, maybe into tomorrow&lt;/li&gt;
&lt;li&gt;Claim overtime if you are allowed to&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;DP group option:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Since you deployed all the content to the DP group you just add the new DP to the existing DP group as you head home for the day&lt;/li&gt;
&lt;li&gt;Let all 100 packages&amp;nbsp;replicate to the new DP over night, minimizing impact to your network when users need it&lt;/li&gt;
&lt;li&gt;Come in the next morning navigate to Administration\Distribution Points, select your old DP and from the properties/content tab do a multi-select and delete all the packages from it.&lt;/li&gt;
&lt;li&gt;Do the other work your boss expects from you..., SCCM is good to go.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;How is that not cool?!?!?&lt;/p&gt;
&lt;p&gt;To be fair, I kept my scenarios to &amp;ldquo;in-product functionality&amp;rdquo; and there are some scripts to help handle this kind of thing in SCCM 2007&amp;hellip;, but why mess with scripts when the product has such a nice feature built right in and fully supported?&lt;/p&gt;
&lt;p&gt;I should also note that content is not removed from the DP just by removing it from the DP group.&amp;nbsp; You either have to delete it from the DP via the SCCM UI before removal, or format the&amp;nbsp;ex-DP if you don't care.&amp;nbsp; I did a modification of this post to make that more clear.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3557317" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM+_2D00_+SWDist/">SCCM - SWDist</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/System+Center+2012+Configuration+Manager/">System Center 2012 Configuration Manager</category></item><item><title>“Dial Me In Baby” and the other magical files of Configuration Manager</title><link>http://blogs.technet.com/b/michaelgriswold/archive/2013/02/06/dial-me-in-baby-and-the-other-magical-files-of-configuration-manager.aspx</link><pubDate>Wed, 06 Feb 2013 13:07:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3550538</guid><dc:creator>Mike Griswold</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/rsscomments.aspx?WeblogPostID=3550538</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/commentapi.aspx?WeblogPostID=3550538</wfw:comment><comments>http://blogs.technet.com/b/michaelgriswold/archive/2013/02/06/dial-me-in-baby-and-the-other-magical-files-of-configuration-manager.aspx#comments</comments><description>&lt;p&gt;Back in the SMS 2.0 days I was doing phone support and I would often have to listen to statements of disbelief when I told customers to create a Dial_Me_in_baby.sms file in order to enable logging to troubleshoot their issues.&amp;nbsp; While that file is no longer needed (all server logs are turned on by default) I thought I would do a short post on the magical files of SCCM.&amp;nbsp; The files who mere existence affects the behavior of our product.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Dial_Me_In_Baby.sms&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In the old SMS 2.0 days server logging was not enabled by default.&amp;nbsp; It could be enabled component by component, but that was a pain.&amp;nbsp; The other option was to create an empty text file in the root of the C drive called Dial_Me_In_Baby.sms then stop and start the SMS Executive service.&amp;nbsp; On startup it would see the file and enable logging for all components, with default log sizes.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Die_Evil_Bug_Die.sms&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This log was similar to Dial_Me_In_Baby except that it changed the logging level to include debug level logging.&amp;nbsp; Not many folks realize that there are multiple levels of server logging on SMS/SCCM and use of this file was one way to get additional details in the logs (as if&amp;nbsp;all of you want MORE detail in the logs).&amp;nbsp; For some background on these two files see &lt;a title="http://www.myitforum.com/articles/1/view.asp?id=3918" href="http://www.myitforum.com/articles/1/view.asp?id=3918"&gt;http://www.myitforum.com/articles/1/view.asp?id=3918&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;SkpSwi.dat&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This file is in use today and is used by configuration manager to avoid inventorying itself.&amp;nbsp; When a software inventory is being run and the client agent is recursively walking through the directory structures on the hard drive it checks each folder for the existence of this file.&amp;nbsp; If the file is found then inventory of that that directory and all sub directories is skipped.&amp;nbsp; It is usually hidden but if you look for the hidden file on one of your clients you should find it in a few places, the cache directory being one of them.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;No_SMS_On_Drive.sms&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ideally this would never be needed, but the ideal and the real are not always the same, and thus it exists.&amp;nbsp; There are several points in deployment of SCCM server roles, such as a distribution point, when you want to keep SCCM from using one drive partition.&amp;nbsp; In most cases the default SCCM behavior is to choose the NTFS formatted drive with the most free disk space.&amp;nbsp; If you don&amp;rsquo;t want a specific drive to be used then make a No_SMS_ON_Drive.sms file on the rot of the partition to be skipped, and it will be removed from consideration by the SCCM process.&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3550538" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM+_2D00_+General/">SCCM - General</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/ConfigMgr+2012+_2D00_+General/">ConfigMgr 2012 - General</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/System+Center+2012+Configuration+Manager/">System Center 2012 Configuration Manager</category></item><item><title>Manual removal of the SCCM client</title><link>http://blogs.technet.com/b/michaelgriswold/archive/2013/01/02/manual-removal-of-the-sccm-client.aspx</link><pubDate>Wed, 02 Jan 2013 18:21:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3543636</guid><dc:creator>Mike Griswold</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/rsscomments.aspx?WeblogPostID=3543636</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/commentapi.aspx?WeblogPostID=3543636</wfw:comment><comments>http://blogs.technet.com/b/michaelgriswold/archive/2013/01/02/manual-removal-of-the-sccm-client.aspx#comments</comments><description>&lt;p&gt;As much as I love it, it may occasionally be necessary to remove the System Center Configuration Manager client.&amp;#160; I recently had a customer who could not get a machine to upgrade from 2007 to 2012 and after attempting many things we did a manual clean down of the client then the 2012 client installed just fine.&amp;#160; If you need to remove the client you can do so fairly easily by running ccmsetup.exe /uninstall.&amp;#160; Ccmsetup should exist on all clients, usually under the windows folder.&amp;#160; In the event that the command line doesn’t work here is a list of things I usually check and remove to manually clean-up all the traces of the client so I can try a fresh install.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;1. SMS Agent Host Service&lt;/p&gt;  &lt;p&gt;2. CCMSetup service (if present)&lt;/p&gt;  &lt;p&gt;3. \windows\ccm directory&lt;/p&gt;  &lt;p&gt;4. \windows\ccmsetup directory&lt;/p&gt;  &lt;p&gt;5. \windows\ccmcache directory&lt;/p&gt;  &lt;p&gt;6. \windows\smscfg.ini&lt;/p&gt;  &lt;p&gt;7. \windows\sms*.mif (if present)&lt;/p&gt;  &lt;p&gt;8. HKLM\software\Microsoft\ccm registry keys&lt;/p&gt;  &lt;p&gt;9. HKLM\software\Microsoft\CCMSETUP registry keys&lt;/p&gt;  &lt;p&gt;10. HKLM\software\Microsoft\SMS registry keys&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3543636" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM+_2D00_+Client/">SCCM - Client</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM/">SCCM</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/System+Center+2012+Configuration+Manager/">System Center 2012 Configuration Manager</category></item><item><title>Permissions to Create a collection</title><link>http://blogs.technet.com/b/michaelgriswold/archive/2012/11/19/permissions-to-create-a-collection.aspx</link><pubDate>Mon, 19 Nov 2012 21:31:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3533424</guid><dc:creator>Mike Griswold</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/rsscomments.aspx?WeblogPostID=3533424</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/commentapi.aspx?WeblogPostID=3533424</wfw:comment><comments>http://blogs.technet.com/b/michaelgriswold/archive/2012/11/19/permissions-to-create-a-collection.aspx#comments</comments><description>&lt;p&gt;I had a customer doing some custom permission setting in System Center 2012 Configuration Manager the other week and after adding folks to a few existing security roles all was good except that these limited rights users could not create collections.&amp;#160; If you have looked at all the possible perms in ConfigMgr 2012 you may have seen that there are a lot and while you could test and figure this out, I figured I would share the answer to save everyone else a bit of time.&lt;/p&gt;  &lt;p&gt;To create collections a user needs the following permissions:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Collection&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Read&lt;/li&gt;      &lt;li&gt;Create&lt;/li&gt;      &lt;li&gt;Modify Folder&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3533424" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/ConfigMgr+2012+_2D00_+General/">ConfigMgr 2012 - General</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/RBA/">RBA</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/RBAC/">RBAC</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM/">SCCM</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/System+Center+2012+Configuration+Manager/">System Center 2012 Configuration Manager</category></item><item><title>DP converts, but content fails</title><link>http://blogs.technet.com/b/michaelgriswold/archive/2012/10/23/dp-converts-but-content-fails.aspx</link><pubDate>Tue, 23 Oct 2012 14:07:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3528042</guid><dc:creator>Mike Griswold</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/rsscomments.aspx?WeblogPostID=3528042</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/commentapi.aspx?WeblogPostID=3528042</wfw:comment><comments>http://blogs.technet.com/b/michaelgriswold/archive/2012/10/23/dp-converts-but-content-fails.aspx#comments</comments><description>&lt;p&gt;I hit an odd issue with a customer recently that was not easy to figure out or troubleshoot so I would like to share the problem and solution in hopes that others can avoid the pain we had to go through.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The issue is, in general, very straight forward.&amp;#160; The customer had&amp;#160; several existing System Center Configuration Manager 2007 distribution points (DPs) which they wanted to upgrade to be System Center 2012 Configuration Manager DPs as part of their migration from the old product to the new.&amp;#160; The DP migration job ran and converted over the DP but none of the content was successful in conversion, which was really the point of the conversion in the first place.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Before I get into the gory details let me say that I have had numerous customers convert DPs and content, so why this failure occurred I don’t know.&amp;#160; It might have been something in the environment, it might have been a product defect, or it might have been a solar flare at the wrong time causing an electrical disruption.&amp;#160; In any case, the solution was so easy once we figured it out that we never bothered to spend time trying to find root cause.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The early symptom of the problem was a 2389 status message that indicated a failure to connect to the DP.&amp;#160; The logs seem to indicate some kind of WMI failure, which may not really be the problem.&amp;#160; After a bit of other troubleshooting steps we managed to follow these fairly easy steps to resolve it:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Open up SQL Server Management Studio&lt;/li&gt;    &lt;li&gt;Run the following query against your ConfigMgr database, where &amp;lt;ServerName&amp;gt; is the FQDN name od the DP you are having problems with:&lt;/li&gt;    &lt;ol&gt;     &lt;li&gt;select * from DistributionPoints&amp;#160; where ServerName = ‘&amp;lt;ServerName&amp;gt;’&lt;/li&gt;   &lt;/ol&gt;    &lt;li&gt;Make note of the corresponding DPID for your problem (in this example I will call it 122389)&lt;/li&gt;    &lt;li&gt;Using the DPID returned form the query create an empty DPU file with the DPID as the file name&lt;/li&gt;    &lt;ol&gt;     &lt;li&gt;example:&amp;#160; 122389.dpu&lt;/li&gt;   &lt;/ol&gt;    &lt;li&gt;Put the file in the \Microsoft Configuration Manager\inboxes\distmgr.box&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;That’s it.&amp;#160; You should start seeing the content converted on the DP.&amp;#160; One query…, one DPU file…, problem solved!&amp;#160; Why it happens I’m still curious to know but I need another customer who is experiencing it to hire me to investigate it.&amp;#160; If you are a premier customer who wants to spend their premier hours on me and you have this issue, contact your TAM and I will be there in 1-4 months. &lt;img class="wlEmoticon wlEmoticon-smile" style="border-top-style: none; border-left-style: none; border-bottom-style: none; border-right-style: none" alt="Smile" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-81-34-metablogapi/2262.wlEmoticon_2D00_smile_5F00_18C09CEB.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3528042" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SMS+_2D00_+SWDist/">SMS - SWDist</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM+_2D00_+SWDist/">SCCM - SWDist</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/ConfigMgr+2012+_2D00_+SWDist/">ConfigMgr 2012 - SWDist</category></item><item><title>404 for Driver packages, can’t find content.</title><link>http://blogs.technet.com/b/michaelgriswold/archive/2012/09/19/404-for-driver-packages-can-t-find-content.aspx</link><pubDate>Wed, 19 Sep 2012 15:42:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3521093</guid><dc:creator>Mike Griswold</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/rsscomments.aspx?WeblogPostID=3521093</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/commentapi.aspx?WeblogPostID=3521093</wfw:comment><comments>http://blogs.technet.com/b/michaelgriswold/archive/2012/09/19/404-for-driver-packages-can-t-find-content.aspx#comments</comments><description>&lt;p&gt;Driver management has never been a fun aspect of Configuration Manager.&amp;#160; It is one of those necessary evils to enable a bigger solution of great OS deployment.&amp;#160; Done according to product design it consists of 3 general steps:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Import drivers into driver catalog&lt;/li&gt;    &lt;li&gt;Add drivers to driver packages&lt;/li&gt;    &lt;li&gt;Add boot critical drivers to WinPE images&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Adding drivers to the driver catalog can, if not done with foresight, become a big mess.&amp;#160; Some advice floating around the net recommended avoiding this mess by skipping step 1 and just creating a flat directory structure and pointing to it as your source for your driver package.&amp;#160; To my knowledge this was never recommended by Microsoft, or supported as a proper driver management technique, but it worked and it is hard to argue with something that works and saves you time…., until now.&lt;/p&gt;  &lt;p&gt;Under System Center 2012 Configuration Manager this method is blocked in the UI.&amp;#160; If you try to make a driver package and point to a directory that already has files in it, you will get an error.&amp;#160; However, if you migrate what you had under SCCM 2007 to 2012, the driver packages will migrate just fine and all will seem good..., until you run your first task sequence that uses those driver packages.&lt;/p&gt;  &lt;p&gt;When you run that task sequence you will fail to find content for the driver package.&amp;#160; If you look into the smsts.log you will find a 404 error being raised when trying to find the driver package contents.&amp;#160; This is because the new single instance storage model on the DP is not compatible with the unsupported manor in which the driver packages were made.&amp;#160; The solution is to go back to the &lt;a href="http://technet.microsoft.com/en-us/library/gg712674.aspx" target="_blank"&gt;supported method of driver management&lt;/a&gt;, using step 1 from above, and manage the “mess” of drivers as best you can.&lt;/p&gt;  &lt;p&gt;Sorry for the bad news folks.&amp;#160; The testing for the new features in ConfigMgr 2012 apparently didn’t go over testing all the unsupported scenarios out there, no matter how popular.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3521093" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM+_2D00_+OSD/">SCCM - OSD</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/System+Center+2012+Configuration+Manager/">System Center 2012 Configuration Manager</category></item><item><title>An easier way to create packages and programs</title><link>http://blogs.technet.com/b/michaelgriswold/archive/2012/09/06/an-easier-way-to-create-packages-and-programs.aspx</link><pubDate>Thu, 06 Sep 2012 17:14:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3518566</guid><dc:creator>Mike Griswold</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/rsscomments.aspx?WeblogPostID=3518566</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/commentapi.aspx?WeblogPostID=3518566</wfw:comment><comments>http://blogs.technet.com/b/michaelgriswold/archive/2012/09/06/an-easier-way-to-create-packages-and-programs.aspx#comments</comments><description>&lt;p&gt;Today’s tip is one which many folks already know, but surprisingly many folks, even those who have used the product for a long time, have some how missed.&amp;#160; Due to some work I put into this many years ago it holds a special little place in my ConfigMgr admin heart.&lt;/p&gt;  &lt;p&gt;If you use any version of System Center Configuration Manager (SMS, ConfigMgr, SCCM) then you have probably created some packages and programs to deploy software. Have you ever noticed the option (varies based on product version) for creating a package from definition?&amp;#160; That option was originally placed there so that software makers, such as Microsoft, could provide an easier way to deploy the product by you, the ConfigMgr admin.&amp;#160; Along with the binaries of the product they could also supply a file, called a package definition file, which would auto populate some fields in ConfigMgr such as product name, version, proper command lines, etc.&amp;#160; Originally these files were a .PDF extension but, for reasons I am all figure out, we changed that to be a .sms extension.&lt;/p&gt;  &lt;p&gt;So.., great concept.&amp;#160; You grab the files from the software maker, import the package definition file to create the package and program details in ConfigMgr, then you point the newly created package at your source files and start distributing software.&amp;#160; The catch is… that it didn’t catch.&amp;#160; Most companies and products did not bother with the creation of package definition files.&amp;#160; Then along came our friend, the MSI.&lt;/p&gt;  &lt;p&gt;With MSI technology picking up we saw the opportunity to help the ConfigMgr admin use this package definition concept.&amp;#160; Code changes were made and now you can reference an .MSI as well as a .SMS or .PDF file for package and program creation.&amp;#160; No longer must you depend on the software maker to create a special file.&amp;#160; If they have an MSI then you can reference that and ConfigMgr will extract all the necessary data out to create the package and programs you need.&lt;/p&gt;  &lt;p&gt;Next time you need to deploy software, check this out and see if it helps you take a few steps out of the deployment process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3518566" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM+_2D00_+SWDist/">SCCM - SWDist</category></item><item><title>Fast policy evaluation only for new machines</title><link>http://blogs.technet.com/b/michaelgriswold/archive/2012/08/02/fast-policy-evaluation-only-for-new-machines.aspx</link><pubDate>Thu, 02 Aug 2012 12:07:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3512025</guid><dc:creator>Mike Griswold</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/rsscomments.aspx?WeblogPostID=3512025</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/michaelgriswold/commentapi.aspx?WeblogPostID=3512025</wfw:comment><comments>http://blogs.technet.com/b/michaelgriswold/archive/2012/08/02/fast-policy-evaluation-only-for-new-machines.aspx#comments</comments><description>&lt;p&gt;Many of my customers are in similar situations where they do not include application deployment in their OS imaging process but instead rely on Configuration Manager to deploy apps after the OS is up and running.&amp;nbsp; The biggest complaint I hear is about how slow ConfigMgr is to do this and thus people try to speed it through various things like faster collection update intervals and more aggressive client policy polling intervals.&amp;nbsp; The downside of these more aggressive practices is that there is more churn and load on the network and server infrastructure, just to support these few new machines as they are initially built out.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In a discussion with one of my customers I hit upon a solution to this situation using the new capabilities of the ConfigMgr 2012 product.&amp;nbsp; The general idea is to have aggressive schedules only for machines in the process of being setup but less aggressive schedules for the rest of the machines.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Overview:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Set (only) necessary collections to do incremental updates&lt;/li&gt;
&lt;li&gt;Enable delta discovery for systems&lt;/li&gt;
&lt;li&gt;Set default client agent settings to policy interval of 5 minutes&lt;/li&gt;
&lt;li&gt;Set "standard" client policy interval to 60 minutes, precedence of 2&lt;/li&gt;
&lt;li&gt;Set "setup" client policy interval to 5 minutes, precedence of 1&lt;/li&gt;
&lt;li&gt;Deploy &amp;ldquo;setup&amp;rdquo; interval at collection with members created in last X days&lt;/li&gt;
&lt;li&gt;Deploy &amp;ldquo;standard&amp;rdquo; policy to a collection of all clients, such as &amp;ldquo;all systems&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Outcome:&lt;/p&gt;
&lt;p&gt;A new machine will get the aggressive default policy polling interval of 5 minutes and keep checking for new software deployments.&amp;nbsp; Once AD discovery picks up the machine via delta discovery it will be added to the collections via incremental updates to start getting software.&amp;nbsp; It will also join the &amp;ldquo;setup&amp;rdquo; collection and get a policy that keeps its policy polling interval at 5 minutes.&amp;nbsp; After a set time (1 day in my example below) when setup should be complete it will move out of the setup collection but get the standard policy which puts it back on a normal 60 minute policy polling interval, causing less churn.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Details:&lt;/p&gt;
&lt;p&gt;The key to this setup is the collection query rule for the setup collection.&amp;nbsp; The following query should give you all machines added to Configuration Manager in the last day:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,&lt;/p&gt;
&lt;p&gt;SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,&lt;/p&gt;
&lt;p&gt;SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client&lt;/p&gt;
&lt;p&gt;from SMS_R_System where DateDiff(dd,SMS_R_System.CreationDate, GetDate()) &amp;lt;1&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3512025" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SCCM+_2D00_+OSD/">SCCM - OSD</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/SMS+_2D00_+SWDist/">SMS - SWDist</category><category domain="http://blogs.technet.com/b/michaelgriswold/archive/tags/System+Center+2012+Configuration+Manager/">System Center 2012 Configuration Manager</category></item></channel></rss>