<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SharePoint</title><link>http://powershell.com/cs/media/g/sharepoint/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>Using Powershell to run Excel macro on all files of sharepoint document library</title><link>http://powershell.com/cs/media/p/10674.aspx</link><pubDate>Sun, 05 Jun 2011 22:06:19 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:10674</guid><dc:creator>Lumir Kunath</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This scripts&amp;nbsp;gets list of file urls of all documents from sharepoint 2007 document library , for all&amp;nbsp;Excel files from this list than open file from sharepoint , run macro named &amp;quot;Refresh&amp;quot; and at the end save it back to sharepoint.&lt;/p&gt;
&lt;p&gt;Usefull for something like &amp;quot;Company Excel Daily Reports&amp;quot; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><enclosure url="http://powershell.com/cs/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.01.06.74/RefreshSHPExcelFiles.ps1" length="3045" type="application/octet-stream" /></item><item><title>Import-SPSite.ps1</title><link>http://powershell.com/cs/media/p/3388.aspx</link><pubDate>Fri, 11 Sep 2009 21:03:24 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3388</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:16px &amp;#39;times new roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Import-SPSite
Restores a Site from a Backup File

PARAMETERS: 
-url		Url to SharePoint Site
-File		File Name
-Location	File Location

SYNTAX:

Import-SPSite -url http://moss -file Backup.bak -Location C:\Backup\

Restores the site from the Backup File C:\Backup\Backup.bak

Import-SPSite -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Import-SPSite.ps1" length="1376" type="text/plain" /></item><item><title>Export-SPSite.ps1</title><link>http://powershell.com/cs/media/p/3387.aspx</link><pubDate>Fri, 11 Sep 2009 21:02:31 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3387</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:16px &amp;#39;times new roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Export-SPSite
Exports a Site to a Backup File

PARAMETERS: 
-url		Url to SharePoint Site
-File		File Name
-Location	File Location

SYNTAX:

Export-SPSite -url http://moss -file Backup.bak -Location C:\Backup\

Exports a Backup of the Site to C:\Backup\Backup.bak

Export-SPSite -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Export-SPSite.ps1" length="1470" type="text/plain" /></item><item><title>Remove-SPSite.ps1</title><link>http://powershell.com/cs/media/p/3386.aspx</link><pubDate>Fri, 11 Sep 2009 21:01:45 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3386</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:16px &amp;#39;times new roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Remove-SPSite
Removes a site from the Site Collection

PARAMETERS: 
-url		Url to SharePoint Site

SYNTAX:

Remove-SPSite -url http://moss/IT

Removes the Site &amp;quot;IT&amp;quot; from the Site Collection

Remove-SPSite -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Remove-SPSite.ps1" length="1448" type="text/plain" /></item><item><title>Remove-SPList.ps1</title><link>http://powershell.com/cs/media/p/3385.aspx</link><pubDate>Fri, 11 Sep 2009 21:00:52 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3385</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:16px &amp;#39;times new roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Remove-SPList
Removes A List

PARAMETERS: 
-url		Url to SharePoint Site
-List		Name of Document Library

SYNTAX:

Remove-SPList -url http://moss -List &amp;quot;Users&amp;quot;

Removes The Users list from the site http://moss

Remove-SPList -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Remove-SPList.ps1" length="1280" type="text/plain" /></item><item><title>Remove-SPItem.ps1</title><link>http://powershell.com/cs/media/p/3384.aspx</link><pubDate>Fri, 11 Sep 2009 21:00:02 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3384</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:16px &amp;#39;times new roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Remove-SPItem
Removes An Item From a List

PARAMETERS: 
-url		Url to SharePoint Site
-List		Name of Document Library
-Name		Item Name
-Field		Field to check, Default set to Title

SYNTAX:

Remove-SPItem -url http://moss -List Users -name nigo

Removes the item nigo from the Users List

Remove-SPItem -url http://moss -List Users -name &amp;quot;IT Consultant&amp;quot; -Field Description

Removes the Item Where the Field Description is equal to &amp;quot;IT Consultant&amp;quot;

Opens The SiteCollection.

Remove-SPItem -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Remove-SPItem.ps1" length="1815" type="text/plain" /></item><item><title>Remove-SPField.ps1</title><link>http://powershell.com/cs/media/p/3383.aspx</link><pubDate>Fri, 11 Sep 2009 20:59:15 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3383</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:16px &amp;#39;times new roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Remove-SPField
Removes A Field From A List

PARAMETERS: 
-url		Url to SharePoint Site
-List		Name of Document Library
-Field		Field to check, Default set to Title

SYNTAX:

