<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SharePointPSScripts Releases Rss Feed</title><link>http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx</link><description>SharePointPSScripts Releases Rss Description</description><item><title>Updated Release: Team Sites Management (WSS or MOSS) (Mar 20, 2013)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21675</link><description>&lt;div class="wikidoc"&gt;These code scripts help you to manage WSS or MOSS Team sites &lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The first script&lt;/b&gt; adds links in the top bar with two levels of a SharePoint Team Site.&lt;br /&gt;You can add this links with two levels and clean all this links you add by code&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Clean-Nodes-In-SP-Top-Bar &amp;quot;http://mySharePointFarm/sites/MySiteColl/&amp;quot;&lt;/li&gt;
&lt;li&gt;Add-Nodes-In-SP-Top-Bar &amp;quot;http://mySharePointFarm/sites/MySiteColl/&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The second script&lt;/b&gt; resets the theme and logo for all the site collections in a defined web application&lt;br /&gt;You can execute the script after change the web application URL like that&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Change-Themes-for-All-Site-Collections &amp;quot;http://myWebApplication1&amp;quot; &amp;quot;MyTheme&amp;quot; &amp;quot;/_layouts/images/mylogo.gif&amp;quot; &amp;quot;Team Site Logo&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The third script&lt;/b&gt; is for list information from all the Site collections in your SharePoint Web Application&lt;br /&gt;You can execute it after modify the Web Application URL
&lt;ul&gt;&lt;li&gt;Get-Sites-Info &amp;quot;http://myWebApplication1&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The fourth script&lt;/b&gt; applies a master page and the chosen theme after upload the master file in the specified path&lt;br /&gt;You can execute it after modification like the web application, the theme and the master page file
&lt;ul&gt;&lt;li&gt;Apply-Master-Page-And-Theme-All-Site-Collections &amp;quot;http://myWebApplication&amp;quot; &amp;quot;C:\myMasterPage.master&amp;quot; &amp;quot;myMasterPage.master&amp;quot; &amp;quot;ThemeToApply&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The fifth script&lt;/b&gt; applies a named quota template to all site collections in a given web application, subject to them being of appropriate size.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Apply-SPQuotaTemplate.ps1 -url &amp;lt;web application URL&amp;gt; -template &amp;lt;Quota template name&amp;gt; [-minsize &amp;lt;minimum size (Mb) a site collection must be&amp;gt;] [-whatif]&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The sixth script&lt;/b&gt; returns statistical information about site collections in the entire farm or a specified Web Application. It is similar in concept to stsadm -o enumsites, but returns more information about each site collection.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The seventh script&lt;/b&gt; returns the creation date for the SPWeb URL Address given&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The heighth script&lt;/b&gt; returns the SQL Script to execute on your SQL Server to get all the non-completed items from the Given Survey (UserName, Email, Modified Date, ItemID)&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;Fabrice Romelard [MVP]&lt;br /&gt;Sergey Zelenov [MSFT]&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fabrice69</author><pubDate>Wed, 20 Mar 2013 14:50:44 GMT</pubDate><guid isPermaLink="false">Updated Release: Team Sites Management (WSS or MOSS) (Mar 20, 2013) 20130320025044P</guid></item><item><title>Released: Team Sites Management (WSS or MOSS) (Mar 20, 2013)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21675</link><description>
&lt;div class="wikidoc"&gt;These code scripts help you to manage WSS or MOSS Team sites
&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The first script&lt;/b&gt; adds links in the top bar with two levels of a SharePoint Team Site.&lt;br&gt;
You can add this links with two levels and clean all this links you add by code&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Clean-Nodes-In-SP-Top-Bar &amp;quot;http://mySharePointFarm/sites/MySiteColl/&amp;quot;
&lt;/li&gt;&lt;li&gt;Add-Nodes-In-SP-Top-Bar &amp;quot;http://mySharePointFarm/sites/MySiteColl/&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The second script&lt;/b&gt; resets the theme and logo for all the site collections in a defined web application&lt;br&gt;
You can execute the script after change the web application URL like that&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Change-Themes-for-All-Site-Collections &amp;quot;http://myWebApplication1&amp;quot; &amp;quot;MyTheme&amp;quot; &amp;quot;/_layouts/images/mylogo.gif&amp;quot; &amp;quot;Team Site Logo&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The third script&lt;/b&gt; is for list information from all the Site collections in your SharePoint Web Application&lt;br&gt;
You can execute it after modify the Web Application URL
&lt;ul&gt;
&lt;li&gt;Get-Sites-Info &amp;quot;http://myWebApplication1&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The fourth script&lt;/b&gt; applies a master page and the chosen theme after upload the master file in the specified path&lt;br&gt;
You can execute it after modification like the web application, the theme and the master page file
&lt;ul&gt;
&lt;li&gt;Apply-Master-Page-And-Theme-All-Site-Collections &amp;quot;http://myWebApplication&amp;quot; &amp;quot;C:\myMasterPage.master&amp;quot; &amp;quot;myMasterPage.master&amp;quot; &amp;quot;ThemeToApply&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The fifth script&lt;/b&gt; applies a named quota template to all site collections in a given web application, subject to them being of appropriate size.&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Apply-SPQuotaTemplate.ps1 -url &amp;lt;web application URL&amp;gt; -template &amp;lt;Quota template name&amp;gt; [-minsize &amp;lt;minimum size (Mb) a site collection must be&amp;gt;] [-whatif]&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The sixth script&lt;/b&gt; returns statistical information about site collections in the entire farm or a specified Web Application. It is similar in concept to stsadm -o enumsites, but returns more information about each site collection.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The seventh script&lt;/b&gt; returns the creation date for the SPWeb URL Address given&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The heighth script&lt;/b&gt; returns the SQL Script to execute on your SQL Server to get all the non-completed items from the Given Survey (UserName, Email, Modified Date, ItemID)&lt;br&gt;
&lt;hr&gt;
&lt;br&gt;
Fabrice Romelard [MVP]&lt;br&gt;
Sergey Zelenov [MSFT]&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 20 Mar 2013 14:50:44 GMT</pubDate><guid isPermaLink="false">Released: Team Sites Management (WSS or MOSS) (Mar 20, 2013) 20130320025044P</guid></item><item><title>Updated Release: Team Sites Management (WSS or MOSS) (Mar 20, 2013)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21675</link><description>&lt;div class="wikidoc"&gt;These code scripts help you to manage WSS or MOSS Team sites &lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The first script&lt;/b&gt; adds links in the top bar with two levels of a SharePoint Team Site.&lt;br /&gt;You can add this links with two levels and clean all this links you add by code&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Clean-Nodes-In-SP-Top-Bar &amp;quot;http://mySharePointFarm/sites/MySiteColl/&amp;quot;&lt;/li&gt;
&lt;li&gt;Add-Nodes-In-SP-Top-Bar &amp;quot;http://mySharePointFarm/sites/MySiteColl/&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The second script&lt;/b&gt; resets the theme and logo for all the site collections in a defined web application&lt;br /&gt;You can execute the script after change the web application URL like that&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Change-Themes-for-All-Site-Collections &amp;quot;http://myWebApplication1&amp;quot; &amp;quot;MyTheme&amp;quot; &amp;quot;/_layouts/images/mylogo.gif&amp;quot; &amp;quot;Team Site Logo&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The third script&lt;/b&gt; is for list information from all the Site collections in your SharePoint Web Application&lt;br /&gt;You can execute it after modify the Web Application URL
&lt;ul&gt;&lt;li&gt;Get-Sites-Info &amp;quot;http://myWebApplication1&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The fourth script&lt;/b&gt; applies a master page and the chosen theme after upload the master file in the specified path&lt;br /&gt;You can execute it after modification like the web application, the theme and the master page file
&lt;ul&gt;&lt;li&gt;Apply-Master-Page-And-Theme-All-Site-Collections &amp;quot;http://myWebApplication&amp;quot; &amp;quot;C:\myMasterPage.master&amp;quot; &amp;quot;myMasterPage.master&amp;quot; &amp;quot;ThemeToApply&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The fifth script&lt;/b&gt; applies a named quota template to all site collections in a given web application, subject to them being of appropriate size.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Apply-SPQuotaTemplate.ps1 -url &amp;lt;web application URL&amp;gt; -template &amp;lt;Quota template name&amp;gt; [-minsize &amp;lt;minimum size (Mb) a site collection must be&amp;gt;] [-whatif]&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The sixth script&lt;/b&gt; returns statistical information about site collections in the entire farm or a specified Web Application. It is similar in concept to stsadm -o enumsites, but returns more information about each site collection.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The seventh script&lt;/b&gt; returns the creation date for the SPWeb URL Address given&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;Fabrice Romelard [MVP]&lt;br /&gt;Sergey Zelenov [MSFT]&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fabrice69</author><pubDate>Wed, 20 Mar 2013 14:48:37 GMT</pubDate><guid isPermaLink="false">Updated Release: Team Sites Management (WSS or MOSS) (Mar 20, 2013) 20130320024837P</guid></item><item><title>Released: Team Sites Management (WSS or MOSS) (Mar 20, 2013)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21675</link><description>
&lt;div class="wikidoc"&gt;These code scripts help you to manage WSS or MOSS Team sites
&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The first script&lt;/b&gt; adds links in the top bar with two levels of a SharePoint Team Site.&lt;br&gt;
You can add this links with two levels and clean all this links you add by code&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Clean-Nodes-In-SP-Top-Bar &amp;quot;http://mySharePointFarm/sites/MySiteColl/&amp;quot;
&lt;/li&gt;&lt;li&gt;Add-Nodes-In-SP-Top-Bar &amp;quot;http://mySharePointFarm/sites/MySiteColl/&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The second script&lt;/b&gt; resets the theme and logo for all the site collections in a defined web application&lt;br&gt;
You can execute the script after change the web application URL like that&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Change-Themes-for-All-Site-Collections &amp;quot;http://myWebApplication1&amp;quot; &amp;quot;MyTheme&amp;quot; &amp;quot;/_layouts/images/mylogo.gif&amp;quot; &amp;quot;Team Site Logo&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The third script&lt;/b&gt; is for list information from all the Site collections in your SharePoint Web Application&lt;br&gt;
You can execute it after modify the Web Application URL
&lt;ul&gt;
&lt;li&gt;Get-Sites-Info &amp;quot;http://myWebApplication1&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The fourth script&lt;/b&gt; applies a master page and the chosen theme after upload the master file in the specified path&lt;br&gt;
You can execute it after modification like the web application, the theme and the master page file
&lt;ul&gt;
&lt;li&gt;Apply-Master-Page-And-Theme-All-Site-Collections &amp;quot;http://myWebApplication&amp;quot; &amp;quot;C:\myMasterPage.master&amp;quot; &amp;quot;myMasterPage.master&amp;quot; &amp;quot;ThemeToApply&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The fifth script&lt;/b&gt; applies a named quota template to all site collections in a given web application, subject to them being of appropriate size.&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Apply-SPQuotaTemplate.ps1 -url &amp;lt;web application URL&amp;gt; -template &amp;lt;Quota template name&amp;gt; [-minsize &amp;lt;minimum size (Mb) a site collection must be&amp;gt;] [-whatif]&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The sixth script&lt;/b&gt; returns statistical information about site collections in the entire farm or a specified Web Application. It is similar in concept to stsadm -o enumsites, but returns more information about each site collection.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The seventh script&lt;/b&gt; returns the creation date for the SPWeb URL Address given&lt;br&gt;
&lt;hr&gt;
&lt;br&gt;
Fabrice Romelard [MVP]&lt;br&gt;
Sergey Zelenov [MSFT]&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 20 Mar 2013 14:48:36 GMT</pubDate><guid isPermaLink="false">Released: Team Sites Management (WSS or MOSS) (Mar 20, 2013) 20130320024836P</guid></item><item><title>Updated Release: Export Import SharePoint list (Apr 30, 2012)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21696</link><description>&lt;div class="wikidoc"&gt;These scripts help you for the content migration requests&lt;br /&gt;
&lt;hr /&gt;
This &lt;b&gt;first script&lt;/b&gt; helps you if you need to move or copy a specify list from a SharePoint site to another.&lt;br /&gt;You can find the two functions :
&lt;ul&gt;&lt;li&gt;Export the list to a temporary folder in a file with the filename like &amp;quot;ExportList-82e4d6b9-60d4-4a01-980a-3e5d2bc1c54b.DAT&amp;quot;&lt;/li&gt;
&lt;li&gt;Import the file (exported list) in a SharePoint site&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
This &lt;b&gt;second script&lt;/b&gt; exports all the lists in the specify SharePoint (SPWeb) in sub-folder of the specified folder&lt;br /&gt;You have to open the ps1 file and modify the last line with your internal values&lt;br /&gt;
&lt;hr /&gt;
This &lt;b&gt;third script&lt;/b&gt; export all the content from a defined SharePoint list to a SQL Server DataBase, in a temporary table.&lt;br /&gt;You have to open the ps1 file and modify the first and last line with your internal values&lt;br /&gt;
&lt;hr /&gt;
Fabrice Romelard [MVP]&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fabrice69</author><pubDate>Mon, 30 Apr 2012 16:13:45 GMT</pubDate><guid isPermaLink="false">Updated Release: Export Import SharePoint list (Apr 30, 2012) 20120430041345P</guid></item><item><title>Released: Export Import SharePoint list (Apr 30, 2012)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21696</link><description>
&lt;div class="wikidoc"&gt;These scripts help you for the content migration requests&lt;br&gt;
&lt;hr&gt;
This &lt;b&gt;first script&lt;/b&gt; helps you if you need to move or copy a specify list from a SharePoint site to another.&lt;br&gt;
You can find the two functions :
&lt;ul&gt;
&lt;li&gt;Export the list to a temporary folder in a file with the filename like &amp;quot;ExportList-82e4d6b9-60d4-4a01-980a-3e5d2bc1c54b.DAT&amp;quot;
&lt;/li&gt;&lt;li&gt;Import the file (exported list) in a SharePoint site&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
This &lt;b&gt;second script&lt;/b&gt; exports all the lists in the specify SharePoint (SPWeb) in sub-folder of the specified folder&lt;br&gt;
You have to open the ps1 file and modify the last line with your internal values&lt;br&gt;
&lt;hr&gt;
This &lt;b&gt;third script&lt;/b&gt; export all the content from a defined SharePoint list to a SQL Server DataBase, in a temporary table.&lt;br&gt;
You have to open the ps1 file and modify the first and last line with your internal values&lt;br&gt;
&lt;hr&gt;
Fabrice Romelard [MVP]&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 30 Apr 2012 16:13:45 GMT</pubDate><guid isPermaLink="false">Released: Export Import SharePoint list (Apr 30, 2012) 20120430041345P</guid></item><item><title>Updated Release: SharePoint Users Management (Mar 10, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21699</link><description>&lt;div class="wikidoc"&gt;These scripts helps for manage MOSS Profile Users or SPUsers information&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The first script&lt;/b&gt; checks each SPuser (SharePoint User) existence in each Site Collection of the given Web Application if exists.&lt;br /&gt;The script calls the Active Directory for each user with the login name of the SPUser.&lt;br /&gt;&lt;br /&gt;You can execute the script with this command :
&lt;ul&gt;&lt;li&gt;Check-SharePoint-Orphaned-Users.ps1 &amp;gt; orphaned_users.txt&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;After execution open the txt file and use the second PowerShell script for SPUser deletion :
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693" class="externalLink"&gt;http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The second script&lt;/b&gt; shows all information about a MOSS Profile User (given by his login)
&lt;ul&gt;&lt;li&gt;Get-MOSS-Profile-User-Details &amp;quot;http://myWebApplication&amp;quot; &amp;quot;DOMAIN\Login&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The third script&lt;/b&gt; synchronizes all Site Collections User information between SharePoint (WSS or MOSS) and Active Directory
&lt;ul&gt;&lt;li&gt;For execute this script, you have to :
&lt;ul&gt;&lt;li&gt;Open the PS1 file&lt;/li&gt;
&lt;li&gt;Modify the line 198: [ Set-UserInfoDetails &amp;quot;http://mySharePointWebApplication&amp;quot; &amp;quot;LDAP://DC=MyControler,DC=MyDomain,DC=com&amp;quot; ] with your internal parameters&lt;/li&gt;
&lt;li&gt;Execute the script by use the file name &amp;quot;Set-WSS-UserInfo-From-ActiveDirectory.ps1&amp;quot;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;All the User data will receives the information, you can modify the script if you have extended data.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The forth script&lt;/b&gt; shows you the permissions for the specified user in all sites and lists in a web application
&lt;ul&gt;&lt;li&gt;For execute this script
&lt;ul&gt;&lt;li&gt;You have to modify the two lines:&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
	[string]$userlogintocheck = &amp;quot;DOMAIN\User_login&amp;quot;&lt;br /&gt;	ListUsersForAllCollections &amp;quot;http://myWebApplication&amp;quot; $userlogintocheck
&lt;ul&gt;&lt;li&gt;Execute the script by the file name&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The fifth script&lt;/b&gt; reproduces the behavior of the command STSADM -o migrateuser. More added value to come (batch migration and subsequent updates)&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The sixth script&lt;/b&gt;:
&lt;ul&gt;&lt;li&gt;dumps information about a SharePoint site group into an XML file&lt;/li&gt;
&lt;li&gt;creates a new SharePoint site group using a file previously created by this script or a manually composed file as input&lt;/li&gt;
&lt;li&gt;adds members to a SharePoint site group using a previously created by this script or manually composed file as input&lt;/li&gt;
&lt;li&gt;clears all members from a SharePoint group&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The seventh script&lt;/b&gt; lists all the site groups and their members in a site collection in XML format&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The eighth script&lt;/b&gt; load all the Active Directory Users from the given OU to a given SharePoint contacts list&lt;br /&gt;You can modify the script file for adapt the Active Directory connection string (With the possible Organization Unit) and the Contact list Name and URL
&lt;ul&gt;&lt;li&gt;Set-UserInfoDetails &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot; &amp;quot;LDAP://OU=MYActiveDirectoryOU,DC=MySubDomain,DC=MyDomain,DC=COM&amp;quot;&lt;/li&gt;&lt;/ul&gt;
The script manage the Insert and Update, not the delete, you can uncomment the &amp;quot;QuickCleanAllListItems&amp;quot; function call for that
&lt;ul&gt;&lt;li&gt;QuickCleanAllListItems &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The ninth script&lt;/b&gt; retrieves effective permissions for a specified Windows user/group account or all accounts for any part of a SharePoint web application.&lt;br /&gt;&lt;br /&gt;It is commented in a style compatible with the PowerShell V2 comment-based help feature, so you can obtain full usage information by running:
&lt;ul&gt;&lt;li&gt;Get-Help .\Get-EffectiveSPPermissions.ps1 -detailed&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The tenth script&lt;/b&gt; load all the MOSS Profiles in a SQL Server DataBase (specified in the connection string, with the given table name).&lt;br /&gt;&lt;br /&gt;You have also to modify the URL of your MOSS farm at the end of file.&lt;br /&gt;The file is executed directly with his name.&lt;br /&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The eleventh script&lt;/b&gt; export all the MOSS Profiles in an XML file.&lt;br /&gt;The file is executed directly with his name.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The twelfth script&lt;/b&gt; create a SharePoint MOSS Audience with the specified values and compile it&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Thirteenth script&lt;/b&gt; create or list the SharePoint MOSS Personalized links&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Fourteenth script&lt;/b&gt; create a job and execute the profiles Import&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;&lt;br /&gt;Marc Lognoul [MVP]&lt;br /&gt;Fabrice Romelard {&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>sezel</author><pubDate>Thu, 26 Jan 2012 12:05:56 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint Users Management (Mar 10, 2011) 20120126120556P</guid></item><item><title>Released: SharePoint Users Management (Mar 10, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21699</link><description>
&lt;div class="wikidoc"&gt;These scripts helps for manage MOSS Profile Users or SPUsers information&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The first script&lt;/b&gt; checks each SPuser (SharePoint User) existence in each Site Collection of the given Web Application if exists.&lt;br&gt;
The script calls the Active Directory for each user with the login name of the SPUser.&lt;br&gt;
&lt;br&gt;
You can execute the script with this command :
&lt;ul&gt;
&lt;li&gt;Check-SharePoint-Orphaned-Users.ps1 &amp;gt; orphaned_users.txt&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
After execution open the txt file and use the second PowerShell script for SPUser deletion :
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693"&gt;http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The second script&lt;/b&gt; shows all information about a MOSS Profile User (given by his login)
&lt;ul&gt;
&lt;li&gt;Get-MOSS-Profile-User-Details &amp;quot;http://myWebApplication&amp;quot; &amp;quot;DOMAIN\Login&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The third script&lt;/b&gt; synchronizes all Site Collections User information between SharePoint (WSS or MOSS) and Active Directory
&lt;ul&gt;
&lt;li&gt;For execute this script, you have to :
&lt;ul&gt;
&lt;li&gt;Open the PS1 file &lt;/li&gt;&lt;li&gt;Modify the line 198: [ Set-UserInfoDetails &amp;quot;http://mySharePointWebApplication&amp;quot; &amp;quot;LDAP://DC=MyControler,DC=MyDomain,DC=com&amp;quot; ] with your internal parameters
&lt;/li&gt;&lt;li&gt;Execute the script by use the file name &amp;quot;Set-WSS-UserInfo-From-ActiveDirectory.ps1&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
All the User data will receives the information, you can modify the script if you have extended data.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The forth script&lt;/b&gt; shows you the permissions for the specified user in all sites and lists in a web application
&lt;ul&gt;
&lt;li&gt;For execute this script
&lt;ul&gt;
&lt;li&gt;You have to modify the two lines:&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
[string]$userlogintocheck = &amp;quot;DOMAIN\User_login&amp;quot;&lt;br&gt;
ListUsersForAllCollections &amp;quot;http://myWebApplication&amp;quot; $userlogintocheck
&lt;ul&gt;
&lt;li&gt;Execute the script by the file name&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The fifth script&lt;/b&gt; reproduces the behavior of the command STSADM -o migrateuser. More added value to come (batch migration and subsequent updates)&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The sixth script&lt;/b&gt;:
&lt;ul&gt;
&lt;li&gt;dumps information about a SharePoint site group into an XML file &lt;/li&gt;&lt;li&gt;creates a new SharePoint site group using a file previously created by this script or a manually composed file as input
&lt;/li&gt;&lt;li&gt;adds members to a SharePoint site group using a previously created by this script or manually composed file as input
&lt;/li&gt;&lt;li&gt;clears all members from a SharePoint group&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The seventh script&lt;/b&gt; lists all the site groups and their members in a site collection in XML format&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The eighth script&lt;/b&gt; load all the Active Directory Users from the given OU to a given SharePoint contacts list&lt;br&gt;
You can modify the script file for adapt the Active Directory connection string (With the possible Organization Unit) and the Contact list Name and URL
&lt;ul&gt;
&lt;li&gt;Set-UserInfoDetails &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot; &amp;quot;LDAP://OU=MYActiveDirectoryOU,DC=MySubDomain,DC=MyDomain,DC=COM&amp;quot;&lt;/li&gt;&lt;/ul&gt;
The script manage the Insert and Update, not the delete, you can uncomment the &amp;quot;QuickCleanAllListItems&amp;quot; function call for that
&lt;ul&gt;
&lt;li&gt;QuickCleanAllListItems &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The ninth script&lt;/b&gt; retrieves effective permissions for a specified Windows user/group account or all accounts for any part of a SharePoint web application.&lt;br&gt;
&lt;br&gt;
It is commented in a style compatible with the PowerShell V2 comment-based help feature, so you can obtain full usage information by running:
&lt;ul&gt;
&lt;li&gt;Get-Help .\Get-EffectiveSPPermissions.ps1 -detailed&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The tenth script&lt;/b&gt; load all the MOSS Profiles in a SQL Server DataBase (specified in the connection string, with the given table name).&lt;br&gt;
&lt;br&gt;
You have also to modify the URL of your MOSS farm at the end of file.&lt;br&gt;
The file is executed directly with his name.&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The eleventh script&lt;/b&gt; export all the MOSS Profiles in an XML file.&lt;br&gt;
The file is executed directly with his name.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The twelfth script&lt;/b&gt; create a SharePoint MOSS Audience with the specified values and compile it&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Thirteenth script&lt;/b&gt; create or list the SharePoint MOSS Personalized links&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Fourteenth script&lt;/b&gt; create a job and execute the profiles Import&lt;br&gt;
&lt;hr&gt;
&lt;br&gt;
&lt;br&gt;
Marc Lognoul [MVP]&lt;br&gt;
Fabrice Romelard {&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 26 Jan 2012 12:05:56 GMT</pubDate><guid isPermaLink="false">Released: SharePoint Users Management (Mar 10, 2011) 20120126120556P</guid></item><item><title>Updated Release: SharePoint Users Management (Mar 10, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21699</link><description>&lt;div class="wikidoc"&gt;These scripts helps for manage MOSS Profile Users or SPUsers information&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The first script&lt;/b&gt; checks each SPuser (SharePoint User) existence in each Site Collection of the given Web Application if exists.&lt;br /&gt;The script calls the Active Directory for each user with the login name of the SPUser.&lt;br /&gt;&lt;br /&gt;You can execute the script with this command :
&lt;ul&gt;&lt;li&gt;Check-SharePoint-Orphaned-Users.ps1 &amp;gt; orphaned_users.txt&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;After execution open the txt file and use the second PowerShell script for SPUser deletion :
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693" class="externalLink"&gt;http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The second script&lt;/b&gt; shows all information about a MOSS Profile User (given by his login)
&lt;ul&gt;&lt;li&gt;Get-MOSS-Profile-User-Details &amp;quot;http://myWebApplication&amp;quot; &amp;quot;DOMAIN\Login&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The third script&lt;/b&gt; synchronizes all Site Collections User information between SharePoint (WSS or MOSS) and Active Directory
&lt;ul&gt;&lt;li&gt;For execute this script, you have to :
&lt;ul&gt;&lt;li&gt;Open the PS1 file&lt;/li&gt;
&lt;li&gt;Modify the line 198: [ Set-UserInfoDetails &amp;quot;http://mySharePointWebApplication&amp;quot; &amp;quot;LDAP://DC=MyControler,DC=MyDomain,DC=com&amp;quot; ] with your internal parameters&lt;/li&gt;
&lt;li&gt;Execute the script by use the file name &amp;quot;Set-WSS-UserInfo-From-ActiveDirectory.ps1&amp;quot;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;All the User data will receives the information, you can modify the script if you have extended data.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The forth script&lt;/b&gt; shows you the permissions for the specified user in all sites and lists in a web application
&lt;ul&gt;&lt;li&gt;For execute this script
&lt;ul&gt;&lt;li&gt;You have to modify the two lines:&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
	[string]$userlogintocheck = &amp;quot;DOMAIN\User_login&amp;quot;&lt;br /&gt;	ListUsersForAllCollections &amp;quot;http://myWebApplication&amp;quot; $userlogintocheck
&lt;ul&gt;&lt;li&gt;Execute the script by the file name&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The fifth script&lt;/b&gt; reproduces the behavior of the command STSADM -o migrateuser. More added value to come (batch migration and subsequent updates)&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The sixth script&lt;/b&gt;:
&lt;ul&gt;&lt;li&gt;dumps information about a SharePoint site group into an XML file&lt;/li&gt;
&lt;li&gt;creates a new SharePoint site group using a file previously created by this script or a manually composed file as input&lt;/li&gt;
&lt;li&gt;adds members to a SharePoint site group using a previously created by this script or manually composed file as input&lt;/li&gt;
&lt;li&gt;clears all members from a SharePoint group&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The seventh script&lt;/b&gt; lists all the site groups and their members in a site collection in XML format&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The eighth script&lt;/b&gt; load all the Active Directory Users from the given OU to a given SharePoint contacts list&lt;br /&gt;You can modify the script file for adapt the Active Directory connection string (With the possible Organization Unit) and the Contact list Name and URL
&lt;ul&gt;&lt;li&gt;Set-UserInfoDetails &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot; &amp;quot;LDAP://OU=MYActiveDirectoryOU,DC=MySubDomain,DC=MyDomain,DC=COM&amp;quot;&lt;/li&gt;&lt;/ul&gt;
The script manage the Insert and Update, not the delete, you can uncomment the &amp;quot;QuickCleanAllListItems&amp;quot; function call for that
&lt;ul&gt;&lt;li&gt;QuickCleanAllListItems &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The ninth script&lt;/b&gt; retrieves effective permissions for a specified Windows user/group account or all accounts for any part of a SharePoint web application.&lt;br /&gt;&lt;br /&gt;It is commented in a style compatible with the PowerShell V2 comment-based help feature, so you can obtain full usage information by running:
&lt;ul&gt;&lt;li&gt;Get-Help .\Get-EffectiveSPPermissions.ps1 -detailed&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The tenth script&lt;/b&gt; load all the MOSS Profiles in a SQL Server DataBase (specified in the connection string, with the given table name).&lt;br /&gt;&lt;br /&gt;You have also to modify the URL of your MOSS farm at the end of file.&lt;br /&gt;The file is executed directly with his name.&lt;br /&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The eleventh script&lt;/b&gt; export all the MOSS Profiles in an XML file.&lt;br /&gt;The file is executed directly with his name.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The twelfth script&lt;/b&gt; create a SharePoint MOSS Audience with the specified values and compile it&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Thirteenth script&lt;/b&gt; create or list the SharePoint MOSS Personalized links&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Fourteenth script&lt;/b&gt; create a job and execute the profiles Import&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;&lt;br /&gt;Marc Lognoul [MVP]&lt;br /&gt;Fabrice Romelard {&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>sezel</author><pubDate>Thu, 26 Jan 2012 12:05:16 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint Users Management (Mar 10, 2011) 20120126120516P</guid></item><item><title>Updated Release: SharePoint Users Management (Jan 04, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21699</link><description>&lt;div class="wikidoc"&gt;These scripts helps for manage MOSS Profile Users or SPUsers information&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The first script&lt;/b&gt; checks each SPuser (SharePoint User) existence in each Site Collection of the given Web Application if exists.&lt;br /&gt;The script calls the Active Directory for each user with the login name of the SPUser.&lt;br /&gt;&lt;br /&gt;You can execute the script with this command :
&lt;ul&gt;&lt;li&gt;Check-SharePoint-Orphaned-Users.ps1 &amp;gt; orphaned_users.txt&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;After execution open the txt file and use the second PowerShell script for SPUser deletion :
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693" class="externalLink"&gt;http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The second script&lt;/b&gt; shows all information about a MOSS Profile User (given by his login)
&lt;ul&gt;&lt;li&gt;Get-MOSS-Profile-User-Details &amp;quot;http://myWebApplication&amp;quot; &amp;quot;DOMAIN\Login&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The third script&lt;/b&gt; synchronizes all Site Collections User information between SharePoint (WSS or MOSS) and Active Directory
&lt;ul&gt;&lt;li&gt;For execute this script, you have to :
&lt;ul&gt;&lt;li&gt;Open the PS1 file&lt;/li&gt;
&lt;li&gt;Modify the line 198: [ Set-UserInfoDetails &amp;quot;http://mySharePointWebApplication&amp;quot; &amp;quot;LDAP://DC=MyControler,DC=MyDomain,DC=com&amp;quot; ] with your internal parameters&lt;/li&gt;
&lt;li&gt;Execute the script by use the file name &amp;quot;Set-WSS-UserInfo-From-ActiveDirectory.ps1&amp;quot;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;All the User data will receives the information, you can modify the script if you have extended data.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The forth script&lt;/b&gt; shows you the permissions for the specified user in all sites and lists in a web application
&lt;ul&gt;&lt;li&gt;For execute this script
&lt;ul&gt;&lt;li&gt;You have to modify the two lines:&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
	[string]$userlogintocheck = &amp;quot;DOMAIN\User_login&amp;quot;&lt;br /&gt;	ListUsersForAllCollections &amp;quot;http://myWebApplication&amp;quot; $userlogintocheck
&lt;ul&gt;&lt;li&gt;Execute the script by the file name&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The fifth script&lt;/b&gt; reproduces the behavior of the command STSADM -o migrateuser. More added value to come (batch migration and subsequent updates)&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The sixth script&lt;/b&gt;:
&lt;ul&gt;&lt;li&gt;dumps information about a SharePoint site group into an XML file&lt;/li&gt;
&lt;li&gt;creates a new SharePoint site group using a file previously created by this script or a manually composed file as input&lt;/li&gt;
&lt;li&gt;adds members to a SharePoint site group using a previously created by this script or manually composed file as input&lt;/li&gt;
&lt;li&gt;clears all members from a SharePoint group&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The seventh script&lt;/b&gt; lists all the site groups and their members in a site collection in XML format&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The eighth script&lt;/b&gt; load all the Active Directory Users from the given OU to a given SharePoint contacts list&lt;br /&gt;You can modify the script file for adapt the Active Directory connection string (With the possible Organization Unit) and the Contact list Name and URL
&lt;ul&gt;&lt;li&gt;Set-UserInfoDetails &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot; &amp;quot;LDAP://OU=MYActiveDirectoryOU,DC=MySubDomain,DC=MyDomain,DC=COM&amp;quot;&lt;/li&gt;&lt;/ul&gt;
The script manage the Insert and Update, not the delete, you can uncomment the &amp;quot;QuickCleanAllListItems&amp;quot; function call for that
&lt;ul&gt;&lt;li&gt;QuickCleanAllListItems &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The ninth script&lt;/b&gt; retrieves effective permissions for a specified Windows user/group account or all accounts for any part of a SharePoint web application.&lt;br /&gt;&lt;br /&gt;It is commented in a style compatible with the PowerShell V2 comment-based help feature, so you can obtain full usage information by running:
&lt;ul&gt;&lt;li&gt;Get-Help .\Get-EffectiveSPPermissions.ps1 -detailed&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The tenth script&lt;/b&gt; load all the MOSS Profiles in a SQL Server DataBase (specified in the connection string, with the given table name).&lt;br /&gt;&lt;br /&gt;You have also to modify the URL of your MOSS farm at the end of file.&lt;br /&gt;The file is executed directly with his name.&lt;br /&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The eleventh script&lt;/b&gt; export all the MOSS Profiles in an XML file.&lt;br /&gt;The file is executed directly with his name.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The twelfth script&lt;/b&gt; create a SharePoint MOSS Audience with the specified values and compile it&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Thirteenth script&lt;/b&gt; create or list the SharePoint MOSS Personalized links&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Fourteenth script&lt;/b&gt; create a job and execute the profiles Import&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;&lt;br /&gt;Marc Lognoul [MVP]&lt;br /&gt;Fabrice Romelard {&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fabrice69</author><pubDate>Wed, 04 Jan 2012 15:01:39 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint Users Management (Jan 04, 2011) 20120104030139P</guid></item><item><title>Released: SharePoint Users Management (Jan 04, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21699</link><description>
&lt;div class="wikidoc"&gt;These scripts helps for manage MOSS Profile Users or SPUsers information&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The first script&lt;/b&gt; checks each SPuser (SharePoint User) existence in each Site Collection of the given Web Application if exists.&lt;br&gt;
The script calls the Active Directory for each user with the login name of the SPUser.&lt;br&gt;
&lt;br&gt;
You can execute the script with this command :
&lt;ul&gt;
&lt;li&gt;Check-SharePoint-Orphaned-Users.ps1 &amp;gt; orphaned_users.txt&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
After execution open the txt file and use the second PowerShell script for SPUser deletion :
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693"&gt;http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The second script&lt;/b&gt; shows all information about a MOSS Profile User (given by his login)
&lt;ul&gt;
&lt;li&gt;Get-MOSS-Profile-User-Details &amp;quot;http://myWebApplication&amp;quot; &amp;quot;DOMAIN\Login&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The third script&lt;/b&gt; synchronizes all Site Collections User information between SharePoint (WSS or MOSS) and Active Directory
&lt;ul&gt;
&lt;li&gt;For execute this script, you have to :
&lt;ul&gt;
&lt;li&gt;Open the PS1 file &lt;/li&gt;&lt;li&gt;Modify the line 198: [ Set-UserInfoDetails &amp;quot;http://mySharePointWebApplication&amp;quot; &amp;quot;LDAP://DC=MyControler,DC=MyDomain,DC=com&amp;quot; ] with your internal parameters
&lt;/li&gt;&lt;li&gt;Execute the script by use the file name &amp;quot;Set-WSS-UserInfo-From-ActiveDirectory.ps1&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
All the User data will receives the information, you can modify the script if you have extended data.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The forth script&lt;/b&gt; shows you the permissions for the specified user in all sites and lists in a web application
&lt;ul&gt;
&lt;li&gt;For execute this script
&lt;ul&gt;
&lt;li&gt;You have to modify the two lines:&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
[string]$userlogintocheck = &amp;quot;DOMAIN\User_login&amp;quot;&lt;br&gt;
ListUsersForAllCollections &amp;quot;http://myWebApplication&amp;quot; $userlogintocheck
&lt;ul&gt;
&lt;li&gt;Execute the script by the file name&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The fifth script&lt;/b&gt; reproduces the behavior of the command STSADM -o migrateuser. More added value to come (batch migration and subsequent updates)&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The sixth script&lt;/b&gt;:
&lt;ul&gt;
&lt;li&gt;dumps information about a SharePoint site group into an XML file &lt;/li&gt;&lt;li&gt;creates a new SharePoint site group using a file previously created by this script or a manually composed file as input
&lt;/li&gt;&lt;li&gt;adds members to a SharePoint site group using a previously created by this script or manually composed file as input
&lt;/li&gt;&lt;li&gt;clears all members from a SharePoint group&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The seventh script&lt;/b&gt; lists all the site groups and their members in a site collection in XML format&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The eighth script&lt;/b&gt; load all the Active Directory Users from the given OU to a given SharePoint contacts list&lt;br&gt;
You can modify the script file for adapt the Active Directory connection string (With the possible Organization Unit) and the Contact list Name and URL
&lt;ul&gt;
&lt;li&gt;Set-UserInfoDetails &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot; &amp;quot;LDAP://OU=MYActiveDirectoryOU,DC=MySubDomain,DC=MyDomain,DC=COM&amp;quot;&lt;/li&gt;&lt;/ul&gt;
The script manage the Insert and Update, not the delete, you can uncomment the &amp;quot;QuickCleanAllListItems&amp;quot; function call for that
&lt;ul&gt;
&lt;li&gt;QuickCleanAllListItems &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The ninth script&lt;/b&gt; retrieves effective permissions for a specified Windows user/group account or all accounts for any part of a SharePoint web application.&lt;br&gt;
&lt;br&gt;
It is commented in a style compatible with the PowerShell V2 comment-based help feature, so you can obtain full usage information by running:
&lt;ul&gt;
&lt;li&gt;Get-Help .\Get-EffectiveSPPermissions.ps1 -detailed&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The tenth script&lt;/b&gt; load all the MOSS Profiles in a SQL Server DataBase (specified in the connection string, with the given table name).&lt;br&gt;
&lt;br&gt;
You have also to modify the URL of your MOSS farm at the end of file.&lt;br&gt;
The file is executed directly with his name.&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The eleventh script&lt;/b&gt; export all the MOSS Profiles in an XML file.&lt;br&gt;
The file is executed directly with his name.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The twelfth script&lt;/b&gt; create a SharePoint MOSS Audience with the specified values and compile it&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Thirteenth script&lt;/b&gt; create or list the SharePoint MOSS Personalized links&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Fourteenth script&lt;/b&gt; create a job and execute the profiles Import&lt;br&gt;
&lt;hr&gt;
&lt;br&gt;
&lt;br&gt;
Marc Lognoul [MVP]&lt;br&gt;
Fabrice Romelard {&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 04 Jan 2012 15:01:39 GMT</pubDate><guid isPermaLink="false">Released: SharePoint Users Management (Jan 04, 2011) 20120104030139P</guid></item><item><title>Updated Release: SharePoint Users Management (Jan 04, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21699</link><description>&lt;div class="wikidoc"&gt;These scripts helps for manage MOSS Profile Users or SPUsers information&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The first script&lt;/b&gt; checks each SPuser (SharePoint User) existence in each Site Collection of the given Web Application if exists.&lt;br /&gt;The script calls the Active Directory for each user with the login name of the SPUser.&lt;br /&gt;&lt;br /&gt;You can execute the script with this command :
&lt;ul&gt;&lt;li&gt;Check-SharePoint-Orphaned-Users.ps1 &amp;gt; orphaned_users.txt&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;After execution open the txt file and use the second PowerShell script for SPUser deletion :
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693" class="externalLink"&gt;http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The second script&lt;/b&gt; shows all information about a MOSS Profile User (given by his login)
&lt;ul&gt;&lt;li&gt;Get-MOSS-Profile-User-Details &amp;quot;http://myWebApplication&amp;quot; &amp;quot;DOMAIN\Login&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The third script&lt;/b&gt; synchronizes all Site Collections User information between SharePoint (WSS or MOSS) and Active Directory
&lt;ul&gt;&lt;li&gt;For execute this script, you have to :
&lt;ul&gt;&lt;li&gt;Open the PS1 file&lt;/li&gt;
&lt;li&gt;Modify the line 198: [ Set-UserInfoDetails &amp;quot;http://mySharePointWebApplication&amp;quot; &amp;quot;LDAP://DC=MyControler,DC=MyDomain,DC=com&amp;quot; ] with your internal parameters&lt;/li&gt;
&lt;li&gt;Execute the script by use the file name &amp;quot;Set-WSS-UserInfo-From-ActiveDirectory.ps1&amp;quot;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;All the User data will receives the information, you can modify the script if you have extended data.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The forth script&lt;/b&gt; shows you the permissions for the specified user in all sites and lists in a web application
&lt;ul&gt;&lt;li&gt;For execute this script
&lt;ul&gt;&lt;li&gt;You have to modify the two lines:&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
	[string]$userlogintocheck = &amp;quot;DOMAIN\User_login&amp;quot;&lt;br /&gt;	ListUsersForAllCollections &amp;quot;http://myWebApplication&amp;quot; $userlogintocheck
&lt;ul&gt;&lt;li&gt;Execute the script by the file name&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The fifth script&lt;/b&gt; reproduces the behavior of the command STSADM -o migrateuser. More added value to come (batch migration and subsequent updates)&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The sixth script&lt;/b&gt;:
&lt;ul&gt;&lt;li&gt;dumps information about a SharePoint site group into an XML file&lt;/li&gt;
&lt;li&gt;creates a new SharePoint site group using a file previously created by this script or a manually composed file as input&lt;/li&gt;
&lt;li&gt;adds members to a SharePoint site group using a previously created by this script or manually composed file as input&lt;/li&gt;
&lt;li&gt;clears all members from a SharePoint group&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The seventh script&lt;/b&gt; lists all the site groups and their members in a site collection in XML format&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The eighth script&lt;/b&gt; load all the Active Directory Users from the given OU to a given SharePoint contacts list&lt;br /&gt;You can modify the script file for adapt the Active Directory connection string (With the possible Organization Unit) and the Contact list Name and URL
&lt;ul&gt;&lt;li&gt;Set-UserInfoDetails &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot; &amp;quot;LDAP://OU=MYActiveDirectoryOU,DC=MySubDomain,DC=MyDomain,DC=COM&amp;quot;&lt;/li&gt;&lt;/ul&gt;
The script manage the Insert and Update, not the delete, you can uncomment the &amp;quot;QuickCleanAllListItems&amp;quot; function call for that
&lt;ul&gt;&lt;li&gt;QuickCleanAllListItems &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The ninth script&lt;/b&gt; retrieves effective permissions for a specified Windows user/group account or all accounts for any part of a SharePoint web application.&lt;br /&gt;&lt;br /&gt;It is commented in a style compatible with the PowerShell V2 comment-based help feature, so you can obtain full usage information by running:
&lt;ul&gt;&lt;li&gt;Get-Help .\Get-EffectiveSPPermissions.ps1 -detailed&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The tenth script&lt;/b&gt; load all the MOSS Profiles in a SQL Server DataBase (specified in the connection string, with the given table name).&lt;br /&gt;&lt;br /&gt;You have also to modify the URL of your MOSS farm at the end of file.&lt;br /&gt;The file is executed directly with his name.&lt;br /&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The eleventh script&lt;/b&gt; export all the MOSS Profiles in an XML file.&lt;br /&gt;The file is executed directly with his name.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The twelfth script&lt;/b&gt; create a SharePoint MOSS Audience with the specified values and compile it&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Thirteenth script&lt;/b&gt; create or list the SharePoint MOSS Personalized links&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Fourteenth script&lt;/b&gt; create a job and execute the profiles Import&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;&lt;br /&gt;Marc Lognoul [MVP]&lt;br /&gt;Fabrice Romelard {&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fabrice69</author><pubDate>Wed, 04 Jan 2012 13:51:48 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint Users Management (Jan 04, 2011) 20120104015148P</guid></item><item><title>Released: SharePoint Users Management (Jan 04, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21699</link><description>
&lt;div class="wikidoc"&gt;These scripts helps for manage MOSS Profile Users or SPUsers information&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The first script&lt;/b&gt; checks each SPuser (SharePoint User) existence in each Site Collection of the given Web Application if exists.&lt;br&gt;
The script calls the Active Directory for each user with the login name of the SPUser.&lt;br&gt;
&lt;br&gt;
You can execute the script with this command :
&lt;ul&gt;
&lt;li&gt;Check-SharePoint-Orphaned-Users.ps1 &amp;gt; orphaned_users.txt&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
After execution open the txt file and use the second PowerShell script for SPUser deletion :
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693"&gt;http://www.codeplex.com/SharePointPSScripts/Release/ProjectReleases.aspx?ReleaseId=21693&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The second script&lt;/b&gt; shows all information about a MOSS Profile User (given by his login)
&lt;ul&gt;
&lt;li&gt;Get-MOSS-Profile-User-Details &amp;quot;http://myWebApplication&amp;quot; &amp;quot;DOMAIN\Login&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The third script&lt;/b&gt; synchronizes all Site Collections User information between SharePoint (WSS or MOSS) and Active Directory
&lt;ul&gt;
&lt;li&gt;For execute this script, you have to :
&lt;ul&gt;
&lt;li&gt;Open the PS1 file &lt;/li&gt;&lt;li&gt;Modify the line 198: [ Set-UserInfoDetails &amp;quot;http://mySharePointWebApplication&amp;quot; &amp;quot;LDAP://DC=MyControler,DC=MyDomain,DC=com&amp;quot; ] with your internal parameters
&lt;/li&gt;&lt;li&gt;Execute the script by use the file name &amp;quot;Set-WSS-UserInfo-From-ActiveDirectory.ps1&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
All the User data will receives the information, you can modify the script if you have extended data.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The forth script&lt;/b&gt; shows you the permissions for the specified user in all sites and lists in a web application
&lt;ul&gt;
&lt;li&gt;For execute this script
&lt;ul&gt;
&lt;li&gt;You have to modify the two lines:&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
[string]$userlogintocheck = &amp;quot;DOMAIN\User_login&amp;quot;&lt;br&gt;
ListUsersForAllCollections &amp;quot;http://myWebApplication&amp;quot; $userlogintocheck
&lt;ul&gt;
&lt;li&gt;Execute the script by the file name&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The fifth script&lt;/b&gt; reproduces the behavior of the command STSADM -o migrateuser. More added value to come (batch migration and subsequent updates)&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The sixth script&lt;/b&gt;:
&lt;ul&gt;
&lt;li&gt;dumps information about a SharePoint site group into an XML file &lt;/li&gt;&lt;li&gt;creates a new SharePoint site group using a file previously created by this script or a manually composed file as input
&lt;/li&gt;&lt;li&gt;adds members to a SharePoint site group using a previously created by this script or manually composed file as input
&lt;/li&gt;&lt;li&gt;clears all members from a SharePoint group&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The seventh script&lt;/b&gt; lists all the site groups and their members in a site collection in XML format&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The eighth script&lt;/b&gt; load all the Active Directory Users from the given OU to a given SharePoint contacts list&lt;br&gt;
You can modify the script file for adapt the Active Directory connection string (With the possible Organization Unit) and the Contact list Name and URL
&lt;ul&gt;
&lt;li&gt;Set-UserInfoDetails &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot; &amp;quot;LDAP://OU=MYActiveDirectoryOU,DC=MySubDomain,DC=MyDomain,DC=COM&amp;quot;&lt;/li&gt;&lt;/ul&gt;
The script manage the Insert and Update, not the delete, you can uncomment the &amp;quot;QuickCleanAllListItems&amp;quot; function call for that
&lt;ul&gt;
&lt;li&gt;QuickCleanAllListItems &amp;quot;http://myWebApplication/sites/MySiteCollection&amp;quot; &amp;quot;My Contact ListName&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The ninth script&lt;/b&gt; retrieves effective permissions for a specified Windows user/group account or all accounts for any part of a SharePoint web application.&lt;br&gt;
&lt;br&gt;
It is commented in a style compatible with the PowerShell V2 comment-based help feature, so you can obtain full usage information by running:
&lt;ul&gt;
&lt;li&gt;Get-Help .\Get-EffectiveSPPermissions.ps1 -detailed&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The tenth script&lt;/b&gt; load all the MOSS Profiles in a SQL Server DataBase (specified in the connection string, with the given table name).&lt;br&gt;
&lt;br&gt;
You have also to modify the URL of your MOSS farm at the end of file.&lt;br&gt;
The file is executed directly with his name.&lt;br&gt;
&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The eleventh script&lt;/b&gt; export all the MOSS Profiles in an XML file.&lt;br&gt;
The file is executed directly with his name.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The twelfth script&lt;/b&gt; create a SharePoint MOSS Audience with the specified values and compile it&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Thirteenth script&lt;/b&gt; create or list the SharePoint MOSS Personalized links&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Fourteenth script&lt;/b&gt; create a job and execute the profiles Import&lt;br&gt;
&lt;hr&gt;
&lt;br&gt;
&lt;br&gt;
Marc Lognoul [MVP]&lt;br&gt;
Fabrice Romelard {&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 04 Jan 2012 13:51:48 GMT</pubDate><guid isPermaLink="false">Released: SharePoint Users Management (Jan 04, 2011) 20120104015148P</guid></item><item><title>Updated Release: SharePoint Farm management (Dec 21, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21806</link><description>&lt;div class="wikidoc"&gt;These scripts will help you for manage SharePoint farms&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The first script&lt;/b&gt; shows you the SharePoint version code from the two methods (by SQL Server request and in the local registry)&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The second script&lt;/b&gt; stops all the SharePoint WSS Search Services, deletes the Index files and restart the services&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Third script&lt;/b&gt; checks the installation of the specified Microsoft Patch for each server listed in a specified file (C:\ServersList.txt). One server name by line.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The fourth script&lt;/b&gt; fixes the WSS V3 Search crawl errors (EventID 2436). See the KB 896861&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Fifth script&lt;/b&gt; lists or gets all the installed solutions in your SharePoint farm&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Sixth script&lt;/b&gt; lists all the site collections which have &amp;quot;NT AUTHORITY\authenticated users&amp;quot; in&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Seventh script&lt;/b&gt; iterates through all solutions in the current farm and saves them to the file system as WSP file. (note: Language pack handling might not be optimal)&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Height script&lt;/b&gt; extracts list of web application and content databases from the current farm and reports possible orphaned sites. STSADM is used in this version because the SPContentDatabase class content case-sensitive property (Id)&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Ninth script&lt;/b&gt; configures the SharePoint Diagnostic Logging (aka ULS Log) path, number and interval&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Tenth script&lt;/b&gt; lists or exports in XML file the SharePoint Quota Templates list.&lt;br /&gt;The XML file can be used for import the list in a new SharePoint Farm.&lt;br /&gt;Open the PS1 file and change the last lines as you need :
&lt;ul&gt;&lt;li&gt;Show the Template list : Get-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot; $false&lt;/li&gt;
&lt;li&gt;Export the Template list in &amp;quot;QuotaTemplates.xml&amp;quot; file : Get-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot; $true&lt;/li&gt;
&lt;li&gt;Import the Template list in &amp;quot;QuotaTemplates.xml&amp;quot; file  : Set-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The Eleventh script&lt;/b&gt; lists all the Existing SharePoint policies for a specified SharePoint Web Application URL or add a policy (One user or NT Group added with specific permissions).&lt;br /&gt;Open the PS1 file and change the last lines with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Twelfth script&lt;/b&gt; cleans the Auditlog of MOSS 2007 site when the option is set in the Site Collection Administration. The script is equivalent of the STSADM -o Trimauditlog command.&lt;br /&gt;Open the PS1 file and change the last line with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Thirteen script&lt;/b&gt; check the SPJob for &amp;quot;Immediate Alerts&amp;quot; for all the current SharePoint Farm. If its status is different than &amp;quot;Succeeded&amp;quot; since more than 1 day, the SPTimerV3 NT Service is restarted for this server by WMI.&lt;br /&gt;A mail is sent to the SharePoint Manager by SMTP.&lt;br /&gt;Open the PS1 file and change the last lines with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Fourteen script&lt;/b&gt; move the site collection from a specified ContentDB to the new one you have to create before execute it.&lt;br /&gt;The site collections will be moved if the size is less than the specified value.&lt;br /&gt;Open the PS1 file and change values ($MyWebApplicationURL, $MyContentDataBaseSource, $MySPSiteSizeLimit and $MyRootPathTostore)  with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Fifteen script&lt;/b&gt;  add the User Login in the script in the Site Collection adminitrator for each of the Site Collections existing in the Web Application given.&lt;br /&gt;Open the PS1 file and change values ($MyWebApplicationURL, $LoginNewSiteAdmin)  with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Sixteen script&lt;/b&gt;  reset the Confirm Usage of all the Site Collections existing in the Web Application given.&lt;br /&gt;Open the PS1 file and change values ($MyWebApplicationURL) with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Seventeen script&lt;/b&gt;  reset a SPField LookUp with the correct list and SPField.&lt;br /&gt;Open the PS1 file and change values with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;Marc Lognoul [MVP]&lt;br /&gt;Fabrice Romelard [MVP]&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fabrice69</author><pubDate>Wed, 21 Dec 2011 15:13:24 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint Farm management (Dec 21, 2011) 20111221031324P</guid></item><item><title>Released: SharePoint Farm management (Dec 21, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21806</link><description>
&lt;div class="wikidoc"&gt;These scripts will help you for manage SharePoint farms&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The first script&lt;/b&gt; shows you the SharePoint version code from the two methods (by SQL Server request and in the local registry)&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The second script&lt;/b&gt; stops all the SharePoint WSS Search Services, deletes the Index files and restart the services&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Third script&lt;/b&gt; checks the installation of the specified Microsoft Patch for each server listed in a specified file (C:\ServersList.txt). One server name by line.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The fourth script&lt;/b&gt; fixes the WSS V3 Search crawl errors (EventID 2436). See the KB 896861&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Fifth script&lt;/b&gt; lists or gets all the installed solutions in your SharePoint farm&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Sixth script&lt;/b&gt; lists all the site collections which have &amp;quot;NT AUTHORITY\authenticated users&amp;quot; in&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Seventh script&lt;/b&gt; iterates through all solutions in the current farm and saves them to the file system as WSP file. (note: Language pack handling might not be optimal)&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Height script&lt;/b&gt; extracts list of web application and content databases from the current farm and reports possible orphaned sites. STSADM is used in this version because the SPContentDatabase class content case-sensitive property (Id)&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Ninth script&lt;/b&gt; configures the SharePoint Diagnostic Logging (aka ULS Log) path, number and interval&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Tenth script&lt;/b&gt; lists or exports in XML file the SharePoint Quota Templates list.&lt;br&gt;
The XML file can be used for import the list in a new SharePoint Farm.&lt;br&gt;
Open the PS1 file and change the last lines as you need :
&lt;ul&gt;
&lt;li&gt;Show the Template list : Get-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot; $false
&lt;/li&gt;&lt;li&gt;Export the Template list in &amp;quot;QuotaTemplates.xml&amp;quot; file : Get-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot; $true
&lt;/li&gt;&lt;li&gt;Import the Template list in &amp;quot;QuotaTemplates.xml&amp;quot; file : Set-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The Eleventh script&lt;/b&gt; lists all the Existing SharePoint policies for a specified SharePoint Web Application URL or add a policy (One user or NT Group added with specific permissions).&lt;br&gt;
Open the PS1 file and change the last lines with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Twelfth script&lt;/b&gt; cleans the Auditlog of MOSS 2007 site when the option is set in the Site Collection Administration. The script is equivalent of the STSADM -o Trimauditlog command.&lt;br&gt;
Open the PS1 file and change the last line with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Thirteen script&lt;/b&gt; check the SPJob for &amp;quot;Immediate Alerts&amp;quot; for all the current SharePoint Farm. If its status is different than &amp;quot;Succeeded&amp;quot; since more than 1 day, the SPTimerV3 NT Service is restarted for this server by WMI.&lt;br&gt;
A mail is sent to the SharePoint Manager by SMTP.&lt;br&gt;
Open the PS1 file and change the last lines with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Fourteen script&lt;/b&gt; move the site collection from a specified ContentDB to the new one you have to create before execute it.&lt;br&gt;
The site collections will be moved if the size is less than the specified value.&lt;br&gt;
Open the PS1 file and change values ($MyWebApplicationURL, $MyContentDataBaseSource, $MySPSiteSizeLimit and $MyRootPathTostore) with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Fifteen script&lt;/b&gt; add the User Login in the script in the Site Collection adminitrator for each of the Site Collections existing in the Web Application given.&lt;br&gt;
Open the PS1 file and change values ($MyWebApplicationURL, $LoginNewSiteAdmin) with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Sixteen script&lt;/b&gt; reset the Confirm Usage of all the Site Collections existing in the Web Application given.&lt;br&gt;
Open the PS1 file and change values ($MyWebApplicationURL) with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Seventeen script&lt;/b&gt; reset a SPField LookUp with the correct list and SPField.&lt;br&gt;
Open the PS1 file and change values with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;br&gt;
Marc Lognoul [MVP]&lt;br&gt;
Fabrice Romelard [MVP]&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 21 Dec 2011 15:13:24 GMT</pubDate><guid isPermaLink="false">Released: SharePoint Farm management (Dec 21, 2011) 20111221031324P</guid></item><item><title>Updated Release: Export Import SharePoint list (Dec 08, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21696</link><description>&lt;div class="wikidoc"&gt;These scripts help you for the content migration requests&lt;br /&gt;
&lt;hr /&gt;
This &lt;b&gt;first script&lt;/b&gt; helps you if you need to move or copy a specify list from a SharePoint site to another.&lt;br /&gt;You can find the two functions :
&lt;ul&gt;&lt;li&gt;Export the list to a temporary folder in a file with the filename like &amp;quot;ExportList-82e4d6b9-60d4-4a01-980a-3e5d2bc1c54b.DAT&amp;quot;&lt;/li&gt;
&lt;li&gt;Import the file (exported list) in a SharePoint site&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
This &lt;b&gt;second script&lt;/b&gt; exports all the lists in the specify SharePoint (SPWeb) in sub-folder of the specified folder&lt;br /&gt;You have to open the ps1 file and modify the last line with your internal values&lt;br /&gt;
&lt;hr /&gt;
Fabrice Romelard [MVP]&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fabrice69</author><pubDate>Thu, 08 Dec 2011 16:24:54 GMT</pubDate><guid isPermaLink="false">Updated Release: Export Import SharePoint list (Dec 08, 2011) 20111208042454P</guid></item><item><title>Released: Export Import SharePoint list (Dec 08, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21696</link><description>
&lt;div class="wikidoc"&gt;These scripts help you for the content migration requests&lt;br&gt;
&lt;hr&gt;
This &lt;b&gt;first script&lt;/b&gt; helps you if you need to move or copy a specify list from a SharePoint site to another.&lt;br&gt;
You can find the two functions :
&lt;ul&gt;
&lt;li&gt;Export the list to a temporary folder in a file with the filename like &amp;quot;ExportList-82e4d6b9-60d4-4a01-980a-3e5d2bc1c54b.DAT&amp;quot;
&lt;/li&gt;&lt;li&gt;Import the file (exported list) in a SharePoint site&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
This &lt;b&gt;second script&lt;/b&gt; exports all the lists in the specify SharePoint (SPWeb) in sub-folder of the specified folder&lt;br&gt;
You have to open the ps1 file and modify the last line with your internal values&lt;br&gt;
&lt;hr&gt;
Fabrice Romelard [MVP]&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 08 Dec 2011 16:24:53 GMT</pubDate><guid isPermaLink="false">Released: Export Import SharePoint list (Dec 08, 2011) 20111208042453P</guid></item><item><title>Updated Release: Export Import SharePoint list (Mar 16, 2009)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21696</link><description>&lt;div class="wikidoc"&gt;These scripts help you for the content migration requests&lt;br /&gt;
&lt;hr /&gt;
This &lt;b&gt;first script&lt;/b&gt; helps you if you need to move or copy a specify list from a SharePoint site to another.&lt;br /&gt;You can find the two functions :
&lt;ul&gt;&lt;li&gt;Export the list to a temporary folder in a file with the filename like &amp;quot;ExportList-82e4d6b9-60d4-4a01-980a-3e5d2bc1c54b.DAT&amp;quot;&lt;/li&gt;
&lt;li&gt;Import the file (exported list) in a SharePoint site&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
This &lt;b&gt;second script&lt;/b&gt; exports all the lists in the specify SharePoint (SPWeb) in sub-folder of the specified folder&lt;br /&gt;You have to open the ps1 file and modify the last line with your internal values&lt;br /&gt;
&lt;hr /&gt;
Fabrice Romelard [MVP]&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fabrice69</author><pubDate>Thu, 08 Dec 2011 16:23:50 GMT</pubDate><guid isPermaLink="false">Updated Release: Export Import SharePoint list (Mar 16, 2009) 20111208042350P</guid></item><item><title>Updated Release: SharePoint Farm management (Oct 10, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21806</link><description>&lt;div class="wikidoc"&gt;These scripts will help you for manage SharePoint farms&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The first script&lt;/b&gt; shows you the SharePoint version code from the two methods (by SQL Server request and in the local registry)&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The second script&lt;/b&gt; stops all the SharePoint WSS Search Services, deletes the Index files and restart the services&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Third script&lt;/b&gt; checks the installation of the specified Microsoft Patch for each server listed in a specified file (C:\ServersList.txt). One server name by line.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The fourth script&lt;/b&gt; fixes the WSS V3 Search crawl errors (EventID 2436). See the KB 896861&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Fifth script&lt;/b&gt; lists or gets all the installed solutions in your SharePoint farm&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Sixth script&lt;/b&gt; lists all the site collections which have &amp;quot;NT AUTHORITY\authenticated users&amp;quot; in&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Seventh script&lt;/b&gt; iterates through all solutions in the current farm and saves them to the file system as WSP file. (note: Language pack handling might not be optimal)&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Height script&lt;/b&gt; extracts list of web application and content databases from the current farm and reports possible orphaned sites. STSADM is used in this version because the SPContentDatabase class content case-sensitive property (Id)&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Ninth script&lt;/b&gt; configures the SharePoint Diagnostic Logging (aka ULS Log) path, number and interval&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Tenth script&lt;/b&gt; lists or exports in XML file the SharePoint Quota Templates list.&lt;br /&gt;The XML file can be used for import the list in a new SharePoint Farm.&lt;br /&gt;Open the PS1 file and change the last lines as you need :
&lt;ul&gt;&lt;li&gt;Show the Template list : Get-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot; $false&lt;/li&gt;
&lt;li&gt;Export the Template list in &amp;quot;QuotaTemplates.xml&amp;quot; file : Get-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot; $true&lt;/li&gt;
&lt;li&gt;Import the Template list in &amp;quot;QuotaTemplates.xml&amp;quot; file  : Set-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot;&lt;/li&gt;&lt;/ul&gt;

&lt;hr /&gt;
&lt;b&gt;The Eleventh script&lt;/b&gt; lists all the Existing SharePoint policies for a specified SharePoint Web Application URL or add a policy (One user or NT Group added with specific permissions).&lt;br /&gt;Open the PS1 file and change the last lines with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Twelfth script&lt;/b&gt; cleans the Auditlog of MOSS 2007 site when the option is set in the Site Collection Administration. The script is equivalent of the STSADM -o Trimauditlog command.&lt;br /&gt;Open the PS1 file and change the last line with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Thirteen script&lt;/b&gt; check the SPJob for &amp;quot;Immediate Alerts&amp;quot; for all the current SharePoint Farm. If its status is different than &amp;quot;Succeeded&amp;quot; since more than 1 day, the SPTimerV3 NT Service is restarted for this server by WMI.&lt;br /&gt;A mail is sent to the SharePoint Manager by SMTP.&lt;br /&gt;Open the PS1 file and change the last lines with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Fourteen script&lt;/b&gt; move the site collection from a specified ContentDB to the new one you have to create before execute it.&lt;br /&gt;The site collections will be moved if the size is less than the specified value.&lt;br /&gt;Open the PS1 file and change values ($MyWebApplicationURL, $MyContentDataBaseSource, $MySPSiteSizeLimit and $MyRootPathTostore)  with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Fifteen script&lt;/b&gt;  add the User Login in the script in the Site Collection adminitrator for each of the Site Collections existing in the Web Application given.&lt;br /&gt;Open the PS1 file and change values ($MyWebApplicationURL, $LoginNewSiteAdmin)  with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;The Sixteen script&lt;/b&gt;  reset the Confirm Usage of all the Site Collections existing in the Web Application given.&lt;br /&gt;Open the PS1 file and change values ($MyWebApplicationURL) with your own parameters.&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;Marc Lognoul [MVP]&lt;br /&gt;Fabrice Romelard [MVP]&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>fabrice69</author><pubDate>Mon, 10 Oct 2011 15:41:21 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint Farm management (Oct 10, 2011) 20111010034121P</guid></item><item><title>Released: SharePoint Farm management (Oct 10, 2011)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/21806</link><description>
&lt;div class="wikidoc"&gt;These scripts will help you for manage SharePoint farms&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The first script&lt;/b&gt; shows you the SharePoint version code from the two methods (by SQL Server request and in the local registry)&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The second script&lt;/b&gt; stops all the SharePoint WSS Search Services, deletes the Index files and restart the services&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Third script&lt;/b&gt; checks the installation of the specified Microsoft Patch for each server listed in a specified file (C:\ServersList.txt). One server name by line.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The fourth script&lt;/b&gt; fixes the WSS V3 Search crawl errors (EventID 2436). See the KB 896861&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Fifth script&lt;/b&gt; lists or gets all the installed solutions in your SharePoint farm&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Sixth script&lt;/b&gt; lists all the site collections which have &amp;quot;NT AUTHORITY\authenticated users&amp;quot; in&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Seventh script&lt;/b&gt; iterates through all solutions in the current farm and saves them to the file system as WSP file. (note: Language pack handling might not be optimal)&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Height script&lt;/b&gt; extracts list of web application and content databases from the current farm and reports possible orphaned sites. STSADM is used in this version because the SPContentDatabase class content case-sensitive property (Id)&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Ninth script&lt;/b&gt; configures the SharePoint Diagnostic Logging (aka ULS Log) path, number and interval&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Tenth script&lt;/b&gt; lists or exports in XML file the SharePoint Quota Templates list.&lt;br&gt;
The XML file can be used for import the list in a new SharePoint Farm.&lt;br&gt;
Open the PS1 file and change the last lines as you need :
&lt;ul&gt;
&lt;li&gt;Show the Template list : Get-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot; $false
&lt;/li&gt;&lt;li&gt;Export the Template list in &amp;quot;QuotaTemplates.xml&amp;quot; file : Get-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot; $true
&lt;/li&gt;&lt;li&gt;Import the Template list in &amp;quot;QuotaTemplates.xml&amp;quot; file : Set-SPQuota-Templates &amp;quot;http://myWebApplication&amp;quot;&lt;/li&gt;&lt;/ul&gt;
&lt;hr&gt;
&lt;b&gt;The Eleventh script&lt;/b&gt; lists all the Existing SharePoint policies for a specified SharePoint Web Application URL or add a policy (One user or NT Group added with specific permissions).&lt;br&gt;
Open the PS1 file and change the last lines with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Twelfth script&lt;/b&gt; cleans the Auditlog of MOSS 2007 site when the option is set in the Site Collection Administration. The script is equivalent of the STSADM -o Trimauditlog command.&lt;br&gt;
Open the PS1 file and change the last line with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Thirteen script&lt;/b&gt; check the SPJob for &amp;quot;Immediate Alerts&amp;quot; for all the current SharePoint Farm. If its status is different than &amp;quot;Succeeded&amp;quot; since more than 1 day, the SPTimerV3 NT Service is restarted for this server by WMI.&lt;br&gt;
A mail is sent to the SharePoint Manager by SMTP.&lt;br&gt;
Open the PS1 file and change the last lines with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Fourteen script&lt;/b&gt; move the site collection from a specified ContentDB to the new one you have to create before execute it.&lt;br&gt;
The site collections will be moved if the size is less than the specified value.&lt;br&gt;
Open the PS1 file and change values ($MyWebApplicationURL, $MyContentDataBaseSource, $MySPSiteSizeLimit and $MyRootPathTostore) with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Fifteen script&lt;/b&gt; add the User Login in the script in the Site Collection adminitrator for each of the Site Collections existing in the Web Application given.&lt;br&gt;
Open the PS1 file and change values ($MyWebApplicationURL, $LoginNewSiteAdmin) with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;b&gt;The Sixteen script&lt;/b&gt; reset the Confirm Usage of all the Site Collections existing in the Web Application given.&lt;br&gt;
Open the PS1 file and change values ($MyWebApplicationURL) with your own parameters.&lt;br&gt;
&lt;hr&gt;
&lt;br&gt;
Marc Lognoul [MVP]&lt;br&gt;
Fabrice Romelard [MVP]&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 10 Oct 2011 15:41:21 GMT</pubDate><guid isPermaLink="false">Released: SharePoint Farm management (Oct 10, 2011) 20111010034121P</guid></item></channel></rss>