<?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>Active Directory, Cluster and other fun stuff... : Quick Tips</title><link>http://blogs.technet.com/justinturner/archive/tags/Quick+Tips/default.aspx</link><description>Tags: Quick Tips</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Quick Tip: Back up your NTFS security permissions</title><link>http://blogs.technet.com/justinturner/archive/2009/02/26/quick-tip-back-up-your-ntfs-security-permissions.aspx</link><pubDate>Thu, 26 Feb 2009 15:09:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3206889</guid><dc:creator>justintu</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/justinturner/comments/3206889.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=3206889</wfw:commentRss><description>&lt;p&gt;&lt;font size="3"&gt;Here is a simple command that you can run right now in order to save you from some down-time the next time your file system &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc787794.aspx" target="_blank"&gt;&lt;font size="3"&gt;permissions&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt; get set back to the Windows defaults.&amp;#160; Proactively running this from time to time (think: task scheduler) can save you a lot of time and money the next time disaster strikes.&amp;#160; There are multiple backup solutions and utilities that you can use for this purpose, however this one is easy to use and the price is right. (free)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Subinacl.exe&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&amp;amp;displaylang=en" target="_blank"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Here is example syntax that you can use to proactively back up your NTFS permissions:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&amp;amp;displaylang=en"&gt;&lt;/a&gt;&lt;/p&gt; &lt;strong&gt;Subinacl /noverbose /output=c:\ntfs_perms.txt /subdirectories &amp;quot;Path to the Folder whose NTFS permissions we have to Backup&amp;quot;&lt;/strong&gt;   &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;To backup the permissions of the folder, subfolders and files on folder called Data on the G: drive&lt;/font&gt;:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;subinacl /noverbose /output=c:\ntfs_perms.txt /subdirectories G:\data\&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;If you wanted to just backup the NTFS permissions for the entire drive, the command would look like this:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;subinacl /noverbose /output=c:\ntfs_G_drive_perms.txt /subdirectories G:\*.*&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Most of you will probably not be concerned with backing up down to the file level, and are satisfied with just backing up the permissions at the directory level.&amp;#160; Backing up the permissions for just the directories can be achieved with the following syntax:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;subinacl /noverbose /output=c:\G_driveNTFSperms.txt /subdirectories=directoriesonly G:\*.*&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_thumb_1.png" width="749" height="142" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;The contents of the file created by subinacl are viewable in your favorite text editor:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_thumb_3.png" width="623" height="512" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;To restore the permissions on the drive using the file that you backed them up to:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;Subinacl /playfile c:\G_driveNTFSperms.txt&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_10.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTipBackupyourNTFSsecuritypermission_1376E/image_thumb_4.png" width="869" height="137" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Test it out thoroughly in your lab environment before rolling it out to production.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Thanks for reading,&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3"&gt;Justin Turner&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9d9493cd-749d-45bd-81c0-1d4d60b8981c" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Permissions" rel="tag"&gt;Permissions&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Server+2008" rel="tag"&gt;Server 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Server+2003" rel="tag"&gt;Server 2003&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Security" rel="tag"&gt;Security&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3206889" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Disaster+Recovery/default.aspx">Disaster Recovery</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Quick+Tips/default.aspx">Quick Tips</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Server+2008/default.aspx">Server 2008</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Security/default.aspx">Security</category></item><item><title>Quick TIP:  The replication operation was preempted</title><link>http://blogs.technet.com/justinturner/archive/2008/08/21/quick-tip-the-replication-operation-was-preempted.aspx</link><pubDate>Fri, 22 Aug 2008 01:20:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3109938</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/3109938.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=3109938</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=3&gt;This tip can help clear some confusion when you encounter the following error while forcing replication:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;result 8461 The replication operation was preempted&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Here is the output of running repadmin /showreps on a brand new domain controller: &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=System&gt;DC=contoso,DC=com&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5th_Ward\ContosoDC2 via RPC&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objectGuid: 5ed02b33-a6ab-4576-b109-bb688221e6e3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=System&gt;Last attempt @ 2008-08-21 17:51.44 failed, result 8461:&amp;nbsp;&amp;nbsp; The replication operation was preempted.&lt;BR&gt;Last success @ (never).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=System&gt;&lt;FONT face=Tahoma size=3&gt;If you use the verbose switch you will see the following:&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=System size=2&gt;DC invocationID: &lt;BR&gt;5ed02b33-a6ab-4576-b109-bb688221e6e3 DO_SCHEDULED_SYNCS WRITEABLE &lt;BR&gt;COMPRESS_CHANGES NO_CHANGE_NOTIFICATIONS NEVER_SYNCED PREEMPTED USNs: &lt;BR&gt;577738/OU, 0/PU Last attempt @ 2008-08-21 17:51:44 was delayed for a &lt;BR&gt;normal reason, result 8461 (0x210d): The replication operation was preempted. &lt;BR&gt;Last success @ (never).&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;The reason we log this message is because there is an ongoing higher priority replication operation that has not completed yet.&amp;nbsp; In order to see what inbound replication items are queued (and have preempted us) run the following command on the dc:&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=System&gt;repadmin /queue&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;If you have a lot of items queued run:&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face=System&gt;repadmin /queue &amp;gt;c:\repl_queue.txt&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;This will output a list of inbound replication tasks that are queued.&amp;nbsp; They are listed by task id in order of priority.&amp;nbsp; The replication operation that we are waiting on is at the top of the list.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;If you want to find out what objects/attributes are currently being replicated in to this dc we can enable diagnostic logging for "5 Replication Events" (coming in a future post)&amp;nbsp; However, Steve Patrick(Spat) shows us a cool repadmin cmd in his post &lt;A href="http://blogs.msdn.com/spatdsg/archive/2007/01/30/what-s-bogging-down-your-cpu.aspx" target=_blank mce_href="http://blogs.msdn.com/spatdsg/archive/2007/01/30/what-s-bogging-down-your-cpu.aspx"&gt;here&lt;/A&gt;.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;&lt;FONT face=System size=2&gt;repadmin /showchanges ContosoDC2 5ed02b33-a6ab-4576-b109-bb688221e6e3 DC=corp,DC=com &amp;gt;changes.txt&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;Part 2 of this post will come at a later date.&amp;nbsp; Stay tuned...&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3109938" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Quick+Tips/default.aspx">Quick Tips</category></item><item><title>Quick TIP: Quickly verify AD replication status</title><link>http://blogs.technet.com/justinturner/archive/2007/11/29/quick-tip-quickly-verify-ad-replication-status.aspx</link><pubDate>Thu, 29 Nov 2007 10:36:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2587169</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/2587169.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=2587169</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=3&gt;It can be a little tedious to verify replication status in a large Active Directory environment via the Sites and Services snap-in.&amp;nbsp; Here is a command I use quite frequently to check the replication status of all domain controllers:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A&gt;&lt;B&gt;REPADMIN&lt;/B&gt;&lt;/A&gt; /SHOWREPL * /&lt;A&gt;&lt;B&gt;CSV&lt;/B&gt;&lt;/A&gt; &amp;gt;showrepl.&lt;A&gt;&lt;B&gt;csv&lt;/B&gt;&lt;/A&gt; 
&lt;P&gt;&lt;FONT size=3&gt;View the file in Microsoft Excel and perform the following filtering options to get a good quick overview of replication health:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;1. Hide columns A and B&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;2. Select the row just under Column headers and choose Window / Freeze Pane (In Excel 2007: View tab, Window, Freeze Panes, Freeze Top Row)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;3. Highlight the entire spreadsheet and choose Data / Filter / Auto-Filter &lt;/FONT&gt;
&lt;P&gt;&lt;FONT size=3&gt;4. Click on the down-arrow for the "Last Failure Status" column, and choose "does not &lt;BR&gt;equal" then type in "0"&amp;nbsp; (In Excel 2007: Uncheck the box next to "0")&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;You are left with a list of domain controllers having replication problems.&amp;nbsp; From a cmd prompt, use:&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;"net helpmsg ErrorCodeNumber" to identify the replication error&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=3&gt;(eg. net helpmsg 1396)&lt;/FONT&gt; 
&lt;P&gt;&amp;nbsp;&lt;A href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTIPQuicklyverifyADreplicationstatus_11C5/ShowrepCSV.jpg" mce_href="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTIPQuicklyverifyADreplicationstatus_11C5/ShowrepCSV.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=409 alt=ShowrepCSV src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTIPQuicklyverifyADreplicationstatus_11C5/ShowrepCSV_thumb.jpg" width=694 border=0 mce_src="http://blogs.technet.com/blogfiles/justinturner/WindowsLiveWriter/QuickTIPQuicklyverifyADreplicationstatus_11C5/ShowrepCSV_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2587169" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Quick+Tips/default.aspx">Quick Tips</category></item><item><title>Quick TIP: Force FRS replication</title><link>http://blogs.technet.com/justinturner/archive/2007/04/27/quick-tip-force-frs-replication.aspx</link><pubDate>Fri, 27 Apr 2007 15:16:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:832462</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/832462.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=832462</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=3&gt;For this tip you will need a somewhat newer version of ntfrsutl.exe&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;You can grab a version&amp;nbsp;out of the Service Pack 2 Support Tools download &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=96A35011-FD83-419D-939B-9A772EA2DF90&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=96A35011-FD83-419D-939B-9A772EA2DF90&amp;amp;displaylang=en"&gt;here&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Beginning with the version of &lt;A href="http://technet2.microsoft.com/windowsserver/en/library/2157fc55-ea57-4a61-baf9-e29bc9bbc9da1033.mspx?mfr=true" target=_blank mce_href="http://technet2.microsoft.com/windowsserver/en/library/2157fc55-ea57-4a61-baf9-e29bc9bbc9da1033.mspx?mfr=true"&gt;ntfrsutl.exe&lt;/A&gt; in KB 823230 we have the ability to force FRS replication to occur across site boundaries immediately instead of waiting for the schedule to open up.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Here is the command's syntax:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ntfrsutl forcerepl [computer] /r SetName /p PartnerDnsName&lt;/STRONG&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = Force FRS to start a replication cycle ignoring the schedule 
&lt;P&gt;&lt;FONT size=3&gt;&lt;FONT size=3&gt;The PartnerDNSName is the FQDN of the server that you want to source from.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Here is an example using a DC Name of ContosoDC1 and a PartnerDNSName of ContosoDC2:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ntfrsutl forcerepl contosodc1 /r "domain system volume (sysvol share)" /p ContosoDC2.Contoso.com&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;Running the command initiates replication, and&amp;nbsp;returns the following information:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LocalComputerName = contosodc1&lt;BR&gt;ReplicaSetGuid = (null)&lt;BR&gt;CxtionGuid = (null)&lt;BR&gt;ReplicaSetName = domain system volume (sysvol share)&lt;BR&gt;PartnerDnsName = ContosoDC2.Contoso.com&lt;/STRONG&gt; 
&lt;P&gt;&lt;FONT size=3&gt;As you can see there are two additional parameters that you can specify, ReplicaSetGuid and CxtionGuid, but neither are required.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=832462" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/Active+Directory/default.aspx">Active Directory</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Quick+Tips/default.aspx">Quick Tips</category><category domain="http://blogs.technet.com/justinturner/archive/tags/FRS/default.aspx">FRS</category></item><item><title>Quick Tips</title><link>http://blogs.technet.com/justinturner/archive/2007/04/27/quick-tips.aspx</link><pubDate>Fri, 27 Apr 2007 09:01:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:830553</guid><dc:creator>justintu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/justinturner/comments/830553.aspx</comments><wfw:commentRss>http://blogs.technet.com/justinturner/commentrss.aspx?PostID=830553</wfw:commentRss><description>&lt;p&gt;&lt;font size="3"&gt;I've added a new tag called "Quick Tips."&amp;nbsp; These are going to be smaller posts where I offer some time-saving tip, or some other similar type of goodie.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3"&gt;Look out for the first one soon!&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=830553" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/justinturner/archive/tags/General/default.aspx">General</category><category domain="http://blogs.technet.com/justinturner/archive/tags/Quick+Tips/default.aspx">Quick Tips</category></item></channel></rss>