Remove-SPField -url http://moss -List &amp;quot;Shared Documents&amp;quot; -Field &amp;quot;Document Type&amp;quot;

Removes The Document Type Field From the List &amp;quot;Shared Documents

Remove-SPField -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Remove-SPField.ps1" length="1489" type="text/plain" /></item><item><title>Add-SPListViewWebPart.ps1</title><link>http://powershell.com/cs/media/p/3382.aspx</link><pubDate>Fri, 11 Sep 2009 20:58:26 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3382</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:16px &amp;#39;times new roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Add-SPListViewWebPart
Adds a New List View WebPart

PARAMETERS: 
-url			Url to SharePoint Site
-List			Name of List
-Name			Title of WebPart
-Zone			Zone to place WebPart, Default set to Left
-Index			Index Position of WebPart, Default set to 0 ( Top )
-ChromeType		Chrome Type of WebPart, Default Set to Default

SYNTAX:

Add-SPListViewWebPart -url http://moss/statistics -List Statistics -Name &amp;quot;Client Statistics&amp;quot; -ChromeType &amp;quot;None&amp;quot;

Adds a New List View WebPart 

Add-SPListViewWebPart -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Add-SPListViewWebPart.ps1" length="2366" type="text/plain" /></item><item><title>Add-SPImageWebPart.ps1</title><link>http://powershell.com/cs/media/p/3381.aspx</link><pubDate>Fri, 11 Sep 2009 20:57:32 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3381</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font-style:normal;font-variant:normal;font-weight:normal;font-size:16px;line-height:normal;font-size-adjust:none;font-stretch:normal;white-space:normal;orphans:2;letter-spacing:normal;word-spacing:0px;font-family:&amp;#39;times new roman&amp;#39;;color:#000000;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Add-SPImageWebPart
Adds a New Image WebPart

PARAMETERS: 
-url		Url to SharePoint Site
-Image			Full Path To New Image
-Name			Title of WebPart
-BackgroundColor	WebPart BackgroundColor, Default set to Transparent
-Zone			Zone to place WebPart, Default set to Left
-Index			Index Position of WebPart, Default set to 0 ( Top )
-VerticalAlignment	Vertical Alignment of WebPart, Default set to Middle
-HorizontalAlignment 	Horizontal Alignment of WebPart, Default set to Center
-ChromeType		Chrome Type of WebPart, Default Set to Default

SYNTAX:

Add-SPImageWebPart -url http://moss/statistics -Name &amp;quot;My Image&amp;quot; -Image &amp;quot;C:\Demo\Files\3DPie.png&amp;quot; -ChromeType &amp;quot;None&amp;quot;

Adds a New Image WebPart to the Site.

Add-SPImageWebPart -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Add-SPImageWebPart.ps1" length="3158" type="text/plain" /></item><item><title>Add-SPSitePermission.ps1</title><link>http://powershell.com/cs/media/p/3380.aspx</link><pubDate>Fri, 11 Sep 2009 20:56:34 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3380</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:16px &amp;#39;times new roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Add-SPSitePermission
Adds Unique Site Permissions to a Group

PARAMETERS: 
-url		Url to SharePoint Site
-Group		Name of New Group
-Permission	Permission

SYNTAX:

Add-SPSitePermission -url &amp;quot;http://moss/IT&amp;quot; -Group &amp;quot;IT Management&amp;quot; -Permission &amp;quot;FullMask&amp;quot;

Gives the Group &amp;quot;IT Management&amp;quot; Full Rights on the Site http://moss/IT

Opens The SiteCollection.

Add-SPSitePermission -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Add-SPSitePermission.ps1" length="1546" type="text/plain" /></item><item><title>Add-SPUser.ps1</title><link>http://powershell.com/cs/media/p/3379.aspx</link><pubDate>Fri, 11 Sep 2009 20:55:27 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3379</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font-style:normal;font-variant:normal;font-weight:normal;font-size:16px;line-height:normal;font-size-adjust:none;font-stretch:normal;white-space:normal;orphans:2;letter-spacing:normal;word-spacing:0px;font-family:&amp;#39;times new roman&amp;#39;;color:#000000;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Add-SPUser
Adds A New User To A Group in SharePoint

PARAMETERS: 
-url		Url to SharePoint Site
-Group		Name of New Group
-Domain		Role Of New Group
-sAMAccountName	Users sAMAccountName
-mail		Users email Address
-FullName	Users FullNam

SYNTAX:

Add-SPUser -url http://moss -Group &amp;quot;New Group&amp;quot; -Domain &amp;quot;powershell.nu&amp;quot; -sAMAccountName &amp;quot;goude&amp;quot; -mail &amp;quot;niklas.goude@zipper.se&amp;quot; -FullName &amp;quot;Niklas Goude&amp;quot;

