<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SharePoint Shenanigans</title><link>http://blogs.technet.com/blairb/default.aspx</link><description>Blair Bigger [MSFT]</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>New Document ID Feature in SharePoint 2010</title><link>http://blogs.technet.com/blairb/archive/2009/10/20/new-document-id-feature-in-sharepoint-2010.aspx</link><pubDate>Tue, 20 Oct 2009 16:39:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3287930</guid><dc:creator>blairb</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/blairb/comments/3287930.aspx</comments><wfw:commentRss>http://blogs.technet.com/blairb/commentrss.aspx?PostID=3287930</wfw:commentRss><wfw:comment>http://blogs.technet.com/blairb/rsscomments.aspx?PostID=3287930</wfw:comment><description>&lt;p&gt;Tired of broken links when someone moves a document within a site collection? Tired of nasty URL’s for a document buried deep in a doclib? &lt;/p&gt;  &lt;p&gt;SharePoint 2010 includes a new Site Collection scoped Feature called the Document ID Service. &lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="DocIDSiteCollectionFeatures" border="0" alt="DocIDSiteCollectionFeatures" src="http://blogs.technet.com/blogfiles/blairb/WindowsLiveWriter/NewDocumentIDFeatureinSharePoint2010_B1DB/DocIDSiteCollectionFeatures_5.png" width="489" height="33" mce_src="http://blogs.technet.com/blogfiles/blairb/WindowsLiveWriter/NewDocumentIDFeatureinSharePoint2010_B1DB/DocIDSiteCollectionFeatures_5.png" /&gt; &lt;/p&gt;  &lt;p&gt;To enable this feature you can go the old and tired route of Site Settings -&amp;gt; Site Collection Features (under Site Collection Administration) or you can launch the SharePoint 2010 Management Shell and run the following:&lt;/p&gt;  &lt;p&gt;PS C:\Users\blairb&amp;gt; Enable-SPFeature -id docid -url &amp;lt;site collection url&amp;gt;&lt;/p&gt;  &lt;p&gt;Viewing the properties of a document in the document you will see your document now has a field called Document ID:&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="DocIDDocumentProperties" border="0" alt="DocIDDocumentProperties" src="http://blogs.technet.com/blogfiles/blairb/WindowsLiveWriter/NewDocumentIDFeatureinSharePoint2010_B1DB/DocIDDocumentProperties_3.png" width="503" height="318" mce_src="http://blogs.technet.com/blogfiles/blairb/WindowsLiveWriter/NewDocumentIDFeatureinSharePoint2010_B1DB/DocIDDocumentProperties_3.png" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Note that for existing documents some action has to be taken on the document to cause a Document ID to be generated (like check-in/check-out.) Any new documents will have a Document ID generated on upload... Or you can go into Site Collection Administrator and force a timer job to stamp all the documents.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;If you grab the link off the Document ID field you will have a URL that looks something like this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://%3csitecollectionurl%3e/_layouts/DocIdRedir.aspx?ID=MFSHF5F7ZUF5-1-1"&gt;http://&amp;lt;sitecollectionurl&amp;gt;/_layouts/DocIdRedir.aspx?ID=MFSHF5F7ZUF5-1-1&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;As you can see from this URL we have a new ASPX page in the layouts directory called DocIdRedir.aspx that takes a Doc ID as a querystring parameter. You can use this link to provide others with a consistent link to your documents. Even if I take the document and move it to another folder in the doclib or another doclib in the site collection the same Doc ID will still find the document.&lt;/p&gt;  &lt;p&gt;UPDATE: A colleague asked me about Document Sets (another bad ass new feature in 2010 that lets you work with a set of files as one entity) and Document ID’s. The Document ID Service Features tags an ID on the Document Set AND on each individual file in the set. Fantastic.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3287930" width="1" height="1"&gt;</description></item><item><title>Setting the Recovery Model of all SharePoint Databases</title><link>http://blogs.technet.com/blairb/archive/2008/08/27/setting-the-recovery-model-of-all-sharepoint-databases.aspx</link><pubDate>Wed, 27 Aug 2008 16:30:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3112776</guid><dc:creator>blairb</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/blairb/comments/3112776.aspx</comments><wfw:commentRss>http://blogs.technet.com/blairb/commentrss.aspx?PostID=3112776</wfw:commentRss><wfw:comment>http://blogs.technet.com/blairb/rsscomments.aspx?PostID=3112776</wfw:comment><description>&lt;p&gt;Since my customer is using Data Protection Manager 2007 to protect their SharePoint Farm workloads - they decided they wanted to set all the SharePoint databases to use the Simple Recovery Model. They have 30+ Farms so they needed a way to do this quickly per each Farm. &lt;br/&gt;&lt;br/&gt;The following SQL script creates a Stored Procedure that will loop through all the Databases in the SQL instance, skipping the system databases, and setting the rest of the databases returned to use the Simple model: 
&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New"&gt;USE [master]&lt;br/&gt;GO&lt;br/&gt;SET ANSI_NULLS ON&lt;br/&gt;GO&lt;br/&gt;SET QUOTED_IDENTIFIER ON&lt;br/&gt;GO &lt;/span&gt;
	&lt;/p&gt;&lt;p style="margin-left: 36pt"&gt;&lt;span style="font-family:Courier New"&gt;CREATE procedure [dbo].[SetSharePointRecoveryModel]&lt;br/&gt;as&lt;br/&gt;&lt;br/&gt;/* variables */&lt;br/&gt;declare @dbname varchar(80)&lt;br/&gt;declare @dbmodel varchar(80)&lt;br/&gt;declare @msg varchar(120)&lt;br/&gt;&lt;br/&gt;/* create a cursor for all the databases */&lt;br/&gt;declare system_databases cursor for&lt;br/&gt;select Name, Recovery_Model_Desc from Sys.Databases&lt;br/&gt;&lt;br/&gt;open system_databases&lt;br/&gt;fetch system_databases into @dbname, @dbmodel&lt;br/&gt;&lt;br/&gt;if (@@fetch_status = 2)&lt;br/&gt;begin&lt;br/&gt;print 'No databases found.'&lt;br/&gt;close system_databases&lt;br/&gt;return&lt;br/&gt;end&lt;br/&gt;&lt;br/&gt;while (@@fetch_status = 0)&lt;br/&gt;begin&lt;br/&gt;if (@dbname = 'tempdb' or @dbname = 'master' or @dbname = 'model' or @dbname = 'msdb')&lt;br/&gt;begin&lt;br/&gt;select @msg = @dbname + ' -- Not updating recovery model of system databases.'&lt;br/&gt;    print @msg&lt;br/&gt;end&lt;br/&gt;else&lt;br/&gt;if (@dbmodel = 'FULL')&lt;br/&gt;begin&lt;br/&gt;EXECUTE ('ALTER DATABASE [' + @dbname + '] SET RECOVERY SIMPLE WITH NO_WAIT;');&lt;br/&gt;select @msg = @dbname + ' -- Set to SIMPLE.'&lt;br/&gt;print @msg&lt;br/&gt;end&lt;br/&gt;else&lt;br/&gt;begin&lt;br/&gt;select @msg = @dbname + ' -- Already set to SIMPLE.'&lt;br/&gt;print @msg&lt;br/&gt;end&lt;br/&gt;fetch system_databases into @dbname, @dbmodel&lt;br/&gt;end &lt;/span&gt;
	&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New"&gt;close system_databases&lt;br/&gt;deallocate system_databases &lt;/span&gt;
	&lt;/p&gt;&lt;p&gt; 
 &lt;/p&gt;&lt;p&gt;This creates the sproc in the Master database. Using it then is simply: 
