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

<channel>
	<title>Scripting</title>
	<atom:link href="https://allthefixes.com/category/scripting/feed/" rel="self" type="application/rss+xml" />
	<link>https://allthefixes.com</link>
	<description></description>
	<lastBuildDate>Thu, 15 Dec 2011 05:30:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.2</generator>
	<item>
		<title>Create a new Sharepoint 2010 Web Application and Site collection using PowerShell</title>
		<link>https://allthefixes.com/create-a-new-sharepoint-2010-webapplication-and-site-collection-using-powershell/</link>
		
		<dc:creator><![CDATA[billgates]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 00:55:35 +0000</pubDate>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[powershell new web application]]></category>
		<category><![CDATA[ps new web app]]></category>
		<category><![CDATA[powershell site collection]]></category>
		<category><![CDATA[create site collection powershell]]></category>
		<category><![CDATA[create web application powershell]]></category>
		<category><![CDATA[New-SPSite]]></category>
		<category><![CDATA[New-SPWebApplication]]></category>
		<guid isPermaLink="false">http://www.allthefixes.com/?p=259</guid>

					<description><![CDATA[<a href="https://allthefixes.com/create-a-new-sharepoint-2010-webapplication-and-site-collection-using-powershell/"><img align="left" hspace="5" width="150" height="150" src="https://allthefixes.com/wp-content/uploads/2011/12/121511_0056_CreateanewS1-150x150.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Microsoft Sharepoint 2010 is one of the new products which supports Windows Powershell commands. Its really easy to do the most tasks you do normally in the Sharepoint Central Administration with Powershell. Microsoft created a Powershell Snapin for Sharepoint 2010, which is called &#8220;Microsoft.Sharepoint.Powershell&#8221;. This enables a lot of new Powershell cmdlets for Sharepoint. With ...]]></description>
		
		
		
			</item>
		<item>
		<title>Manage SharePoint 2010 Services with PowerShell</title>
		<link>https://allthefixes.com/manage-sharepoint-2010-services-with-powershell/</link>
		
		<dc:creator><![CDATA[billgates]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 05:22:14 +0000</pubDate>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[manage services sharepoint 2010]]></category>
		<category><![CDATA[powershell stop service sharepoint 2010]]></category>
		<category><![CDATA[powershell start service sharepoint 2010]]></category>
		<category><![CDATA[ps manage services sharepoint 2010]]></category>
		<guid isPermaLink="false">http://www.allthefixes.com/?p=276</guid>

					<description><![CDATA[<a href="https://allthefixes.com/manage-sharepoint-2010-services-with-powershell/"><img align="left" hspace="5" width="150" height="150" src="https://allthefixes.com/wp-content/uploads/2011/12/121511_0522_ManageShare1-150x150.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>As you may already know, you can use the &#8220;Manage Services on Server&#8221; option from Central Administration to centrally start and stop service instances across all SharePoint servers in your farm. An example of this administration page is shown below: The issue with this page is that it can be cumbersome to use if there ...]]></description>
		
		
		
			</item>
		<item>
		<title>Finding Site Template Names and Template ID&#8217;s in SharePoint 2010 using PowerShell</title>
		<link>https://allthefixes.com/finding-site-template-names-template-id-in-sharepoint-2010-using-powershell/</link>
		
		<dc:creator><![CDATA[billgates]]></dc:creator>
		<pubDate>Mon, 12 Dec 2011 00:10:05 +0000</pubDate>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[get-spweb]]></category>
		<category><![CDATA[powershell get template id]]></category>
		<category><![CDATA[powershell get template name]]></category>
		<category><![CDATA[get template id sharepoint 2010]]></category>
		<category><![CDATA[get template name sharepoint 2010]]></category>
		<guid isPermaLink="false">http://www.allthefixes.com/finding-site-template-names-and-id%e2%80%99s-in-sharepoint-2010-using-powershell/</guid>

					<description><![CDATA[<a href="https://allthefixes.com/finding-site-template-names-template-id-in-sharepoint-2010-using-powershell/"><img align="left" hspace="5" width="150" height="150" src="https://allthefixes.com/wp-content/uploads/2011/12/121211_0009_FindingSite1-150x150.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>SharePoint 2010 includes the new Get-SPWebTemplate cmdlet for getting a list of site templates from the farm. You can use it by typing the following command (note that I am also sorting the table by template internal name): Get-SPWebTemplate &#124; Sort-Object "Name" &#160; This can be quite useful, especially if you want to use PowerShell ...]]></description>
		
		
		
			</item>
	</channel>
</rss>
