<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Antimail : FCI</title><link>http://blogs.msdn.com/adioltean/archive/tags/FCI/default.aspx</link><description>Tags: FCI</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Script of the week: how to expire files with Classification</title><link>http://blogs.msdn.com/adioltean/archive/2009/05/15/script-of-the-week-how-to-expire-files-with-classification.aspx</link><pubDate>Fri, 15 May 2009 21:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9619054</guid><dc:creator>AdiOltean</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/9619054.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=9619054</wfw:commentRss><description>&lt;p&gt;It is an eye opening experience to sit at our FCI booth and see customer after customer telling us their biggest problem with managing file servers today: lots of old data sitting on their file servers. When I tell them how that our classification feature solves this problem, it something that always brings a sincere smile on their face. &lt;/p&gt;  &lt;p&gt;Creating a file expiration policy is super easy:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Open FSRM management console &lt;/li&gt;    &lt;li&gt;Go to the &amp;quot;File Management Tasks&amp;quot; view &lt;/li&gt;    &lt;li&gt;Create a file management task to expire your files. You need to specify the following settings:      &lt;ul&gt;       &lt;li&gt;The source directory of files to be expired &lt;/li&gt;        &lt;li&gt;The target directory (containing expired files) &lt;/li&gt;        &lt;li&gt;A condition for expiration (such as files created ten years ago (or files that were not modified in the last year) &lt;/li&gt;        &lt;li&gt;A schedule (say, weekly)&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Here is an example of the Action tab:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/ScriptoftheweekhowtoexpirefileswithClass_AD6A/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/ScriptoftheweekhowtoexpirefileswithClass_AD6A/image_thumb.png" width="368" height="439" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;That's it. One simple task to solve the &amp;quot;old files lying around&amp;quot; problem. &lt;/p&gt;  &lt;p&gt;Now, a note to be added: the effect of this command will be the to &lt;strong&gt;move &lt;/strong&gt;these expired files into the target location (while trying to keep the original path). One effect though is that the original files will &amp;quot;disappear&amp;quot; from the original location, which in rare cases it might cause confusion to the end users. If you are concerned about that problem, the solution is easy: as part of the file management task you can run your own &lt;strong&gt;custom&lt;/strong&gt; &amp;quot;move&amp;quot; command which leaves in the original path a &amp;quot;stub&amp;quot; (a text file) explaining where the files have gone. Or, you can replace the original files with a symbolic link (or some other form of link) pointing to the target location. &lt;/p&gt;  &lt;p&gt;To do this, you need to do a few things: &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;In the File Management Task dialog, in the Action tab, change the task type from &amp;quot;File expiration&amp;quot; to &amp;quot;Custom&amp;quot;. Several more options appear (such as the path to the custom script, the account the script will run under, etc) &lt;/li&gt;    &lt;li&gt;Add the [Source File path] macro to the script arguments &lt;/li&gt;    &lt;li&gt;Run the command as &amp;quot;local system&amp;quot; (so it will be able to perform the move operation).&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Here is an example of how the task will look like:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/ScriptoftheweekhowtoexpirefileswithClass_AD6A/custom1_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="custom1" border="0" alt="custom1" src="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/ScriptoftheweekhowtoexpirefileswithClass_AD6A/custom1_thumb.png" width="364" height="434" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;The move_file_and_leave_link.cmd (located in c:\windows\system32) file is simple:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;if exist &amp;quot;c:\protected\%~pnx1&amp;quot; @echo Target file already exists! &amp;amp; goto :EOF     &lt;br /&gt;md &amp;quot;c:\HSM\%~p1&amp;quot;      &lt;br /&gt;move %1 &amp;quot;c:\protected\%~p1&amp;quot;      &lt;br /&gt;mklink %1 &amp;quot;c:\protected\%~pnx1&amp;quot;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;The last command (mklink) has the role of creating a symbolic link from the source to the target. That’s it! &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9619054" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Script+recipes/default.aspx">Script recipes</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Classification/default.aspx">Classification</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/FCI/default.aspx">FCI</category></item><item><title>The buzz around Classification is going up! </title><link>http://blogs.msdn.com/adioltean/archive/2009/05/14/the-buzz-around-classification-is-going-up.aspx</link><pubDate>Fri, 15 May 2009 02:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9617327</guid><dc:creator>AdiOltean</dc:creator><slash:comments>30</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/9617327.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=9617327</wfw:commentRss><description>&lt;P&gt;More and more posts appear on File Classification - it's hard to keep track of them. Here is a few sample (if I missed anyone, sorry - it s not intentional)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Coded Style &lt;/STRONG&gt;has a post on titled &lt;A title="Getting Personal with Windows Server 2008 R2 File Classification" href="http://www.codedstyle.com/getting-personal-with-windows-server-2008-r2-file-classification-2/" mce_href="http://www.codedstyle.com/getting-personal-with-windows-server-2008-r2-file-classification-2/"&gt;Getting Personal with Windows Server 2008 R2 File Classification&lt;/A&gt;&amp;nbsp;in which he notes the particular attention that FCI is getting at the event. &lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Derek Schauland&lt;/STRONG&gt; (one of our MVPs for file storage) has a great post on TechRepublic introducing classification: &lt;A title="Permanent Link: Automate data classification with new features in Windows Server 2008 R2" href="http://blogs.techrepublic.com.com/networking/?p=1441" rel=bookmark&gt;Automate data classification with new features in Windows Server 2008 R2&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Randall Vogsland &lt;/STRONG&gt;(in Tin Cups and String) &lt;A href="http://www.tincupsandstring.com/2009/05/14/file-classification-infrastructure/" mce_href="http://www.tincupsandstring.com/2009/05/14/file-classification-infrastructure/"&gt;describes&lt;/A&gt; his own experience in using classification and even posted&amp;nbsp;a video on YouTube.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;George Norman&lt;/STRONG&gt; wrote a blgo post on R2 and classification on FindMySoft.com&amp;nbsp;- &lt;A href="http://blogs.msdn.com/news/Microsoft-Touts-Windows-Server-2008-R2-Features-File-Classification-Infrastructure-and-Hyper-V/"&gt;Microsoft Touts Windows Server 2008 R2 Features: File Classification Infrastructure and Hyper-V&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Mary Jo Foley &lt;/STRONG&gt;(who needs no introduction) blogged on ZDNet about classification as well - &lt;A title="Permanent Link to Microsoft shows off file classification in Windows Server 2008 R2" href="http://blogs.zdnet.com/microsoft/?p=2746" rel=bookmark&gt;Microsoft shows off file classification in Windows Server 2008 R2&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DiTii.com&lt;/STRONG&gt; has a post as well - &lt;A href="http://www.ditii.com/2009/05/12/microsoft-intro-file-classification-in-windows-server-2008-r2-at-teched/" mce_href="http://www.ditii.com/2009/05/12/microsoft-intro-file-classification-in-windows-server-2008-r2-at-teched/"&gt;Microsoft intro “File classification in Windows Server 2008 R2″ at TechEd&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;(more to come)&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9617327" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Classification/default.aspx">Classification</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/FCI/default.aspx">FCI</category></item></channel></rss>