Adds the User to the Group &amp;quot;New Group&amp;quot;

Add-SPUser -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Add-SPUser.ps1" length="1836" type="text/plain" /></item><item><title>Add-SPGroup.ps1</title><link>http://powershell.com/cs/media/p/3378.aspx</link><pubDate>Fri, 11 Sep 2009 20:54:36 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3378</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:16px &amp;#39;times new roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Add-SPGroup
Adds a New SharePoint Group

PARAMETERS: 
-url		Url to SharePoint Site
-Group		Name of New Group
-Role		Role Of New Group
-Owner		Group Owner

SYNTAX:

Add-SPGroup -url http://moss -Group &amp;quot;New Group&amp;quot; -Role Read -Owner &amp;quot;powershell\administrator&amp;quot;

Adds the Group &amp;quot;New Group&amp;quot; to the Site.

Add-SPSGroup -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Add-SPGroup.ps1" length="1624" type="text/plain" /></item><item><title>Add-SPSite.ps1</title><link>http://powershell.com/cs/media/p/3377.aspx</link><pubDate>Fri, 11 Sep 2009 20:53:48 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3377</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:16px &amp;#39;times new roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Add-SPSite
Adds a New SharePoint Site

PARAMETERS: 
-url		Url to SharePoint Site
-Weburl		New site Name
-Title		Title of New Site
-Description	New Sites Description
-Template	Template to use

SYNTAX:

Add-SPSite -url http://moss -weburl &amp;quot;IT&amp;quot; -Title &amp;quot;Information Technology&amp;quot; -Description &amp;quot;IT Department&amp;quot; -Template &amp;quot;STS#0&amp;quot;

Adds the Site &amp;quot;IT&amp;quot; to http://moss

Add-SPSite -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Add-SPSite.ps1" length="2116" type="text/plain" /></item><item><title>Set-SPView.ps1</title><link>http://powershell.com/cs/media/p/3376.aspx</link><pubDate>Fri, 11 Sep 2009 20:52:56 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3376</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font-style:normal;font-variant:normal;font-weight:normal;font-size:16px;line-height:normal;font-size-adjust:none;font-stretch:normal;white-space:normal;orphans:2;letter-spacing:normal;word-spacing:0px;font-family:&amp;#39;times new roman&amp;#39;;color:#000000;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Set-SPView
Gets A SP View

PARAMETERS: 
-url		Url to SharePoint Site
-List		List Name
-View		Name of the View
-Query		Query to set the View

SYNTAX:

Set-SPView -url http://moss -List &amp;quot;Shared Documents&amp;quot; -View &amp;quot;All Documents&amp;quot; -Query &amp;#39;&amp;lt;GroupBy Collapse=&amp;quot;TRUE&amp;quot; GroupLimit=&amp;quot;100&amp;quot;&amp;gt;&amp;lt;FieldRef Name=&amp;quot;Document_x0020_Type&amp;quot; /&amp;gt;&amp;lt;/GroupBy&amp;gt;&amp;lt;OrderBy&amp;gt;&amp;lt;FieldRef Name=&amp;quot;FileLeafRef&amp;quot; /&amp;gt;&amp;lt;/OrderBy&amp;gt;&amp;#39;

Sets The &amp;quot;All Documents&amp;quot; View to Group by the &amp;quot;Document Type&amp;quot; Custom Field.

Set-SPView -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Set-SPView.ps1" length="1690" type="text/plain" /></item><item><title>Add-SPURLField.ps1</title><link>http://powershell.com/cs/media/p/3375.aspx</link><pubDate>Fri, 11 Sep 2009 20:52:03 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:3375</guid><dc:creator>Niklas Goude</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:16px &amp;#39;times new roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;
&lt;pre style="word-wrap:break-word;white-space:pre-wrap;"&gt;DESCRIPTION:
NAME: Add-SPURLField
Adds a Text Field to a SP List

PARAMETERS: 
-url		Url to SharePoint Site
-List		List Name
-Name		Name of the Field
-Description	Field Description
-Required	Boolean Value, If True, Field will be Required

SYNTAX:

Add-SPURLField -url http://moss -List Users -Name HomePage -Description &amp;quot;HomePage&amp;quot;

Adds A URL Field to the Users List

Add-SPURLField -help

Displays the help topic for the script
&lt;/pre&gt;
&lt;/span&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;/p&gt;</description><enclosure url="http://www.powershell.nu/wp-content/uploads/2009/09/Add-SPURLField.ps1" length="1849" type="text/plain" /></item></channel></rss>