&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Courier New"&gt;USE Master&lt;br/&gt;EXEC dbo.SetSharePointRecoveryModel &lt;/span&gt;
	&lt;/p&gt;&lt;p&gt;More information on SQL Recovery Models: 
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Overview of the Recovery Models&lt;/strong&gt;&lt;br/&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ms189275(SQL.90).aspx"&gt;http://technet.microsoft.com/en-us/library/ms189275(SQL.90).aspx&lt;/a&gt;
	&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3112776" width="1" height="1"&gt;</description></item><item><title>Unable to send e-mail alerts to users with an external e-mail address</title><link>http://blogs.technet.com/blairb/archive/2008/05/08/unable-to-send-e-mail-alerts-to-users-with-an-external-email-address.aspx</link><pubDate>Thu, 08 May 2008 16:51:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3052380</guid><dc:creator>blairb</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/blairb/comments/3052380.aspx</comments><wfw:commentRss>http://blogs.technet.com/blairb/commentrss.aspx?PostID=3052380</wfw:commentRss><wfw:comment>http://blogs.technet.com/blairb/rsscomments.aspx?PostID=3052380</wfw:comment><description>&lt;P&gt;This one is short and sweet. My customer has federated partners so we use ADFS to allow these partners the ability to access and collaborate with our SharePoint portal. One of our amazing developers wrote code to create user profiles in the ADFS enabled SSP (an extension of the normal Windows auth'ed SSP.) Part of this new process pulls in their email address from the claim and inserts it in the Work E-mail profile property which enables alerts to function properly. Unfortunately alert e-mails, including the initial alert setup e-mail were not being delivered to these new users. We verified that the e-mail address was correct in the profile and that normal e-mail could flow to the users. Off to the ULS logs we went, after turning up E-mail and Timer Jobs to Verbose. We found the Immediate Alerts job was logging the following: &lt;/P&gt;
