<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SharePoint Management PowerShell scripts</title><link>http://sharepointpsscripts.codeplex.com/project/feeds/rss</link><description>This project site stores all the PowerShell scripts developed for SharePoint farms &amp;#40;WSS or MOSS&amp;#41; management.   Each script is available independently and can be modified as desired</description><item><title>Created Issue: trying to open with Excel 2010 throws an error [8652]</title><link>http://sharepointpsscripts.codeplex.com/workitem/8652</link><description>Corrupted file. Do you need a &amp;#40;x64&amp;#41; application to open it&amp;#63;&lt;br /&gt;</description><author>mysorian</author><pubDate>Tue, 26 Mar 2013 03:03:47 GMT</pubDate><guid isPermaLink="false">Created Issue: trying to open with Excel 2010 throws an error [8652] 20130326030347A</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;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>New Post: Update SP Profiles from AD in SP 2010 foundations</title><link>http://sharepointpsscripts.codeplex.com/discussions/435070</link><description>&lt;div style="line-height: normal;"&gt;We are using SP 10 Foundations so our SP directory contains outdated information. The AD information for a person comes to the SP directory once, and there is no two-way synchronization in SP 10 Foundations.&lt;br /&gt;
&lt;br /&gt;
Consequently information about people who have left the company or have changed their information via AD is not updated in the SP directory.&lt;br /&gt;
&lt;br /&gt;
We need a tool to perform this sync, even if it is just a daily refresh. Any thoughts?&lt;br /&gt;
&lt;br /&gt;
Thank you.&lt;br /&gt;
&lt;/div&gt;</description><author>pstauss</author><pubDate>Fri, 01 Mar 2013 19:23:22 GMT</pubDate><guid isPermaLink="false">New Post: Update SP Profiles from AD in SP 2010 foundations 20130301072322P</guid></item><item><title>New Post: Get-EffectiveSPPermissions error message on WSS 3.0 farm</title><link>http://sharepointpsscripts.codeplex.com/discussions/362054</link><description>&lt;div style="line-height: normal;"&gt;I found the answer soon after I posted.&lt;br /&gt;
&lt;br /&gt;
For WSS 3.0 and MOSS replace the following lines:&lt;br /&gt;
&lt;br /&gt;
if (-not (Get-PSSnapin | Where-Object {$_.Name -eq &amp;quot;Microsoft.SharePoint.PowerShell&amp;quot;}))&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;{
    Add-PSSnapin Microsoft.SharePoint.PowerShell;
} 
&lt;/code&gt;&lt;/pre&gt;

