<?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/"
	>

<channel>
	<title>Jeremy Taylor &#187; Jeremy</title>
	<atom:link href="http://www.jeremytaylor.net/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremytaylor.net</link>
	<description>SharePoint &#38; more</description>
	<lastBuildDate>Fri, 19 Mar 2010 10:10:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remote BLOB Storage &#8211; RBS SharePoint 2010</title>
		<link>http://www.jeremytaylor.net/2010/03/19/remote-blob-storage-rbs-sharepoint-2010/</link>
		<comments>http://www.jeremytaylor.net/2010/03/19/remote-blob-storage-rbs-sharepoint-2010/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 10:03:07 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=296</guid>
		<description><![CDATA[Microsoft SharePoint 2010 caters for farms with large storage needs. SharePoint 2010 has implemented RBS – Remote Storage BLOB. With RBS, you can store BLOBs from the all_docs table and customised pages in the database stored in different location from the database, such as a file system in your network! This reduces the amount of [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft SharePoint 2010 caters for farms with large storage needs. SharePoint 2010 has implemented RBS – Remote Storage BLOB. With RBS, you can store BLOBs from the all_docs table and customised pages in the database stored in different location from the database, such as a file system in your network! This reduces the amount of database storage in SQL. To use RBS, a “provider” is required. The RBS provider architecture is ‘plug n play’ with SharePoint 2010. This means that third-party vendors can create and sell their own RBS provider products commercially with specific capabilities. (idea!).</p>
<p>For example, a third party backup vendor can use an RBS provider as part of their backup and restore capability.</p>
<p>The RBS architecture provides another degree of freedom for the storage of content. Its intention is to be used natively by SharePoint during the upgrade process and by third party vendors that provide storage benefits as a service.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F03%2F19%2Fremote-blob-storage-rbs-sharepoint-2010%2F&amp;linkname=Remote%20BLOB%20Storage%20%26%238211%3B%20RBS%20SharePoint%202010"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/03/19/remote-blob-storage-rbs-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell Commands for SharePoint 2010</title>
		<link>http://www.jeremytaylor.net/2010/03/19/powershell-commands-for-sharepoint-2010/</link>
		<comments>http://www.jeremytaylor.net/2010/03/19/powershell-commands-for-sharepoint-2010/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 15:14:20 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=293</guid>
		<description><![CDATA[Here are some (over 400) PowerShell™ commands for SharePoint 2010! These can be run remotely (Powershell 2.0).
Stsadm will still be functional in SharePoint 2010. Powershell is not DOS based. Its .NET based.  
Windows PowerShell™ is the new command-line interface and scripting language specifically designed for system administrators that will be used for Microsoft® SharePoint® [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some (over 400) PowerShell™ commands for SharePoint 2010! These can be run remotely (Powershell 2.0).<br />
Stsadm will still be functional in SharePoint 2010. Powershell is not DOS based. Its .NET based. <img src='http://www.jeremytaylor.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Windows PowerShell™ is the new command-line interface and scripting language specifically designed for system administrators that will be used for Microsoft® SharePoint® Server 2010 administration. Although both Cmd.exe and Stsadm.exe environments will be maintained for backward compatibility, SharePoint Server 2010 command-line administration will use Windows PowerShell. For practical purposes, you can view Windows PowerShell as complementing Cmd.exe in the Windows administration context and superseding Stsadm.exe for SharePoint administration. You might ask yourself, What’s so unique about Windows PowerShell? Well, unlike most command-line systems that accept and return text, Windows PowerShell supports and uses XML and objects. XML and object support is a pretty major change that brings entirely new tools and methods to greatly improve control, efficiency, and productivity for developers and administrators.</p>
<p>Hope you find these commands useful for the future. Be sure to bookmark this page for future reference.<br />
<span id="more-293"></span></p>
<p><strong> </strong><strong>SPAccessServiceApplication</strong></p>
<p><em> </em><em>Get-SPAccessServiceApplication</em> – Gets an  {Access Service} application object.</p>
<p><em> </em><em>New-SPAccessServiceApplication</em></p>
<p><em> </em><em>Set-SPAccessServiceApplication</em> – Sets a  global property for an {Access Services} application.</p>
<p><strong> </strong><strong> </strong></p>
<p><strong> </strong><strong>SPAdminJob</strong></p>
<p><em>Start-SPAdminJob</em> – Immediately  starts any waiting administrative job on the local computer.</p>
<p><strong> </strong><strong> </strong></p>
<p><strong> </strong><strong>SPAlternateURL</strong></p>
<p><em> </em><em>Get-SPAlternateURL</em> – Return all  alternate URLs that match a given criteria.</p>
<p><em> </em><em>New-SPAlternateUrl</em> – Creates a  new public or internal URL for the specified Web application zone or resource.</p>
<p><em> </em><em>Remove-SPAlternateUrl</em> – Completely  deletes the specified alternate URL.</p>
<p><em>Set-SPAlternateUrl</em> – Configures  the specified alternate URL.</p>
<p><strong></strong><strong> </strong></p>
<p><strong></strong><strong>SPApplicationContent</strong></p>
<p><em>Install-SPApplicationContent<br />
</em></p>
<p><strong></strong><strong>SPAssignment</strong></p>
<p><em></em><em>Start-SPAssignment</em> – Initiates a  new assignment store.</p>
<p><em>Stop-SPAssignment</em> – Disposes of  objects in the provided Assignment Collection.</p>
<p><strong></strong><strong> </strong></p>
<p><strong></strong><strong>SPBackupHistory</strong></p>
<p><em>Get-SPBackupHistory<br />
</em></p>
<p><strong></strong><strong>SPBlobStorageLocation</strong></p>
<p><em>Move-SPBlobStorageLocation<br />
</em></p>
<p><strong></strong><strong>SPBrowserCustomerExperienceImprovementProgram</strong></p>
<p><em></em><em>Get-SPBrowserCustomerExperienceImprovementProgram</em></p>
<p><em>Set-SPBrowserCustomerExperienceImprovementProgram<br />
</em></p>
<p><strong></strong><strong>SPBusinessDataCatalogAclToChildren</strong></p>
<p><em>Copy-SPBusinessDataCatalogAclToChildren<br />
</em></p>
<p><strong></strong><strong>SPBusinessDataCatalogEntity</strong></p>
<p><em></em><em>Disable-SPBusinessDataCatalogEntity</em></p>
<p><em>Enable-SPBusinessDataCatalogEntity<br />
</em></p>
<p><strong></strong><strong>SPBusinessDataCatalogMetadataObject</strong></p>
<p><em></em><em>Get-SPBusinessDataCatalogMetadataObject</em></p>
<p><em></em><em>Grant-SPBusinessDataCatalogMetadataObject</em></p>
<p><em></em><em>Revoke-SPBusinessDataCatalogMetadataObject</em></p>
<p><em>Set-SPBusinessDataCatalogMetadataObject<br />
</em></p>
<p><strong></strong><strong>SPBusinessDataCatalogModel</strong></p>
<p><em></em><em>Export-SPBusinessDataCatalogModel</em></p>
<p><em></em><em>Import-SPBusinessDataCatalogModel</em></p>
<p><em></em><em>Remove-SPBusinessDataCatalogModel</em></p>
<p><strong></strong><strong>SPBusinessDataCatalogPartition</strong></p>
<p><em>Remove-SPBusinessDataCatalogPartition<br />
</em></p>
<p><strong></strong><strong>SPBusinessDataCatalogPartitionData</strong></p>
<p><em></em><em>Clear-SPBusinessDataCatalogPartitionData</em></p>
<p><em></em><em>Export-SPBusinessDataCatalogPartitionData</em></p>
<p><em>Import-SPBusinessDataCatalogPartitionData<br />
</em></p>
<p><strong></strong><strong>SPBusinessDataCatalogServiceApplication</strong></p>
<p><em></em><em>New-SPBusinessDataCatalogServiceApplication</em></p>
<p><em>Set-SPBusinessDataCatalogServiceApplication<br />
</em></p>
<p><strong></strong><strong>SPBusinessDataCatalogServiceApplicationProxy</strong></p>
<p><em>New-SPBusinessDataCatalogServiceApplicationProxy<br />
</em></p>
<p><strong></strong><strong>SPBusinessDataCatalogThrottleConfig</strong></p>
<p><em></em><em>Get-SPBusinessDataCatalogThrottleConfig</em></p>
<p><em></em><em>Remove-SPBusinessDataCatalogThrottleConfig</em></p>
<p><em>Set-SPBusinessDataCatalogThrottleConfig<br />
</em></p>
<p><strong></strong><strong>SPCentralAdministration</strong></p>
<p><em></em><em>New-SPCentralAdministration</em> – Creates a  new Central Administration Web application.</p>
<p><em>Set-SPCentralAdministration<br />
</em></p>
<p><strong></strong><strong>SPCertificate</strong></p>
<p><em></em><em>Get-SPCertificate</em></p>
<p><em></em><em>New-SPCertificate</em></p>
<p><em></em><em>Remove-SPCertificate</em></p>
<p><strong></strong><strong>SPCertificateStore</strong></p>
<p><em></em><em>Get-SPCertificateStore</em></p>
<p><strong></strong><strong>SPClaimMapping</strong></p>
<p><em></em><em>Add-SPClaimMapping</em></p>
<p><em></em><em>New-SPClaimMapping</em></p>
<p><em></em><em>Remove-SPClaimMapping</em></p>
<p><strong></strong><strong>SPClaimProviderManager</strong></p>
<p><em></em><em>Get-SPClaimProviderManager</em></p>
<p><strong></strong><strong>SPClaimsObject</strong></p>
<p><em></em><em>New-SPClaimsObject</em></p>
<p><strong></strong><strong>SPClaimsPrincipal</strong></p>
<p><em></em><em>New-SPClaimsPrincipal</em></p>
<p><strong></strong><strong>SPConfigurationDatabase</strong></p>
<p><em></em><em>Backup-SPConfigurationDatabase</em> – Performs a  configuration only backup.</p>
<p><em></em><em>Connect-SPConfigurationDatabase</em> – Connects the  computer to an existing configuration database.</p>
<p><em></em><em>Disconnect-SPConfigurationDatabase</em></p>
<p><em></em><em>New-SPConfigurationDatabase</em> – Creates a  new configuration database.</p>
<p><em></em><em>Remove-SPConfigurationDatabase</em> – Permanently  removes the specified configuration database.</p>
<p><strong></strong><strong>SPContentDatabase</strong></p>
<p><em></em><em>Check-SPContentDatabase</em></p>
<p><em></em><em>Dismount-SPContentDatabase</em></p>
<p><em></em><em>Get-SPContentDatabase</em></p>
<p><em></em><em>Initialize-SPContentDatabase</em></p>
<p><em></em><em>Mount-SPContentDatabase</em></p>
<p><em></em><em>New-SPContentDatabase</em></p>
<p><em></em><em>Remove-SPContentDatabase</em></p>
<p><em></em><em>Set-SPContentDatabase</em></p>
<p><em></em><em>Upgrade-SPContentDatabase</em></p>
<p><strong></strong><strong>SPContentDeploymentJob</strong></p>
<p><em></em><em>Get-SPContentDeploymentJob</em></p>
<p><em></em><em>New-SPContentDeploymentJob</em></p>
<p><em></em><em>Remove-SPContentDeploymentJob</em></p>
<p><em></em><em>Set-SPContentDeploymentJob</em></p>
<p><em></em><em>Start-SPContentDeploymentJob</em></p>
<p><strong></strong><strong>SPContentDeploymentPath</strong></p>
<p><em></em><em>Get-SPContentDeploymentPath</em></p>
<p><em></em><em>New-SPContentDeploymentPath</em></p>
<p><em></em><em>Remove-SPContentDeploymentPath</em></p>
<p><em></em><em>Set-SPContentDeploymentPath</em></p>
<p><strong></strong><strong>SPCustomLayoutsPage</strong></p>
<p><em></em><em>Get-SPCustomLayoutsPage</em></p>
<p><em></em><em>Set-SPCustomLayoutsPage</em></p>
<p><strong></strong><strong>SPDatabase</strong></p>
<p><em></em><em>Get-SPDatabase</em> – Retrieves  all properties of a database.</p>
<p><strong></strong><strong>SPDataConnectionFile</strong></p>
<p><em></em><em>Get-SPDataConnectionFile</em> – Returns a  data connection file or a collection of data connection files.</p>
<p><em></em><em>Install-SPDataConnectionFile</em> – Installs the  provided data connection file.</p>
<p><em></em><em>Set-SPDataConnectionFile</em> – Sets  properties of a data connection file.</p>
<p><em></em><em>Uninstall-SPDataConnectionFile</em> – Removes a  data connection file.</p>
<p><strong></strong><strong>SPDataConnectionFileDependent</strong></p>
<p><em></em><em>Get-SPDataConnectionFileDependent</em> – Returns  administrator deployed form templates on the server dependent on a Universal Data Connection (UDC).</p>
<p><strong></strong><strong>SPDesignerSettings</strong></p>
<p><em></em><em>Get-SPDesignerSettings</em></p>
<p><em></em><em>Set-SPDesignerSettings</em></p>
<p><strong></strong><strong>SPDiagnosticConfig</strong></p>
<p><em></em><em>Get-SPDiagnosticConfig</em></p>
<p><em></em><em>Set-SPDiagnosticConfig</em></p>
<p><strong></strong><strong>SPDiagnosticsProvider</strong></p>
<p><em></em><em>Get-SPDiagnosticsProvider</em></p>
<p><em></em><em>Set-SPDiagnosticsProvider</em></p>
<p><strong></strong><strong>SPediscoveryHub</strong></p>
<p><em></em><em>Set-SPediscoveryHub</em></p>
<p><strong></strong><strong>SPEdiscoveryHubSearchScope</strong></p>
<p><em></em><em>Get-SPEdiscoveryHubSearchScope</em></p>
<p><strong></strong><strong>SPediscoveryHubSite</strong></p>
<p><em></em><em>Get-SPediscoveryHubSite</em></p>
<p><strong></strong><strong>SPEnterpriseSearchAdministrationComponent</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchAdministrationComponent</em> – Returns the  administration component for a shared search application.</p>
<p><em></em><em>Set-SPEnterpriseSearchAdministrationComponent</em> – Sets  properties of an administration component for a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchCrawlComponent</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchCrawlComponent</em> – Returns a  crawl component for a shared search application.</p>
<p><em></em><em>New-SPEnterpriseSearchCrawlComponent</em> – Creates a  crawl component for a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchCrawlComponent</em> – Deletes a  crawl component from a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchCrawlContentSource</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchCrawlContentSource</em> – Returns a  crawl content source.</p>
<p><em></em><em>New-SPEnterpriseSearchCrawlContentSource</em> – Creates a  new crawl content source for a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchCrawlContentSource</em> – Deletes a  specified crawl content source from a search application.</p>
<p><em></em><em>Set-SPEnterpriseSearchCrawlContentSource</em> – Sets the  properties of a crawl content source for a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchCrawlCustomConnector</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchCrawlCustomConnector</em></p>
<p><em></em><em>New-SPEnterpriseSearchCrawlCustomConnector</em></p>
<p><em></em><em>Remove-SPEnterpriseSearchCrawlCustomConnector</em></p>
<p><strong></strong><strong>SPEnterpriseSearchCrawlDatabase</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchCrawlDatabase</em> – Returns a  crawl store.</p>
<p><em></em><em>New-SPEnterpriseSearchCrawlDatabase</em> – Adds a crawl  store to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchCrawlDatabase</em> – Deletes a  content crawl store.</p>
<p><em></em><em>Set-SPEnterpriseSearchCrawlDatabase</em></p>
<p><strong></strong><strong>SPEnterpriseSearchCrawlExtension</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchCrawlExtension</em> – Returns the  extension rule for the extension collection.</p>
<p><em></em><em>New-SPEnterpriseSearchCrawlExtension</em> – Adds an  extension rule to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchCrawlExtension</em> – Removes a  file name extension from the list of files that can be crawled.</p>
<p><strong></strong><strong>SPEnterpriseSearchCrawlMapping</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchCrawlMapping</em> – Returns a  crawl mapping for the search application.</p>
<p><em></em><em>New-SPEnterpriseSearchCrawlMapping</em> – Creates a  crawl mapping rule for a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchCrawlMapping</em> – Deletes a  crawl mapping.</p>
<p><strong></strong><strong>SPEnterpriseSearchCrawlRule</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchCrawlRule</em> – Output an  CrawlRule Object.</p>
<p><em></em><em>New-SPEnterpriseSearchCrawlRule</em> – Output an  CrawlRule Object.</p>
<p><em></em><em>Remove-SPEnterpriseSearchCrawlRule</em> – Output an  CrawlRule Object.</p>
<p><em></em><em>Set-SPEnterpriseSearchCrawlRule</em> – Output an  CrawlRule Object.</p>
<p><strong></strong><strong>SPEnterpriseSearchCrawlTopology</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchCrawlTopology</em> – Returns a  crawl topology.</p>
<p><em></em><em>New-SPEnterpriseSearchCrawlTopology</em> – Adds a crawl  topology to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchCrawlTopology</em> – Deletes a  crawl topology.</p>
<p><em></em><em>Set-SPEnterpriseSearchCrawlTopology</em> – Sets the  properties of a crawl topology on a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchExtendedClickThroughExtractorJobDefinition</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchExtendedClickThroughExtractorJobDefinition</em></p>
<p><strong></strong><strong>SPEnterpriseSearchExtendedConnectorProperty</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchExtendedConnectorProperty</em></p>
<p><em></em><em>Set-SPEnterpriseSearchExtendedConnectorProperty</em></p>
<p><strong></strong><strong>SPEnterpriseSearchExtendedQueryProperty</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchExtendedQueryProperty</em></p>
<p><em></em><em>Set-SPEnterpriseSearchExtendedQueryProperty</em></p>
<p><strong></strong><strong>SPEnterpriseSearchIndexPartition</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchIndexPartition</em> – Returns an  index partition for a query topology.</p>
<p><em></em><em>Set-SPEnterpriseSearchIndexPartition</em> – Sets  properties of an index partition for a query topology.</p>
<p><strong></strong><strong>SPEnterpriseSearchLanguageResourcePhrase</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchLanguageResourcePhrase</em> – Returns a  language resource phrase.</p>
<p><em></em><em>New-SPEnterpriseSearchLanguageResourcePhrase</em> – Adds a  language resource phrase to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchLanguageResourcePhrase</em> – Deletes a  language resource phrase from a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchManagerService</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchManagerService</em> – Returns the  search manager service.</p>
<p><strong></strong><strong>SPEnterpriseSearchManagerServiceInstance</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchManagerServiceInstance</em> – Returns the  service manager service instance.</p>
<p><em></em><em>Start-SPEnterpriseSearchManagerServiceInstance</em> – Starts an  instance of a search manager service.</p>
<p><em></em><em>Stop-SPEnterpriseSearchManagerServiceInstance</em> – Stops an  instance of a search manager service.</p>
<p><strong></strong><strong>SPEnterpriseSearchManagerServiceProxy</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchManagerServiceProxy</em> – Returns the  search manager service proxy.</p>
<p><strong></strong><strong>SPEnterpriseSearchMetadataCategory</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchMetadataCategory</em> – Returns a  crawled property category.</p>
<p><em></em><em>New-SPEnterpriseSearchMetadataCategory</em> – Adds a  crawled property category to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchMetadataCategory</em> – Deletes a  crawled property category.</p>
<p><em></em><em>Set-SPEnterpriseSearchMetadataCategory</em> – Sets  properties of a crawled property category for a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchMetadataCrawledProperty</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchMetadataCrawledProperty</em> – Returns a  crawled property.</p>
<p><em></em><em>New-SPEnterpriseSearchMetadataCrawledProperty</em> – Adds a  crawled property category to a shared search application.</p>
<p><em></em><em>Set-SPEnterpriseSearchMetadataCrawledProperty</em> – Sets the  properties of a metadata crawled property for a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchMetadataManagedProperty</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchMetadataManagedProperty</em> – Returns a  managed property.</p>
<p><em></em><em>New-SPEnterpriseSearchMetadataManagedProperty</em> – Adds a  managed property to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchMetadataManagedProperty</em> – Deletes a  metadata managed property.</p>
<p><em></em><em>Set-SPEnterpriseSearchMetadataManagedProperty</em> – Sets the  properties of a metadata managed property.</p>
<p><strong></strong><strong>SPEnterpriseSearchMetadataMapping</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchMetadataMapping</em> – Returns the  current state of a managed property mapping.</p>
<p><em></em><em>New-SPEnterpriseSearchMetadataMapping</em> – Adds a  managed property mapping to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchMetadataMapping</em> – Deletes a  metadata mapping from a managed property.</p>
<p><em></em><em>Set-SPEnterpriseSearchMetadataMapping</em> – Sets the  properties of a managed property mapping for a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchPropertyDatabase</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchPropertyDatabase</em> – Returns a  property store.</p>
<p><em></em><em>New-SPEnterpriseSearchPropertyDatabase</em> – Adds a new  property store to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchPropertyDatabase</em> – Deletes a  property store.</p>
<p><em></em><em>Set-SPEnterpriseSearchPropertyDatabase</em></p>
<p><strong></strong><strong>SPEnterpriseSearchQueryAuthority</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchQueryAuthority</em> – Returns an  authoritative page.</p>
<p><em></em><em>New-SPEnterpriseSearchQueryAuthority</em> – Adds an  authoritative page to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchQueryAuthority</em> – Deletes an  authoritative page.</p>
<p><em></em><em>Set-SPEnterpriseSearchQueryAuthority</em> – Sets the  properties of an authoritative page for a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchQueryComponent</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchQueryComponent</em> – Returns a  query component.</p>
<p><em></em><em>New-SPEnterpriseSearchQueryComponent</em> – Adds a query  component to a query topology.</p>
<p><em></em><em>Remove-SPEnterpriseSearchQueryComponent</em> – Deletes a  query component.</p>
<p><em></em><em>Restart-SPEnterpriseSearchQueryComponent</em></p>
<p><em></em><em>Set-SPEnterpriseSearchQueryComponent</em></p>
<p><strong></strong><strong>SPEnterpriseSearchQueryDemoted</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchQueryDemoted</em> – Returns a  demoted site rule.</p>
<p><em></em><em>New-SPEnterpriseSearchQueryDemoted</em> – Adds a  demoted site rule to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchQueryDemoted</em> – Deletes a  demoted site rule.</p>
<p><strong></strong><strong>SPEnterpriseSearchQueryKeyword</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchQueryKeyword</em> – Returns a  keyword term.</p>
<p><em></em><em>New-SPEnterpriseSearchQueryKeyword</em> – Adds a  keyword term to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchQueryKeyword</em> – Deletes a  query keyword.</p>
<p><em></em><em>Set-SPEnterpriseSearchQueryKeyword</em> – Sets the  properties of a keyword term for a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchQueryScope</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchQueryScope</em> – Returns a  query results scope.</p>
<p><em></em><em>New-SPEnterpriseSearchQueryScope</em> – Adds a query  results scope to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchQueryScope</em> – Deletes a  query scope.</p>
<p><em></em><em>Set-SPEnterpriseSearchQueryScope</em> – Sets the  properties of a query results scope for a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchQueryScopeRule</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchQueryScopeRule</em> – Returns a  shared scope rule.</p>
<p><em></em><em>New-SPEnterpriseSearchQueryScopeRule</em> – Adds a  shared scope rule to a query scope.</p>
<p><em></em><em>Remove-SPEnterpriseSearchQueryScopeRule</em> – Deletes  query results scope rules.</p>
<p><em></em><em>Set-SPEnterpriseSearchQueryScopeRule</em> – Sets the  properties of a shared scope rule for a query scope.</p>
<p><strong></strong><strong>SPEnterpriseSearchQuerySuggestionCandidates</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchQuerySuggestionCandidates</em></p>
<p><strong></strong><strong>SPEnterpriseSearchQueryTopology</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchQueryTopology</em> – Returns a  query topology.</p>
<p><em></em><em>New-SPEnterpriseSearchQueryTopology</em> – Adds a query  topology to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchQueryTopology</em> – Deletes a  query topology.</p>
<p><em></em><em>Set-SPEnterpriseSearchQueryTopology</em> – Sets the  properties of a query topology for a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchRankingModel</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchRankingModel</em> – Returns a  ranking model.</p>
<p><em></em><em>New-SPEnterpriseSearchRankingModel</em> – Adds a  ranking model to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchRankingModel</em> – Deletes a  ranking model.</p>
<p><em></em><em>Set-SPEnterpriseSearchRankingModel</em> – Sets the  properties of a ranking model for a shared search application.</p>
<p><strong></strong><strong>SPEnterpriseSearchSecurityTrimmer</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchSecurityTrimmer</em> – Returns a  custom security trimmer.</p>
<p><em></em><em>New-SPEnterpriseSearchSecurityTrimmer</em> – Adds a  custom security trimmer to a shared search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchSecurityTrimmer</em> – Deletes a  custom security trimmer.</p>
<p><strong></strong><strong>SPEnterpriseSearchService</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchService</em> – Returns the  search service for the farm.</p>
<p><em></em><em>Set-SPEnterpriseSearchService</em> – Sets the  properties of a search service for a farm.</p>
<p><strong></strong><strong>SPEnterpriseSearchServiceApplication</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchServiceApplication</em> – Returns the  search service application for a farm.</p>
<p><em></em><em>New-SPEnterpriseSearchServiceApplication</em> – Adds a  search service application to a farm.</p>
<p><em></em><em>Remove-SPEnterpriseSearchServiceApplication</em> – Deletes a  search service application.</p>
<p><em></em><em>Restore-SPEnterpriseSearchServiceApplication</em></p>
<p><em></em><em>Set-SPEnterpriseSearchServiceApplication</em> – Sets the  properties of a search service application for a farm.</p>
<p><em></em><em>Upgrade-SPEnterpriseSearchServiceApplication</em></p>
<p><strong></strong><strong>SPEnterpriseSearchServiceApplicationProxy</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchServiceApplicationProxy</em> – Returns the  search service application proxy.</p>
<p><em></em><em>New-SPEnterpriseSearchServiceApplicationProxy</em> – Adds a site  hit rule for a search application.</p>
<p><em></em><em>Remove-SPEnterpriseSearchServiceApplicationProxy</em> – Deletes a  search service application proxy.</p>
<p><em></em><em>Set-SPEnterpriseSearchServiceApplicationProxy</em> – Sets  properties of a search service application proxy.</p>
<p><strong></strong><strong>SPEnterpriseSearchServiceInstance</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchServiceInstance</em> – Returns the  search service instance for a farm.</p>
<p><em></em><em>Set-SPEnterpriseSearchServiceInstance</em> – Sets the  properties of a search service instance.</p>
<p><em></em><em>Start-SPEnterpriseSearchServiceInstance</em> – Starts an  instance of a search service.</p>
<p><em></em><em>Stop-SPEnterpriseSearchServiceInstance</em> – Stops an  instance of a search service.</p>
<p><strong></strong><strong>SPEnterpriseSearchSiteHitRule</strong></p>
<p><em></em><em>Get-SPEnterpriseSearchSiteHitRule</em> – Returns  shared site hit rule.</p>
<p><em></em><em>New-SPEnterpriseSearchSiteHitRule</em> – Output an  SiteHitRule Object.</p>
<p><em></em><em>Remove-SPEnterpriseSearchSiteHitRule</em> – Output an  SiteHitRule Object.</p>
<p><strong></strong><strong>SPEnterpriseSearchTopology</strong></p>
<p><em></em><em>Export-SPEnterpriseSearchTopology</em> – Saves an  existing search topology.</p>
<p><em></em><em>Import-SPEnterpriseSearchTopology</em> – Imports and  activates a topology from an XML file.</p>
<p><strong></strong><strong>SPExcelBlockedFileType</strong></p>
<p><em></em><em>Get-SPExcelBlockedFileType</em></p>
<p><em></em><em>New-SPExcelBlockedFileType</em></p>
<p><em></em><em>Remove-SPExcelBlockedFileType</em></p>
<p><strong></strong><strong>SPExcelDataConnectionLibrary</strong></p>
<p><em></em><em>Get-SPExcelDataConnectionLibrary</em></p>
<p><em></em><em>New-SPExcelDataConnectionLibrary</em></p>
<p><em></em><em>Remove-SPExcelDataConnectionLibrary</em></p>
<p><em></em><em>Set-SPExcelDataConnectionLibrary</em></p>
<p><strong></strong><strong>SPExcelDataProvider</strong></p>
<p><em></em><em>Get-SPExcelDataProvider</em></p>
<p><em></em><em>New-SPExcelDataProvider</em></p>
<p><em></em><em>Remove-SPExcelDataProvider</em></p>
<p><em></em><em>Set-SPExcelDataProvider</em></p>
<p><strong></strong><strong>SPExcelFileLocation</strong></p>
<p><em></em><em>Get-SPExcelFileLocation</em></p>
<p><em></em><em>New-SPExcelFileLocation</em></p>
<p><em></em><em>Remove-SPExcelFileLocation</em></p>
<p><em></em><em>Set-SPExcelFileLocation</em></p>
<p><strong></strong><strong>SPExcelServiceApplication</strong></p>
<p><em></em><em>Get-SPExcelServiceApplication</em> – Gets an  {Excel Service} application object.</p>
<p><em></em><em>New-SPExcelServiceApplication</em> -</p>
<p><em></em><em>Set-SPExcelServiceApplication</em> – Sets a  global property for an {Excel Services} application.</p>
<p><strong></strong><strong>SPExcelUserDefinedFunction</strong></p>
<p><em></em><em>Get-SPExcelUserDefinedFunction</em></p>
<p><em></em><em>New-SPExcelUserDefinedFunction</em></p>
<p><em></em><em>Remove-SPExcelUserDefinedFunction</em></p>
<p><em></em><em>Set-SPExcelUserDefinedFunction</em></p>
<p><strong></strong><strong>SPFarm</strong></p>
<p><em></em><em>Backup-SPFarm</em> – Creates a  backup of an individual database, Web application, or the entire farm.</p>
<p><em></em><em>Get-SPFarm</em> – Returns the  local SharePoint farm.</p>
<p><em></em><em>Restore-SPFarm</em></p>
<p><strong></strong><strong>SPFarmConfig</strong></p>
<p><em></em><em>Get-SPFarmConfig</em></p>
<p><em></em><em>Set-SPFarmConfig</em></p>
<p><strong></strong><strong>SPFarmEncryptionKey</strong></p>
<p><em></em><em>Update-SPFarmEncryptionKey</em> – Changes the  farm encryption key to a new value and re-encrypts all data currently encrypted with the current farm  encryption key with the new one.</p>
<p><strong></strong><strong>SPFeature</strong></p>
<p><em></em><em>Disable-SPFeature</em> – Disables an  installed feature at a given scope.</p>
<p><em></em><em>Enable-SPFeature</em> – Enables an  installed feature at the given scope.</p>
<p><em></em><em>Get-SPFeature</em> – Returns the  features based on a give scope.</p>
<p><em></em><em>Install-SPFeature</em> – Install a  feature using the Feature.xml file.</p>
<p><em></em><em>Uninstall-SPFeature</em> – Uninstalls  an installed feature definition.</p>
<p><strong></strong><strong>SPFeatureSet</strong></p>
<p><em></em><em>Get-SPFeatureSet</em></p>
<p><em></em><em>New-SPFeatureSet</em></p>
<p><em></em><em>Remove-SPFeatureSet</em></p>
<p><strong></strong><strong>SPFeatureSetMember</strong></p>
<p><em></em><em>Add-SPFeatureSetMember</em></p>
<p><em></em><em>Remove-SPFeatureSetMember</em></p>
<p><strong></strong><strong>SPHelpCollection</strong></p>
<p><em></em><em>Get-SPHelpCollection</em></p>
<p><em></em><em>Install-SPHelpCollection</em> – Install the  provided help collection files.</p>
<p><em></em><em>Uninstall-SPHelpCollection</em></p>
<p><strong></strong><strong>SPIdentityProvider</strong></p>
<p><em></em><em>Get-SPIdentityProvider</em></p>
<p><em></em><em>New-SPIdentityProvider</em></p>
<p><em></em><em>Remove-SPIdentityProvider</em></p>
<p><em></em><em>Set-SPIdentityProvider</em></p>
<p><strong></strong><strong>SPIisWebServiceApplicationPool</strong></p>
<p><em></em><em>Get-SPIisWebServiceApplicationPool</em> – Returns the  specified Internet Information Services (IIS) Application pool.</p>
<p><em></em><em>New-SPIisWebServiceApplicationPool</em> – Creates a  new Web service application pool.</p>
<p><em></em><em>Remove-SPIisWebServiceApplicationPool</em> – Completely  deletes the specified Web service application pool.</p>
<p><em></em><em>Set-SPIisWebServiceApplicationPool</em> – Changes the  account used for the Identity of the specified application pool.</p>
<p><strong></strong><strong>SPIisWebServiceSettings</strong></p>
<p><em></em><em>Get-SPIisWebServiceSettings</em> – Returns the  common Web Service settings.</p>
<p><em></em><em>Set-SPIisWebServiceSettings</em> – Configures  one or more common settings for all Web services.</p>
<p><strong></strong><strong>SPInfoPathAdministrationFiles</strong></p>
<p><em></em><em>Export-SPInfoPathAdministrationFiles</em> – Saves form  templates on the SharePoint Central Administration Web site and UDCX files to a CAB file.</p>
<p><em></em><em>Import-SPInfoPathAdministrationFiles</em> – Imports form  templates and UDCX files located on the SharePoint Central Administration Web site.</p>
<p><strong></strong><strong>SPInfoPathFormsService</strong></p>
<p><em></em><em>Get-SPInfoPathFormsService</em> – Returns the  forms service settings in the farm.</p>
<p><em></em><em>Set-SPInfoPathFormsService</em> – Sets  paramaters for the InfoPath Forms Services.</p>
<p><strong></strong><strong>SPInfoPathFormTemplate</strong></p>
<p><em></em><em>Disable-SPInfoPathFormTemplate</em> – Deactivate a  form template from the specified site collection.</p>
<p><em></em><em>Enable-SPInfoPathFormTemplate</em> – Activates a  form template in the specified site collection.</p>
<p><em></em><em>Get-SPInfoPathFormTemplate</em> – Returns an  InfoPath form template.</p>
<p><em></em><em>Install-SPInfoPathFormTemplate</em> – Installs an  InfoPath form template on a farm.</p>
<p><em></em><em>Set-SPInfoPathFormTemplate</em> – Sets  properties of an InfoPath form template.</p>
<p><em></em><em>Start-SPInfoPathFormTemplate</em> – Unquieces an  InfoPath form template on a farm after an upgrade.</p>
<p><em></em><em>Stop-SPInfoPathFormTemplate</em> – Disables an  InfoPath form template on a farm before an upgrade.</p>
<p><em></em><em>Test-SPInfoPathFormTemplate</em> – Validates  that a form template can be browser-enabled.</p>
<p><em></em><em>Uninstall-SPInfoPathFormTemplate</em> – Removes a  form template from a farm.</p>
<p><em></em><em>Update-SPInfoPathFormTemplate</em> – Upgrades all  forms templates on the farm.</p>
<p><strong></strong><strong>SPInfoPathUrl</strong></p>
<p><em></em><em>Update-SPInfoPathUrl</em> – Executes  InfoPath XSN/UDC fix-up on SharePoint Services.</p>
<p><strong></strong><strong>SPInfoPathUserAgent</strong></p>
<p><em></em><em>Add-SPInfoPathUserAgent</em> – Adds a user  agent to a farm.</p>
<p><em></em><em>Get-SPInfoPathUserAgent</em> – Returns a  user agent or all the currently defined user agents for the farm.</p>
<p><em></em><em>Remove-SPInfoPathUserAgent</em> – Removes a  user agent.</p>
<p><strong></strong><strong>SPInfoPathWebServiceProxy</strong></p>
<p><em></em><em>Get-SPInfoPathWebServiceProxy</em> – Returns the  Web proxy settings for the Web application.</p>
<p><em></em><em>Set-SPInfoPathWebServiceProxy</em> – Sets  parameters for an existing SharePoint Web service application.</p>
<p><strong></strong><strong>SPLogEvent</strong></p>
<p><em></em><em>Get-SPLogEvent</em></p>
<p><strong></strong><strong>SPLogFile</strong></p>
<p><em></em><em>Merge-SPLogFile</em></p>
<p><em></em><em>New-SPLogFile</em></p>
<p><strong></strong><strong>SPLogLevel</strong></p>
<p><em></em><em>Clear-SPLogLevel</em></p>
<p><em></em><em>Get-SPLogLevel</em></p>
<p><em></em><em>Set-SPLogLevel</em></p>
<p><strong></strong><strong>SPManagedAccount</strong></p>
<p><em></em><em>Get-SPManagedAccount</em> – Retrieves  accounts registered in configuration database.</p>
<p><em></em><em>New-SPManagedAccount</em> – Registers a  new managed account.</p>
<p><em></em><em>Remove-SPManagedAccount</em> – Removes a  managed account from the farm.</p>
<p><em></em><em>Set-SPManagedAccount</em> – Configures  the managed account.</p>
<p><strong></strong><strong>SPManagedPath</strong></p>
<p><em></em><em>Get-SPManagedPath</em> – Returns all  managed paths that match the given criteria.</p>
<p><em></em><em>New-SPManagedPath</em> – Creates a  new managed path for the given Web application for all host header site collections.</p>
<p><em></em><em>Remove-SPManagedPath</em> – Deletes the  specified managed path from the specified host header or Web application.</p>
<p><strong></strong><strong>SPMetadataServiceApplication</strong></p>
<p><em></em><em>Get-SPMetadataServiceApplication</em> – Get a  MetadataWebServiceApplication instance</p>
<p><em></em><em>New-SPMetadataServiceApplication</em> – Create a  Metadata Shared Service Application</p>
<p><em></em><em>Set-SPMetadataServiceApplication</em> – Set  properties on a Metadata Shared Service Application</p>
<p><strong></strong><strong>SPMetadataServiceApplicationProxy</strong></p>
<p><em></em><em>Get-SPMetadataServiceApplicationProxy</em> – Get a MetadataWebServiceApplicationProxy instance</p>
<p><em></em><em>New-SPMetadataServiceApplicationProxy</em> – Create proxy  for remote or local Metadata shared service application</p>
<p><em></em><em>Set-SPMetadataServiceApplicationProxy</em> – Update  metadata proxy settings</p>
<p><strong></strong><strong>SPMetadataWebServicePartitionData</strong></p>
<p><em></em><em>Clear-SPMetadataWebServicePartitionData</em></p>
<p><em></em><em>Export-SPMetadataWebServicePartitionData</em></p>
<p><em></em><em>Import-SPMetadataWebServicePartitionData</em></p>
<p><strong></strong><strong>SPMobileMessagingAccount</strong></p>
<p><em></em><em>Get-SPMobileMessagingAccount</em> – Retrieves  mobile messaging accounts for the specified Web application.</p>
<p><em></em><em>Set-SPMobileMessagingAccount</em> – Configures  the specified mobile messaging account.</p>
<p><strong></strong><strong>SPObaSolutionPackage</strong></p>
<p><em></em><em>New-SPObaSolutionPackage</em></p>
<p><strong></strong><strong>SPObjectSecurity</strong></p>
<p><em></em><em>Get-SPObjectSecurity</em> – Returns the  security information for the specified service application.</p>
<p><strong></strong><strong>SPParentFarmTrust</strong></p>
<p><em></em><em>Get-SPParentFarmTrust</em></p>
<p><em></em><em>New-SPParentFarmTrust</em></p>
<p><em></em><em>Remove-SPParentFarmTrust</em></p>
<p><em></em><em>Set-SPParentFarmTrust</em></p>
<p><strong></strong><strong>SPPassPhrase</strong></p>
<p><em></em><em>Set-SPPassPhrase</em> – Sets the  Passphrase to a new value.</p>
<p><strong></strong><strong>SPProcessAccount</strong></p>
<p><em></em><em>Get-SPProcessAccount</em></p>
<p><strong></strong><strong>SPProduct</strong></p>
<p><em></em><em>Get-SPProduct</em> – Returns a  list of the SharePoint related products installed in the farm and the versions of all updates installed for each  of them.</p>
<p><strong></strong><strong>SPProfileServiceApplication</strong></p>
<p><em></em><em>New-SPProfileServiceApplication</em></p>
<p><em></em><em>Set-SPProfileServiceApplication</em></p>
<p><strong></strong><strong>SPProfileServiceApplicationProxy</strong></p>
<p><em></em><em>New-SPProfileServiceApplicationProxy</em></p>
<p><em></em><em>Set-SPProfileServiceApplicationProxy</em></p>
<p><strong></strong><strong>SPProfileServiceApplicationTenant</strong></p>
<p><em></em><em>Add-SPProfileServiceApplicationTenant</em></p>
<p><em></em><em>Export-SPProfileServiceApplicationTenant</em></p>
<p><em></em><em>Import-SPProfileServiceApplicationTenant</em></p>
<p><em></em><em>Remove-SPProfileServiceApplicationTenant</em></p>
<p><em></em><em>Set-SPProfileServiceApplicationTenant</em></p>
<p><strong></strong><strong>SPResourceSecurity</strong></p>
<p><em></em><em>Initialize-SPResourceSecurity</em></p>
<p><strong></strong><strong>SPSearchService</strong></p>
<p><em></em><em>Get-SPSearchService</em> – Returns a  search service.</p>
<p><em></em><em>Set-SPSearchService</em> – Sets  properties of a search service.</p>
<p><strong></strong><strong>SPSearchServiceInstance</strong></p>
<p><em></em><em>Get-SPSearchServiceInstance</em> – Returns an  instance of a search service.</p>
<p><em></em><em>Set-SPSearchServiceInstance</em> – Sets  properties of a search service instance.</p>
<p><strong></strong><strong>SPSecureStoreApplication</strong></p>
<p><em></em><em>Get-SPSecureStoreApplication</em></p>
<p><em></em><em>New-SPSecureStoreApplication</em></p>
<p><em></em><em>Remove-SPSecureStoreApplication</em></p>
<p><em></em><em>Set-SPSecureStoreApplication</em></p>
<p><strong></strong><strong>SPSecureStoreApplicationField</strong></p>
<p><em></em><em>New-SPSecureStoreApplicationField</em></p>
<p><strong></strong><strong>SPSecureStoreApplicationServerKey</strong></p>
<p><em></em><em>Update-SPSecureStoreApplicationServerKey</em></p>
<p><strong></strong><strong>SPSecureStoreCredentialMapping</strong></p>
<p><em></em><em>Clear-SPSecureStoreCredentialMapping</em></p>
<p><em></em><em>Update-SPSecureStoreCredentialMapping</em></p>
<p><strong></strong><strong>SPSecureStoreGroupCredentialMapping</strong></p>
<p><em></em><em>Update-SPSecureStoreGroupCredentialMapping</em></p>
<p><strong></strong><strong>SPSecureStoreMasterKey</strong></p>
<p><em></em><em>Update-SPSecureStoreMasterKey</em></p>
<p><strong></strong><strong>SPSecureStoreServiceApplication</strong></p>
<p><em></em><em>New-SPSecureStoreServiceApplication</em></p>
<p><em></em><em>Set-SPSecureStoreServiceApplication</em></p>
<p><strong></strong><strong>SPSecureStoreServiceApplicationProxy</strong></p>
<p><em></em><em>New-SPSecureStoreServiceApplicationProxy</em></p>
<p><strong></strong><strong>SPSecureStoreTargetApplication</strong></p>
<p><em></em><em>New-SPSecureStoreTargetApplication</em></p>
<p><strong></strong><strong>SPSecurityTokenService</strong></p>
<p><em></em><em>Get-SPSecurityTokenService</em></p>
<p><strong></strong><strong>SPServer</strong></p>
<p><em></em><em>Get-SPServer</em> – Returns the  server(s) in the farm that match the given identity.</p>
<p><em></em><em>Rename-SPServer</em> – Renames a  server that is currently connected to the farm.</p>
<p><strong></strong><strong>SPServiceApplication</strong></p>
<p><em></em><em>Get-SPServiceApplication</em> – Return the  specified service application.</p>
<p><em></em><em>Grant-SPServiceApplication</em> – Grants a  user account access to the Service Application.</p>
<p><em></em><em>Publish-SPServiceApplication</em> – Share the  specified local Service Application outside the farm.</p>
<p><em></em><em>Remove-SPServiceApplication</em> – Deletes the  specified service application on the local server.</p>
<p><em></em><em>Revoke-SPServiceApplication</em> – Revokes a  user’s access to a service application.</p>
<p><em></em><em>Set-SPServiceApplication</em></p>
<p><em></em><em>Unpublish-SPServiceApplication</em> – Stop sharing  the specified service application outside the farm.</p>
<p><strong></strong><strong>SPServiceApplicationProxy</strong></p>
<p><em></em><em>Get-SPServiceApplicationProxy</em> – Returns an  instance of the specified Service Application Proxy.</p>
<p><em></em><em>Remove-SPServiceApplicationProxy</em> – Delete the  specified service application proxy.</p>
<p><strong></strong><strong>SPServiceApplicationProxyGroup</strong></p>
<p><em></em><em>Get-SPServiceApplicationProxyGroup</em> – Returns the  proxy group for the specified service application.</p>
<p><em></em><em>New-SPServiceApplicationProxyGroup</em> – Creates a  new service application proxy group.</p>
<p><em></em><em>Remove-SPServiceApplicationProxyGroup</em> – Completely  deletes the specified service application proxy group.</p>
<p><strong></strong><strong>SPServiceApplicationProxyGroupMember</strong></p>
<p><em></em><em>Add-SPServiceApplicationProxyGroupMember</em> – Adds a  member to the service application proxy group.</p>
<p><em></em><em>Remove-SPServiceApplicationProxyGroupMember</em> – Removes one  or more proxies from the specified service application proxy group.</p>
<p><strong></strong><strong>SPServiceContext</strong></p>
<p><em></em><em>Get-SPServiceContext</em></p>
<p><strong></strong><strong>SPServiceEndpoint</strong></p>
<p><em></em><em>Get-SPServiceEndpoint</em></p>
<p><em></em><em>Set-SPServiceEndpoint</em></p>
<p><strong></strong><strong>SPServiceInstance</strong></p>
<p><em></em><em>Get-SPServiceInstance</em> – Returns the  services instance for a specific server or the farm.</p>
<p><em></em><em>Start-SPServiceInstance</em> – Starts the  Service Instance for a Service on a specific server or the farm.</p>
<p><em></em><em>Stop-SPServiceInstance</em> – Stops the  Service Instance for a Service.</p>
<p><strong></strong><strong>SPSessionStateService</strong></p>
<p><em></em><em>Disable-SPSessionStateService</em></p>
<p><em></em><em>Enable-SPSessionStateService</em></p>
<p><em></em><em>Get-SPSessionStateService</em></p>
<p><em></em><em>Set-SPSessionStateService</em></p>
<p><strong></strong><strong>SPSharedServiceApplicationInfo</strong></p>
<p><em></em><em>Receive-SPSharedServiceApplicationInfo</em></p>
<p><strong></strong><strong>SPSingleSignOn</strong></p>
<p><em></em><em>Disable-SPSingleSignOn</em> – Disables the  SharePoint Single Sign On service</p>
<p><strong></strong><strong>SPSingleSignOnDatabase</strong></p>
<p><em></em><em>Upgrade-SPSingleSignOnDatabase</em> – Upgrades the  SSO 12 data to a Secure Store database</p>
<p><strong></strong><strong>SPSite</strong></p>
<p><em></em><em>Backup-SPSite</em> – Performs a  backup of a site collection.</p>
<p><em></em><em>Get-SPSite</em> – Returns all  site collections that match the given criteria.</p>
<p><em></em><em>New-SPSite</em> – Creates a  new site collection at the specified URL.</p>
<p><em></em><em>Remove-SPSite</em> – Completely  deletes an existing site collection and all sub-sites.</p>
<p><em></em><em>Restore-SPSite</em> – Restores a  site collection.</p>
<p><em></em><em>Set-SPSite</em> – Configures  the specified sites.</p>
<p><strong></strong><strong>SPSiteAdministration</strong></p>
<p><em></em><em>Get-SPSiteAdministration</em> – Returns a  site administration object which allows a farm administrator to view certain information about site  collections they may not have access to.</p>
<p><em></em><em>Set-SPSiteAdministration</em> – Allows farm  administrators to configure any site collection.</p>
<p><strong></strong><strong>SPSiteSubscription</strong></p>
<p><em></em><em>Get-SPSiteSubscription</em> – Returns the  site subscription for the given URL or all site subscriptions in the local farm.</p>
<p><em></em><em>New-SPSiteSubscription</em> – Creates a  new site subscription.</p>
<p><em></em><em>Remove-SPSiteSubscription</em> – Removes a  site subscription along with all contained site collections and settings.</p>
<p><strong></strong><strong>SPSiteSubscriptionConfig</strong></p>
<p><em></em><em>Get-SPSiteSubscriptionConfig</em></p>
<p><em></em><em>Set-SPSiteSubscriptionConfig</em></p>
<p><strong></strong><strong>SPSiteSubscriptionMetadataConfig</strong></p>
<p><em></em><em>Get-SPSiteSubscriptionMetadataConfig</em></p>
<p><em></em><em>Remove-SPSiteSubscriptionMetadataConfig</em></p>
<p><em></em><em>Set-SPSiteSubscriptionMetadataConfig</em></p>
<p><strong></strong><strong>SPSiteSubscriptionSettings</strong></p>
<p><em></em><em>Export-SPSiteSubscriptionSettings</em></p>
<p><em></em><em>Import-SPSiteSubscriptionSettings</em></p>
<p><em></em><em>Remove-SPSiteSubscriptionSettings</em></p>
<p><strong></strong><strong>SPSolution</strong></p>
<p><em></em><em>Add-SPSolution</em></p>
<p><em></em><em>Get-SPSolution</em></p>
<p><em></em><em>Install-SPSolution</em></p>
<p><em></em><em>Remove-SPSolution</em></p>
<p><em></em><em>Uninstall-SPSolution</em></p>
<p><em></em><em>Update-SPSolution</em></p>
<p><strong></strong><strong>SPSolutionDeploymentLock</strong></p>
<p><em></em><em>Remove-SPSolutionDeploymentLock</em></p>
<p><strong></strong><strong>SPStateServiceApplication</strong></p>
<p><em></em><em>Get-SPStateServiceApplication</em></p>
<p><em></em><em>New-SPStateServiceApplication</em></p>
<p><em></em><em>Set-SPStateServiceApplication</em></p>
<p><strong></strong><strong>SPStateServiceApplicationProxy</strong></p>
<p><em></em><em>Get-SPStateServiceApplicationProxy</em></p>
<p><em></em><em>New-SPStateServiceApplicationProxy</em></p>
<p><em></em><em>Set-SPStateServiceApplicationProxy</em></p>
<p><strong></strong><strong>SPStateServiceDatabase</strong></p>
<p><em></em><em>Dismount-SPStateServiceDatabase</em></p>
<p><em></em><em>Get-SPStateServiceDatabase</em></p>
<p><em></em><em>Initialize-SPStateServiceDatabase</em></p>
<p><em></em><em>Mount-SPStateServiceDatabase</em></p>
<p><em></em><em>New-SPStateServiceDatabase</em></p>
<p><em></em><em>Remove-SPStateServiceDatabase</em></p>
<p><em></em><em>Resume-SPStateServiceDatabase</em></p>
<p><em></em><em>Set-SPStateServiceDatabase</em></p>
<p><em></em><em>Suspend-SPStateServiceDatabase</em></p>
<p><strong></strong><strong>SPSubscriptionSettingsServiceApplication</strong></p>
<p><em></em><em>New-SPSubscriptionSettingsServiceApplication</em></p>
<p><em></em><em>Set-SPSubscriptionSettingsServiceApplication</em></p>
<p><strong></strong><strong>SPSubscriptionSettingsServiceApplicationProxy</strong></p>
<p><em></em><em>New-SPSubscriptionSettingsServiceApplicationProxy</em></p>
<p><strong></strong><strong>SPTaxonomySession</strong></p>
<p><em></em><em>Get-SPTaxonomySession</em> – Get a  TaxonomySession instance</p>
<p><strong></strong><strong>SPTimerJob</strong></p>
<p><em></em><em>Disable-SPTimerJob</em></p>
<p><em></em><em>Enable-SPTimerJob</em></p>
<p><em></em><em>Get-SPTimerJob</em></p>
<p><em></em><em>Set-SPTimerJob</em></p>
<p><em></em><em>Start-SPTimerJob</em></p>
<p><strong></strong><strong>SPTopologyWebServiceApplication</strong></p>
<p><em></em><em>Get-SPTopologyWebServiceApplication</em></p>
<p><em></em><em>Set-SPTopologyWebServiceApplication</em></p>
<p><strong></strong><strong>SPTopologyWebServiceProxy</strong></p>
<p><em></em><em>Get-SPTopologyWebServiceProxy</em></p>
<p><em></em><em>Set-SPTopologyWebServiceProxy</em></p>
<p><strong></strong><strong>SPUsageApplication</strong></p>
<p><em></em><em>Get-SPUsageApplication</em></p>
<p><em></em><em>New-SPUsageApplication</em></p>
<p><em></em><em>Remove-SPUsageApplication</em></p>
<p><em></em><em>Set-SPUsageApplication</em></p>
<p><strong></strong><strong>SPUsageDefinition</strong></p>
<p><em></em><em>Get-SPUsageDefinition</em></p>
<p><em></em><em>Set-SPUsageDefinition</em></p>
<p><strong></strong><strong>SPUsageLogFile</strong></p>
<p><em></em><em>New-SPUsageLogFile</em></p>
<p><strong></strong><strong>SPUsageService</strong></p>
<p><em></em><em>Get-SPUsageService</em></p>
<p><em></em><em>Set-SPUsageService</em></p>
<p><strong></strong><strong>SPUser</strong></p>
<p><em></em><em>Get-SPUser</em> – Returns the  user(s) that match a given search criteria.</p>
<p><em></em><em>Move-SPUser</em> – Migrates a  user account in .</p>
<p><em></em><em>New-SPUser</em> – Adds an  existing user to a site with the designated permissions.</p>
<p><em></em><em>Remove-SPUser</em> – Removes a  user from a web site.</p>
<p><em></em><em>Set-SPUser</em> – Configures  properties on an existing user.</p>
<p><strong></strong><strong>SPUserProfilePhotoStore</strong></p>
<p><em></em><em>Update-SPUserProfilePhotoStore</em></p>
<p><strong></strong><strong>SPUserSolution</strong></p>
<p><em></em><em>Add-SPUserSolution</em></p>
<p><em></em><em>Get-SPUserSolution</em></p>
<p><em></em><em>Install-SPUserSolution</em></p>
<p><em></em><em>Remove-SPUserSolution</em></p>
<p><em></em><em>Uninstall-SPUserSolution</em></p>
<p><em></em><em>Update-SPUserSolution</em></p>
<p><strong></strong><strong>SPVisioExternalData</strong></p>
<p><em></em><em>Get-SPVisioExternalData</em> – Returns the  settings for external data connections for a Visio Service application.</p>
<p><em></em><em>Set-SPVisioExternalData</em></p>
<p><strong></strong><strong>SPVisioPerformance</strong></p>
<p><em></em><em>Get-SPVisioPerformance</em> – Returns the  Visio Graphics Services settings for the performance of a Visio Service application.</p>
<p><em></em><em>Set-SPVisioPerformance</em> – Sets  performance properties for a Visio Services application.</p>
<p><strong></strong><strong>SPVisioSafeDataProvider</strong></p>
<p><em></em><em>Get-SPVisioSafeDataProvider</em> – Returns the  settings of a safe data provider for a Visio Services application.</p>
<p><em></em><em>New-SPVisioSafeDataProvider</em> – Adds a new  data provider to a Visio Services application.</p>
<p><em></em><em>Remove-SPVisioSafeDataProvider</em> – Removes a  data provider from a Visio Services application.</p>
<p><em></em><em>Set-SPVisioSafeDataProvider</em> – Specifies a  description of a safe data provider for a Visio Services application.</p>
<p><strong></strong><strong>SPVisioServiceApplication</strong></p>
<p><em></em><em>Get-SPVisioServiceApplication</em> – Returns  properties of a Visio Services application or a collection of Visio Services applications.</p>
<p><em></em><em>New-SPVisioServiceApplication</em> – Adds a new  Visio Services application to a farm.</p>
<p><em></em><em>Remove-SPVisioServiceApplication</em> – Removes a  Visio Services application from a farm.</p>
<p><em></em><em>Set-SPVisioServiceApplication</em> – Sets the  ServiceApplicationPool property of a Visio Services application.</p>
<p><strong></strong><strong>SPVisioServiceApplicationProxy</strong></p>
<p><em></em><em>Get-SPVisioServiceApplicationProxy</em> – Returns  properties of a Visio Services application proxy or a collection of Visio Services application proxies.</p>
<p><em></em><em>New-SPVisioServiceApplicationProxy</em> – Adds a new  Visio Services application proxy to a farm.</p>
<p><em></em><em>Remove-SPVisioServiceApplicationProxy</em> – Removes a  Visio Services application proxy from a farm.</p>
<p><strong></strong><strong>SPWeb</strong></p>
<p><em></em><em>Export-SPWeb</em> – Exports a  site collection, Web application, list, or library.</p>
<p><em></em><em>Get-SPWeb</em> – Returns all  sub-sites that match the given criteria.</p>
<p><em></em><em>Import-SPWeb</em> – Imports a  site collection, Web application, list, or library.</p>
<p><em></em><em>New-SPWeb</em> – Creates a  new sub-site under any existing site collection.</p>
<p><em></em><em>Remove-SPWeb</em> – Completely  deletes the specified Web.</p>
<p><em></em><em>Set-SPWeb</em> – Configures  the specified sub-site.</p>
<p><strong></strong><strong>SPWebAnalyticsServiceApplication</strong></p>
<p><em></em><em>Get-SPWebAnalyticsServiceApplication</em> – Returns the  settings for a Web Analytics Service application.</p>
<p><em></em><em>New-SPWebAnalyticsServiceApplication</em> – Adds a new  Web Analytics Service application to the farm.</p>
<p><em></em><em>Set-SPWebAnalyticsServiceApplication</em> – Sets  properties of a Web Analytics Service application.</p>
<p><strong></strong><strong>SPWebAnalyticsServiceApplicationProxy</strong></p>
<p><em></em><em>New-SPWebAnalyticsServiceApplicationProxy</em> – Adds a new  Web Analytics Service application proxy to the farm.</p>
<p><strong></strong><strong>SPWebApplication</strong></p>
<p><em></em><em>Get-SPWebApplication</em> – Returns all  Web applications that match the given criteria.</p>
<p><em></em><em>New-SPWebApplication</em> – Creates a  new Web application within the local farm.</p>
<p><em></em><em>Remove-SPWebApplication</em> – Deletes the  specified Web application.</p>
<p><em></em><em>Set-SPWebApplication</em> – Configure  the specified Web application.</p>
<p><strong></strong><strong>SPWebApplicationExtension</strong></p>
<p><em></em><em>New-SPWebApplicationExtension</em> – Creates a  new zone instance for the Web application.</p>
<p><strong></strong><strong>SPWebApplicationHttpThrottling</strong></p>
<p><em></em><em>Disable-SPWebApplicationHttpThrottling</em></p>
<p><em></em><em>Enable-SPWebApplicationHttpThrottling</em></p>
<p><strong></strong><strong>SPWebApplicationHttpThrottlingMonitor</strong></p>
<p><em></em><em>Set-SPWebApplicationHttpThrottlingMonitor</em></p>
<p><strong></strong><strong>SPWebApplicationHttpThrottlingMonitors</strong></p>
<p><em></em><em>Get-SPWebApplicationHttpThrottlingMonitors</em></p>
<p><strong></strong><strong>SPWebApplicationSiginRedirectUrl</strong></p>
<p><em></em><em>Set-SPWebApplicationSiginRedirectUrl</em></p>
<p><strong></strong><strong>SPWebPartPack</strong></p>
<p><em></em><em>Get-SPWebPartPack</em> – Return the  Web part packages installed for the specified scope.</p>
<p><em></em><em>Install-SPWebPartPack</em> – Installs the  specified Web part package to the specified location.</p>
<p><em></em><em>Uninstall-SPWebPartPack</em> – Uninstall  the specified Web part package.</p>
<p><strong></strong><strong>SPWebTemplate</strong></p>
<p><em></em><em>Get-SPWebTemplate</em> – Displays all  globally installed site templates that match the given identity.</p>
<p><em></em><em>Install-SPWebTemplate</em> – Installs the  given site template.</p>
<p><em></em><em>Set-SPWebTemplate</em> – Changes the  title and description of an installed site template.</p>
<p><em></em><em>Uninstall-SPWebTemplate</em> – Uninstall  the given site template.</p>
<p><strong></strong><strong>SPWordConversionServiceApplication</strong></p>
<p><em></em><em>New-SPWordConversionServiceApplication</em> – Creates a  new service application.</p>
<p><em></em><em>Set-SPWordConversionServiceApplication</em> – Sets  parameters on a service application.</p>
<p><strong></strong><strong> </strong></p>
<p><strong></strong><strong>SPWordConversionServiceApplicationProxy</strong></p>
<p><em></em><em>New-SPWordConversionServiceApplicationProxy</em> – Creates a  new service application proxy.</p>
<p><strong></strong><strong> </strong></p>
<p><strong></strong><strong>SPWorkflowConfig</strong></p>
<p><em></em><em>Get-SPWorkflowConfig</em> – Returns  workflow settings for the specified Web application.</p>
<p><em></em><em>Set-SPWorkflowConfig</em> – Configures  the workflow settings for the specified Web application.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F03%2F19%2Fpowershell-commands-for-sharepoint-2010%2F&amp;linkname=PowerShell%20Commands%20for%20SharePoint%202010"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/03/19/powershell-commands-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expand your web server &#8211; Free IIS features &#8211; URLrewrite, Silverlight video streaming, Powershell, URLScan and more!</title>
		<link>http://www.jeremytaylor.net/2010/03/16/expand-your-web-server-free-iis-features-urlrewrite-silverlight-video-streaming-powershell-urlscan-and-more/</link>
		<comments>http://www.jeremytaylor.net/2010/03/16/expand-your-web-server-free-iis-features-urlrewrite-silverlight-video-streaming-powershell-urlscan-and-more/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 12:45:03 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=288</guid>
		<description><![CDATA[IIS has greatly changed since I did my MCSE in Windows NT4.0! I did the MCSE+I in the year 2000. The I stood for &#8220;Internet&#8221; which was essentially IIS.
Now we have IIS 7 and 7.5 and is now built on an open &#38; modular architecture that allows you to customise and add new features through [...]]]></description>
			<content:encoded><![CDATA[<p>IIS has greatly changed since I did my MCSE in Windows NT4.0! I did the MCSE+I in the year 2000. The I stood for &#8220;Internet&#8221; which was essentially IIS.<br />
Now we have IIS 7 and 7.5 and is now built on an open &amp; modular architecture that allows you to customise and add new features through IIS Extensions that are free to use.<br />
Here are some useful extensions that may help you at your work&#8230;</p>
<p><span id="more-288"></span></p>
<p><a title="URL Rewrite" href="http://www.iis.net/expand/URLRewrite" target="_blank"><strong>URL Rewrite</strong></a><br />
IIS URL Rewrite 2.0 enables Web administrators to create powerful rules  to implement URLs that are easier for users to remember and easier for  search engines to find.<br />
<a title="Install URL Rewrite" href="http://go.microsoft.com/?linkid=9722531" target="_blank">Install URL Rewrite</a></p>
<p><a title="Application Request Routing" href="http://www.iis.net/expand/ApplicationRequestRouting" target="_blank"><strong>Application Request Routing</strong></a><br />
Microsoft Application Request Routing Version 1 for IIS 7 is a proxy based routing module that forwards HTTP requests to content servers based on HTTP headers and server variables, and load balance algorithms.<br />
<a title="Install Application Request Routing" href="http://go.microsoft.com/?linkid=9694857" target="_blank">Install Application Request Routing</a></p>
<p><a title="Application Warm-Up Module for IIS 7.5" href="http://www.iis.net/expand/ApplicationWarmUp" target="_blank"><strong>Application Warm-Up Module for IIS 7.5 &#8211; Beta</strong></a><br />
IIS Application Warm-Up for IIS 7.5 enables IT Professionals to improve the responsiveness of their Web sites by loading the Web applications before the first request arrives.<br />
<a title="Install Application Warm-Up Module for IIS 7.5" href="http://go.microsoft.com/?linkid=9690096" target="_blank">Install Application Warm-Up Module for IIS 7.5</a></p>
<p><a href="http://www.iis.net/expand/IISManager" target="_blank"><strong>IIS Manager for Remote Administration</strong></a><br />
The new remote administration tool for IIS 7.0 provides end users and administrators with a way to remotely manage IIS 7.0 servers from Windows Vista, Windows XP and Windows Server 2003. The tool provides administrators and users with a familiar user interface to manage and configure their servers.<br />
<a href="http://go.microsoft.com/?linkid=9655670" target="_blank">Install IIS Manager for Remote Administration</a></p>
<p><a href="http://www.iis.net/expand/SEOToolkit" target="_blank"><strong>Search Engine Optimization Toolkit</strong></a><br />
The IIS Search Engine Optimization (SEO) Toolkit helps Web developers, hosting providers, and Web server administrators to improve their Web site’s relevance in search results by recommending how to make the site content more search engine-friendly.<br />
<a href="http://go.microsoft.com/?linkid=9695987" target="_blank">Install Search Engine Optimization Toolkit</a></p>
<p><a href="http://www.iis.net/expand/WebPI" target="_blank"><strong>Web Platform Installer</strong></a><br />
The Microsoft Web Platform Installer (Web PI) is a free tool that makes it simple to download, install and keep up-to-date with the latest components of the Microsoft Web Platform, including Internet Information Services (IIS), SQL Server Express, .NET Framework and Visual Web Developer.<br />
<a href="http://go.microsoft.com/fwlink/?LinkID=145510" target="_blank">Install Web Platform Installer</a></p>
<p><a href="http://www.iis.net/expand/PowerShell" target="_blank"><strong>Windows PowerShell Snap-In</strong></a><br />
The Windows PowerShell Snap-In for IIS 7.0 allows Web administrators and hosting providers to easily automate routine and complex IIS 7.0 administration tasks such as creating Web sites, and managing configuration and run-time data using Windows PowerShell.<br />
<a href="http://go.microsoft.com/?linkid=9655702" target="_blank"> Install Windows Powershell Snap-In</a></p>
<p><a href="http://www.iis.net/expand/DynamicIPRestrictions" target="_blank"><strong>Dynamic IP Restrictions &#8211; Beta</strong></a><br />
The Dynamic IP Restrictions Extension for IIS provides IT Professionals and Hosters a configurable module that helps mitigate or block Denial of Service Attacks or cracking of passwords through Brute-force by temporarily blocking Internet Protocol (IP) addresses of HTTP clients who follow a pattern that could be conducive to one of such attacks.<br />
<a href="http://go.microsoft.com/?linkid=9655673" target="_blank"> Install Dynamic IP Restrictions &#8211; Beta</a></p>
<p><a href="http://www.iis.net/expand/UrlScan" target="_blank"><strong>UrlScan 3.1</strong></a><br />
UrlScan version 3.1 is a security tool that restricts the types of HTTP requests that Internet Information Services (IIS) 6.0 will process. UrlScan screens all incoming requests to the server by filtering the requests based on rules that are set by the administrator. Filtering requests helps secure the server by ensuring that only valid requests are processed.<br />
<a href="http://go.microsoft.com/?linkid=9655676" target="_blank"> Install UrlScan 3.1</a></p>
<p><a href="http://www.iis.net/expand/webdeploy" target="_blank"><strong>Web Deploy</strong></a><br />
Web Deploy (Web Deployment Tool) simplifies the migration, management and deployment of IIS Web servers, Web applications and Web sites. Administrators can use command-line scripting with Web Deploy to synchronize IIS 6.0 and IIS 7.0 servers or to migrate an IIS 6.0 server to IIS 7.0. Web Deploy also enables administrators and delegated users to use IIS Manager to deploy ASP.NET and PHP applications to an IIS 7.0 server.<br />
<a href="http://go.microsoft.com/?linkid=9684518" target="_blank"> Install Web Deploy</a></p>
<p><a href="http://go.microsoft.com/?linkid=9684518" target="_blank"><strong>Live Smooth Streaming</strong></a><br />
Live Smooth Streaming enables adaptive streaming of live events to Silverlight clients. Using HTTP to deliver live events takes advantage of the scale of existing HTTP networks and keeps content close to the end user and makes true HD (720p+) a reality for live Web broadcasts as well as drastically increasing live event availability.<br />
<a href="http://go.microsoft.com/?linkid=9689670" target="_blank"> Install Live Smooth Streaming</a></p>
<p><a href="http://go.microsoft.com/?linkid=9689670" target="_blank"><strong>Smooth Streaming</strong></a><br />
Smooth Streaming enables adaptive streaming of media to Silverlight clients over HTTP. Smooth Streaming provides a high-quality viewing experience that scales massively on content distribution networks making true HD media experiences (720p+) a reality.<br />
<a href="http://go.microsoft.com/?linkid=9689670" target="_blank"> Install Smooth Streaming</a></p>
<p><a href="http://www.iis.net/expand/SmoothPlayer" target="_blank"><strong>Smooth Streaming Player</strong></a><br />
The IIS Smooth Streaming Player Development Kit allows you to build rich Silverlight user experiences that take full advantage of IIS live and on-demand Smooth Streaming capabilities.<br />
<a href="http://go.microsoft.com/?linkid=9707324" target="_blank"> Install Smooth Streaming Player</a></p>
<p><a href="http://www.iis.net/expand/fastcgi" target="_blank"><strong>FastCGI for IIS 6</strong></a><br />
The FastCGI Extension for IIS 6.0 enables popular application frameworks that support FastCGI protocol to be hosted on the IIS web server in a high-performance and reliable way. FastCGI provides a high-performance alternative to the Common Gateway Interface (CGI), which has been supported by IIS since it&#8217;s first release.<br />
<a href="http://go.microsoft.com/?linkid=9656517" target="_blank"> Install FastCGI for IIS 6</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F03%2F16%2Fexpand-your-web-server-free-iis-features-urlrewrite-silverlight-video-streaming-powershell-urlscan-and-more%2F&amp;linkname=Expand%20your%20web%20server%20%26%238211%3B%20Free%20IIS%20features%20%26%238211%3B%20URLrewrite%2C%20Silverlight%20video%20streaming%2C%20Powershell%2C%20URLScan%20and%20more%21"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/03/16/expand-your-web-server-free-iis-features-urlrewrite-silverlight-video-streaming-powershell-urlscan-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SharePoint 2010 Training webinar: PowerShell Boot Camp &#8211; March 25, 2010</title>
		<link>http://www.jeremytaylor.net/2010/03/16/free-sharepoint-2010-training-webinar-powershell-boot-camp-march-25-2010/</link>
		<comments>http://www.jeremytaylor.net/2010/03/16/free-sharepoint-2010-training-webinar-powershell-boot-camp-march-25-2010/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:33:32 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=284</guid>
		<description><![CDATA[
SharePoint 2010 is the first version of  SharePoint technologies in which Microsoft supports administration  through PowerShell scripts. In SharePoint 2007, farm administrators use a  command-line utility named STSADM.EXE to run  interactive commands from the console window and to write DOS-style  batch file scripts to automate common administrative tasks such as [...]]]></description>
			<content:encoded><![CDATA[<div id="ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField">
<p>SharePoint 2010 is the first version of  SharePoint technologies in which Microsoft supports administration  through PowerShell scripts. In SharePoint 2007, farm administrators use a  command-line utility named <strong>STSADM.EXE</strong> to run  interactive commands from the console window and to write DOS-style  batch file scripts to automate common administrative tasks such as  creating, backing up or restoring a new site collection.</p>
<p>Microsoft now recommends using the new PowerShell support for  writing, testing and executing scripts that automate the same types of  administrative tasks that you can accomplish using STSADM.EXE.</p>
<p><a title="SharePoint 2010 Webinar - Powershell Boot camp" href="http://www.criticalpathtraining.com/Schedule/Webcasts/Pages/PowerShellBootCampforSharePointProfessionals.aspx" target="_blank">Click here to register</a></p>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F03%2F16%2Ffree-sharepoint-2010-training-webinar-powershell-boot-camp-march-25-2010%2F&amp;linkname=Free%20SharePoint%202010%20Training%20webinar%3A%20PowerShell%20Boot%20Camp%20%26%238211%3B%20March%2025%2C%202010"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/03/16/free-sharepoint-2010-training-webinar-powershell-boot-camp-march-25-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating custom SharePoint MOSS 2007 &amp; WSS 3.0 themes</title>
		<link>http://www.jeremytaylor.net/2010/03/13/creating-custom-sharepoint-moss-2007-wss-3-0-themes/</link>
		<comments>http://www.jeremytaylor.net/2010/03/13/creating-custom-sharepoint-moss-2007-wss-3-0-themes/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 01:21:47 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=281</guid>
		<description><![CDATA[I was looking around for some reading today and I thought of collecting information on whats out there on SharePoint skinning, SharePoint customisation of themes and master pages. There are a few articles on the web that I have read before and would like to share them with you. May I suggest you bookmark this [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking around for some reading today and I thought of collecting information on whats out there on SharePoint skinning, SharePoint customisation of themes and master pages. There are a few articles on the web that I have read before and would like to share them with you. May I suggest you bookmark this article so you can refer back when you need. I will add more links as I come across them. You may be able to share your favourites with me and I will edit this article to include your valuable suggestions! Thanks!</p>
<p><span id="more-281"></span></p>
<p><strong>Article 1: </strong><a title="In this article, you will learn how to create a SharePoint template to be used for sub areas, the important elements that need to be changed in the default.aspx page, important elements in Onet.xml, and also the folder structure for lists. In the end, we will discuss about some of the important elements included with the Schema.xml file." href="http://aspalliance.com/759_Working_with_SharePoint_Templates.all" target="_blank"></p>
<p>http://aspalliance.com/759_Working_with_SharePoint_Templates.all</a></p>
<p>With the help of this article, you will learn how to<br />
1. Create a new template.<br />
2. Add Web Part Zones to a template in default.aspx page.<br />
3. Add Web Parts by default while create Sub Area Pages using Onet.xml.<br />
4. Create default Content Lists using Onet.xml.<br />
5. Create multiple lists of the same list type in Onet.xml.<br />
6. Change the view using Schema.xml.</p>
<p><strong>Article 2:</strong><a title="heather solomon" href="http://www.heathersolomon.com/blog/articles/sp2007.aspx" target="_blank"></p>
<p>http://www.heathersolomon.com/blog/articles/sp2007.aspx</a></p>
<p>In this article on Heather Solomon&#8217;s website, you will get to understand more on Master Pages and themes in SharePoint.<br />
There are a lot of SharePoint Design tips, working with CSS and the master page. You might need some good time set aside to go through these articles.</p>
<p>Article 3:<br />
<a href="http://www.idratherbewriting.com/2008/06/21/customizing-your-sharepoint-site-read-these-10-conceptsgotchas-first/" target="_blank">http://www.idratherbewriting.com/2008/06/21/customizing-your-sharepoint-site-read-these-10-conceptsgotchas-first/</a><br />
In this article, you will read 10 Concepts/Gotchas when customising SharePoint.<br />
1. A good SharePoint site is one that doesn’t look like a SharePoint site.<br />
2. Without SharePoint Designer, you can do nothing. With SharePoint Designer, you can do nothing.<br />
3. Like the Borg, all content pages render through Default.master or another master file.<br />
4. When you edit the master, the core.css file unghosts.<br />
5. You can’t see the image directory that the core.css stylesheet refers to.<br />
6. If you edit the Summary View and change the item limit, it breaks the code and you have to generate a new site to figure out the code to fix it.<br />
7. If you modify a theme, switch back to the default, and then return to your modified theme, all modifications are gone.<br />
8. To configure the search to see just blog posts, you have to enter a code that does not exist anywhere on the Internet or help file.<br />
9. You can’t control the look and feel of the admin side of things.<br />
10. Site metrics don’t tell you what post anyone has viewed.</p>
<p>Arcticle 4:<br />
<a href="http://branding-sharepoint.com/2010/01/winter-in-minnesota/" target="_blank">http://branding-sharepoint.com/2010/01/winter-in-minnesota/</a><br />
A blog in the life of a SharePoint graphic designer. Some inspiring articles to see where SharePoint design can lead to!</p>
<p>May I suggest you bookmark this article so you can refer back when you need. I will add more links as I come across them. You may be able to share your favourites with me and I will edit this article to include your valuable suggestions! Thanks!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F03%2F13%2Fcreating-custom-sharepoint-moss-2007-wss-3-0-themes%2F&amp;linkname=Creating%20custom%20SharePoint%20MOSS%202007%20%26%23038%3B%20WSS%203.0%20themes"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/03/13/creating-custom-sharepoint-moss-2007-wss-3-0-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Central Administration High Availability, Load Balancing &amp; General Recommendations</title>
		<link>http://www.jeremytaylor.net/2010/03/09/sharepoint-central-administration-high-availability-load-balancing-general-recommendations/</link>
		<comments>http://www.jeremytaylor.net/2010/03/09/sharepoint-central-administration-high-availability-load-balancing-general-recommendations/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 11:55:47 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=279</guid>
		<description><![CDATA[A few questions have come up about having dual SharePoint Central Administation servers in a farm. In short, it is possible to run two CAs in a farm. (It is Microsoft supported).
In a 5 server farm (3 WFE, 1 Index, 1 CA), we may feel the need to load balance the CAs with Microsoft&#8217;s Network [...]]]></description>
			<content:encoded><![CDATA[<p>A few questions have come up about having dual SharePoint Central Administation servers in a farm. In short, it is possible to run two CAs in a farm. (It is Microsoft supported).<br />
In a 5 server farm (3 WFE, 1 Index, 1 CA), we may feel the need to load balance the CAs with Microsoft&#8217;s Network load balancing NLB.<br />
I found a <strong>good </strong>article that helped reinforced some concepts..<br />
<a title="Harbar.net" href="http://www.harbar.net/articles/spca.aspx" target="_blank">http://www.harbar.net/articles/spca.aspx</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F03%2F09%2Fsharepoint-central-administration-high-availability-load-balancing-general-recommendations%2F&amp;linkname=SharePoint%20Central%20Administration%20High%20Availability%2C%20Load%20Balancing%20%26%23038%3B%20General%20Recommendations"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/03/09/sharepoint-central-administration-high-availability-load-balancing-general-recommendations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure SharePoint search pdf files with a free ifilter</title>
		<link>http://www.jeremytaylor.net/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/</link>
		<comments>http://www.jeremytaylor.net/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 14:24:20 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[ifilter]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=276</guid>
		<description><![CDATA[1. Download Free ifilter from: http://download.adobe.com/pub/adobe/acrobat/win/all/ifilter60.exe
You can also download Download Adobe Reader 9.0 which contains the ifilter.  Necessary for x64 bit systems. http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025
2. Run the newly downloaded file and go through the install wizard with your preferences.
3. Enable the pdf extension in SharePoint. Central Administration &#62; SharedServices &#62; Search Settings &#62; File Types &#62;New File [...]]]></description>
			<content:encoded><![CDATA[<p>1. Download Free ifilter from: <a href="http://download.adobe.com/pub/adobe/acrobat/win/all/ifilter60.exe" target="_blank">http://download.adobe.com/pub/adobe/acrobat/win/all/ifilter60.exe</a><br />
You can also download Download Adobe Reader 9.0 which contains the ifilter.  Necessary for x64 bit systems. <a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025" target="_blank">http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025</a></p>
<p>2. Run the newly downloaded file and go through the install wizard with your preferences.</p>
<p>3. Enable the pdf extension in SharePoint. Central Administration &gt; SharedServices &gt; Search Settings &gt; File Types &gt;New File Type<br />
4. Enter ‘pdf’ as a file extension and Click OK.</p>
<p>5. Right click and save the pdf icon from <a href="http://www.adobe.com/misc/linking.html" target="_blank">http://www.adobe.com/misc/linking.html</a></p>
<p>6. Add the Acrobat pdf icon to the SharePoint templates directory. Copy the Acrobat PDF picture called pdficon_small.gif in the 12 Hive\TEMPLATE\IMAGES folder, e.g. %programfiles%\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\IMAGES.</p>
<p>7. Open the 12 Hive\TEMPLATE\XML\DOCICON.XML file.<br />
Find the &lt;DocIcons.ByExtension&gt; part<br />
Add the following: &lt;mapping Key=&#8221;pdf&#8221; Value=&#8221;pdficon_small.gif&#8221; OpenControl=&#8221;" /&gt;<br />
Save</p>
<p>8. Run<br />
net stop osearch<br />
net start osearch</p>
<p>9. Perform a full crawl to reindex your pdf files.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F02%2F04%2Fconfigure-sharepoint-search-pdf-files-with-a-free-ifilter%2F&amp;linkname=Configure%20SharePoint%20search%20pdf%20files%20with%20a%20free%20ifilter"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.</title>
		<link>http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/</link>
		<comments>http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 04:00:23 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Host Headers]]></category>
		<category><![CDATA[port 80]]></category>
		<category><![CDATA[Web application]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=269</guid>
		<description><![CDATA[When creating a new web application, you may experience this error:
The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.
Solution:
1. Ensure you have a proper dns name / entry in the hosts file of your server for the new url you are wanting [...]]]></description>
			<content:encoded><![CDATA[<p>When creating a new web application, you may experience this error:</p>
<blockquote><p>The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.</p></blockquote>
<p>Solution:<br />
1. Ensure you have a proper dns name / entry in the hosts file of your server for the new url you are wanting to create.<br />
2. Ensure you have typed in the &#8216;host header&#8217; typed in when creating the new web application.<br />
3. If this doesnt work, open IIS Manager &#8211; Start&gt;run&gt; inetmgr&gt; and verify the home directory &#8211; it could be located on a different drive.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F13%2Fthe-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application%2F&amp;linkname=The%20directory%20C%3A%5CInetpub%5Cwwwroot%5Cwss%5CVirtualDirectories%5C80%20is%20already%20being%20used%20by%20another%20IIS%20Web%20Site.%20%20Choose%20a%20different%20root%20directory%20for%20your%20new%20Web%20application."><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content type &#8216;0&#215;01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811&#8242; not found in web</title>
		<link>http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/</link>
		<comments>http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:06:10 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[content type]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[publishing portal]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=267</guid>
		<description><![CDATA[You may sometimes see this error when creating a new page in a SharePoint MOSS 2007 publishing portal.
&#8220;Content type &#8216;0&#215;01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811&#8242; not found in web &#8216;http://yoururl&#8217;
Two step solution:

1. Go to Central Admin, Application Management, User Permissions for Web Application.
Ensure &#8220;Use Client Integration Features&#8221; and &#8220;Use Remote Interfaces&#8221; are enabled.
2. Go to Central Admin, Application Management, Policy [...]]]></description>
			<content:encoded><![CDATA[<p>You may sometimes see this error when creating a new page in a SharePoint MOSS 2007 publishing portal.</p>
<blockquote><p>&#8220;Content type &#8216;0&#215;01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811&#8242; not found in web &#8216;http://yoururl&#8217;</p></blockquote>
<p><strong>Two step solution:<br />
</strong></p>
<p>1. Go to Central Admin, Application Management, User Permissions for Web Application.<br />
Ensure &#8220;Use Client Integration Features&#8221; and &#8220;Use Remote Interfaces&#8221; are enabled.</p>
<p>2. Go to Central Admin, Application Management, Policy for Web Application.<br />
Add your user account with Full Control and Finish!</p>
<p>You may have to do an IISRESET and you should be able to create new pages.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F12%2Fcontent-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web%2F&amp;linkname=Content%20type%20%26%238216%3B0%26%23215%3B01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811%26%238242%3B%20not%20found%20in%20web"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Designer 2010 useful links</title>
		<link>http://www.jeremytaylor.net/2010/01/11/sharepoint-designer-2010-useful-links/</link>
		<comments>http://www.jeremytaylor.net/2010/01/11/sharepoint-designer-2010-useful-links/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 11:51:32 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer 2010]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[useful links]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=256</guid>
		<description><![CDATA[SharePoint Designer 2010 is the tool of choice for the rapid development of SharePoint applications. Using SharePoint Designer, advanced users and developers alike can rapidly create SharePoint solutions in response to business needs. Advanced users can compose no-code solutions that encompass a variety of common scenarios, from collaborative sites and web publishing to Line-Of-Business data [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SharePoint Designer 2010</strong> is the tool of choice for the rapid development of SharePoint applications. Using SharePoint Designer, advanced users and developers alike can rapidly create SharePoint solutions in response to business needs. Advanced users can compose no-code solutions that encompass a variety of common scenarios, from collaborative sites and web publishing to Line-Of-Business data integration, business intelligence solutions, and human workflows, leveraging the building blocks available in SharePoint in an easy to use environment. In addition, developers can use SharePoint Designer 2010 to get a quick start on SharePoint development projects.</p>
<p>Here are some useful links for you on SharePoint Designer 2010 I hope you find useful. You can bookmark this page and refer to it later as I will be updating more links as time goes by.</p>
<p>MSDN blogs on SharePoint Designer 2010: <a href="http://blogs.msdn.com/sharepointdesigner/archive/2009/11/02/sharepoint-designer-2010-new-shell-tour.aspx" target="_blank">http://blogs.msdn.com/sharepointdesigner/archive/2009/11/02/sharepoint-designer-2010-new-shell-tour.aspx</a></p>
<p>SharePoint videos: <a href="http://www.sharepoint-videos.com/free-sharepoint-sharepoint-designer-and-infopath-2010-videos/">http://www.sharepoint-videos.com/free-sharepoint-sharepoint-designer-and-infopath-2010-videos/</a></p>
<p>Official SharePoint Designer 2010 page on Microsoft: <a href="http://sharepoint2010.microsoft.com/product/related-technologies/Pages/SharePoint-Designer-2010.aspx">http://sharepoint2010.microsoft.com/product/related-technologies/Pages/SharePoint-Designer-2010.aspx</a></p>
<p>Introduction to SharePoint Designer 2010: <a href="http://www.endusersharepoint.com/2009/11/12/introduction-to-sharepoint-designer-2010/" target="_blank">http://www.endusersharepoint.com/2009/11/12/introduction-to-sharepoint-designer-2010/</a></p>
<p>Download Microsoft SharePoint Designer 2010 Beta (64-bit): <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=eeda9ab1-ac53-4870-9e1c-38940343d677&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=eeda9ab1-ac53-4870-9e1c-38940343d677&amp;displaylang=en</a></p>
<p>Download Microsoft SharePoint Designer 2010 Beta (32-bit): <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=82df15bd-16a5-460e-a7c4-22599c669bb1&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=82df15bd-16a5-460e-a7c4-22599c669bb1&amp;displaylang=en</a></p>
<p>Changes in SharePoint Designer 2010: <a href="http://technet.microsoft.com/en-us/library/cc179083%28office.14%29.aspx">http://technet.microsoft.com/en-us/library/cc179083%28office.14%29.aspx</a></p>
<p>SharePoint Designer 2010 books: <a href="http://www.informit.com/store/product.aspx?isbn=0672331055" target="_blank">http://www.informit.com/store/product.aspx?isbn=0672331055</a></p>
<p>SharePoint Designer 2010 training: <a href="http://www.kalliance.com/microsoft-office/microsoft-sharepoint-designer-2010-training.htm">http://www.kalliance.com/microsoft-office/microsoft-sharepoint-designer-2010-training.htm</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F11%2Fsharepoint-designer-2010-useful-links%2F&amp;linkname=SharePoint%20Designer%202010%20useful%20links"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/11/sharepoint-designer-2010-useful-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
