<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Identity &amp; Access Management - Amol Bhandarkar</title><subtitle type="html" /><id>http://blogs.technet.com/amolrb/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.technet.com/amolrb/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2009-03-17T13:56:46Z</updated><entry><title>AD RMS Bulk Protection tool released……..</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/11/03/ad-rms-bulk-protection-tool-released.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/11/03/ad-rms-bulk-protection-tool-released.aspx</id><published>2009-11-03T06:29:19Z</published><updated>2009-11-03T06:29:19Z</updated><content type="html">&lt;p&gt;Microsoft never ceases to surprise….does it?? &lt;/p&gt;  &lt;p&gt;The Product team has released a new RMS Bulk Protection tool that can -&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Rights Protect the file/s on desktop or Server using a defined RMS Template&lt;/li&gt;    &lt;li&gt;Decrypt the rights protected file/s&lt;/li&gt;    &lt;li&gt;Bulk decrypt RMS supported files and items within Outlook PSTs&lt;/li&gt;    &lt;li&gt;Extensible to other file formats via IRM protector implementation or custom plug-ins&lt;/li&gt;    &lt;li&gt;can be used with FCI to classify and rights protect the documents&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Much desired and awaited utility that can help thousands of users like us.&lt;/p&gt;  &lt;h2&gt;File Classification index&lt;/h2&gt;  &lt;p&gt;Windows 2008 R2 server has the feature called &lt;u&gt;File Classification Index (FCI).&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;FCI allows organizations to scan the Files/folders for content, pattern, keywords, etc and classify them. For e.g. there are certain folders on the Windows 2008 R2 server.&lt;/p&gt;  &lt;p&gt;The folder may have documents related to Project A. FCI can be configured to search the folder for document with keyword “Project A” and classify these files are Project A confidential.&lt;/p&gt;  &lt;p&gt;Once the FCI has classified the files, RMS Bulk Protection utility can be executed to rights protect these classified files with relevant RMS Template.&lt;/p&gt;  &lt;p&gt;So what do we get – completely automated RMS protection with document classification :)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;More details on FCI can be availed at &lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/windowsserver2008/en/us/fci.aspx" href="http://www.microsoft.com/windowsserver2008/en/us/fci.aspx"&gt;http://www.microsoft.com/windowsserver2008/en/us/fci.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;&lt;u&gt;System Requirements to use the AD RMS Bulk protection tool -&lt;/u&gt;&lt;/b&gt;&lt;/h2&gt;  &lt;ul&gt;   &lt;li&gt;Windows XP, Windows Vista, Windows 7, and Windows Server 2008 R2&lt;/li&gt;    &lt;li&gt;Note:&amp;#160; The tool requires installation of &lt;u&gt;&lt;a href="http://support.microsoft.com/?kbid=917275"&gt;RMS Client SP2&lt;/a&gt;&lt;/u&gt; and &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5b2c0358-915b-4eb5-9b1d-10e506da9d0f&amp;amp;displaylang=en"&gt;.NET Framework 2.0 SP2&lt;/a&gt; on Windows XP&lt;/li&gt;    &lt;li&gt;Outlook 2007 is needed for decrypting items within PST files&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;&lt;strong&gt;&lt;u&gt;Syntax to use AD RMS Bulk protection tool&lt;/u&gt;&lt;/strong&gt;&lt;/h2&gt;  &lt;p&gt;The syntax to execute the RMS Bulk Protection tool is -&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;RMSBulk [/decrypt location] [/encrypt location rms_template [owner_email]] [/log log_file [/append] [/simple]] [/preserveattributes] [/silent] &lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;where -&lt;/p&gt;  &lt;p&gt;&amp;#160; /decrypt location: Decrypt all RMS protected content under location &lt;/p&gt;  &lt;p&gt;&amp;#160; /encrypt location rms_template [owner_email]: Encrypt all content under location to rms_template and grant owner_email OWNER right &lt;/p&gt;  &lt;p&gt;&amp;#160; /log log_file: Log output to log_file &lt;/p&gt;  &lt;p&gt;&amp;#160; /append: Append output to log_file &lt;/p&gt;  &lt;p&gt;&amp;#160; /simple: Simple single-line logging &lt;/p&gt;  &lt;p&gt;&amp;#160; /preserveattributes: Preserve all file attributes &lt;/p&gt;  &lt;p&gt;&amp;#160; /silent: Disable console output&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Example of this commands are available help file….&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;RMSBulk.exe /decrypt \\Share\Folder /log RMSBulk.log &lt;/li&gt;    &lt;li&gt;RMSBulk.exe /encrypt C:\Documents\Folder C:\RMSTemplates\Template.xml&amp;#160; /log C:\Logs\RMSBulk.log &lt;/li&gt;    &lt;li&gt;RMSBulk.exe /encrypt \\Share\file.doc ContosoConfidential.xml &lt;a href="mailto:joe@contoso.com"&gt;joe@contoso.com&lt;/a&gt;&amp;#160; /log C:\Logs\RMSBulk.log /append /simple /preserveattributes&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;In coming few days, I am going to put in steps to show you the FCI and RMS Bulk protection tool integration and some video demonstrating the same too.&lt;/p&gt;  &lt;p&gt;Keep looking for the update to this blog… :)&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3290980" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author><category term="AD RMS" scheme="http://blogs.technet.com/amolrb/archive/tags/AD+RMS/default.aspx" /><category term="RMS bulk protection" scheme="http://blogs.technet.com/amolrb/archive/tags/RMS+bulk+protection/default.aspx" /></entry><entry><title>FIM 2010 RC1 released</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/09/30/fim-2010-rc1-released.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/09/30/fim-2010-rc1-released.aspx</id><published>2009-09-30T18:50:20Z</published><updated>2009-09-30T18:50:20Z</updated><content type="html">&lt;p&gt;Forefront Identity Manager RC1 bits has been released and can be downloaded from -&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4bb3f16b-27f8-4c1d-922f-2c7b522d9ad6" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4bb3f16b-27f8-4c1d-922f-2c7b522d9ad6"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=4bb3f16b-27f8-4c1d-922f-2c7b522d9ad6&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The system requirements are mentioned in the same link.&lt;/p&gt;  &lt;p&gt;Please note: Support for Windows 2008 R2 has been added and there would be need to apply hotfix KB958611 for SQL 2008.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3284088" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>Creating Custom endpoint detection policy and script for IAG</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/07/03/creating-custom-endpoint-detection-policy-and-script-for-iag.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/07/03/creating-custom-endpoint-detection-policy-and-script-for-iag.aspx</id><published>2009-07-03T13:34:07Z</published><updated>2009-07-03T13:34:07Z</updated><content type="html">&lt;p&gt;I happened to create a sample endpoint detection policy and script which I am posting for your reference. You can use this in your deployment.&lt;/p&gt;  &lt;p&gt;------------------------------------------------------------&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Create a custom registry key.&lt;/li&gt;    &lt;li&gt;I had created RIL_Corp in HKLM\Software\RIL_Corp with value Corporate and data 1.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb.png" width="735" height="516" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;· Create a vbscript that would perform the detection. The sample is as shown in the figure below.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_4.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb_1.png" width="738" height="316" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Copy this vbs script in the following folder – &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;lt;Whale_installation_folder&amp;gt;\e-Gap\von\InternalSite\CustomUpdate&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_6.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb_2.png" width="750" height="567" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Copy Detect.inc file from C:\Whale-Com\e-Gap\von\InternalSite\samples folder in to C:\Whale-Com\e-Gap\von\InternalSite\inc\CustomUpdate folder.&lt;/li&gt;    &lt;li&gt;Open the Detect.inc and make the following changes –&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Update the name of registry checking vbs script in the line –&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;g_scriptList(&amp;quot;/InternalSite/CustomUpdate/&lt;b&gt;registrycheck.vbs&lt;/b&gt;&amp;quot;) = false&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;Save the file as “&amp;lt;TrunkName&amp;gt;&amp;lt;https:1/http:0&amp;gt;Detect.inc”. My Trunk was called Portal1 hence I saved the file as “portal11detect.inc”.&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_8.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb_3.png" width="672" height="280" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Ensure that the “&amp;lt;TrunkName&amp;gt;&amp;lt;https:1/http:0&amp;gt;Detect.inc” file is saved in the correct path.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_10.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb_4.png" width="690" height="521" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Create PolicyDefinition.xml and Policytemplate.xml as shown below –&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_12.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb_5.png" width="707" height="458" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_14.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb_6.png" width="711" height="461" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;These files needs to be saved in C:\Whale-Com\e-Gap\von\conf\CustomUpdate folder.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_16.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb_7.png" width="733" height="551" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Upon completing this activity, you can Activate the configuration by clicking on &lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/clip_image018_2.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image018" border="0" alt="clip_image018" src="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/clip_image018_thumb.gif" width="50" height="45" /&gt;&lt;/a&gt; in the IAG Configuration.&lt;/li&gt;    &lt;li&gt;After the activation is complete, Close and then reopen the IAG Configuration console. &lt;/li&gt;    &lt;li&gt;In the console tree, click the trunk to which you want to apply the new endpoint detection setting, and then click Configure next to Advanced Trunk Configuration. &lt;/li&gt;    &lt;li&gt;On the Session tab, click Manage Policies, and then click Add. &lt;/li&gt;    &lt;li&gt;In the Policy Editor window, provide appropriate details like Name, Explanatory text etc.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_18.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb_8.png" width="420" height="494" /&gt;&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Select Manage Windows Policies =&amp;gt; Add Policy.&lt;/li&gt;    &lt;li&gt;Manage Windows Policies and Expression window appears.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_20.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb_9.png" width="512" height="271" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;You would notice your Policy definition, select the Group and enable it. Also select the value you had set.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/clip_image025_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image025" border="0" alt="clip_image025" src="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/clip_image025_thumb.jpg" width="518" height="272" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Save the policy and assign it as Session Access or Privileged Endpoint Policy or Endpoint Policy for Application Access. :)&lt;/li&gt;    &lt;li&gt;Note- Don’t forget to activate the configuration again :)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;Checks:&lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Connect from Client system where the registry is updated with new Key.&lt;/li&gt;    &lt;li&gt;Open Webmonitor in IAG console =&amp;gt; Active Sessions è Session details.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_22.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb_10.png" width="517" height="391" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;You would see the policy that you created (Shown in the above figure), or the name of registry key as shown below.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_24.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/CreatingCustomendpointdetectionpolicyand_E17C/image_thumb_11.png" width="530" height="398" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This implies that you reg check is working.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3261020" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>Do’s and Don’t in RMS</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/06/26/do-s-and-don-t-in-rms.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/06/26/do-s-and-don-t-in-rms.aspx</id><published>2009-06-26T10:39:06Z</published><updated>2009-06-26T10:39:06Z</updated><content type="html">&lt;p&gt;Jason Tyler had published a very good post Do’s and Don’t in RMS. I am merely replicating that….very useful information and should be considered&amp;#160; :)&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DO use CNAME records for your RMS cluster URL. This will allow you to load balance, and or do disaster recovery by simply changing the A record that the CNAME record points to.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DON'T use the NetBIOS name of the machine as the cluster URL.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DO make a back-ups of your SLC and Publishing Certificate located in the 'Trust Policies' section of your RMS Admin UI, *immediately* after provisioning. There is an Export button for the SLC, and an Export link for the publishing cert. Put these in a safe place. If your RMS installation blows up, and you don't have these, you will be in a lot of trouble.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DO write down your private key password, and create a document with screenshots detailing the entire setup process     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DO use a CNAME for your SQL server. In a disaster recovery situation, it is easier to change the single A record of the CNAME to point to a backup server, than to change the 6 or 7 places within RMS that need to be changed.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DON'T install RMS without a detailed plan, including whether or not you want to use HTTPS, or HSMs.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DO make sure that your superusers group is a Universal Distribution group. The RMS server needs to be able to expand the group with a GC query, and this is the only group type whos full membership is replicated to the GC. This really goes for any group, with members in different domains, that you need to use RMS.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DON'T enable the superusers group unless you have to, and only put 2 or 3 people in this group for redundency.     &lt;br /&gt;&lt;b&gt;&lt;/b&gt;&lt;/li&gt;    &lt;li&gt;&lt;b&gt;DO&lt;/b&gt; make a backup of your DRMS_Config_Cluster_80 database regularly. It can be used for disaster recovery.      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DON'T forget or lose your RMS software private key you used to provision the server. This should be in the paper that your *good* admin who followed the DO's and DON'Ts of RMS made for you before he was given the cardboard box, and walked to his car by security.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DO download the RMS Administration Toolkit form &lt;a href="http://www.microsoft.com/rms"&gt;http://www.microsoft.com/rms&lt;/a&gt;, and keep it handy. IRMCheck is a great tool for troubleshooting client issues.      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DON'T put RMS on a server that is hosting multiple services. The more things you put on a server, the larger the attack surface of that machine becomes. Since this machine will be responsible for the security of your companies intellectual property, keep it clean and free of excess services.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DO remember that by default ServerCertification.asmx, and MobileDeviceCertification.asmx have no-one assigned to their access control lists. In order to use things like MOSS, or Mobile Devices, you need to go into the Properties of these files, and the Security tab, click the 'Advanced' button, and check the box to allow permission from parent to propogate. For MOSS integration you also need to add the MOSS$ machinename account, and the identity that the MOSS service is running as (if it is anything other than Network Service), with Read/Read &amp;amp; Execute rights to the ServerCertification.asmx file in c:\InetPub\wwwroot\_wmcs\Certification directory.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DO use strong passwords.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DON'T put RMS on a domain controller. You have to give the RMS_Service account admin rights on the machine to do this.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DON'T forget to set an extranet URL if you plan on people using RMS outside of your environment. If you don't set this, all of the CLC (offline publishing certificates) issued will not have this link, and all of the users with those CLCs will be creating content with no extranet URL embedded into them. Once that happens, you can't open that content from outside the domain (i.e. from the internet). This would be bad if you have people that need to work from home.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DO set the IIS permissions on the License.asmx, and the ServiceLocator.asmx in the licensing pipeline to 'anonymous access' only, on your Internet facing RMS machine, if you have a TUD (Trusted User Domain) with another company, or are trusting Passport RACs.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DO remember that you can read RMS protected content with any version of Office 2003 or higher (there are exceptions to this if you use the HTTP option), but you can only create content with Office 2003 Professional, and Office 2007 Professional *Plus* and above.     &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;DON'T forget that in order for your users on the internet (or intranet users if you aren't registering an SCP in the AD) to use RMS you need to have them put these registry settings on their machine (changed of course to reflect your environment). Just copy and paste this into a text file, and change the extension to .reg, give it to them and tell them to double-click on it.&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;Windows Registry Editor Version 5.00&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDRM]&lt;/p&gt;    &lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDRM\ServiceLocation]&lt;/p&gt;    &lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDRM\ServiceLocation\Activation]     &lt;br /&gt;@=&amp;quot;&lt;a href="https://rms.yourdomain.com/_wmcs/certification"&gt;https://rms.yourdomain.com/_wmcs/certification&lt;/a&gt;&amp;quot;&lt;/p&gt;    &lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDRM\ServiceLocation\EnterprisePublishing]     &lt;br /&gt;@=&amp;quot;&lt;a href="https://rms.yourdomain.com/_wmcs/licensing"&gt;https://rms.yourdomain.com/_wmcs/licensing&lt;/a&gt;&amp;quot;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;DO check the time on the RMS server and the clients to ensure that everything is right. Otherwise you will get time expiration related errors (Well, you'll get a generic error, but if you use DebugView, the actual error code will be a time synch error).&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;------------------------------&lt;/p&gt;  &lt;p&gt;Use these tips on Do’s and Don’t to have trouble free RMS deployment. &lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3258866" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>Troubleshooting in RMS</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/06/26/troubleshooting-in-rms.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/06/26/troubleshooting-in-rms.aspx</id><published>2009-06-26T10:28:40Z</published><updated>2009-06-26T10:28:40Z</updated><content type="html">&lt;p&gt;After a long time, I am getting some time to post on how to Troubleshoot RMS. You can use this as pointers in troubleshooting RMS…..&lt;/p&gt;  &lt;p&gt;In case you have deployed RMS Server, and RMS clients are deployed on the Workstations, desktops &amp;amp; laptops and you are encountering following issues -&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;When opening the rights protected document or creating a rights protected document, RMS displays ”Verifying your credentials….” for long time and then opens up dialog box to register to RMS using Windows live account.&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;Cause: Error is caused due to RMS client not being able to get the RMS Server details when querying AD, or unable to resolve DNS of RMS Server after querying AD.&lt;/p&gt;    &lt;p&gt;Resolution: Using nslookup tool verify yourselves that DNS resolution for RMS Server happens from client machine. If not, you know what to fix :)&lt;/p&gt;    &lt;p&gt;If resolution is happening, try pining the RMS server and see the connectivity.&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;Always use IE and key in the RMS server details to check if RMS web service is available -&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="https://&amp;lt;intranet"&gt;https://&amp;lt;intranet&lt;/a&gt; net or extranet pipeline&amp;gt;/_wmcs/licensing/license.asmx&lt;/p&gt;    &lt;p&gt;&lt;a href="https://&amp;lt;intranet"&gt;https://&amp;lt;intranet&lt;/a&gt; net or extranet pipeline&amp;gt;/_wmcs/certification/certification.asmx&lt;/p&gt;    &lt;p&gt;if you are not able to browse to the pipelines then RMS client would also not be able to connect. &lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;Error: Cannot use this feature without credentials&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;Usually, this issue occurs the user’s account in Active Directory does not have an e-mail attribute value populated or when the user abruptly cancels the request during the silent certification process.&lt;/p&gt;    &lt;p&gt;Check AD for email address attribute population or check event viewer application logs on RMS Server in case of any server related issues.&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;For easy troubleshooting on client side, always run IRMcheck utility. This gives indications as to where the error might be occurring. Latest version of IRMcheck available on following link -&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://www.joectzn.com\irmcheck.zip"&gt;www.joectzn.com\irmcheck.zip&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;Outlook unable to create message without any permissions.&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;Using IE verify if you are able to access the license and certification.asmx for intranet &amp;amp; extranet pipelines. Run IRMcheck utility to get more details.&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;Error: Problem occurred while contacting the restricted permission service. Please try again later or contact your administrator for more details.&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;This occurs when you are attempting 1) RMS Server is being access via Proxy server or 2) expired RAC is submitted by client to RMS server.&lt;/p&gt;    &lt;p&gt;Run IRMcheck and verify for any expired or invalid certificates….also check on bypassing the RMS Server via proxy by editing the connections options in IE or browser.&lt;/p&gt;    &lt;p&gt;These are some of the tips that can be used to troubleshoot RMS…&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3258859" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>Creating and Using Templates</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/05/26/creating-and-using-templates.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/05/26/creating-and-using-templates.aspx</id><published>2009-05-26T10:01:05Z</published><updated>2009-05-26T10:01:05Z</updated><content type="html">&lt;p&gt;In this post, we would see how to create RMS templates, Distribute them across the organization and Use them.&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;&lt;/b&gt;&lt;/h2&gt;  &lt;h2&gt;&lt;b&gt;Configure GPO RMS Settings – Configure Office RMS Settings&lt;/b&gt;&lt;/h2&gt;  &lt;p&gt;a. Log on to &lt;b&gt;AD Server &lt;/b&gt;as &lt;b&gt;&amp;lt;Domain&amp;gt;\Administrator&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;b. Click &lt;b&gt;Start&lt;/b&gt;, &lt;b&gt;Run&lt;/b&gt;, and type &lt;b&gt;GPMC.MSC&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;c. Click &lt;b&gt;Group Policy Objects&lt;/b&gt;, and then right-click the GPO called &lt;b&gt;ISD – Configuration Settings v1.0&lt;/b&gt; and then select &lt;b&gt;Edit&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;d. Click the &lt;b&gt;User Configuration\Policies\Administrative Templates \Classic Administrative Templates (ADM)\Microsoft Office 2007 System&lt;/b&gt;, and then click &lt;b&gt;Manage Restricted Permissions&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;e. In the details pane, double-click &lt;b&gt;Specify Permission Policy Path&lt;/b&gt;, click &lt;b&gt;Enabled&lt;/b&gt;, and then type &lt;a href="file:///\\FQDN"&gt;&lt;b&gt;\\FQDN&lt;/b&gt;&lt;/a&gt;&lt;b&gt; of AD Server\ADRMSTemplates&lt;/b&gt; as the path. Click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;f. Close all Windows &lt;/p&gt;  &lt;p&gt;g. Log off.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;Prepare the AD RMS Server to Share the Rights Policy Templates (for XP)&lt;/b&gt;&lt;/h2&gt;  &lt;p&gt;a. Log on to &lt;b&gt;AD Sever&lt;/b&gt; as &lt;b&gt;Domain\Administrator&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;b. Click the &lt;b&gt;Start&lt;/b&gt; menu, and then click &lt;b&gt;Computer&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;c. Create a folder called &lt;b&gt;ADRMSTemplates&lt;/b&gt; in the Root Directory (&lt;b&gt;C:\&lt;/b&gt;).&lt;/p&gt;  &lt;p&gt;d. Right-click the &lt;b&gt;ADRMSTemplates&lt;/b&gt; folder and select &lt;b&gt;Share...&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;e. In the &lt;b&gt;ADRMSTemplates Properties&lt;/b&gt; Windows, assign the following permissions, and then click the &lt;b&gt;Share&lt;/b&gt; button:&lt;/p&gt;  &lt;p&gt;· Add &lt;b&gt;Everyone&lt;/b&gt; as &lt;b&gt;reader&lt;/b&gt;, &lt;/p&gt;  &lt;p&gt;· Add &lt;b&gt;ADRMSSvc&lt;/b&gt; as &lt;b&gt;Co-owner&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;f. Click &lt;b&gt;Done&lt;/b&gt; when finished.&lt;/p&gt;  &lt;p&gt;g. Close the &lt;b&gt;Windows Explorer&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;Create a standard rights policy template.&lt;/b&gt;&lt;/h2&gt;  &lt;p&gt;a. Open the MMC Console called &lt;b&gt;AD RMS &lt;/b&gt;located in the Administrator Desktop.&lt;/p&gt;  &lt;p&gt;b. Expand &lt;b&gt;Active Directory Rights Management Services&lt;/b&gt;, expand &lt;b&gt;xxxxx&lt;/b&gt;, and select &lt;b&gt;Rights Policies Templates&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;c. Click the &lt;b&gt;Change distributed rights policy templates file location&lt;/b&gt;, select &lt;b&gt;Enable Export&lt;/b&gt;, and then specify &lt;b&gt;\\&amp;lt;FQDN&lt;/b&gt;&lt;b&gt; of AD Server&amp;gt;\ADRMSTemplates\&lt;/b&gt; and click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;d. Click &lt;b&gt;Create distributed rights policy Template&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;e. On the &lt;b&gt;Create distributed rights policy Template&lt;/b&gt; window click &lt;b&gt;Add&lt;/b&gt;, in the &lt;b&gt;Template name&lt;/b&gt; field, type &lt;b&gt;XXXX Confidential – Read Only&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;f. Type the following in the &lt;b&gt;Template description field&lt;/b&gt;:&lt;/p&gt;  &lt;p&gt;This is a template used to assign read-only rights to the content it is protecting.&lt;/p&gt;  &lt;p&gt;g. Click &lt;b&gt;Add&lt;/b&gt; and then Click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;h. On the &lt;b&gt;Users and Rights&lt;/b&gt; click &lt;b&gt;Add&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;i. In the &lt;b&gt;Add users or groups&lt;/b&gt; field, type &lt;b&gt;AllUsers@xxxxx.com&lt;/b&gt;, and then click &lt;b&gt;Add&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;j. Select &lt;b&gt;AllUsers@xxxxx.com&lt;/b&gt; and select the &lt;b&gt;View&lt;/b&gt; and &lt;b&gt;View Rights&lt;/b&gt; check boxes.&lt;/p&gt;  &lt;p&gt;k. In the &lt;b&gt;Rights request URL&lt;/b&gt; field, type &lt;b&gt;mailto:administrator@xxxx.com&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;l. Click &lt;b&gt;Finish&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;Create a custom rights policy template.&lt;/b&gt;&lt;/h2&gt;  &lt;p&gt;a. Click the &lt;b&gt;Create distributed rights policy Template&lt;/b&gt; link&lt;/p&gt;  &lt;p&gt;The Rights policy template settings page appears.&lt;/p&gt;  &lt;p&gt;b. On the &lt;b&gt;Create distributed rights policy Template&lt;/b&gt; window click &lt;b&gt;Add&lt;/b&gt;, in the &lt;b&gt;Template name&lt;/b&gt; box, type &lt;b&gt;xxxxxx – Financial Department&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;c. In the &lt;b&gt;Template description&lt;/b&gt; box, type “&lt;b&gt;This Document is for xxxxx Financial Department Employees use only&lt;/b&gt;”.&lt;/p&gt;  &lt;p&gt;d. Click &lt;b&gt;Add&lt;/b&gt; and then click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;e. Click the &lt;b&gt;Add...&lt;/b&gt; button.&lt;/p&gt;  &lt;p&gt;f. In the &lt;b&gt;Add users or group&lt;/b&gt; field type &lt;b&gt;administrator@xxxxx.com&lt;/b&gt;, click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;g. In the &lt;b&gt;Add users or groups&lt;/b&gt;, click &lt;b&gt;Add&lt;/b&gt;, type &lt;b&gt;FinancialUsers@xxxxx.com&lt;/b&gt;. Click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;h. Select &lt;b&gt;Financialusers@xxxxx.com&lt;/b&gt; and then enable the following rights:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;· &lt;b&gt;View Rights&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;· &lt;b&gt;Export (Save as)&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;· &lt;b&gt;Reply&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;· &lt;b&gt;Reply All&lt;/b&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;i. Select &lt;b&gt;administrator@xxxxxx.com&lt;/b&gt; and then enable the following rights:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;· &lt;b&gt;View Rights&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;· &lt;b&gt;Export (Save as)&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;· &lt;b&gt;Print&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;· &lt;b&gt;Reply&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;· &lt;b&gt;Reply All&lt;/b&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;j. Click &lt;b&gt;Finish&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;k. Repeat the steps A to I for the &lt;b&gt;Sales Department&lt;/b&gt; with the email address: &lt;b&gt;SalesUsers@xxxxx.com&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;l. Log off.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;Note &lt;/u&gt;&lt;/strong&gt;– Sales Users and Financial Users are security groups in AD. You can specify your own groups. But ensure that the email address field in the Group/user property in AD is populated.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;Configure Offline Folders for Rights Policy Templates Path for XP&lt;/b&gt;&lt;/h2&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;a. Log on to &lt;b&gt;AD Server&lt;/b&gt; as &lt;b&gt;Administrator&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;b. Click the &lt;b&gt;Start&lt;/b&gt; menu, then click &lt;b&gt;Run&lt;/b&gt;, next type &lt;b&gt;gpmc.msc&lt;/b&gt; and press &lt;b&gt;Enter&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;c. Expand &lt;b&gt;Root &lt;/b&gt;node &lt;/p&gt;  &lt;p&gt;d. Expand the &lt;b&gt;Domains&lt;/b&gt; node.&lt;/p&gt;  &lt;p&gt;e. Expand the &lt;b&gt;xxxx &lt;/b&gt;node and then click &lt;b&gt;Group Policy Objects&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;f. Right-click &lt;b&gt;XP – AD RMS Clients GPO&lt;/b&gt; and then click &lt;b&gt;Edit&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;g. In the &lt;b&gt;Group Policy Object Editor&lt;/b&gt;, expand the &lt;b&gt;User Configuration&lt;/b&gt; node, then &lt;b&gt;Policies&lt;/b&gt;, then &lt;b&gt;Administrative Templates&lt;/b&gt;, then &lt;b&gt;Network&lt;/b&gt;, then &lt;b&gt;Offline Files&lt;/b&gt;, and then proceed to configure the following information&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="326"&gt;           &lt;p&gt;&lt;b&gt;Setting&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="407"&gt;           &lt;p&gt;&lt;b&gt;State&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="326"&gt;           &lt;p&gt;Synchronize all offline files when logging on&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="407"&gt;           &lt;p&gt;&lt;b&gt;Enabled&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="326"&gt;           &lt;p&gt;Action on server disconnect&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="407"&gt;           &lt;p&gt;&lt;b&gt;Enabled&lt;/b&gt;, and select &lt;b&gt;Work offline&lt;/b&gt; as the action&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="326"&gt;           &lt;p&gt;Non-default server disconnect actions&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="407"&gt;           &lt;p&gt;&lt;b&gt;Enabled&lt;/b&gt;, click &lt;b&gt;Show&lt;/b&gt;, and use the &lt;b&gt;Add…&lt;/b&gt; button to add &lt;b&gt;Name&lt;/b&gt; with &lt;b&gt;\\&amp;lt;FQDN&lt;/b&gt;&lt;b&gt; of AD Server&amp;gt;\ADRMSTemplates&lt;/b&gt;, and &lt;b&gt;Value&lt;/b&gt; with &lt;b&gt;0&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="326"&gt;           &lt;p&gt;Administratively assigned offline files&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="407"&gt;           &lt;p&gt;&lt;b&gt;Enabled&lt;/b&gt;, click &lt;b&gt;Show&lt;/b&gt;, and use the &lt;b&gt;Add…&lt;/b&gt; button to add &lt;b&gt;Name&lt;/b&gt; with &lt;b&gt;\\&amp;lt;FQDN&lt;/b&gt;&lt;b&gt; of AD Server&amp;gt;\ADRMSTemplates&lt;/b&gt; (&lt;u&gt;DON’T&lt;/u&gt; assign any data to the Value option)&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;The objective of above step is to cache the templates so that they are available even if the user is in disconnected mode or not in Organization’s LAN.&lt;/i&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;u&gt;&lt;strong&gt;Follow the steps below in case you use Windows 2008 AD&lt;/strong&gt;&lt;/u&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;h. Click on &lt;b&gt;User configuration&lt;/b&gt; =&amp;gt; &lt;b&gt;Preferences&lt;/b&gt; =&amp;gt; &lt;b&gt;Windows settings&lt;/b&gt; =&amp;gt; &lt;b&gt;Registry&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;i. On right hand pane, right click and select new =&amp;gt; Registry item&lt;/p&gt;  &lt;p&gt;j. In General tab of New registry properties, Select Action as New.&lt;/p&gt;  &lt;p&gt;k. In Hive, Select HKEY_CURRENT_USER, in Key Path please browser to Software\Microsoft\Office\11\Common\DRM&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Please note – 11 is for Office 2003 and 12 for office 2007.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;l. In Value name, type AdminTemplatePath (default should not be selected)&lt;/p&gt;  &lt;p&gt;m. In Value type, select REG_EXPAND_SZ&lt;/p&gt;  &lt;p&gt;n. In Value data, key in &lt;b&gt;\\&amp;lt;FQDN&lt;/b&gt;&lt;b&gt; of AD Server&amp;gt; \ADRMSTemplates&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;o. Close the &lt;b&gt;Group Policy Object Editor&lt;/b&gt; and then the &lt;b&gt;Group Policy Management&lt;/b&gt; console.&lt;/p&gt;  &lt;p&gt;p. Log off.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;u&gt;&lt;/u&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;u&gt;&lt;strong&gt;Follow the steps below in case you use Windows 2003 AD&lt;/strong&gt;&lt;/u&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;h. Open registry editor on a system where RMS Client is installed&lt;/p&gt;  &lt;p&gt;i. Browse to HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common&lt;/p&gt;  &lt;p&gt;j. Create Key called DRM&lt;/p&gt;  &lt;p&gt;k. Select DRM and right-click on the right hand pane to create New è Expandable String Value&lt;/p&gt;  &lt;p&gt;l. Provide Name as “AdminTemplatePath”&lt;/p&gt;  &lt;p&gt;m. Provide data as \\&amp;lt;FQDN of AD Server&amp;gt; \ADRMSTemplates&lt;/p&gt;  &lt;p&gt;n. Now right click the DRM key and select option export.&lt;/p&gt;  &lt;p&gt;o. Save the file as Templatepath.reg in ADRMS templates folder itself.&lt;/p&gt;  &lt;p&gt;p. Go to AD, open Group Policy Editor, and create logon script –&lt;/p&gt;  &lt;p&gt;Go to User Configuration =&amp;gt; Windows Settings =&amp;gt; Scripts (Logon/Logoff) =&amp;gt; Logon&lt;/p&gt;  &lt;p&gt;q. Define logon script to call the registry editor to import the templatepath.reg file using below mentioned command.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;&lt;strong&gt;regedit.exe /s \\ADserver\shared_folder\file.reg&lt;/strong&gt;&lt;/i&gt;&lt;/p&gt;    &lt;p&gt;where –&lt;/p&gt;    &lt;p&gt;ADserver – your AD server name&lt;/p&gt;    &lt;p&gt;Shared_folder – shared folder name&lt;/p&gt;    &lt;p&gt;File.reg – extracted reg file.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;Now when the users logon to AD, the logon script would execute the reg file to create/update AdminTemplatePath to point to ADTemplates folder shared on ADRMS Server. The initial steps would ensure that the template files are available offline. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Configure the rights policy templates path for Windows Vista&lt;/h2&gt;  &lt;p&gt;a. On the &lt;b&gt;Group Policy Management&lt;/b&gt; console, expand the &lt;b&gt;xxxxx&lt;/b&gt; node and then click &lt;b&gt;Group Policy Objects&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;b. Right-click the right panel and select &lt;b&gt;New&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;c. On &lt;b&gt;New GPO&lt;/b&gt;, type &lt;b&gt;VISTA – AD RMS Clients&lt;/b&gt;, and click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Right-click &lt;b&gt;VISTA – AD RMS Clients&lt;/b&gt; GPO and then click &lt;b&gt;Edit&lt;/b&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;d. On &lt;b&gt;Group Policies Management Editor&lt;/b&gt;, under &lt;b&gt;Computer Configuration&lt;/b&gt;, expand &lt;b&gt;Policies&lt;/b&gt;, then right-click &lt;b&gt;Administrative Templates&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;e. Click &lt;b&gt;Add/Remove Templates&lt;/b&gt;, and then click &lt;b&gt;Add&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;f. In the &lt;b&gt;File name&lt;/b&gt; box, type &lt;b&gt;\\&amp;lt;AD&lt;/b&gt;&lt;b&gt; Servername&amp;gt;\adrms\adm\&lt;/b&gt;, select the &lt;b&gt;office12.adm&lt;/b&gt;, and then click &lt;b&gt;Open&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;g. Click &lt;b&gt;Close&lt;/b&gt; to close the &lt;b&gt;Add/Remove Templates&lt;/b&gt; dialog box.&lt;/p&gt;  &lt;p&gt;h. Click the User Configuration\Policies\Administrative Templates \Classic Administrative Templates (ADM)\Microsoft Office 2007 System, and then click &lt;b&gt;Manage Restricted Permissions&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;i. In the details pane, double-click &lt;b&gt;URL for location of document templates displayed when applications do not recognize rights-managed documents&lt;/b&gt;, click &lt;b&gt;Enabled&lt;/b&gt;, and then type &lt;b&gt;%localappdata%\Microsoft\DRM\templates\&lt;/b&gt; and click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;j. Close the &lt;b&gt;Group Policy Management Editor&lt;/b&gt; window.&lt;/p&gt;  &lt;p&gt;k. On the left panel, right-click &lt;b&gt;WMI Filters&lt;/b&gt;, and select &lt;b&gt;New...&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;l. On &lt;b&gt;New WMI filter&lt;/b&gt;, on &lt;b&gt;Name&lt;/b&gt; box, type “&lt;b&gt;OS Vista&lt;/b&gt;”, and on &lt;b&gt;Description&lt;/b&gt; box, type “Only target computers running Vista Professional”.&lt;/p&gt;  &lt;p&gt;m. Click &lt;b&gt;Add.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;n. In the &lt;b&gt;WMI Query&lt;/b&gt; window, on &lt;b&gt;Namespace&lt;/b&gt; box, verify the value &lt;b&gt;root\cimv2&lt;/b&gt;, and under &lt;b&gt;Query&lt;/b&gt; type the following line: &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;select * from Win32_OperatingSystem where Version like &amp;quot;6.0%&amp;quot;&lt;/b&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;o. Click &lt;b&gt;OK&lt;/b&gt; and then click &lt;b&gt;Save&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;p. Expand &lt;b&gt;Group Policy Objects&lt;/b&gt;, and select &lt;b&gt;VISTA – AD RMS Clients&lt;/b&gt; GPO. On the right panel, under &lt;b&gt;WMI Filtering&lt;/b&gt;, click the drop-down box and select OS Vista.&lt;/p&gt;  &lt;p&gt;q. In the &lt;b&gt;Group Policy Management&lt;/b&gt; window, click &lt;b&gt;Yes.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;r. On the left panel, right-click on &lt;b&gt;xxxxxx&lt;/b&gt; and select &lt;b&gt;Link an Existing GPO…&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;s. On the &lt;b&gt;Select GPO&lt;/b&gt; window, select &lt;b&gt;Vista – AD RMS Clients&lt;/b&gt;, and click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;t. On the right panel, right-click &lt;b&gt;Vista – AD RMS Clients&lt;/b&gt; link, select &lt;b&gt;Enforced&lt;/b&gt;, and click &lt;b&gt;OK.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;u. Close all windows.&lt;/p&gt;  &lt;p&gt;v. Log off &lt;b&gt;AD Server&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;w. Log on to &lt;b&gt;Client machine&lt;/b&gt; as &lt;b&gt;&amp;lt;Domain_name&amp;gt;\Administrator&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;x. On the &lt;b&gt;Start&lt;/b&gt; menu, type &lt;b&gt;Task Scheduler&lt;/b&gt;, and then press &lt;b&gt;Enter&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;y. In the &lt;b&gt;Task Scheduler&lt;/b&gt; window, in the console tree, expand &lt;b&gt;Task Scheduler Library&lt;/b&gt;, then expand &lt;b&gt;Microsoft&lt;/b&gt;, expand &lt;b&gt;Windows&lt;/b&gt;, and click &lt;b&gt;Active Directory Rights Management Services Client&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;z. In the details pane, click &lt;b&gt;AD RMS Rights Policy Template Management (Automated)&lt;/b&gt;, and then review the schedule task properties.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;The AD RMS client requests rights policy templates from the AD RMS cluster by using a scheduled task, which is configured to query the template distribution pipeline on the AD RMS cluster. Two scheduled tasks are available on computers running Windows Vista SP1: one automated and one manual. The automated scheduled task is configured to run up to one hour after a user logs on to the computer and every morning at 3:00 A.M., but this scheduled task is disabled by default. You can enable and change the default configuration by using the Task Scheduler control panel. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;aa. In the &lt;b&gt;Actions&lt;/b&gt; pane, click &lt;b&gt;Enable&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;bb. In the &lt;b&gt;Actions&lt;/b&gt; pane, click &lt;b&gt;Properties&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;cc. In the &lt;b&gt;AD RMS Rights Policy Template Management (Automated)&lt;/b&gt; &lt;b&gt;Properties&lt;/b&gt; dialog box, click the &lt;b&gt;Triggers&lt;/b&gt; tab.&lt;/p&gt;  &lt;p&gt;dd. Click &lt;b&gt;At logon&lt;/b&gt;, and then click &lt;b&gt;Edit&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;ee. In the &lt;b&gt;Delay task for&lt;/b&gt; list, click &lt;b&gt;30 Seconds&lt;/b&gt;. Click &lt;b&gt;OK&lt;/b&gt; twice.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="212"&gt;           &lt;p&gt;&lt;b&gt;Note&lt;/b&gt;: &lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top" width="540"&gt;           &lt;p&gt;In the lab environment, you want this task to execute shortly after logon, but after group policies are enforced on the computer. In a production environment, the one-hour delay should work for most implementations, and the settings can be deployed using Group Policy.&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;ff. Close all open windows.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;h2&gt;&lt;b&gt;&lt;/b&gt;&lt;/h2&gt;  &lt;h2&gt;&lt;b&gt;Protect the MS Word document using the template&lt;/b&gt;&lt;/h2&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;a. Log on to &lt;b&gt;Client machine &lt;/b&gt;as &lt;b&gt;Enduser &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;b. Start &lt;b&gt;Microsoft Office Word 2007 proplus or Word 2003 professional&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;c. Type the following text in the new document: &lt;b&gt;&lt;i&gt;This is a document that should not be altered by anyone besides the author&lt;/i&gt;&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;d. On the Office menu, select &lt;b&gt;Prepare&lt;/b&gt; and then &lt;b&gt;Restrict Permission&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;e. Confirm that you can see the templates listed, and select &lt;b&gt;xxxx Confidential – Read Only&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;f. Save the file as &lt;b&gt;xxxxx Confidential.docx&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;g. Log off of &lt;b&gt;Client machine&lt;/b&gt;.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3245573" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>Deploying RMS Client</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/05/22/deploying-rms-client.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/05/22/deploying-rms-client.aspx</id><published>2009-05-22T20:26:21Z</published><updated>2009-05-22T20:26:21Z</updated><content type="html">&lt;p&gt;This post would talk on deploying RMS Client, Activating the client and Rights protect the document :)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The RMS client can be deployed manually or via GPO or any software installation solution.&lt;/p&gt;  &lt;p&gt;The manual installation of client is pretty simple and need not be documented. The following section describes automatic deployment of RMS Client (for XP Machines) using GPO. &lt;/p&gt;  &lt;p&gt;Download the RMS client from the following link&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=02DA5107-2919-414B-A5A3-3102C7447838&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=02DA5107-2919-414B-A5A3-3102C7447838&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Installing the RMS Client via GPO&lt;/h2&gt;  &lt;p&gt;This section would describe the steps involved in deploying RMS Client via GPO. The initial step would be to create GPO and checkin the installer.&lt;/p&gt;  &lt;h3&gt;Creating GPO&lt;/h3&gt;  &lt;h3&gt;&lt;/h3&gt;  &lt;p&gt;a. On &lt;b&gt;AD server&lt;/b&gt;, log on as &lt;b&gt;&amp;lt;Domain Name&amp;gt;\Administrator&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;b. Click the &lt;b&gt;Start&lt;/b&gt; menu, click &lt;b&gt;Run&lt;/b&gt;, then type &lt;b&gt;c:\adrms\install\rms client v1.0 sp2\windowsrightmanagementservicessp2-KB917275-client-enu-x86.exe /extract&lt;/b&gt; and click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;c. Under &lt;b&gt;Choose Directory for Extracted Files&lt;/b&gt;, verify the path is &lt;b&gt;c:\adrms\install\rms client v1.0 sp2\&lt;/b&gt; and click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;d. In the &lt;b&gt;Extraction Complete &lt;/b&gt;window, click &lt;b&gt;OK.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;e. Click the &lt;b&gt;Start&lt;/b&gt; menu, click &lt;b&gt;Run&lt;/b&gt;, then type &lt;b&gt;gpmc.msc&lt;/b&gt; and press &lt;b&gt;Enter&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;f. Expand forest: &lt;b&gt;xxxxx&lt;/b&gt; node.&lt;/p&gt;  &lt;p&gt;g. Expand the &lt;b&gt;Domains&lt;/b&gt; node.&lt;/p&gt;  &lt;p&gt;h. Expand the &lt;b&gt;xxxxx&lt;/b&gt; node and then click &lt;b&gt;Group Policy Objects&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;i. Right-click and select &lt;b&gt;New&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;j. Under &lt;b&gt;New GPO&lt;/b&gt;, type &lt;b&gt;XP – AD RMS Clients&lt;/b&gt; and click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;k. Select the Group Policy object called &lt;b&gt;XP – AD RMS Clients&lt;/b&gt;, right-click the &lt;b&gt;GPO&lt;/b&gt;, and then click &lt;b&gt;Edit&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;l. In the &lt;b&gt;Group Policy Management Editor&lt;/b&gt;, click &lt;b&gt;Computer Configuration&lt;/b&gt; node, expand &lt;b&gt;Policies&lt;/b&gt;, and expand &lt;b&gt;Software Settings&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;m. Right-click &lt;b&gt;Software Installation&lt;/b&gt;, select &lt;b&gt;New&lt;/b&gt;, and then select &lt;b&gt;Package&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;n. In the &lt;b&gt;File name&lt;/b&gt; box, type &lt;b&gt;\\&amp;lt;FQDN&lt;/b&gt;&lt;b&gt; of AD Serer&amp;gt;\ADRMS\install\RMS Client V1.0 SP2&lt;/b&gt;, and then click &lt;b&gt;Open&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;o. Select the file &lt;b&gt;msdrmclient.msi&lt;/b&gt; and then click &lt;b&gt;Open&lt;/b&gt;. Also perform the same steps for &lt;b&gt;RMClientBackCompat.msi&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;p. In the &lt;b&gt;Deploy Software&lt;/b&gt; dialog box, select the option &lt;b&gt;Assigned&lt;/b&gt; and click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;q. Wait for several seconds, and then refresh the page.&lt;/p&gt;  &lt;p&gt;r. Verify that the installation package appears in the right-hand panel.&lt;/p&gt;  &lt;p&gt;s. Close the &lt;b&gt;Group Policy Management Editor&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;t. On the &lt;b&gt;Group Policy Management&lt;/b&gt; left panel, right-click &lt;b&gt;WMI Filters&lt;/b&gt;, and select &lt;b&gt;New&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;u. Under &lt;b&gt;New WMI filter&lt;/b&gt;, in the &lt;b&gt;Name&lt;/b&gt; box, type “&lt;b&gt;OS XP&lt;/b&gt;”. In the &lt;b&gt;Description&lt;/b&gt; box, type “&lt;b&gt;Only target computers running Windows XP Professional&lt;/b&gt;”.&lt;/p&gt;  &lt;p&gt;v. Click &lt;b&gt;Add&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;w. In the &lt;b&gt;WMI Query&lt;/b&gt; window, in the &lt;b&gt;Namespace&lt;/b&gt; box, verify the value &lt;b&gt;root\CIM\v2&lt;/b&gt;, and under &lt;b&gt;Query&lt;/b&gt; type the following line: &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Select * from Win32_OperatingSystem where Caption = &amp;quot;Microsoft Windows XP Professional&amp;quot;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;x. Click &lt;b&gt;OK&lt;/b&gt;, and then click &lt;b&gt;Save&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;y. Expand &lt;b&gt;Group Policy Objects &lt;/b&gt;and select &lt;b&gt;XP – AD RMS Clients&lt;/b&gt;. In the right panel under &lt;b&gt;WMI Filter&lt;/b&gt;, click the drop-down box and select &lt;b&gt;OS XP&lt;/b&gt;. &lt;/p&gt;  &lt;p&gt;z. On &lt;b&gt;Group Policy Management Windows&lt;/b&gt;, click &lt;b&gt;Yes&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;aa. On the left panel, click &lt;b&gt;xxxxx, xxx OU, Workstation OU&lt;/b&gt;, and then right-click &lt;b&gt;XP&lt;/b&gt; and select &lt;b&gt;Link on Exist GPO&lt;/b&gt;. &lt;/p&gt;  &lt;p&gt;bb. On &lt;b&gt;Select&lt;/b&gt; &lt;b&gt;XP OU&lt;/b&gt;, select &lt;b&gt;XP – AD RMS Clients&lt;/b&gt;, and click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;cc. Under &lt;b&gt;xxxxx&lt;/b&gt;, right-click &lt;b&gt;XP – AD RMS Clients&lt;/b&gt; link, and select &lt;b&gt;Enforced&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;dd. Close all windows.&lt;/p&gt;  &lt;p&gt;ee. Log off.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h3&gt;Installing the client&lt;/h3&gt;  &lt;p&gt;The AD RMS client software is deployed using GPO.&lt;/p&gt;  &lt;p&gt;a. Logon on as &lt;b&gt;User&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;The installation process begins at the time that the GPOs are applied to the computer in the start-up process.&lt;/p&gt;  &lt;p&gt;b. Click &lt;b&gt;Start&lt;/b&gt;, then &lt;b&gt;Control Panel&lt;/b&gt;, double-click &lt;b&gt;Add or Remove Programs&lt;/b&gt;, and verify that &lt;b&gt;Windows Rights Management Client with Service Pack 2&lt;/b&gt; appears in the &lt;b&gt;Currently installed programs &lt;/b&gt;list&lt;b&gt;.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;c. If the AD RMS client doesn’t appear in the list, click &lt;b&gt;Start&lt;/b&gt;, click &lt;b&gt;Run&lt;/b&gt; and type &lt;b&gt;“gpupdate /force”.&lt;/b&gt; At the message prompt click &lt;b&gt;“Y”&lt;/b&gt;, then restart &lt;b&gt;client machine&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;d. Close all open windows.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This would ensure the clients are deployed in your organization automatically. But if you need to test out manually, you can just execute the RMS Client installer and it would get installed.&lt;/p&gt;  &lt;p&gt;Now, next logical step after client deployment is to activate the RMS Client……&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Activating the RMS Client.&lt;/h2&gt;  &lt;p&gt;a. After opening Word, open the Office menu, select &lt;b&gt;Prepare&lt;/b&gt;, and then &lt;b&gt;Restrict Access&lt;/b&gt;. &lt;/p&gt;  &lt;p&gt;b. Check &lt;b&gt;Restrict Permission&lt;/b&gt; &lt;b&gt;to this Document&lt;/b&gt; and click &lt;b&gt;OK&lt;/b&gt;. This should trigger the AD RMS client activation. After that, close Word without saving the document.&lt;/p&gt;  &lt;p&gt;c. Log on to &lt;b&gt;client machine&lt;/b&gt; as &lt;b&gt;end user&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;d. Click the &lt;b&gt;Start&lt;/b&gt; menu, click &lt;b&gt;Run&lt;/b&gt;, then type &lt;b&gt;WinWord&lt;/b&gt; and press &lt;b&gt;Enter&lt;/b&gt;. &lt;/p&gt;  &lt;p&gt;Microsoft Word opens with a blank default page.&lt;/p&gt;  &lt;p&gt;e. Click the &lt;b&gt;Office &lt;/b&gt;button, then select &lt;b&gt;Prepare&lt;/b&gt;, &lt;b&gt;Restrict Permission&lt;/b&gt;, and then click &lt;b&gt;Restricted Access&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;Notice the message configuring your computer for Information Rights Management.&lt;/p&gt;  &lt;p&gt;Notice the message verifying your logon information for opening content with restricted permission.&lt;/p&gt;  &lt;p&gt;This process installs a machine certificate, a rights account certificate, and a client licensor certificate for the user profile.&lt;/p&gt;  &lt;p&gt;f. After the activation messages are complete, select the &lt;b&gt;Restrict permission to this document&lt;/b&gt; check box, and then click the &lt;b&gt;All users&lt;/b&gt; button (the button with the icon depicting two people) to the right of the &lt;b&gt;Read&lt;/b&gt; box&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;Note: &lt;/u&gt;&lt;/strong&gt;This restricts access to all AD RMS-enabled users in your RMS domain.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;g. Click &lt;strong&gt;Cancel &lt;/strong&gt;and close word.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you select OK, the document gets rights protected :)&lt;/p&gt;  &lt;p&gt;In case you want to mass activate the client, the best way is to send across rights protected mail to all users…the moment the users open the mail, RMS Client would contact RMS Server and activate it. The activation is nothing but generating the Machine certificates and RACs &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h3&gt;Verifying that the Certificates (Machine and RACs) are generated&lt;/h3&gt;  &lt;p&gt;The client licensor certificate named &lt;b&gt;CLC-&amp;lt;username&amp;gt;@xxxxx&lt;/b&gt;, the machine certificate named &lt;b&gt;CERT-Machine.drm&lt;/b&gt;, and the RAC named &lt;b&gt;GIC-&amp;lt;user_name&amp;gt;@xxxxx &lt;/b&gt;are all visible in User’s profile.&lt;/p&gt;  &lt;p&gt;a. Click &lt;b&gt;Start&lt;/b&gt;, and point to &lt;b&gt;Computer&lt;/b&gt; to start &lt;b&gt;Windows Explorer&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;b. Press the &lt;b&gt;ALT&lt;/b&gt; key and click &lt;b&gt;Tools&lt;/b&gt; menu, then click &lt;b&gt;Folder Options&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;c. On the &lt;b&gt;View&lt;/b&gt; tab, enable &lt;b&gt;Show hidden files and folders&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;d. Click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;e. Browse to &lt;b&gt;C:\Users\&amp;lt;user name&amp;gt;\App Data\Local\Microsoft\DRM&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;f. Verify that the following files exist:&lt;/p&gt;  &lt;p&gt;· CLC – &amp;lt;user_name&amp;gt;@xxxx.com &lt;/p&gt;  &lt;p&gt;· CERT –Machine.drm&lt;/p&gt;  &lt;p&gt;· GIC – &amp;lt;User_name&amp;gt;@xxxxx.com &lt;/p&gt;  &lt;p&gt;g. Close &lt;b&gt;Windows Explorer&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Now your organizational users can start sending across the rights protected mails, documents, excel spreadsheets, presentation and many more stuff that you intent to protect.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;But incase you want to have classification of information like confidential, read only etc and want to assign rights uniformly at Enterprise Level, then you need to look at RMS Templates and configure them.&lt;/p&gt;  &lt;p&gt;I would describe steps to create templates and distribute them automatically in my next post………..&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3244646" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>Step by Step Guide to deploy RMS Server</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/05/22/step-by-step-guide-to-deploy-rms-server.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/05/22/step-by-step-guide-to-deploy-rms-server.aspx</id><published>2009-05-22T20:03:23Z</published><updated>2009-05-22T20:03:23Z</updated><content type="html">&lt;p&gt;So, today we shall see how to deploy RMS rapidly :)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Prerequisites&lt;/h2&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;AD RMS would require the following –&lt;/p&gt;  &lt;p&gt;· RMS Service account &lt;/p&gt;  &lt;p&gt;· Ensure that the user has email address attribute filled in.&lt;/p&gt;  &lt;p&gt;· Ensure that the RMS server is a member server in the Domain.&lt;/p&gt;  &lt;p&gt;· RMS server is reachable using DNS name.&lt;/p&gt;  &lt;p&gt;· Ensure that RMS Server is included in the Trusted Sites of IE.&lt;/p&gt;  &lt;p&gt;· Office 2003 Professional or Office 2007 Professional Plus for authors. The end-user can be on Office 2003 standard / Office 2007 standard&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;&lt;u&gt;Creating AD RMS Service Account&lt;/u&gt;&lt;/strong&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;a. If necessary, log onto &lt;b&gt;the AD server as Administrator&lt;/b&gt;. &lt;/p&gt;    &lt;p&gt;b. In the &lt;b&gt;Server Manager&lt;/b&gt; window, expand &lt;b&gt;Roles&lt;/b&gt;, then expand &lt;b&gt;Active Directory Domain Services&lt;/b&gt;, and click &lt;b&gt;Active Directory Users and Computers&lt;/b&gt;.&lt;/p&gt;    &lt;p&gt;c. Create &lt;b&gt;New&lt;/b&gt; &lt;b&gt;User&lt;/b&gt; with the following parameters:&lt;/p&gt;    &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; i. First name: &lt;b&gt;ADRMSSvc&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ii. User logon name: &lt;b&gt;ADRMSSvc&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; iii. Password: &lt;b&gt;Str0ngPassw0rd&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; iv. User must change password at next logon: &lt;b&gt;Not Selected&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; v. Password never expires: &lt;b&gt;Selected&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;d. Select &lt;b&gt;Next&lt;/b&gt;, and then &lt;b&gt;Finish&lt;/b&gt;.&lt;/p&gt;    &lt;p&gt;Close &lt;b&gt;Active Directory Users and Computers&lt;/b&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;h4&gt;&amp;#160;&lt;/h4&gt;    &lt;li&gt;&lt;strong&gt;&lt;u&gt;Creating GPO to include RMS Server is included in Trusted sites of IE&lt;/u&gt;&lt;/strong&gt;       &lt;p&gt;a. In the &lt;b&gt;Group Policy Management Editor&lt;/b&gt;, expand &lt;b&gt;User Configuration&lt;/b&gt;, expand &lt;b&gt;Policies&lt;/b&gt;, and then select &lt;b&gt;Windows Settings&lt;/b&gt;.&lt;/p&gt;      &lt;p&gt;b. Expand the &lt;b&gt;Internet Explorer Maintenance node&lt;/b&gt; and then click &lt;b&gt;Security&lt;/b&gt;.&lt;/p&gt;      &lt;p&gt;c. In the details pane, double-click &lt;b&gt;Security Zones and Content Ratings&lt;/b&gt; and click &lt;b&gt;Continue&lt;/b&gt; in the pop-up window.&lt;/p&gt;      &lt;p&gt;d. In the &lt;b&gt;Security Zones and Content Ratings&lt;/b&gt; dialog box, in the &lt;b&gt;Security Zones and Privacy&lt;/b&gt; section, click &lt;b&gt;Import the current security zones and privacy settings.&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;e. Click &lt;b&gt;Modify Settings.&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;f. Click &lt;b&gt;Trusted Sites&lt;/b&gt;, and then click &lt;b&gt;Sites.&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;g. Verify that the following entries have been added to the list:&lt;/p&gt;      &lt;p&gt;· &lt;b&gt;*. xxxxx.com &lt;/b&gt;&lt;i&gt;(This would be your domain name)&lt;/i&gt;&lt;/p&gt;      &lt;p&gt;h. Click &lt;b&gt;Close&lt;/b&gt;.&lt;/p&gt;      &lt;p&gt;i. Click &lt;b&gt;Local Intranet&lt;/b&gt;, and then click &lt;b&gt;Sites&lt;/b&gt;.&lt;/p&gt;      &lt;p&gt;j. Click the &lt;b&gt;Advanced&lt;/b&gt; button.&lt;/p&gt;      &lt;p&gt;k. Verify that the following entries have been added to the list:&lt;/p&gt;      &lt;p&gt;· &lt;b&gt;*.xxxx.com&lt;/b&gt;&lt;/p&gt;      &lt;p&gt;l. Click &lt;b&gt;Close&lt;/b&gt;, and then click &lt;b&gt;OK&lt;/b&gt; in the local Intranet window.&lt;/p&gt;      &lt;p&gt;m. Click &lt;b&gt;OK&lt;/b&gt; twice to return to the &lt;b&gt;Group Policy Object Editor&lt;/b&gt; and close the &lt;b&gt;Group Policy Object Editor&lt;/b&gt;.&lt;/p&gt;      &lt;p&gt;n. Close the &lt;b&gt;Group Policy Management Console&lt;/b&gt;.&lt;/p&gt;      &lt;p&gt;o. Close all windows and log off&lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The other prerequisites do not require my help :)&lt;/p&gt;  &lt;p&gt;I am sure, you can check if RMS server is reachable by pining it from client machines.&lt;/p&gt;  &lt;p&gt;**** But don’t forget to ensure that the AD user accounts have email address field populated with valid email IDs.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div&gt;   &lt;br /&gt;    &lt;h1&gt;Installing RMS Server (Provisioning RMS Server)&lt;/h1&gt;    &lt;p&gt;&amp;#160;&lt;/p&gt;    &lt;p&gt;Lets see how the RMS Server is provisioned on Windows 2008 Server.&lt;/p&gt;    &lt;p&gt;&amp;#160;&lt;/p&gt;    &lt;p&gt;a. If necessary, log on &lt;b&gt;Administrator &lt;/b&gt;to the Server identified for being RMS Server. &lt;/p&gt;    &lt;p&gt;b. Click the &lt;b&gt;Start&lt;/b&gt; button, and then click &lt;b&gt;Server Manager&lt;/b&gt;.&lt;/p&gt;    &lt;p&gt;c. Click &lt;b&gt;Roles&lt;/b&gt;, and then click &lt;b&gt;Add Roles&lt;/b&gt; on the right panel. The &lt;b&gt;Add Roles Wizard&lt;/b&gt; opens. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;    &lt;p&gt;d. On the &lt;b&gt;Select Server Roles&lt;/b&gt; page, select &lt;b&gt;Active Directory Rights Management Services&lt;/b&gt;.&lt;/p&gt;    &lt;p&gt;e. The &lt;b&gt;Add Role Wizard&lt;/b&gt; page appears, informing you that the required role-services dependencies on &lt;b&gt;Message Queuing&lt;/b&gt; will be installed. Click &lt;b&gt;Add Required Features&lt;/b&gt; to install the role and role services. This may take several minutes.&lt;/p&gt;    &lt;p&gt;f. The &lt;b&gt;Add Role Wizard&lt;/b&gt; page will show you the following role selected: &lt;/p&gt;    &lt;blockquote&gt;     &lt;p&gt;· &lt;b&gt;Active Directory Rights Management Services&lt;/b&gt;&lt;/p&gt;   &lt;/blockquote&gt;    &lt;p&gt;g. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;    &lt;p&gt;h. The &lt;b&gt;Add Role Wizard&lt;/b&gt; page shows you an &lt;b&gt;Introduction to Active Directory Rights Management Services.&lt;/b&gt; Click &lt;b&gt;Next&lt;/b&gt; to continue.&lt;/p&gt;    &lt;p&gt;i. The &lt;b&gt;Add Role Wizard&lt;/b&gt; page shows you the component list. Only &lt;b&gt;Active Directory Rights Management Services&lt;/b&gt; is selected. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;    &lt;p&gt;j. The &lt;b&gt;Add Role Wizard – Create or Join an AD RMS Cluster&lt;/b&gt; page appears. Verify that the only option available is &lt;b&gt;Create a New AD RMS Cluster&lt;/b&gt; and then click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;    &lt;p&gt;k. The &lt;b&gt;Add Role Wizard – Select Configuration Database&lt;/b&gt; page appears. Select &lt;b&gt;Use a different database server&lt;/b&gt;, and click &lt;b&gt;Select&lt;/b&gt;.&lt;/p&gt;    &lt;p&gt;l. In the &lt;b&gt;Select Computer&lt;/b&gt; window, type &lt;b&gt;xxxxxxx &lt;/b&gt;and click &lt;b&gt;CheckNames&lt;/b&gt;, then click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;    &lt;p&gt;m. In the &lt;b&gt;Database Instance&lt;/b&gt; dropdown, select &lt;b&gt;Default&lt;/b&gt;, then click &lt;b&gt;Validate&lt;/b&gt; and click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;    &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;/div&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;&lt;u&gt;Note: &lt;/u&gt;&lt;/strong&gt;For Production environment, It is highly recommended that the databases are installed on a separate machine or SQL cluster.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;n. The &lt;b&gt;Add Role Wizard – Specify Service Account&lt;/b&gt; page appears; click the &lt;b&gt;Specify...&lt;/b&gt; button and assign the following attributes to the account:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;i. Username: &lt;b&gt;AD RMSSvc&lt;/b&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;ii. Password: &lt;b&gt;********* (some strong password you can provide)&lt;/b&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;o. Click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;Note: &lt;/u&gt;&lt;/strong&gt;This account doesn’t require any additional privileges (domain user only).&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;p. The &lt;b&gt;Add Role Wizard – Configure AD RMS Cluster Key Storage&lt;/b&gt; page appears; click &lt;b&gt;Use AD RMS centrally managed key storage&lt;/b&gt;, and then click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;q. The &lt;b&gt;Add Role Wizard – Specify AD RMS Cluster Key Password&lt;/b&gt; page appears; specify the following strong password: &lt;b&gt;Sup3r$Str0ngP@$$w0rd&amp;amp;&lt;/b&gt; and then click &lt;b&gt;Next&lt;/b&gt;. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;Note&lt;/u&gt;&lt;/strong&gt;: The key password is sensitive because it protects all encryption key services. The sample password is only for example.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;r. The &lt;b&gt;Add Role Wizard – Select AD RMS Cluster Web Site&lt;/b&gt; page appears; verify that &lt;b&gt;Default Web Site&lt;/b&gt; is selected and then click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;s. The &lt;b&gt;Add Role Wizard – Specify Cluster Address&lt;/b&gt; page appears; select the option &lt;b&gt;Use an SSL-encrypted connection (https://)&lt;/b&gt;, and then specify the following FQDN: &lt;b&gt;adrms.xxxxxx.com&lt;/b&gt;. Verify that the port specified is &lt;b&gt;443&lt;/b&gt;, click &lt;b&gt;Validate&lt;/b&gt; and then click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;t. The &lt;b&gt;Add Role Wizard – Name the Server Licensor Certificate&lt;/b&gt; page appears; assign a friendly name that represents your AD RMS organization, such as &lt;b&gt;“xxxxx – AD RMS”&lt;/b&gt;, and then click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;(where xxxx is your company name)&lt;/p&gt;  &lt;p&gt;u. The &lt;b&gt;Add Role Wizard – Register AD RMS Service Connection Point&lt;/b&gt; page appears; select the option &lt;b&gt;Register the AD RMS service connection point now&lt;/b&gt;, and then click &lt;b&gt;Next&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;v. The &lt;b&gt;Add Role Wizard – Confirm Installation Selections&lt;/b&gt; page appears; verify that all the parameters are as you specified them to be configured, and then click &lt;b&gt;Install&lt;/b&gt;. The installation process begins.&lt;/p&gt;  &lt;p&gt;w. The &lt;b&gt;Add Role Wizard – Installation Results&lt;/b&gt; page appears; &lt;u&gt;verify that all components have been installed successfully&lt;/u&gt;, and then click &lt;b&gt;Close&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;x. Open the &lt;b&gt;IIS Console&lt;/b&gt;. &lt;/p&gt;  &lt;p&gt;y. Close all the windows and then restart the server&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Create AD RMS Console&lt;/h2&gt;  &lt;h3&gt;&lt;/h3&gt;  &lt;p&gt;a. Log on to &lt;b&gt;RMS Server&lt;/b&gt; as the &lt;b&gt;Administrator&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;b. Click &lt;b&gt;Start&lt;/b&gt;, click &lt;b&gt;Run&lt;/b&gt;, type &lt;b&gt;mmc&lt;/b&gt;, and press &lt;b&gt;Enter&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;c. The &lt;b&gt;MMC Console&lt;/b&gt; appears.&lt;/p&gt;  &lt;p&gt;d. Click the &lt;b&gt;File&lt;/b&gt; menu and then select &lt;b&gt;Add or Remove Snap-ins&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;e. In the &lt;b&gt;Add or Remove Snap-ins&lt;/b&gt; window, select &lt;b&gt;Active Directory Rights Management Services&lt;/b&gt;. Click the &lt;b&gt;Add&lt;/b&gt; button and then click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;f. Select the &lt;b&gt;Active Directory Rights Management Services&lt;/b&gt; snap-in and select the option &lt;b&gt;Add Cluster&lt;/b&gt; in the right pane.&lt;/p&gt;  &lt;p&gt;g. In the &lt;b&gt;Add Cluster&lt;/b&gt; window, select the option called &lt;b&gt;Connect To&lt;/b&gt;, and then select &lt;b&gt;local machine&lt;/b&gt; and then click &lt;b&gt;Finish&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;h. In the &lt;b&gt;File&lt;/b&gt; menu, select the option called &lt;b&gt;Save&lt;/b&gt;. Put the MMC file on the computer desktop and assign the following name to the console: &lt;b&gt;AD RMS&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;i. Do not close the &lt;b&gt;AD RMS&lt;/b&gt; &lt;b&gt;Console&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;Configuring Extranet Pipelines&lt;/h2&gt;  &lt;p&gt;If you want your rights-protected document to be accessible from outside your organization, you must configure the external URLs immediately. The URL should not change after it is configured. The rights-protected documents contain this information within the non-encrypted header of the document. If you change the URL or configure the URL at a later time, none of the previously protected documents will be accessible from the extranet. These changes will not propagate to previously protected documents.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;a. In the &lt;b&gt;AD RMS&lt;/b&gt; MMC, expand &lt;b&gt;Active Directory Rights Management Services&lt;/b&gt;, right-click &lt;b&gt;AD RMS.xxxxxx.com&lt;/b&gt;, and then click &lt;b&gt;Properties&lt;/b&gt;. Click the &lt;b&gt;Cluster URLs&lt;/b&gt; tab, and then click the &lt;b&gt;Extranet URLs&lt;/b&gt; check box.&lt;/p&gt;  &lt;p&gt;b. For &lt;b&gt;Licensing&lt;/b&gt;, click &lt;b&gt;https://&lt;/b&gt;, and then type &lt;b&gt;adrms.xxxxx.com&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;c. For &lt;b&gt;Certification&lt;/b&gt;, click &lt;b&gt;https://&lt;/b&gt;, and then type &lt;b&gt;adrms.xxxxx.com&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;d. Click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;e. Close all the windows .&lt;/p&gt;  &lt;p&gt;f. On the &lt;b&gt;Microsoft Management Console&lt;/b&gt;, click &lt;b&gt;No&lt;/b&gt; so that changes to the console will not be saved.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;&lt;strong&gt;&lt;u&gt;On the AD Domain Controller -&lt;/u&gt;&lt;/strong&gt; Verify that the AD RMS service connection point is registered in Active Directory:&lt;/h2&gt;  &lt;p&gt;a. Log on to &lt;b&gt;AD Domain Controller&lt;/b&gt; as the &lt;b&gt;&amp;lt;Domain_name&amp;gt;\Administrator&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;b. Click &lt;b&gt;Start&lt;/b&gt;, click &lt;b&gt;Run&lt;/b&gt;, and then type &lt;b&gt;dssite.msc&lt;/b&gt; in the &lt;b&gt;Open&lt;/b&gt; box. Click &lt;b&gt;OK&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;c. Expand &lt;b&gt;Services &lt;/b&gt;and select &lt;b&gt;RightManagementServices&lt;/b&gt;. In the right panel, select &lt;b&gt;SCP&lt;/b&gt;, then right-click and select &lt;b&gt;Properties&lt;/b&gt;. In the &lt;b&gt;SCP Properties&lt;/b&gt; dialog box, select the &lt;b&gt;Attribute Editor&lt;/b&gt; tab, then select &lt;b&gt;Distinguished Name&lt;/b&gt; and click &lt;b&gt;View&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;On &lt;b&gt;String Attribute Editor view&lt;/b&gt;, verify the following value: &lt;b&gt;CN=SCP, CN=RightsManagementServices,CN=Services, CN=Configuration, DC=xxxxx,DC=com&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Notice the various attributes registered in the service connection point. The keywords attribute is used by the clients to help query this object.&lt;/p&gt;  &lt;p&gt;d. Click &lt;b&gt;OK&lt;/b&gt; twice.&lt;/p&gt;  &lt;p&gt;e. Close &lt;b&gt;Active Directory Sites and Services&lt;/b&gt;. Don’t log off&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;Note - &lt;/u&gt;&lt;/strong&gt;In order to enable external users or employee who are accessing the rights protected information from extranet, following should be performed –&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;Allow TCP port 443/80 on Firewall for RMS Server i.e. Firewall to allow inbound and outbound traffic to RMS Server on TCP 443 &amp;amp; TCP 80 &lt;/li&gt;      &lt;li&gt;Publish Extranet URL of RMS in DNS server. i.e. External user should be able to resolve the extranet URL of RMS. &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;h2&gt;Back up the AD RMS Private Key&lt;/h2&gt;  &lt;p&gt;Back up the AD RMS private key using following steps:&lt;/p&gt;  &lt;p&gt;a. On the Desktop, click &lt;b&gt;AD RMS.msc&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;b. Expand &lt;b&gt;Active Directory Rights Management Services&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;c. Expand &lt;b&gt;adrms.xxxx.com&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;d. Expand &lt;b&gt;Trust Policy&lt;/b&gt; and then select &lt;b&gt;Trusted Publishing Domains&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;e. Select &lt;b&gt;xxxxx AD RMS&lt;/b&gt; and click &lt;b&gt;Export Trusted Publishing Domain&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;f. Click &lt;b&gt;Save as&lt;/b&gt;, navigate to the desktop, and type &lt;b&gt;xxxxx-Private-Key&lt;/b&gt; in the file name field.&lt;/p&gt;  &lt;p&gt;g. Click &lt;b&gt;Save&lt;/b&gt;, type &lt;b&gt;pass@word1&lt;/b&gt; as the password, and confirm the password.&lt;/p&gt;  &lt;p&gt;h. Click &lt;b&gt;Finish&lt;/b&gt; and do not save the changes.&lt;/p&gt;  &lt;p&gt;i. Close the AD RMS &lt;b&gt;Management Console&lt;/b&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&lt;u&gt;Note:&lt;/u&gt;&lt;/strong&gt; It is highly recommended that you store this file in a very secure place. In case of disaster recovery, this file is used to restore the service with a database backup.&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3244638" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>How RMS Works??</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/05/18/how-rms-works.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/05/18/how-rms-works.aspx</id><published>2009-05-18T10:18:17Z</published><updated>2009-05-18T10:18:17Z</updated><content type="html">&lt;p&gt;This post is going to talk about components of RMS technology and How it works.&lt;/p&gt;  &lt;h1&gt;&amp;#160;&lt;/h1&gt;  &lt;h1&gt;Components of RMS:&lt;/h1&gt;  &lt;p&gt;RMS has following components -&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;RMS Server&lt;/li&gt;    &lt;li&gt;RMS Client&lt;/li&gt;    &lt;li&gt;RMS Aware applications&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;RMS Server -&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Is the heart of RMS Solution. RMS Server has set of web services that run on top of IIS (internet information services) and perform three major functions&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Certification: RMS Server validates the user and provides RMS user credential called “RAC”.&amp;#160; User is able to access the rights protected information using this RAC. More about RAC later.&lt;/li&gt;      &lt;li&gt;Publishing: RMS server uses RAC and protects information using the “publishing” service i.e. encrypts the information and attaches a “publishing license” containing the information protection policy (i.e. who can view, edit, copy, etc)&lt;/li&gt;      &lt;li&gt;Licensing: RMS server provides “Use License” to the recipient to access the protected information (document, email, etc) using Licensing service. The “use license” permits access to rights protected information based on the policy that was applied during the Publishing stage.&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;The RMS server provides administrative console based on MMC-snap in, which allows administrators to configure the RMS Server for policies, templates, Certificate validity, Trusts etc.&lt;/li&gt;    &lt;li&gt;The Backend Database, which can be SQL Server or Windows Internal Database (in case of windows 2008 or MSDE in case of Windows 2003) is used for storing all the policies, certificates, keys etc. MSDE or Windows Internal Database is not recommended for Production environment. They are meant for test environment only.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;RMS client -&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The RMS client runs on the client machine fall into 2 major categories: the RMS client api’s and “lockbox”&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;The RMS client API’s are invoked by the applications to protect information: for example to create publishing licenses or request use licenses&lt;/li&gt;      &lt;li&gt;The lockbox performs the low-level encryption operations on behalf of the user and application, so that things like encryption keys are always protected and RMS policies cannot be breached&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Additionally, a set of credentials are stored on the client machine. These credentials establish the trust model&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;The machine certificate ensures that the RMS client running on the client machine is the true and legitimate RMS software from Microsoft, and not some rogue application&lt;/li&gt;      &lt;li&gt;The user certificate, also called a “RAC” or rights account certificate, establishes to the RMS server and client that the user is who they say they are i.e. non-repudiation&lt;/li&gt;      &lt;li&gt;The client licensor certificate (CLC) allows an RMS user to protect information without a live connection to an RMS server (i.e. “offline”)&lt;/li&gt;      &lt;li&gt;Each of these credentials has an associated public/private key pair, the private keys are protected in the system using DPAPI or data protection API, a standard set of Microsoft interfaces&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;RMS Aware applications&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The RMS aware applications calls RMS client APIs to enable information protection features such as the “do not forward” email or the “company confidential” document etc.&lt;/p&gt;  &lt;p&gt;RMS client uses credential called an “application manifest” from any application that calls it to ensure that the calling application is a trusted RMS enabled application, and not a rogue app. The application manifest attests that the calling app is the same application (based on a hash of executables) for which Microsoft signed a rights management license agreement, based upon the developer of that application following certain security and tamper resistance requirements required by RMS. The purpose of the application manifest is to ensure that rogue applications do not surface and degrade the value of RMS protection.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;A very good component diagram of RMS, which I generally refer to in my presentations for easy understanding is as follows -&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/HowRMSWorks_ABEA/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.technet.com/blogfiles/amolrb/WindowsLiveWriter/HowRMSWorks_ABEA/image_thumb.png" width="859" height="521" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h1&gt;How RMS Works????&lt;/h1&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Again a very easy to understand pictorial representation of how RMS works -&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/HowRMSWorks_ABEA/image_4.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/HowRMSWorks_ABEA/image_thumb_1.png" width="1048" height="582" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;In order to rights protect a document, or use a rights protected document, the user must talk to the RMS server. The above diagram talks about flow of information exchange in RMS environment.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;An Author wants to rights protect the document. The first time author rights protects the information, he/she receives the&amp;#160; RAC (“rights account certificate”) and “client licensor certificate” (machine cert).&lt;/li&gt;    &lt;li&gt;The author would apply a RMS policy to their file or define the rights protection. The application works with the RMS client to create a “publishing license”, encrypt the file, and appends the publishing license to it.&lt;/li&gt;    &lt;li&gt;Now the author would share or distribute the document with other users.&lt;/li&gt;    &lt;li&gt;The receipt tries to open the rights protected document. The appropriate application would send the recipient’s credentials and the publish license to the RMS server, which validates the user and issues a “use license”. The RMS Server will check the user’s privileges and if he/she is allowed the access, it would send back a use license to the user to allow them to work with the document. &lt;/li&gt;    &lt;li&gt;The recipient’s application would render the file and enforce the rights defined in the publishing license. Now the user can decrypt and work with the document.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Authorized Users can access the rights protected information within the organization &amp;amp; outside the organization.&lt;/p&gt;  &lt;p&gt;RMS provide facility of defining 2 URLs. Internal URL – for internal access, and Extranet URL – for internet based clients (users accessing remotely or external users etc).&lt;/p&gt;  &lt;p&gt;The internal name is the url or NetBIOS name that intranet clients will use to connect to the RMS server. The external name is an internet-resolvable name that external recipients or home/traveling users will use to connect to the RMS server. At publishing time, the RMS client places both names into the publishing license of content it protects. The recipient’s RMS client reads the internal and external names out of the publishing license of content it tries to consume. It attempts to connect to an RMS server via the internal name first, and if this does not work it tries the external name second.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Tip – &lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;&lt;em&gt;Always specify FQDN for both Internal and Extranet URL.&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;&lt;em&gt;Even if you don’t intend to publish Extranet URL, its advisable to populate the URL as RMS Client would try to connect to RMS server on Extranet URL in case it is not able to connect on Internal URL.&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;In my next post, I am going to provide some step-by-step guide in deploying RMS on Windows 2008. This would enable you to deploy and start using RMS.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3242739" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>Various Links to ILM 2</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/05/15/various-links-to-ilm-2.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/05/15/various-links-to-ilm-2.aspx</id><published>2009-05-15T21:09:27Z</published><updated>2009-05-15T21:09:27Z</updated><content type="html">&lt;p&gt;Tech.ed 2009 ILM 2 session was good and thanks to all the attendees for making it a nice interactive one.&lt;/p&gt;  &lt;p&gt;As I had mentioned, please find the various links for ILM 2 a.k.a Forefront identity manager 2010 as below -&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://www.microsoft.com/ilm"&gt;www.microsoft.com/ilm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/en-us/library/cc561136.aspx"&gt;http://technet.microsoft.com/en-us/library/cc561136.aspx&lt;/a&gt; =&amp;gt; ILM 2 TechNet Library&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/en-us/library/cc561134.aspx"&gt;http://technet.microsoft.com/en-us/library/cc561134.aspx&lt;/a&gt; =&amp;gt; Getting Started&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://technet.microsoft.com/en-us/ilm/default.aspx"&gt;http://technet.microsoft.com/en-us/ilm/default.aspx&lt;/a&gt; =&amp;gt; Tech Center Home for ILM&lt;/p&gt;  &lt;p&gt;· Tech Center has MS Blogs for ILM&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://social.technet.microsoft.com/forums/en-US/identitylifecyclemanager/threads/"&gt;http://social.technet.microsoft.com/forums/en-US/identitylifecyclemanager/threads/&lt;/a&gt; =&amp;gt; ILM Forum&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I would be posting some RMS stuff in subsequent posts…&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3241839" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>Rights Management Services</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/05/13/rights-management-services.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/05/13/rights-management-services.aspx</id><published>2009-05-13T18:11:32Z</published><updated>2009-05-13T18:11:32Z</updated><content type="html">&lt;p&gt;One of the key components in Microsoft’s IDA stack is Rights Management Services a.k.a RMS.&lt;/p&gt;  &lt;p&gt;RMS offers protection to the information / data in terms of who can access it, what access etc. RMS should not be mixed with Access Management Solutions.&lt;/p&gt;  &lt;p&gt;Access Management solutions, that I described in my earlier posts, performs Access Control / Authorization decision on Enterprise level to the various Enterprise applications. That means, you would be displayed the portal which has list of applications that you as an individual are “Entitled” to access based on your “Job Function a.k.a Role”. Access Management solution would &lt;u&gt;control the access to these applications.&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;However, RMS move few steps forward. After all, what is that you are using application for? Accessing or viewing data? Updating / Modifying data?&lt;/p&gt;  &lt;p&gt;RMS protects this data in a way and sets permission for users to access.&lt;/p&gt;  &lt;h2&gt;&amp;#160;&lt;/h2&gt;  &lt;h2&gt;What is Rights Management??&lt;/h2&gt;  &lt;p&gt;RMS is information protection technology that helps safeguard digital information from unauthorized use–in an online and offline environment, inside and outside of the firewall i.e. within your organization and outside your organization's network boundary.&lt;/p&gt;  &lt;p&gt;RMS can define as to how a recipient can use the information, such as who can open, modify, print, forward, and/or take other actions with the information. If you have not provided permission to the recipient, he/she would not be able to open the document or mail or file. RMS can be applied to documents, mails, HTML and with solution framework – to various kinds of file formats and applications. The Application needs to be RMS aware. in case of home-grown application, RMS provides SDK to integrate or make them in RMS aware.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Using RMS, organizations can create custom usage rights templates such as “Confidential - Read Only” that can be applied directly to information such as financial reports, product specifications, customer data, and e-mail messages. For example, RMS can help protect information in a wide range of situations, including the following:&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Intranet content.&lt;/b&gt; A manager within a large multinational pharmaceuticals company has been granted access to the online sales system. She navigates to the year-over-year sales information on the enterprise information portal, and the information is displayed on-screen within her RMS-enabled browser. Because the information is sensitive, specific usage restrictions have been applied to the report she sees. The manager gets the information she needs, conveniently, but because she does not have rights to print, copy, or paste the information on screen, the company’s sensitive sales data is better protected from inadvertent or deliberate sharing with an unauthorized individual.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;E-mail communications.&lt;/b&gt; A CEO needs to send an e-mail message that contains confidential information about an upcoming reorganization to his executive staff. In his RMS-enabled e-mail application, he selects a template to specify that recipients can only read the e-mail message, and that they cannot copy, paste, edit, or forward the information. The recipients receive the e-mail message and view it in an RMS-enabled e-mail application or browser, which transparently enforces the permissions. The CEO has a new level of confidence that this sensitive information will not be shared beyond his executive staff.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Documents.&lt;/b&gt; Using a simple on-screen toolbar button or menu prompt built into her RMS-enabled word processor, a research manager at a manufacturing company rights-protects a new product research report to allow selected members of the product development team to preview and comment on the information for exactly one week. She sends the rights-protected document to multiple people via e-mail. When each person opens the document, their RMS-enabled word processor or browser enforces the rights assigned to the document, including the time-based conditions; after a week, the rights expire and these individuals can no longer open the document. The research manager then rights-protects and distributes the final version as company confidential read-only to the entire product development team. The research manager feels confident that the product development team only has access to the final information and that it is protected from unauthorized individuals, such as a competitor, viewing this information.&lt;/p&gt;  &lt;p&gt;Above just some of the examples.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The protection offered by RMS is persistent i.e. even if the information is archived or leaked via some media, the rights protection is always enforced. This feature helps organizations in preventing sensitive information from falling in to wrong hands either intentionally or accidently.&lt;/p&gt;  &lt;h2&gt;Why RMS?&lt;/h2&gt;  &lt;p&gt;Loss of information has always being a trouble for Organizations. Hence we had Information Security to secure it.&lt;/p&gt;  &lt;p&gt;With the economic downturn, the problem has got aggravated. Disgruntled employee pass on sensitive information like customer data (in case of Finance &amp;amp; Banking industries), Engineering drawings and designs in case Manufacturing Industry, Source code or Customer data in case IT or ITES, Medical formulae's or patient information in case of Pharma &amp;amp; Healthcare etc. This loss of data not only impacts the organizations in Monetary or Financial aspects but also competitive edge, loss of reputation and other intangible damages….&lt;/p&gt;  &lt;p&gt;Furthermore, the regulatory bodies &amp;amp; auditors have started questioning the basis of Information security and demand protection of information.&lt;/p&gt;  &lt;p&gt;Obviously, Solution like RMS is required to protect the information from unauthorized access and protect the interests of the organizations and Industries.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;In my next post, I am going to talk more on the technology and how it works.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3240333" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author><category term="RMS" scheme="http://blogs.technet.com/amolrb/archive/tags/RMS/default.aspx" /><category term="Rights Management Services" scheme="http://blogs.technet.com/amolrb/archive/tags/Rights+Management+Services/default.aspx" /><category term="ADRMS" scheme="http://blogs.technet.com/amolrb/archive/tags/ADRMS/default.aspx" /><category term="DRM" scheme="http://blogs.technet.com/amolrb/archive/tags/DRM/default.aspx" /><category term="IRM" scheme="http://blogs.technet.com/amolrb/archive/tags/IRM/default.aspx" /></entry><entry><title>Demo on ILM 2</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/04/03/demo-on-ilm-2.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/04/03/demo-on-ilm-2.aspx</id><published>2009-04-03T11:06:58Z</published><updated>2009-04-03T11:06:58Z</updated><content type="html">&lt;p&gt;&lt;font size="2"&gt;As I had mentioned in my earlier post, I am attaching the Video of the demo I conducted at Virtual Tech Day.&lt;/font&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:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:51ff9d4b-1008-4d85-b85a-50bee3f80fd9" class="wlWriterEditableSmartContent"&gt;&lt;div id="f852ad1a-a8d1-44ae-b254-215bcbcdda68" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://video.msn.com/video.aspx?vid=3cfd25ca-eedf-4524-bf39-5f51876e66c0&amp;amp;from=writer" target="_new"&gt;&lt;img src="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/DemoonILM2_AE47/videofeb013d98c3d.jpg" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('f852ad1a-a8d1-44ae-b254-215bcbcdda68'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;embed src=\&amp;quot;http://images.video.msn.com/flash/soapbox1_1.swf\&amp;quot; quality=\&amp;quot;high\&amp;quot; width=\&amp;quot;680\&amp;quot; height=\&amp;quot;573\&amp;quot; wmode=\&amp;quot;transparent\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; pluginspage=\&amp;quot;http://macromedia.com/go/getflashplayer\&amp;quot; flashvars=\&amp;quot;c=v&amp;amp;v=3cfd25ca-eedf-4524-bf39-5f51876e66c0&amp;amp;from=writer&amp;amp;mkt=en-US\&amp;quot; &amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="clear:both;font-size:.8em;"&gt;ILM 2 Demo&lt;/div&gt;&lt;/div&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Watch out for more in this space…. :)&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3221904" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>ILM 2 : A powerful Identity Management solution</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/04/02/ilm-2-a-powerful-identity-management-solution.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/04/02/ilm-2-a-powerful-identity-management-solution.aspx</id><published>2009-04-02T18:23:00Z</published><updated>2009-04-02T18:23:00Z</updated><content type="html">&lt;p&gt;&lt;font size="2"&gt;Microsoft has had been Identity Management via MIIS and ILM 2007.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;MIIS – Microsoft Identity Integration Server 2003, has been provides various customers a capability to -&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;&lt;font size="2"&gt;synchronize the identities across various data sources&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Synchronize the password&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;user provisioning, de-provisioning, managing users etc.&lt;/font&gt; &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="2"&gt;However, MIIS lacked the workflows, reporting, powerful self-service capabilities that makes Identity Management solution a complete solution.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;ILM 2007 provides MIIS capabilities as well as Certificate Lifecycle Management capabilities. Certificate Lifecycle Management allows organizations to -&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;&lt;font size="2"&gt;Manage the life cycle of digital certificates and smart cards&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Centralized administration of certificates and smart cards&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Workflow and policies for activities -&lt;/font&gt;         &lt;ul&gt;         &lt;li&gt;&lt;font size="2"&gt;Configurable policy-based workflows for common tasks&lt;/font&gt; &lt;/li&gt;          &lt;li&gt;&lt;font size="2"&gt;Enroll/renew/update&lt;/font&gt; &lt;/li&gt;          &lt;li&gt;&lt;font size="2"&gt;Recover/card replacement&lt;/font&gt; &lt;/li&gt;          &lt;li&gt;&lt;font size="2"&gt;Revoke&lt;/font&gt; &lt;/li&gt;          &lt;li&gt;&lt;font size="2"&gt;Retire/disable smart card&lt;/font&gt; &lt;/li&gt;          &lt;li&gt;&lt;font size="2"&gt;Issue temporary/duplicate smart card&lt;/font&gt; &lt;/li&gt;          &lt;li&gt;&lt;font size="2"&gt;Personalize smart card&lt;/font&gt; &lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Self-service capabilities to end-users to reset the PINs, request for above activities&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;auditing and reporting; and&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Integration with Active Directory Certificate Services.&lt;/font&gt; &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;ILM 2 provides more capabilities than its predecessor. The capabilities of ILM 2 includes -&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;&lt;font size="2"&gt;Extensible Windows Workflow Foundation based workflows -&lt;/font&gt;         &lt;ul&gt;         &lt;li&gt;allow IT professional to quick create, update and modify the Workflow based on business processes &lt;/li&gt;          &lt;li&gt;Does not require any languages or coding / scripting. &lt;/li&gt;          &lt;li&gt;The workflow are based on WF (Windows Workflow Foundation) which enables organizations to import and reuse the workflows &lt;/li&gt;          &lt;li&gt;Provides WS* APIs to enable customization at product &amp;amp; solution level.            &lt;br /&gt;&lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/ILM2ApowerfulIdentityManagementsolution_D90B/clip_image002%5B6%5D_1.gif"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image002" border="0" hspace="12" alt="clip_image002" src="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/ILM2ApowerfulIdentityManagementsolution_D90B/clip_image002%5B6%5D_thumb_1.gif" width="712" height="538" v:shapes="Picture_x0020_3" /&gt;&lt;/a&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;&lt;font size="2"&gt;Enforces policies from a centralized Server. The interface is Windows SharePoint Services (WSS).&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Management of 3rd Party CAs and OTPs.&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Credential Management using workflows for e.g. automatically provision a user account, set their initial password, and kick off the process to issue smart cards and digital certificates to the user.&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Powerful Self-Service Password Reset – Allows users to reset the password at Desktop logon. Additionally portal based password reset is also available.&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Self-service Profile management – allows users to manage their profiles, raise request for additional accounts, access etc.&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Codeless User Provisioning – Unlike MIIS, ILM 2 does not require writing any codes to perform Identity Management.&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Group Management – Capability to manage the Security groups, DLs in the target systems&lt;/font&gt; &lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Tighter integration with Office -&lt;/font&gt;         &lt;ul&gt;         &lt;li&gt;&lt;font size="2"&gt;Group Management via Office - Users can use Outlook to raise request for group memberships, DL subscription etc. &lt;/font&gt;&lt;/li&gt;          &lt;li&gt;&lt;font size="2"&gt;Offline approvals - The Managers can approve the request on mails instead of logging on to portal and approving the request.&lt;/font&gt; &lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/ILM2ApowerfulIdentityManagementsolution_D90B/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/ILM2ApowerfulIdentityManagementsolution_D90B/image_thumb.png" width="719" height="460" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;These are few of the capabilities that makes ILM 2 a more powerful solution.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;High Level Architecture of ILM 2 is as below -&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/ILM2ApowerfulIdentityManagementsolution_D90B/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/ILM2ApowerfulIdentityManagementsolution_D90B/image_thumb_1.png" width="751" height="475" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In order to understand how ILM 2 works and have a quick peek look at various scenarios, I would attach the Video of my session in recent Virtual Tech Day, in my next post.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3221519" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>IDA for Dummies – Part III</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/03/18/ida-for-dummies-part-iii.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/03/18/ida-for-dummies-part-iii.aspx</id><published>2009-03-18T07:25:48Z</published><updated>2009-03-18T07:25:48Z</updated><content type="html">&lt;h3 align="justify"&gt;&lt;strong&gt;&lt;em&gt;Access Management&lt;/em&gt;&lt;/strong&gt;&lt;/h3&gt; &lt;p align="justify"&gt;&amp;nbsp;&lt;/p&gt; &lt;p align="justify"&gt;Access Management aka Authorization Management enforces the policies for Access Control specified at Enterprise Level. Does this mean that you would not require authorization within the Applications????&lt;/p&gt; &lt;p align="justify"&gt;Well, there has been lot of debates and views on this topic. Lots of people feel that the native authorization (embedded within application) can be eliminated when Access Management Solution is deployed.&lt;/p&gt; &lt;p align="justify"&gt;&amp;nbsp;&lt;/p&gt; &lt;p align="justify"&gt;Its easy said than done.&lt;/p&gt; &lt;p align="justify"&gt;&amp;nbsp;&lt;/p&gt; &lt;p align="justify"&gt;Firstly, let me clarify what I mean.&lt;/p&gt; &lt;p align="justify"&gt;When any organization deploys Access Management Solution, they can -&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;div align="justify"&gt;Perform the enterprise wide access control to the application from central system&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;eliminate the broader authorization decisions from the application logic and let it be governed centrally&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;provide enhanced user experience by facilitating SSO (Single Sign On) to the users- off course for web-based applications&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p align="justify"&gt;&amp;nbsp;&lt;/p&gt; &lt;h4&gt;&lt;em&gt;&lt;strong&gt;How would access management work???&lt;/strong&gt;&lt;/em&gt;&lt;/h4&gt; &lt;p align="justify"&gt;&amp;nbsp;&lt;/p&gt; &lt;p align="justify"&gt;&lt;a href="http://blogs.technet.com/blogfiles/amolrb/WindowsLiveWriter/IDAforDummiesPartIII_85AC/image_4.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.technet.com/blogfiles/amolrb/WindowsLiveWriter/IDAforDummiesPartIII_85AC/image_thumb_1.png" width="420" height="245"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p align="justify"&gt;Deploying access management would typically mean that you would -&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;div align="justify"&gt;Use Access Management as a security layer to perform access control / authorization at Enterprise Level. Which implies that -&lt;/div&gt;&lt;/li&gt; &lt;ul&gt; &lt;li&gt; &lt;div align="justify"&gt;the user would first hit the Access Management layer when they browse for applications….&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;Access Management would intercept the request and validate the user credentials&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;If the user credentials are valid, then based on the role of user, the entitled applications are displayed in the portal&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;User clicks on the application in portal and gets SSO to the application.&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;The control is passed to the application and then the application would perform the granular access control.&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;If the user is not entitled to access the application, the application is not displayed in the Access Management portal interface.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;p align="justify"&gt;&amp;nbsp;&lt;/p&gt; &lt;h4&gt;&lt;em&gt;&lt;strong&gt;Challenges&lt;/strong&gt;&lt;/em&gt;&lt;/h4&gt; &lt;p align="justify"&gt;With existing applications that has been deployed in any organization for years, it is difficult to strip off the authorization layer and pass it to something which is external. The Application logic needs to recoded and compiled to support this, which is not very well received by the Application teams/owners.&lt;/p&gt; &lt;p align="justify"&gt;&amp;nbsp;&lt;/p&gt; &lt;p align="justify"&gt;Also, no Access Management solution can provide you granular authorization control from central system which the built-in application authorization module would provide.&lt;/p&gt; &lt;p align="justify"&gt;So, How do we use Access Management at Enterprise level?&lt;/p&gt; &lt;p align="justify"&gt;The Access Management solution and applications needs to coexist currently…as you cannot strip off authorization module from apps. But the future apps can rely completely on Access Management Framework. But to what granular level, its a question of organizations decision :)&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;h4&gt;&lt;strong&gt;&lt;em&gt;What are benefits of Access Management?&lt;/em&gt;&lt;/strong&gt;&lt;/h4&gt; &lt;p&gt;As I mentioned earlier -&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Centralized control of access rather than native&lt;/li&gt; &lt;li&gt;Faster time to deploy as new applications may have limited authorization module and rely on Access Management framework.&lt;/li&gt; &lt;li&gt;SSO to users…hence less credentials to remember&lt;/li&gt; &lt;li&gt;Centralized audit trails of activities performed by users&lt;/li&gt; &lt;li&gt;Hide the applications from users which they are not entitled to access…&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3214441" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author></entry><entry><title>IDA for Dummies – part II</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/amolrb/archive/2009/03/17/ida-for-dummies-part-ii.aspx" /><id>http://blogs.technet.com/amolrb/archive/2009/03/17/ida-for-dummies-part-ii.aspx</id><published>2009-03-17T15:56:46Z</published><updated>2009-03-17T15:56:46Z</updated><content type="html">&lt;p align="justify"&gt;This is not my favorite header though…but I chose this for only reason that “XXXX for Dummies” was pretty successful series :)&lt;/p&gt; &lt;p align="justify"&gt;&amp;nbsp;&lt;/p&gt; &lt;p align="justify"&gt;What Does Identity Management Help in-&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;div align="justify"&gt;&lt;u&gt;Set house in order:&lt;/u&gt; Frankly, I have been to one the very big financial organizations in India. And guess what?? They have loads of user accounts of the employees who no longer work for them. They have no information about which ids to keep and which to delete.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt; &lt;blockquote&gt; &lt;p align="justify"&gt;Identity Management is very useful in deleting the orphan or ghost accounts :)&lt;/p&gt;&lt;/blockquote&gt; &lt;ul&gt; &lt;li&gt; &lt;div align="justify"&gt;&lt;u&gt;Provision new users rapidly:&lt;/u&gt;&lt;/div&gt;&lt;/li&gt; &lt;ul&gt; &lt;li&gt; &lt;div align="justify"&gt;Imagine you joining an organization and your IDs are given to you by your manager on your first day along with password. What’s your impression…?? Who cares about employees impression…well firstly, employee gets on job day one….saves money for company…and don’t forget the “feel good factor” of employee about the organizations.&lt;br&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt; &lt;div align="justify"&gt;&lt;u&gt;Management of users&lt;/u&gt; – Changes in roles, promotions, demotions, acquisitions, mergers / demergers etc are handled in automated manner. Again saves money for organizations…&lt;br&gt;&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;User IDs are created based on the roles and hence no extra authorizations provided. Makes environment safe.&lt;br&gt;&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;Faster time to rollout for new applications – When new applications are out, the organization can just integrate with the Identity Management framework and Identities are populated into new application. This decreases the time to market for organizations…giving them competitive edge.&lt;br&gt;&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;If your organizations are subjected to Audits, this would definitely help you get compliance…&lt;br&gt;&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;Users would reset their own password using self-service mechanism….again IT Teams involvement reduced..they can work on something more useful…saving money for organizations again.&lt;br&gt;&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;Users can request for additional access/authorization which can be tracked based on audit&amp;nbsp; trails.&lt;br&gt;&lt;/div&gt;&lt;/li&gt; &lt;li&gt; &lt;div align="justify"&gt;All approvals / rejections are tracked, creating sense of accountability in organization.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p align="justify"&gt;&amp;nbsp;&lt;/p&gt; &lt;p align="justify"&gt;These are some of the benefits of Identity Management. There are more and they depend on organization to organization too.&lt;/p&gt; &lt;p align="justify"&gt;Access Management is a step above Identity Management, which states that once you cleanse your user data i.e. how the policies should be enforced. I would talk more in this Access Management later.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3214008" width="1" height="1"&gt;</content><author><name>amolrb</name><uri>http://blogs.technet.com/members/amolrb.aspx</uri></author><category term="Access Management" scheme="http://blogs.technet.com/amolrb/archive/tags/Access+Management/default.aspx" /><category term="IDA" scheme="http://blogs.technet.com/amolrb/archive/tags/IDA/default.aspx" /><category term="SSO" scheme="http://blogs.technet.com/amolrb/archive/tags/SSO/default.aspx" /><category term="IDM" scheme="http://blogs.technet.com/amolrb/archive/tags/IDM/default.aspx" /></entry></feed>