WITH&lt;br /&gt;
&lt;br /&gt;
[void][System.Reflection.Assembly]::LoadWithPartialName(&amp;quot;Microsoft.SharePoint&amp;quot;)&lt;br /&gt;
&lt;/div&gt;</description><author>daudi</author><pubDate>Wed, 13 Feb 2013 08:29:46 GMT</pubDate><guid isPermaLink="false">New Post: Get-EffectiveSPPermissions error message on WSS 3.0 farm 20130213082946A</guid></item><item><title>New Post: Get-EffectiveSPPermissions error message on WSS 3.0 farm</title><link>http://sharepointpsscripts.codeplex.com/discussions/362054</link><description>&lt;div style="line-height: normal;"&gt;Hi Paul,&lt;br /&gt;
&lt;br /&gt;
Just wondering whether you managed to resolve this one. The script works great on a 2010 farm but I get the same error as you on the 2007 farm.&lt;br /&gt;
&lt;br /&gt;
Your response will be appreciated.&lt;br /&gt;
&lt;br /&gt;
David&lt;br /&gt;
&lt;/div&gt;</description><author>daudi</author><pubDate>Wed, 13 Feb 2013 07:58:57 GMT</pubDate><guid isPermaLink="false">New Post: Get-EffectiveSPPermissions error message on WSS 3.0 farm 20130213075857A</guid></item><item><title>New Post: Export Import SharePoint list - Need to filter the records extracted from the list</title><link>http://sharepointpsscripts.codeplex.com/discussions/431484</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;br /&gt;
I finally worked out what CAML is and am starting to work out how to use it. The main reference that has helped me so far is:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.a2zdotnet.com/View.aspx?Id=90" rel="nofollow"&gt;CAML Tutorial&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;HTH&lt;br /&gt;
Mat&lt;/p&gt;
&lt;/div&gt;</description><author>pobblebonk</author><pubDate>Tue, 05 Feb 2013 20:37:11 GMT</pubDate><guid isPermaLink="false">New Post: Export Import SharePoint list - Need to filter the records extracted from the list 20130205083711P</guid></item><item><title>New Post: Export Import SharePoint list - Need to filter the records extracted from the list</title><link>http://sharepointpsscripts.codeplex.com/discussions/431484</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there a way of specifying the view to filter down the records to export. We have 30000+ records in a list and we mark the older ones as archived which we wish to use as a filter.&lt;/p&gt;
&lt;p&gt;Mat&lt;/p&gt;
&lt;/div&gt;</description><author>pobblebonk</author><pubDate>Wed, 30 Jan 2013 23:46:43 GMT</pubDate><guid isPermaLink="false">New Post: Export Import SharePoint list - Need to filter the records extracted from the list 20130130114643P</guid></item><item><title>New Post: SPUser Deletion</title><link>http://sharepointpsscripts.codeplex.com/discussions/428721</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&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;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the script from the above link. It saved my time. I have two web front end servers in my farm. Do i need to execute this script on both the servers or running on one will get impacted to the farm. If i need to change this to execute at the farm
 level what changes i have to do?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please help me.&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;/div&gt;</description><author>ranjana</author><pubDate>Mon, 07 Jan 2013 07:09:25 GMT</pubDate><guid isPermaLink="false">New Post: SPUser Deletion 20130107070925A</guid></item><item><title>Reviewed: Get Credentials of SharePoint Service Accounts (Jan 02, 2013)</title><link>http://sharepointpsscripts.codeplex.com/releases/view/32744#ReviewBy-kentjg</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Thank you. I inherited SharePoint Farms without some key information... including the service account names.  </description><author>kentjg</author><pubDate>Wed, 02 Jan 2013 17:14:56 GMT</pubDate><guid isPermaLink="false">Reviewed: Get Credentials of SharePoint Service Accounts (Jan 02, 2013) 20130102051456P</guid></item><item><title>Source code checked in, #76924</title><link>http://sharepointpsscripts.codeplex.com/SourceControl/changeset/changes/76924</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:29:18 GMT</pubDate><guid isPermaLink="false">Source code checked in, #76924 20121001092918P</guid></item><item><title>Source code checked in, #76923</title><link>http://sharepointpsscripts.codeplex.com/SourceControl/changeset/changes/76923</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:23:54 GMT</pubDate><guid isPermaLink="false">Source code checked in, #76923 20121001092354P</guid></item><item><title>New Post: export wss list to csv</title><link>http://sharepointpsscripts.codeplex.com/discussions/395508</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I need to export wss 3.0 list to a .csv file.&lt;/p&gt;
&lt;p&gt;I need to pick custom fields and rename them in csv.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For example in wss list I have:&lt;/p&gt;
&lt;p&gt;Name, Last Name, Birth Date etc.&lt;/p&gt;
&lt;p&gt;and in .csv I need to have those values under fields named:&lt;/p&gt;
&lt;p&gt;gn, surname, date etc.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have no scripting knowledge so even if I google it I am unable to adapt the code for my needs.&lt;/p&gt;
&lt;/div&gt;</description><author>complexxL9</author><pubDate>Fri, 14 Sep 2012 09:05:40 GMT</pubDate><guid isPermaLink="false">New Post: export wss list to csv 20120914090540A</guid></item><item><title>New Post: Defective command Get-SPProduct and the consequences for licensing</title><link>http://sharepointpsscripts.codeplex.com/discussions/362710</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;The command Get-SPProduct in snap-in Microsoft.SharePoint.Powershell is defective. For 2010 the ProductName is always &amp;quot;Microsoft SharePoint Server 2010&amp;quot;. The problem is that this command is supposed to query the Product not the Family of the product. So
 the expected result of this command should be &amp;quot;Microsoft SharePoint Server 2010 Enterprise&amp;quot; or &amp;quot;Microsoft SharePoint Server 2010 Standard&amp;quot; or even &amp;quot;Microsoft SharePoint Server 2010 Evaluation&amp;quot;.&lt;/p&gt;
