<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Creating Shared Service Provider (SSP) via command-line options</title><link>http://blogs.technet.com/chris_hernandez/archive/2007/10/03/creating-shared-service-provider-ssp-via-command-line-options.aspx</link><description>Using the SharePoint Admin UI there can often be quite a delay to perform administrative actions compared to doing the same actions via the powerful command-line tools. One of the tools that should be very familiar to SharePoint Admins is STSADM.exe.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Creating Shared Service Provider (SSP) via command-line options</title><link>http://blogs.technet.com/chris_hernandez/archive/2007/10/03/creating-shared-service-provider-ssp-via-command-line-options.aspx#2824420</link><pubDate>Mon, 04 Feb 2008 16:27:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2824420</guid><dc:creator>michaelve</dc:creator><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;I was wondering if there is a way to enumerate/edit/create SSP providers on a farm/server programmatically.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
</description></item><item><title>re: Creating Shared Service Provider (SSP) via command-line options</title><link>http://blogs.technet.com/chris_hernandez/archive/2007/10/03/creating-shared-service-provider-ssp-via-command-line-options.aspx#2828390</link><pubDate>Tue, 05 Feb 2008 04:44:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2828390</guid><dc:creator>chrishe</dc:creator><description>&lt;p&gt;Hello michaelve,&lt;/p&gt;
&lt;p&gt;See the entry for SPWebApplication (&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.administration.spwebapplication_members.aspx"&gt;http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.administration.spwebapplication_members.aspx&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;For enumerating existing SSPs, it will be something along these lines:&lt;/p&gt;
&lt;p&gt;foreach (SPWebApplication spWebApp in srv.WebApplications)&lt;/p&gt;
&lt;p&gt;if spWebApp.Properties.ContainsKey(&amp;quot;Microsoft.Office.Server.SharedResourceProvider&amp;quot;)&lt;/p&gt;
&lt;p&gt;// found the SSP&lt;/p&gt;
</description></item></channel></rss>