<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>risual support blog</title>
	<atom:link href="http://support.risualblogs.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://support.risualblogs.com/blog</link>
	<description>notes from the frontline</description>
	<lastBuildDate>Tue, 25 May 2010 14:16:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>&#8220;The AD General Response is above the configured threshold&#8221; and &#8220;AD Op Master response is above the configured threshold&#8221; on a x64 bit Domain Contoller</title>
		<link>http://support.risualblogs.com/blog/2010/05/25/the-ad-general-response-is-above-the-configured-threshold-and-ad-op-master-response-is-above-the-configured-threshold-on-a-x64-bit-domain-contoller/</link>
		<comments>http://support.risualblogs.com/blog/2010/05/25/the-ad-general-response-is-above-the-configured-threshold-and-ad-op-master-response-is-above-the-configured-threshold-on-a-x64-bit-domain-contoller/#comments</comments>
		<pubDate>Tue, 25 May 2010 14:16:03 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/?p=370</guid>
		<description><![CDATA[We came across an issue today where the following two alerts were exceeding there thresholds &#8220;&#8221;The AD General Response is above the configured threshold&#8221; and &#8220;AD Op Master response is above the configured threshold&#8221;. The DC in question was a x64 windows 2008 machine and interestingly enough we had x86 DC in the same site which [...]]]></description>
			<content:encoded><![CDATA[<p>We came across an issue today where the following two alerts were exceeding there thresholds &#8220;&#8221;The AD General Response is above the configured threshold&#8221; and &#8220;AD Op Master response is above the configured threshold&#8221;. The DC in question was a x64 windows 2008 machine and interestingly enough we had x86 DC in the same site which did not exhibiy any of the issues.</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/05/Untitled1.png"><img class="alignnone size-medium wp-image-375" title="Untitled" src="http://support.risualblogs.com/blog/files/2010/05/Untitled1-300x46.png" alt="" width="404" height="44" /></a></p>
<p> So we had a look at what version of oomads (AD Management Helper Objects) on the x64 DC only to find the x86 oomads installed , so we simply removed the x86 version and installed the x64 version of oomads and the  alerts just disappeared <img src='http://support.risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Daniel Davies</p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/05/25/the-ad-general-response-is-above-the-configured-threshold-and-ad-op-master-response-is-above-the-configured-threshold-on-a-x64-bit-domain-contoller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 &#8211; cant create new distribution group</title>
		<link>http://support.risualblogs.com/blog/2010/05/21/exchange-2010-cant-create-new-distribution-group/</link>
		<comments>http://support.risualblogs.com/blog/2010/05/21/exchange-2010-cant-create-new-distribution-group/#comments</comments>
		<pubDate>Fri, 21 May 2010 14:23:26 +0000</pubDate>
		<dc:creator>Ashley Moore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/2010/05/21/exchange-2010-cant-create-new-distribution-group/</guid>
		<description><![CDATA[When trying to create a new distribution group through EMC you may receive the following error message at the end of the wizard: &#160; Error: Couldn&#8217;t find object &#34;UserAccount&#34;. Please make sure that it was spelled correctly or specify a different object. Reason: The recipient UserAccount isn&#8217;t the expected type. Exchange Management Shell command attempted: [...]]]></description>
			<content:encoded><![CDATA[<p>When trying to create a new distribution group through EMC you may receive the following error message at the end of the wizard:</p>
<p><a href="http://support.risualblogs.com/blog/files/2010/05/image1.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" title="image" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2010/05/image_thumb1.png" width="330" height="287" /></a>&#160;</p>
<p>Error:    <br />Couldn&#8217;t find object &quot;<em>UserAccount</em>&quot;. Please make sure that it was spelled correctly or specify a different object. Reason: The recipient <em>UserAccount</em> isn&#8217;t the expected type. </p>
<p>Exchange Management Shell command attempted:    <br />new-DistributionGroup -Name &#8216;test&#8217; -Type &#8216;Distribution&#8217; –OrganizationalUnit ‘<em>OU</em>’ -SamAccountName &#8216;test&#8217; -Alias &#8216;test&#8217; </p>
<p>The reason for this is that when creating a Distribution Group it tries to add the mailbox of the user creating it as the manager of the Distribution Group and usually the Admin account that creates the Distribution Groups will not be Mailbox enabled. </p>
<p>To get around this you can use the New-DistributionGroup cmdlet with the ManagedBy Parameter:</p>
<p>new-DistributionGroup -Name<strong> <em>&#8216;test</em>&#8216;</strong> -Type<strong> &#8216;<em>Distribution&#8217;</em></strong> –OrganizationalUnit <strong><em>‘YourDomain/Distribution Groups’</em></strong> -SamAccountName<strong><em> &#8216;test&#8217;</em></strong> -Alias<em><strong> &#8216;test&#8217;</strong></em> –ManagedBy ‘<strong><em>MailboxEnabledAccount’</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/05/21/exchange-2010-cant-create-new-distribution-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow saving speeds in Microsoft Office to a Windows 2003 SP2 File Share</title>
		<link>http://support.risualblogs.com/blog/2010/05/21/slow-saving-speeds-in-microsoft-office-to-a-windows-2003-sp2-file-share/</link>
		<comments>http://support.risualblogs.com/blog/2010/05/21/slow-saving-speeds-in-microsoft-office-to-a-windows-2003-sp2-file-share/#comments</comments>
		<pubDate>Fri, 21 May 2010 08:41:57 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/?p=364</guid>
		<description><![CDATA[ We came across an issue recently where we were experiencing slow saving speeds in Microsoft office 2007 &#38; 2010 to a Windows 2003 Sp2 File Server.  We experienced a saving dialogue box nearly every time we hit save from our windows 7 desktops. Resolution  To resolve this issue we had to enable “QOS Packet Scheduler” [...]]]></description>
			<content:encoded><![CDATA[<p> We came across an issue recently where we were experiencing slow saving speeds in Microsoft office 2007 &amp; 2010 to a Windows 2003 Sp2 File Server.</p>
<p> We experienced a saving dialogue box nearly every time we hit save from our windows 7 desktops.</p>
<p><strong>Resolution </strong></p>
<p> To resolve this issue we had to enable “QOS Packet Scheduler” on the windows 2003 File Server . After around 10 minutes of enabling this all our saving issues disappeared and transfer speeds increased <img src='http://support.risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Daniel Davies</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/05/21/slow-saving-speeds-in-microsoft-office-to-a-windows-2003-sp2-file-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Used Memory Slots via Command Line</title>
		<link>http://support.risualblogs.com/blog/2010/05/04/find-used-memory-slots-via-command-line/</link>
		<comments>http://support.risualblogs.com/blog/2010/05/04/find-used-memory-slots-via-command-line/#comments</comments>
		<pubDate>Tue, 04 May 2010 14:47:37 +0000</pubDate>
		<dc:creator>Jovan Davis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/2010/05/04/find-used-memory-slots-via-command-line/</guid>
		<description><![CDATA[I recently needed to find out which memory slots where occupied on multiple machines. I found a command that allowed me to find this information without opening up a single computer case. From a Command Prompt, run the following: wmic MEMORYCHIP get banklabel, capacity, caption, devicelocator, partnumber &#160; Hope you find this useful,]]></description>
			<content:encoded><![CDATA[<p>I recently needed to find out which memory slots where occupied on multiple machines. I found a command that allowed me to find this information without opening up a single computer case.</p>
<p>From a Command Prompt, run the following:</p>
<p><strong>wmic MEMORYCHIP get banklabel, capacity, caption, devicelocator, partnumber</strong></p>
<p><a href="http://support.risualblogs.com/blog/files/2010/05/image.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" title="image" border="0" alt="image" src="http://support.risualblogs.com/blog/files/2010/05/image_thumb.png" width="596" height="70" /></a>&#160;</p>
<p>Hope you find this useful,</p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/05/04/find-used-memory-slots-via-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Who can you trust?</title>
		<link>http://support.risualblogs.com/blog/2010/04/16/who-can-you-trust/</link>
		<comments>http://support.risualblogs.com/blog/2010/04/16/who-can-you-trust/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 10:47:23 +0000</pubDate>
		<dc:creator>Ashley Moore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AD RMS]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/2010/04/16/who-can-you-trust/</guid>
		<description><![CDATA[Any RMS protected content can only be consumed or created within the trust boundaries of the domain. It is sometimes desirable to be able to share protected content with other external parties (Partners etc) so what do you do then? Well there are a number of options available, of which the main three used are: [...]]]></description>
			<content:encoded><![CDATA[<p>Any RMS protected content can only be consumed or created within the trust boundaries of the domain. It is sometimes desirable to be able to share protected content with other external parties (Partners etc) so what do you do then? Well there are a number of options available, of which the main three used are:</p>
<p>TUD – or Trusted User Domain is primarily used when a company with an RMS infrastructure wants to share protected content with another organization with their own RMS infrastructure. In order to do this a traditional Active Directory trust must first be in place, we can then export the SLC public key of the RMS cluster from the domain wanting to consume content and import it on the RMS cluster in the domain wanting to share content. This of course can be replicated both ways so that both sides can open RMS protected content from the other.</p>
<p>TPD – or Trusted Publishing Domain is usually used in one of two scenarios, one where an AD RMS cluster is being decommissioned and replaced. An example might be where forests are being merged and one cluster is taking over the functions of the others. The other scenario might be when a cluster has to issue licenses for content protected by clusters in another forest (can be used for cross forest RMS protected content exchange) To implement this trust you must export the private key of the cluster you are wanting to consolidate and import it into the TPD section of the remaining AD RMS cluster, this is so use licenses can still be acquired for content protected by the decommissioned cluster.</p>
<p>AD FS support for AD RMS – This is an extremely good feature for collaboration with multiple forests where partners do not have their own AD RMS infrastructure or even don&#8217;t have directories based on AD. To implement this solution AD FS must be configured and a federation trust must be in place. You then in AD FS usually create a new claims aware application entry for AD RMS certification URL, you can then define which claims to accept (for AD RMS this is UPN then email) you then do the same for the licensing URL. You must also make sure to add the server role for AD RMS Identity Federation Support and enable federated identity support in the AD RMS console. There are some registry key changes that have to be made on the trusted domain machines (the side without AD RMS) so that the home realm discover works correctly but this can be done via GPO’s*. You will then be able to send and receive RMS protected content from this entity even though they do not have AD RMS implemented!</p>
<ul>
<li>*Registry Key – HKLM/Software/Microsoft/ </li>
<li>Create registry key: MSDRM </li>
<li>Under this create another registry key: Federation </li>
<li>Under this add a string value named: FederationHomeRealm </li>
<li>with a value of: urn:federation:<em>YourDomain</em>.com </li>
</ul>
<p>So as you can see there are many options for expanding your RMS protection outside the boundaries of your domain or forest. Hope you find this useful! <img src='http://support.risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/04/16/who-can-you-trust/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DPM Powershell script to show offsite ready tapes</title>
		<link>http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-show-offsite-ready-tapes/</link>
		<comments>http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-show-offsite-ready-tapes/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 14:01:08 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-show-offsite-ready-tapes/</guid>
		<description><![CDATA[Just a quick PowerShell script to show you tapes that are offsite ready in your tape library. If you save the below into notepad and save it as a PS1 file then run from DPM management shell this should work with no errors $AllLibraries = get-dpmlibrary -dpmservername servername $AllTapes = Get-Tape -DPMLibrary $AllLibraries $outfile = [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick PowerShell script to show you tapes that are offsite ready in your tape library. If you save the below into notepad and save it as a PS1 file then run from DPM management shell this should work with no errors</p>
<p><strong>$AllLibraries = get-dpmlibrary -dpmservername servername</strong></p>
<p><strong>$AllTapes = Get-Tape -DPMLibrary $AllLibraries</strong></p>
<p><strong>$outfile = “c:\DPMScripts\Offsite-Ready-Tapes.txt”</strong></p>
<p><strong>“DPM Offsite Ready Tapes” | out-file $outfile</strong></p>
<p><strong>$AllTapes |sort-object location | Where-Object {$_.isoffsiteready} | format-table location, barcode ,isoffsiteready | out-file -append C:\dpmscripts\Offsite-Ready-Tapes.txt</strong></p>
<p>This PowerShell will output the information needed to a text file in the following location “<strong>C:\dpmscripts\Offsite-Ready-Tapes.txt</strong> “ which will look like below</p>
<p><strong>DPM Offsite Ready Tapes</strong></p>
<p>Location                Barcode                        IsOffsiteReady</p>
<p>&#8212;&#8212;&#8211;                   &#8212;&#8212;-                          &#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Slot 1                    AIS783L3                    True</p>
<p>Slot 2                    YB2417L3                   True</p>
<p><strong>Daniel Davies </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-show-offsite-ready-tapes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DPM Powershell Script to Mark tape in Tape drive as free</title>
		<link>http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-show-all-tapes-marked-as-offsite-ready/</link>
		<comments>http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-show-all-tapes-marked-as-offsite-ready/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 13:53:12 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-show-all-tapes-marked-as-offsite-ready/</guid>
		<description><![CDATA[Just a quick powershell script to make your tape drive be marked as free. If you save the below into notepad and save it as a PS1 file then run from DPM management shell this should work with no errors $LIB = Get-DPMLibrary –DPMServerName servername $Tape1 = Get-Tape -DPMLibrary $LIB $Tape2 = Get-RecoveryPoint -Tape $Tape1 [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick powershell script to make your tape drive be marked as free. If you save the below into notepad and save it as a PS1 file then run from DPM management shell this should work with no errors</p>
<p><b>$LIB = Get-DPMLibrary –DPMServerName <i>servername        <br /></i>$Tape1 = Get-Tape -DPMLibrary $LIB       <br />$Tape2 = Get-RecoveryPoint -Tape $Tape1       <br />foreach ($rp in $Tape2)       <br />{       <br />Get-RecoveryPoint -Datasource $rp.Datasource | out-null       <br />Write-host &quot;Removing recovery point $($rp.RepresentedPointInTime) from tape&quot;       <br />Remove-RecoveryPoint -RecoveryPoint $rp -ForceDeletion -Confirm:$false       <br />} </b></p>
<p><b>Set-Tape -Tape $Tape1 –Free</b></p>
<p><b>Write-Host&#160; &quot;This Tape is now free&quot;</b></p>
<p>You will then see the Tape in the drive marked as Free in the DPM Console <img src='http://support.risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p><strong>Daniel Davies</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-show-all-tapes-marked-as-offsite-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DPM Powershell Script to list each recovery point on each tape</title>
		<link>http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-mark-tape-drive-as-free/</link>
		<comments>http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-mark-tape-drive-as-free/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 13:27:27 +0000</pubDate>
		<dc:creator>Daniel Davies</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-mark-tape-drive-as-free/</guid>
		<description><![CDATA[Just a quick powershell script to produce a text file of every recovery point on the tapes that are currently in the DPM tape library . If you save the below into notepad and save it as a PS1 file then run from DPM management shell this should work with no errors Add-PSSnapin &#8220;Microsoft.DataProtectionManager.PowerShell&#8221; $AllLibraries [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick powershell script to produce a text file of every recovery point on the tapes that are currently in the DPM tape library . If you save the below into notepad and save it as a PS1 file then run from DPM management shell this should work with no errors</p>
<p><strong>Add-PSSnapin &#8220;Microsoft.DataProtectionManager.PowerShell&#8221;<br />
$AllLibraries = get-dpmlibrary -dpmservername <em>servername</em><br />
$AllTapes = Get-Tape -DPMLibrary $AllLibraries<br />
$outfile = “c:\DPMScripts\DPM-Tapes-Report.txt”<br />
“DPM Tapes Report” | out-file $outfile<br />
Foreach ($tape in $AllTapes)<br />
{$tape| FL | out-file –append $outfile<br />
$tape| get-recoverypoint | fl | out-file -append $outfile }</strong></p>
<p><strong> </strong></p>
<p>This script will output the file to the following location “c:\DPMScripts\DPM-Tapes-Report.txt“ and will give the following output.</p>
<p><strong>DPM Tapes Report</strong></p>
<p>Location         : Slot-20<br />
Tape label       : Dummy &#8211; Primary-LT-1Years-Copy0-00000030<br />
Library          : Hewlett Packard MSL G3 Series library  (x64 based)<br />
Tape barcode     : YB23534643<br />
Offsite Ready    : False<br />
Protection Group : Dummy</p>
<p>Name        : SystemState<br />
Backup Time : 01/03/2010 20:05:59<br />
Datasource  : Computer\SystemState on computer test<br />
Location    : Media</p>
<p>Name        : SystemState<br />
Backup Time : 01/03/2010 20:07:22<br />
Datasource  : Computer\SystemState on computer test2<br />
Location    : Media</p>
<p>Name        : SystemState<br />
Backup Time : 01/03/2010 20:05:59<br />
Datasource  : Computer\SystemState on computer test3<br />
Location    : Media</p>
<p>Name        : SystemState<br />
Backup Time : 01/03/2010 20:12:38<br />
Datasource  : Computer\SystemState on computer test4<br />
Location    : Media</p>
<p><strong>Daniel Davies</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/04/09/dpm-powershell-script-to-mark-tape-drive-as-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RMS bootstrapping CRL problems</title>
		<link>http://support.risualblogs.com/blog/2010/04/06/rms-bootstrapping-crl-problems/</link>
		<comments>http://support.risualblogs.com/blog/2010/04/06/rms-bootstrapping-crl-problems/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 10:33:15 +0000</pubDate>
		<dc:creator>Ashley Moore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AD RMS]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/2010/04/06/rms-bootstrapping-crl-problems/</guid>
		<description><![CDATA[Recently had an issue with our internal RMS infrastructure where users were not able to RMS protect any documents, email etc. Going through some troubleshooting I found that clients were not going through the bootstrapping process correctly and therefore were not getting the needed XrML RMS certificates ….. So I was able to browse to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently had an issue with our internal RMS infrastructure where users were not able to RMS protect any documents, email etc. Going through some troubleshooting I found that clients were not going through the bootstrapping process correctly and therefore were not getting the needed XrML RMS certificates …..</p>
<p>So I was able to browse to the certification and license pipelines no problems, AD RMS server was contactable, was seeing the traffic hit the server in the IIS logs some with 403 and 404 errors…Resolution??</p>
<p>If you go to internet options &gt;&gt; Advanced &gt;&gt; Security and then uncheck the two options:</p>
<p>Check for the publishers certificate revocation</p>
<p>Check for the server certificate revocation</p>
<p>Then try and RMS protect content then suddenly bootstrapping process works, you get your certificates and all is good!</p>
<p> The reason for this is if your AD RMS certification and licensing pipelines are using an internal CA to issue a certificate for HTTPS and your client machines cant reach the CRL distribution point it will not allow you to connect! The quick fix is to uncheck the two options specified above and go through the bootstrapping process, you will then be able to protect and consume RMS content. However the correct fix is to ensure the CRL distribution is correct for your CA and accessible for your AD RMS clients <img src='http://support.risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />    </p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/04/06/rms-bootstrapping-crl-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>To RMS or not to RMS</title>
		<link>http://support.risualblogs.com/blog/2010/03/29/to-rms-or-not-to-rms/</link>
		<comments>http://support.risualblogs.com/blog/2010/03/29/to-rms-or-not-to-rms/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 17:04:17 +0000</pubDate>
		<dc:creator>Ashley Moore</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AD RMS]]></category>

		<guid isPermaLink="false">http://support.risualblogs.com/blog/2010/03/29/to-rms-or-not-to-rms/</guid>
		<description><![CDATA[Want to implement AD RMS but already have file servers full of unprotected content? No problem! With the AD RMS bulk protection tool and File Classification Infrastructure this can be achieved. In FCI we can create classifications based on business impact (based on Key words e.g. private, or regular expressions such as National Insurance numbers [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Verdana">Want to implement AD RMS but already have file servers full of unprotected content? No problem! With the AD RMS bulk protection tool and File Classification Infrastructure this can be achieved. In FCI we can create classifications based on business impact (based on Key words e.g. private, or regular expressions such as National Insurance numbers etc) and have RMS templates applied to classifications as we see fit, oh the power! * This can also continue to apply to additional files uploaded to the file servers each time the File Server Resource Manager rules and file management tasks run (which can run on a schedule) You can also using FCI set a flag to apply to files that have been encrypted with a time stamp and can configure it to send an email to the owner of the file which has been encrypted.</font></p>
<p><img src="http://www.vocrehabga.org/gib/images/class_file_folder_image4.jpg" width="224" height="191" /></p>
<p><font size="2" face="Verdana">Have SharePoint libraries? Again no problem these can be configured to apply protection based on the NTFS permissions on download from the library, it’s all covered! Automation is the new buzz word within RMS and it continues with Exchange 2010’s automatic protection of emails using transport rules to apply pre-defined templates based on email content or recipients.</font></p>
<p><font size="2" face="Verdana">*Note – By default only the Microsoft Office suite and xps viewer file extensions can be RMS protected, however IRM’s can be downloaded for hundreds of other file types so nearly all file extensions can benefit from RMS protection!</font></p>
<p><font size="2" face="Verdana">To RMS or not to RMS? I think the former <img src='http://support.risualblogs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </font></p>
]]></content:encoded>
			<wfw:commentRss>http://support.risualblogs.com/blog/2010/03/29/to-rms-or-not-to-rms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