&lt;P&gt;The e-mail address '&amp;lt;email address&amp;gt;' is unknown.&lt;BR&gt;&lt;EM&gt;Where &amp;lt;email address&amp;gt; is a valid address in the ADFS account partner.&lt;BR&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I found this KB – which has to be the most confusing KB I think I've seen to date: &lt;/P&gt;
&lt;P&gt;"The email address '&amp;lt;EmailAddress&amp;gt;' is unknown" error message when you add a user to a Windows SharePoint Services 3.0 or Windows SharePoint Services 2.0 Web site &lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/838109" mce_href="http://support.microsoft.com/kb/838109"&gt;http://support.microsoft.com/kb/838109&lt;/A&gt; &lt;BR&gt;… ok same error message although not related at all. Message tracking on the Exchange Server that the SharePoint farm was configured to relay through did not show any messages arriving there bound for the ADFS Partner organization (expected – just verifying.) &lt;/P&gt;
&lt;P&gt;Exchange 2003 SMTP Virtual Server was set to "Only the List below" with an empty list and the "Allow all computers which successfully authenticate to relay, regardless of the list above. &lt;/P&gt;
&lt;P&gt;Unfortunately there is not a way for SharePoint to send credentials when sending alert/notification e-mails. So just to verify this is a relay issue - telnet time… &lt;/P&gt;
&lt;P&gt;From a command prompt:&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;telnet &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;set localecho &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;open ex01.contoso.com 25 &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;where ex01.contoso.com is the server specified in Outgoing E-mail Settings. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;ehlo litware.com &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;where litware.com is the server domain&amp;nbsp;of the SharePoint user to whom the alert is being sent. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;mail from: johndoe@litware.com &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;where johndoe@litware.com is the e-mail address of the external user &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;250 2.1.0 email….Sender OK &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;rcpt to:sharepoint@contoso.com &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;where sharepoint@contoso.com is the from address specified in Outgoing E-mail Settings. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;If you get this: &lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;550 5.7.1 Unable to relay for sharepoint@contoso.com &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If you get this: &lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;250 sharepoint@contoso.com… recipient ok &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Then your e-mail will be sent successfully. &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Exchange 2003 we could add the IP address of the SharePoint servers to the Relay list in the SMTP virtual server. In Exchange 2007 - check out this article: &lt;A href="http://msexchangeteam.com/archive/2006/12/28/432013.aspx" mce_href="http://msexchangeteam.com/archive/2006/12/28/432013.aspx"&gt;http://msexchangeteam.com/archive/2006/12/28/432013.aspx&lt;/A&gt; &lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3052380" width="1" height="1"&gt;</description></item><item><title>How to use SSL Certificates with Multiple Subject Alternative Names in MOSS</title><link>http://blogs.technet.com/blairb/archive/2008/01/11/how-to-use-ssl-certificates-with-multiple-subject-alternative-names-in-moss.aspx</link><pubDate>Fri, 11 Jan 2008 19:44:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2736807</guid><dc:creator>blairb</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/blairb/comments/2736807.aspx</comments><wfw:commentRss>http://blogs.technet.com/blairb/commentrss.aspx?PostID=2736807</wfw:commentRss><wfw:comment>http://blogs.technet.com/blairb/rsscomments.aspx?PostID=2736807</wfw:comment><description>&lt;p style="margin-left: 1pt"&gt;Some companies do not allow wildcard * SSL certificates – but do allow certificates with multiple subject alternative names. Unfortunately there is not a way to easily implement this in MOSS via the GUI.  I had a customer that required this – so I figured I'd share what I found…&lt;br/&gt;&lt;br/&gt;First:&lt;br/&gt;Verify all host names are in DNS and correct &lt;br/&gt;Verify you have an SSL cert with the SAN's you need and that certificate is available on each WFE. &lt;br/&gt;Verify all sites are created/extended and currently NOT using SSL.  
&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;img src="http://blogs.technet.com/blogfiles/blairb/011108_1643_HowtouseSSL1.png" alt=""/&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;MOSS is the main site - Default Zone &lt;br/&gt;MOSSANON is the site Anonymous Access enabled - Internet Zone &lt;br/&gt;MOSSEXTRANET is the site that would be FBA or some other auth mechanism - Extranet Zone &lt;br/&gt;&lt;br/&gt;Change the AAM's for each zone through Central Administration: &lt;br/&gt;&lt;br/&gt;From: &lt;br/&gt;&lt;img src="http://blogs.technet.com/blogfiles/blairb/011108_1643_HowtouseSSL2.png" alt=""/&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;To: &lt;br/&gt;&lt;img src="http://blogs.technet.com/blogfiles/blairb/011108_1643_HowtouseSSL3.png" alt=""/&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;From: &lt;br/&gt;&lt;img src="http://blogs.technet.com/blogfiles/blairb/011108_1643_HowtouseSSL4.png" alt=""/&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;To: &lt;br/&gt;&lt;img src="http://blogs.technet.com/blogfiles/blairb/011108_1643_HowtouseSSL5.png" alt=""/&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt; 
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;From: &lt;br/&gt;&lt;img src="http://blogs.technet.com/blogfiles/blairb/011108_1643_HowtouseSSL6.png" alt=""/&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;To: &lt;br/&gt;&lt;img src="http://blogs.technet.com/blogfiles/blairb/011108_1643_HowtouseSSL7.png" alt=""/&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;   
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;Assign the certificate to all 3 websites - only the first one applied will start - this is to be expected. &lt;br/&gt;&lt;br/&gt;One each WFE navigate via command prompt to &amp;lt;System Drive&amp;gt;:\Inetpub\AdminScripts &lt;br/&gt;&lt;br/&gt;Type the following command at the command prompt for each host header in this format :&lt;br/&gt;&lt;br/&gt;&lt;span style="font-family:Courier New"&gt;cscript.exe adsutil.vbs set /w3svc/&lt;em&gt;&amp;lt;site identifier&amp;gt;&lt;/em&gt;/SecureBindings ":443&lt;em&gt;:&amp;lt;&lt;span style="color:black"&gt;&lt;strong&gt;host&lt;/strong&gt;&lt;/span&gt; header&amp;gt;&lt;/em&gt;" &lt;/span&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;NOTE: Site Identifier can be obtained in the IIS MMC:  
&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;img src="http://blogs.technet.com/blogfiles/blairb/011108_1643_HowtouseSSL8.png" alt=""/&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;     
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;So in our example: &lt;br/&gt;&lt;br/&gt;&lt;span style="font-family:Courier New"&gt;cscript.exe adsutil.vbs set /w3svc/&amp;lt;site identifier&amp;gt;/SecureBindings ":443:moss.litware.com" &lt;br/&gt;cscript.exe adsutil.vbs set /w3svc/&amp;lt;site identifier&amp;gt;/SecureBindings ":443:mossanon.litware.com" &lt;br/&gt;cscript.exe adsutil.vbs set /w3svc/&amp;lt;site identifier&amp;gt;/SecureBindings ":443:mossextranet.litware.com" &lt;/span&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;Run IISRESET 
&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;strong&gt;Repeat this on the other WFE's &lt;br/&gt;&lt;br/&gt;&lt;/strong&gt;Verify all sites are responding:   
&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;img src="http://blogs.technet.com/blogfiles/blairb/011108_1643_HowtouseSSL9.png" alt=""/&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;   
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;strong&gt;Troubleshooting: &lt;/strong&gt;
	&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;Follow sequence of steps in specified order – very important!&lt;br/&gt;Verify all sites are started in IIS and no errors reported. &lt;br/&gt;Verify by Viewing the SSL cert on each website that the SSL cert has a matching private key. &lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2736807" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/blairb/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.technet.com/blairb/archive/tags/Security/default.aspx">Security</category></item><item><title>Help I've renamed a Hidden MOSS Site Column!</title><link>http://blogs.technet.com/blairb/archive/2008/01/10/help-i-ve-renamed-a-hidden-moss-site-column.aspx</link><pubDate>Fri, 11 Jan 2008 00:35:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2733187</guid><dc:creator>blairb</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/blairb/comments/2733187.aspx</comments><wfw:commentRss>http://blogs.technet.com/blairb/commentrss.aspx?PostID=2733187</wfw:commentRss><wfw:comment>http://blogs.technet.com/blairb/rsscomments.aspx?PostID=2733187</wfw:comment><description>&lt;p&gt;One of my customers recently found that someone in the process of working with SharePoint Content Types had renamed one of the built-in Site Columns - Title - to something else… If you attempt to change the Site Column back to "Title" you get this error message: &lt;br/&gt;&lt;br/&gt;&lt;span style="color:red"&gt;&lt;strong&gt;"The column name that you entered is already in use or reserved." &lt;br/&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/span&gt;This is discussed in the following KB Article: &lt;br/&gt;&lt;br/&gt;Error message when you try to change the name of a site column back to its original name in Windows SharePoint Services 3.0: "The column name that you entered is already in use or reserved." &lt;a href="http://support.microsoft.com/kb/923589"&gt;http://support.microsoft.com/kb/923589&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;In the article there is an example of C# code to programmatically access the Field object in question and change the name back to the correct/desired name. Let's see if we can make this short and sweet with PowerShell… &lt;br/&gt;&lt;br/&gt;I've got PowerShell installed on one of the members of my Farm so that I have easy access to the SharePoint object model. &lt;br/&gt;&lt;br/&gt;# First we need to tell PowerShell how to use SharePoint objects: &lt;br/&gt;&lt;span style="font-family:Consolas"&gt;[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") &lt;br/&gt;&lt;br/&gt;&lt;/span&gt;# Next we create a site object by created a variable and providing the URL of the site in question. &lt;br/&gt;&lt;span style="font-family:Consolas"&gt;$site=[Microsoft.Sharepoint.SPSite]("&lt;a href="http://localhost"&gt;http://&lt;/a&gt;&amp;lt;your site&amp;gt;") &lt;br/&gt;&lt;br/&gt;&lt;/span&gt;# Next we create a web object and open it from the site.openweb method &lt;br/&gt;&lt;span style="font-family:Consolas"&gt;$web=$site.openWeb() &lt;br/&gt;&lt;br/&gt;&lt;/span&gt;# Next we create a field object and site it to the name of the field that we want to correct - in this case: Title &lt;br/&gt;&lt;span style="font-family:Consolas"&gt;$fld = $web.Fields.getFieldByInternalName("Title") &lt;br/&gt;&lt;br/&gt;&lt;/span&gt;# Next we set the Field object's Title attribute to the name we want to be displayed, again in this case: Title &lt;br/&gt;&lt;span style="font-family:Consolas"&gt;$fld.Title = "Title" &lt;br/&gt;&lt;br/&gt;&lt;/span&gt;# Next we tell SharePoint that we want this change to apply to all Lists &lt;br/&gt;&lt;span style="font-family:Consolas"&gt;$fld.PushChangesToLists = $true &lt;br/&gt;&lt;br/&gt;&lt;/span&gt;# Finally we make the change official. &lt;br/&gt;&lt;span style="font-family:Consolas"&gt;$fld.Update() &lt;br/&gt;&lt;br/&gt;&lt;/span&gt;PowerShell for Windows 2003 SP1 can be downloaded from here: &lt;br/&gt;&lt;br/&gt;X86 - &lt;a href="http://go.microsoft.com/fwlink/?LinkID=75790&amp;amp;clcid=0x09"&gt;http://go.microsoft.com/fwlink/?LinkID=75790&amp;amp;clcid=0x09&lt;/a&gt;
		&lt;br/&gt;X64 - &lt;a href="http://go.microsoft.com/fwlink/?LinkID=75791&amp;amp;clcid=0x09"&gt;http://go.microsoft.com/fwlink/?LinkID=75791&amp;amp;clcid=0x09&lt;/a&gt;
		&lt;br/&gt;&lt;br/&gt;If you've gotten daring and are playing around with MOSS SP1 on top of Windows 2008 - PowerShell is simply a one-line command from the Windows 2008 Command Prompt: &lt;br/&gt;&lt;br/&gt;&lt;span style="font-family:Courier New"&gt;ServerManagerCmd -i PowerShell &lt;/span&gt;
	&lt;/p&gt;&lt;p&gt;Hope this helps! &lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2733187" width="1" height="1"&gt;</description></item></channel></rss>