&lt;p&gt;Now the only way to query this Product information for licensing is: Central Administration &amp;gt; Convert License Type. Only there the current license can be seen like &amp;quot;SharePoint Server with Enterprise Client Access License&amp;quot;.&lt;/p&gt;
&lt;p&gt;I am looking for a Powershell script that can retrieve this important information in a reliable way. Furthermore it would be nice if the bug in Get-SPProduct would be fixed in future SharePoint products.&lt;/p&gt;
&lt;/div&gt;</description><author>Tron42</author><pubDate>Tue, 10 Jul 2012 18:27:41 GMT</pubDate><guid isPermaLink="false">New Post: Defective command Get-SPProduct and the consequences for licensing 20120710062741P</guid></item><item><title>New Post: Get-EffectiveSPPermissions error message on WSS 3.0 farm</title><link>http://sharepointpsscripts.codeplex.com/discussions/362054</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi to all,&lt;/p&gt;
&lt;p&gt;We have been advised to use the Get-EffectiveSPPermissions&amp;nbsp;script by a Microsoft Engineer on our WSS 3.0 and MOSS 2007 farm, to try and identify orphaned users and security prinicples on list items within a site collection.&amp;nbsp;The lists were originally
 in excess of 15000, with security principles even greater and it is thought that this could be contributing to a reduction in system performance on a specific logic-based web application.&lt;/p&gt;
&lt;p&gt;Having installed Powershell 2.0 on several of the farm servers&amp;nbsp;(both Web Front End and Application servers&amp;nbsp;running Windows 2008 and with the RemoteOnly Execution Policy enabled) I am unable to run the script as it returns the error message &amp;quot;&lt;strong&gt;WARNING:
 This computer does not seem to have Windows SharePoint Services installed! Please run this script on a server that is a member of a configured SharePoint farm. This script will now exit&lt;/strong&gt;&amp;quot;.&lt;/p&gt;
&lt;p&gt;The confusing part is that all the servers are part of the specific SharePoint farm. If I load the SharePoint Assemblies manually and then query properties of a web application or other basic queries, I do get a response...I just cannot get this particular
 script to run.&lt;/p&gt;
&lt;p&gt;If anyone has any suggestions or can see that I am blatantly doing something wrong,&amp;nbsp;I would appreciate any help or advice anyone can give.&lt;/p&gt;
&lt;p&gt;Sincere thanks&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;
&lt;/div&gt;</description><author>paul_walker</author><pubDate>Thu, 05 Jul 2012 08:52:06 GMT</pubDate><guid isPermaLink="false">New Post: Get-EffectiveSPPermissions error message on WSS 3.0 farm 20120705085206A</guid></item><item><title>New Post: I am assuming that the users have to already be in AD?</title><link>http://sharepointpsscripts.codeplex.com/discussions/361045</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Dear Ray,&lt;/p&gt;
&lt;p&gt;If you talk about add the AD Accounts in a WSS Membership for your teamsite, you can do it by add the permission set from the AD Group directly.&lt;/p&gt;
&lt;p&gt;If you want to add each account in the SharePoint group, you can do it with a modified powershell (based on one of the existing) to export the users (simply the login) :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;in an xml file. The XML can be load with another PS script and add each login account in your SharePoint group (loading the SP Object Model).&lt;/li&gt;
&lt;li&gt;in a simple text file separted by ";". You can add the users login manually in your group management page&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I think&amp;nbsp;the second option&amp;nbsp;could be the quicker if it's a one shot.&lt;/p&gt;
&lt;p&gt;Sincerely&lt;/p&gt;
&lt;p&gt;Fabrice Romelard [MVP]&lt;/p&gt;&lt;/div&gt;</description><author>fabrice69</author><pubDate>Wed, 27 Jun 2012 13:01:22 GMT</pubDate><guid isPermaLink="false">New Post: I am assuming that the users have to already be in AD? 20120627010122P</guid></item><item><title>New Post: I am assuming that the users have to already be in AD?</title><link>http://sharepointpsscripts.codeplex.com/discussions/361045</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;My main goal is to be able to add over 1,700 users to a wss site group from AD. If I have the users already created in AD, what csv file do I use and how do I format the fields?&lt;/p&gt;
&lt;p&gt;Thank you very much for what I am sure is a great script, if I can only figure out how to run it!&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Ray&lt;/p&gt;
&lt;/div&gt;</description><author>rgering</author><pubDate>Tue, 26 Jun 2012 21:49:47 GMT</pubDate><guid isPermaLink="false">New Post: I am assuming that the users have to already be in AD? 20120626094947P</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></channel></rss>