<?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>TuXwin &#187; Sharepoint</title>
	<atom:link href="http://www.tuxwin.net/category/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tuxwin.net</link>
	<description>Systèmes - Réseaux - Sécurité - Virtualisation - déploiement ...</description>
	<lastBuildDate>Wed, 02 Nov 2011 15:38:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Gestion de la corbeille sharepoint avec powershell</title>
		<link>http://www.tuxwin.net/sharepoint/gestion-de-la-corbeille-sharepoint-avec-powershell/</link>
		<comments>http://www.tuxwin.net/sharepoint/gestion-de-la-corbeille-sharepoint-avec-powershell/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 07:29:11 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[automatiser le vidage de la corbeille sur sharepoint]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[TuXwin Magazine Actualités IT et Web]]></category>

		<guid isPermaLink="false">http://www.tuxwin.net/?p=191</guid>
		<description><![CDATA[La gestion des corbeilles dans Sharepoint quand on a une belle collection de sites devient assez importantes donc voici un petit script powershell pour le faire : # Function:          Clear-All-RecycleBin # Description:       Clear all Recycle Bin for a site collection # Parameters:        SiteCollectionURL : URL for Site Collection function Clear-All-RecycleBin([string]$SiteCollectionURL) { [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") &#62; $null $site ...<p><BR/><HR/>
<a href="http://www.tuxwin.net/sharepoint/gestion-de-la-corbeille-sharepoint-avec-powershell/">Gestion de la corbeille sharepoint avec powershell</a> est écrit par Pierre et publié sur : <a href="http://www.tuxwin.net">TuXwin Magazine</a> | Si vous voulez me contacter merci de cliquer <a href="http://www.tuxwin.net/contact/">ici</a> | @ 2010 TuXwin Magazine<br/><br/></p>
]]></description>
		<wfw:commentRss>http://www.tuxwin.net/sharepoint/gestion-de-la-corbeille-sharepoint-avec-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activer SSL sur le site d&#8217;administration de sharepoint</title>
		<link>http://www.tuxwin.net/sharepoint/activer-ssl-sur-le-site-dadministration-de-sharepoint/</link>
		<comments>http://www.tuxwin.net/sharepoint/activer-ssl-sur-le-site-dadministration-de-sharepoint/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 13:27:17 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[SSL sur l'administration de sharepoint]]></category>
		<category><![CDATA[TuXwin Magazine Actualités IT et Web]]></category>

		<guid isPermaLink="false">http://www.tuxwin.net/?p=87</guid>
		<description><![CDATA[Pour configurer le port sur lequel vous voulez vous connecter : stsadm.exe -o setadminport -p 443 Pour utiliser SSL : stsadm.exe -o setadminport -ssl Pour plus d&#8217;infos sur les lignes de commande pour administrer sharepoint c&#8217;est ICI Activer SSL sur le site d&#8217;administration de sharepoint est écrit par Pierre et publié sur : TuXwin Magazine &#124; Si ...<p><BR/><HR/>
<a href="http://www.tuxwin.net/sharepoint/activer-ssl-sur-le-site-dadministration-de-sharepoint/">Activer SSL sur le site d&#8217;administration de sharepoint</a> est écrit par Pierre et publié sur : <a href="http://www.tuxwin.net">TuXwin Magazine</a> | Si vous voulez me contacter merci de cliquer <a href="http://www.tuxwin.net/contact/">ici</a> | @ 2010 TuXwin Magazine<br/><br/></p>
]]></description>
		<wfw:commentRss>http://www.tuxwin.net/sharepoint/activer-ssl-sur-le-site-dadministration-de-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sauvegarde et restauration sharepoint</title>
		<link>http://www.tuxwin.net/sharepoint/sauvegarde-et-restauration-sharepoint/</link>
		<comments>http://www.tuxwin.net/sharepoint/sauvegarde-et-restauration-sharepoint/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 08:49:12 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[restauration sharepoint]]></category>
		<category><![CDATA[sauvegarde sharepoint]]></category>
		<category><![CDATA[stsadm.exe]]></category>
		<category><![CDATA[TuXwin Magazine Actualités IT et Web]]></category>

		<guid isPermaLink="false">http://www.tuxwin.net/?p=38</guid>
		<description><![CDATA[Voici la syntaxe existante par défaut dans Sharepoint pour sauvegarder ses sites, il faut bien respecter la syntaxe car le path n&#8217;est pas déclaré. Sauvegarde: &#171;&#160;C:\Program Files\Fichiers communs\Microsoft Shared\web server extensions\60\BIN\STSADM.EXE&#160;&#187; -o backup -url http://votresite -filename &#171;&#160;chemin de fichier&#160;&#187; -overwrite Restauration: &#171;&#160;C:\Program Files\Fichiers communs\Microsoft Shared\web server extensions\60\BIN\STSADM.EXE&#160;&#187; -o restore -url http://votresite -filename &#171;&#160;chemin du fichier&#160;&#187; ...<p><BR/><HR/>
<a href="http://www.tuxwin.net/sharepoint/sauvegarde-et-restauration-sharepoint/">Sauvegarde et restauration sharepoint</a> est écrit par Pierre et publié sur : <a href="http://www.tuxwin.net">TuXwin Magazine</a> | Si vous voulez me contacter merci de cliquer <a href="http://www.tuxwin.net/contact/">ici</a> | @ 2010 TuXwin Magazine<br/><br/></p>
]]></description>
		<wfw:commentRss>http://www.tuxwin.net/sharepoint/sauvegarde-et-restauration-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authentification NTLM Firefox Sharepoint</title>
		<link>http://www.tuxwin.net/sharepoint/authentification-ntlm-firefox-sharepoint/</link>
		<comments>http://www.tuxwin.net/sharepoint/authentification-ntlm-firefox-sharepoint/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 14:20:57 +0000</pubDate>
		<dc:creator>Pierre</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Authentification NTLM]]></category>
		<category><![CDATA[Sharepoint et firefox]]></category>

		<guid isPermaLink="false">http://www.tuxwin.net/?p=15</guid>
		<description><![CDATA[Pour pouvoir profiter de l&#8217;authentification NTLM avec firefox lorsque vous vous connecter à un site sharepoint il faut paramétrer firefox en rentrant le ou les sites sharepoint : Donc dans la barre d&#8217;adresses de firefox il faut taper : about:config Ensuite il faut trouver la clé network.automatic-ntlm-auth.trusted-uris Une fois la clé trouvé il faut la ...<p><BR/><HR/>
<a href="http://www.tuxwin.net/sharepoint/authentification-ntlm-firefox-sharepoint/">Authentification NTLM Firefox Sharepoint</a> est écrit par Pierre et publié sur : <a href="http://www.tuxwin.net">TuXwin Magazine</a> | Si vous voulez me contacter merci de cliquer <a href="http://www.tuxwin.net/contact/">ici</a> | @ 2010 TuXwin Magazine<br/><br/></p>
]]></description>
		<wfw:commentRss>http://www.tuxwin.net/sharepoint/authentification-ntlm-firefox-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

