﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><!--Version 1.0.9306.1059 --><!--Date created: 12/10/2009 10:17:43 PM--><HelpItems xmlns="http://msh" schema="maml">
	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Install-SPSolution</command:name><maml:description><maml:para>Déploie une solution SharePoint installée dans la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Install</command:verb><command:noun>SPSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Install-SPSolution</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AllWebApplications</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>CASPolicies</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>GACDeployment</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Local</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Time</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Install-SPSolution</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Synchronize</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la solution SharePoint à déployer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide de solution SharePoint (par exemple, SPSolution1) ou une instance d'un objet SPSolution valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue><dev:type><maml:name>SPSolutionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AllWebApplications</maml:name><maml:description><maml:para>Spécifie que la nouvelle solution SharePoint est déployée pour toutes les applications Web SharePoint de la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>CASPolicies</maml:name><maml:description><maml:para>Spécifie que les stratégies de sécurité d'accès du code (CAS) peuvent être déployées pour la nouvelle solution SharePoint.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Force le déploiement de la nouvelle solution SharePoint.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>GACDeployment</maml:name><maml:description><maml:para>Spécifie que le Global Assembly Cache (GAC) peut être déployé pour la nouvelle solution SharePoint.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Language</maml:name><maml:description><maml:para>Spécifie une langue pour la solution lors du déploiement d'un module de prise en charge linguistique. Si ce paramètre n'est pas spécifié, zéro (« 0 ») est pris par défaut. Utilisez zéro pour les solutions qui sont valides pour toutes les langues.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Local</maml:name><maml:description><maml:para>Déploie la solution sur l'ordinateur serveur actif.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Synchronize</maml:name><maml:description><maml:para>Synchronise toutes les solutions ou la solution spécifiée dans la batterie de serveurs locale.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Time</maml:name><maml:description><maml:para>Spécifie quand la solution sera déployée. La valeur par défaut est immédiatement.</maml:para><maml:para /><maml:para>Le type doit être une valeur DateTime valide, au format 2010, 5, 1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Déploie la solution SharePoint pour l'application Web SharePoint spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MyOfficeApp1) ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Install-SPSolution déploie une solution SharePoint installée dans la batterie de serveurs. Utilisez l'applet de commande Add-SPSolution pour installer un package de solution SharePoint dans la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Install-SPSolution -Identity contoso_solution.wsp -GACDeployment</dev:code><dev:remarks><maml:para>Cet exemple déploie la solution SharePoint contoso_solution.wsp installée dans la batterie de serveurs et spécifie que le GAC peut être déployé pour la nouvelle solution SharePoint.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSolutionDeploymentLock</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Install-SPSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPMobileMessagingAccount</command:name><maml:description><maml:para>Récupère les comptes de messagerie mobile pour l'application Web spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPMobileMessagingAccount</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPMobileMessagingAccount</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPMobileMessagingAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie s'il faut renvoyer les informations sur le compte SMS (Short Message Service) ou MMS (Multimedia Messaging Service). Les valeurs valides sont SMS et MMS. Si vous ne spécifiez pas ce paramètre, les informations sur le compte sont renvoyées pour SMS et MMS. </maml:para><maml:para /></maml:description><command:parameterValue required="True">SPMobileMessagingAccountPipeBind</command:parameterValue><dev:type><maml:name>SPMobileMessagingAccountPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'identité de l'application Web à supprimer. Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web valide (par exemple WebApplication1212) ou un nom valide (par exemple WebApp2423).</maml:para><maml:para /><maml:para>Vous devez spécifier le paramètre WebApplication, ou utiliser le commutateur HostHeader et spécifier l'URL complète dans le paramètre Identity.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPMobileMessagingAccount récupère les comptes de messagerie mobile pour l'application Web spécifiée.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPMobileMessagingAccount -WebApplication http://sitename</dev:code><dev:remarks><maml:para>Cet exemple récupère les informations sur les paramètres du compte mobile actuel de l'application Web http://sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>

<maml:navigationLink><maml:linkText>Set-SPMobileMessagingAccount</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPMobileMessagingAccount</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Clear-SPSiteSubscriptionBusinessDataCatalogConfig</command:name><maml:description><maml:para>Supprime toutes les données du magasin de métadonnées de connectivité de données métiers pour une partition spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Clear</command:verb><command:noun>SPSiteSubscriptionBusinessDataCatalogConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Clear-SPSiteSubscriptionBusinessDataCatalogConfig</maml:name><command:parameter required="True" position="Named"><maml:name>ServiceContext</maml:name><command:parameterValue required="True">SPServiceContextPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceContext</maml:name><maml:description><maml:para>Spécifie le contexte de service pour lequel les modèles de connectivité de données métiers sont supprimés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceContextPipeBind</command:parameterValue><dev:type><maml:name>SPServiceContextPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Clear-SPSiteSubscriptionBusinessDataCatalogConfig supprime tous les modèles et toutes les données du magasin de métadonnées de connectivité de données métiers pour une partition de service spécifiée.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les informations les plus récentes sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Clear-SPSiteSubscriptionBusinessDataCatalogConfig -ServiceContext http://contoso</dev:code><dev:remarks><maml:para>Cet exemple supprime toutes les données du magasin de métadonnées de connectivité de données métiers pour le site spécifié.
</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Export-SPSiteSubscriptionBusinessDataCatalogConfig</maml:linkText><maml:uri /></maml:navigationLink>Import-SPSiteSubscriptionBusinessDataCatalogConfig</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Clear-SPSiteSubscriptionBusinessDataCatalogConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPSiteSubscriptionFeaturePackMember</command:name><maml:description><maml:para>Supprime une définition de fonction du jeu de fonctions SharePoint fourni.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPSiteSubscriptionFeaturePackMember</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPSiteSubscriptionFeaturePackMember</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteSubscriptionFeaturePackPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>FeatureDefinition</maml:name><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Remove-SPSiteSubscriptionFeaturePackMember</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteSubscriptionFeaturePackPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>AllFeatureDefinitions</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le jeu de fonctions à partir duquel supprimer une fonction.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de jeu de fonctions valide (par exemple, FeatureSet1) ou une instance d'un objet SPFeatureSet valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionFeaturePackPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionFeaturePackPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AllFeatureDefinitions</maml:name><maml:description><maml:para>Efface toutes les fonctions du jeu de fonctions.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>FeatureDefinition</maml:name><maml:description><maml:para>Spécifie la définition de fonction à supprimer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue><dev:type><maml:name>SPFeatureDefinitionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPSiteSubscriptionFeaturePackMember supprime le paramètre FeatureDefintion fourni du jeu de fonctions spécifié par le paramètre Identity. Si l'indicateur AllFeatureDefinitions est fourni, toutes les définitions de fonctions sont supprimées du jeu de fonctions donné.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les informations les plus récentes sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>$FS = Get-SPSiteSubscriptionFeaturePack "30daa535-b0fe-4d10-84b0-fb04029d161a"

C:\PS>Remove-SPSiteSubscriptionFeaturePackMember -Identity $fs -FeatureDefinition (Get-SPFeature "PublishingSite")</dev:code><dev:remarks><maml:para>Cet exemple supprime la fonction PublishingSite du jeu de fonctions dont l'ID est 30daa535-b0fe-4d10-84b0-fb04029d161a.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Get-SPSiteSubscriptionFeaturePack "30daa535-b0fe-4d10-84b0-fb04029d161a" | Remove-SPSiteSubscriptionFeaturePackMember -AllFeatureDefinitions</dev:code><dev:remarks><maml:para>Cet exemple supprime toutes les fonctions du jeu de fonctions 30daa535-b0fe-4d10-84b0-fb04029d161a.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Add-SPSiteSubscriptionFeaturePackMember</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPSiteSubscriptionFeaturePack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSiteSubscriptionFeaturePack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPSiteSubscriptionFeaturePackMember</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPUsageApplication</command:name><maml:description><maml:para>Renvoie une application d'utilisation spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPUsageApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPUsageApplication</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUsageApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UsageService</maml:name><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application d'utilisation à récupérer. Si le paramètre Identity n'est pas spécifié, l'applet de commande renvoie l'application d'utilisation locale.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application d'utilisation valide (par exemple, UsageApplication1) ou une instance d'un objet SPUsageApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUsageApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPUsageApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>UsageService</maml:name><maml:description><maml:para>Filtre pour renvoyer l'application d'utilisation avec l'objet parent SPUsageService spécifié.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de service d'utilisation valide (par exemple, UsageService1) ou une instance d'un objet SPUsageService valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue><dev:type><maml:name>SPUsageServicePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPUsageApplication renvoie une application d'utilisation spécifiée. Si le paramètre Identity n'est pas spécifié, l'applet de commande renvoie l'application d'utilisation locale.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les informations les plus récentes sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-------------------</maml:title>
<dev:code>C:\PS>Get-SPUsageApplication -Identity "Usage and Health data collection"</dev:code><dev:remarks><maml:para>Cet exemple renvoie l'application d'utilisation Usage and Health data collection</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPUsageApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPUsageApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUsageApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPUsageApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Import-SPBusinessDataCatalogDotNetAssembly</command:name><maml:description><maml:para>Importe un .NET Connectivity Assembly.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Import</command:verb><command:noun>SPBusinessDataCatalogDotNetAssembly</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Import-SPBusinessDataCatalogDotNetAssembly</maml:name><command:parameter required="True" position="Named"><maml:name>LobSystem</maml:name><command:parameterValue required="True">LobSystem</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DependentAssemblyPaths</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LobSystem</maml:name><maml:description><maml:para>Spécifie le LobSystem auquel l'assembly correspond.</maml:para><maml:para /></maml:description><command:parameterValue required="True">LobSystem</command:parameterValue><dev:type><maml:name>LobSystem</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Chemin d'accès</maml:name><maml:description><maml:para>Spécifie le chemin d'accès à l'assembly primaire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>DependentAssemblyPaths</maml:name><maml:description><maml:para>Spécifie une liste de chemins d'accès aux assemblys dépendants.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Import-SPBusinessDataCatalogDotNetAssembly importe un .NET Connectivity Assembly qui correspond à un .NET Assembly Connector et un LobSystem dans le magasin de métadonnées.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les informations les plus récentes sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-----------------EXEMPLE 1---------------</maml:title>
<dev:code>C:\PS>Import-SPBusinessDataCatalogDotNetAssembly -LobSystem $ContosoDB -Path "c:\Folder\Assembly.dll"</dev:code><dev:remarks><maml:para>Cet exemple importe l'assembly Assembly.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-----------------EXEMPLE 2---------------</maml:title>
<dev:code>C:\PS>Import-SPBusinessDataCatalogDotNetAssembly -LobSystem $ContosoDB -Path "c:\Folder\Assembly.dll" -DependentAssemblyPaths "c:\Folder\Assembly2.dll","c:\Folder\Assembly3.dll"</dev:code><dev:remarks><maml:para>Cet exemple importe l'assembly Assembly, ainsi que les assemblys Assembly2 et Assembly3 dépendants.
</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Import-SPBusinessDataCatalogDotNetAssembly</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPUsageDefinition</command:name><maml:description><maml:para>Définit la période de rétention pour un fournisseur d'utilisation.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPUsageDefinition</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPUsageDefinition</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUsageDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DaysRetained</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Enable</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'objet de définition d'utilisation à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de définition d'utilisation valide (par exemple, SiteSubscriptionConfig1) ou une instance d'un objet SPUsageDefinition valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUsageDefinitionPipeBind</command:parameterValue><dev:type><maml:name>SPUsageDefinitionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DaysRetained</maml:name><maml:description><maml:para>Spécifie le nombre de jours de rétention des données d'utilisation pour le fournisseur d'utilisation dans la base de données du service d'utilisation. La valeur par défaut est 14.</maml:para><maml:para /><maml:para>Le type doit être un entier compris entre 0 et 31.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Enable</maml:name><maml:description><maml:para>Active le fournisseur d'utilisation spécifié.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPUsageDefinition définit la période de rétention pour un fournisseur d'utilisation spécifié. Un objet de définition d'utilisation définit un type de fournisseur d'utilisation spécifique.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les informations les plus récentes sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Set-SPUsageDefinition -Identity "Page Requests" -DaysRetained 31</dev:code><dev:remarks><maml:para>Cet exemple définit à 31 le nombre de jours stockant les données d'utilisation des demandes de pages.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPUsageDefinition</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPUsageDefinition</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPClaimProvider</command:name><maml:description><maml:para>Désinscrit un fournisseur de revendications.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPClaimProvider</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPClaimProvider</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPClaimProviderPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le fournisseur de revendications à désinscrire.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur de revendications valide (par exemple, MyClaimProvider1) ou une instance d'un objet SPClaimProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimProviderPipeBind</command:parameterValue><dev:type><maml:name>SPClaimProviderPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPClaimProvider désinscrit un fournisseur de revendications. Si le fournisseur de revendications désinscrit a été affecté à un émetteur du jeton à l'identité de confiance, l'émetteur du jeton de confiance utilisera le fournisseur de revendications (système) par défaut.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les informations les plus récentes sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Remove - SPClaimProvider -Identity "12345678-90ab-cdef-1234-567890bcdefgh"</dev:code><dev:remarks><maml:para>Cet exemple supprime un fournisseur de revendications de la batterie de serveurs.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPClaimProvider</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPServiceApplicationPool</command:name><maml:description><maml:para>Renvoie le pool d'applications IIS spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPServiceApplicationPool</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPServiceApplicationPool</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom ou l'identificateur (ID) du pool d'applications à récupérer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue><dev:type><maml:name>SPIisWebServiceApplicationPoolPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPServiceApplicationPool renvoie le pool d'applications IIS spécifié par le paramètre Identity, ou renvoie tous les pools d'applications si le paramètre Identity n'est pas spécifié.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les informations les plus récentes concernant Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPServiceApplicationPool</dev:code><dev:remarks><maml:para>Cet exemple renvoie tous les pools d'application de service dans la batterie.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPServiceApplicationPool</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPClaimsPrincipal</command:name><maml:description><maml:para>Crée un principal basé sur des revendications.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPClaimsPrincipal</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPClaimsPrincipal</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>IdentityType</maml:name><command:parameterValue required="True">WindowsSamAccountName | WindowsSecurityGroupName | WindowsSecurityGroupSid | FormsUser | FormsRole | EncodedClaim</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SPClaimsPrincipal</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>TrustedIdentityTokenIssuer</maml:name><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SPClaimsPrincipal</maml:name><command:parameter required="True" position="1"><maml:name>ClaimValue</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="2"><maml:name>ClaimType</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="3"><maml:name>TrustedIdentityTokenIssuer</maml:name><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="4"><maml:name>IdentifierClaim</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SPClaimsPrincipal</maml:name><command:parameter required="True" position="1"><maml:name>EncodedClaim</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SPClaimsPrincipal</maml:name><command:parameter required="True" position="1"><maml:name>ClaimValue</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>ClaimType</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="3"><maml:name>ClaimProvider</maml:name><command:parameterValue required="True">SPClaimProvider</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>ClaimValue</maml:name><maml:description><maml:para>Spécifie la valeur de la revendication de l'objet basé sur des revendications. La valeur des revendications spécifie l'utilisateur, le groupe ou l'ordinateur que la revendication authentifie.</maml:para><maml:para /><maml:para>Le type doit être une valeur de revendication valide, par exemple john@contoso.com.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>EncodedClaim</maml:name><maml:description><maml:para>Convertit une revendication simple en revendication codée complète.</maml:para><maml:para /><maml:para>Le type doit être une valeur de revendication valide, par exemple i:001w|redmond\user.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom du nouveau principal basé sur des revendications.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de principal basé sur des revendications.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>ClaimType</maml:name><maml:description><maml:para>Spécifie le type de revendication à créer. La valeur I indique une revendication d'identité d'utilisateur unique, et la valeur C indique toutes les autres revendications.</maml:para><maml:para /><maml:para>Le type doit être l'une ou l'autre des valeurs : I ou C.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>TrustedIdentityTokenIssuer</maml:name><maml:description><maml:para>Spécifie l'ID du fournisseur d'authentification.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur d'authentification valide (par exemple, MyAuthprovider1) ou une instance d'un objet SPTrustedIdentityTokenIssuer valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedIdentityTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>IdentityType</maml:name><maml:description><maml:para>Spécifie le type du principal basé sur des revendications.</maml:para><maml:para /><maml:para>Le type doit être l'un des suivants : WindowsSamAccountName, WindowsSecurityGroupSid, FormsUser, FormsRole ou EncodedClaim.</maml:para><maml:para /></maml:description><command:parameterValue required="True">WindowsSamAccountName | WindowsSecurityGroupName | WindowsSecurityGroupSid | FormsUser | FormsRole | EncodedClaim</command:parameterValue><dev:type><maml:name>WindowsSamAccountName | WindowsSecurityGroupName | WindowsSecurityGroupSid | FormsUser | FormsRole | EncodedClaim</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>ClaimsProvider</maml:name><maml:description><maml:para>Spécifie le fournisseur d'identité du service d'émission de jeton de sécurité qui contiendra le principal basé sur des revendications.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur d'identité valide (par exemple, MyIDprovider1) ou une instance d'un objet SPIdentityProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="4"><maml:name>IdentifierClaim</maml:name><maml:description><maml:para>Spécifie si la nouvelle revendication est une revendication d'identité.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPClaimsPrincipal crée un principal basé sur des revendications.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------------EXEMPLE 1-----------------------------</maml:title>
<dev:code>C:\PS>New-SPSite http://sitename/sites/newsite -owner (New-SPClaimsPrincipal contoso\johndoe -IdentityProvider "NTLM")</dev:code><dev:remarks><maml:para>Cet exemple crée un principal basé sur des revendications pour un utilisateur Windows.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-------------------------EXEMPLE 2-----------------------------</maml:title>
<dev:code>C:\PS>New-SPSite http://localhost/sites/newsite -owner (New-SPClaimsPrincipal contoso\allusers -IdentityProvider "NTLM")</dev:code><dev:remarks><maml:para>Cet exemple crée un principal basé sur des revendications pour un groupe Windows.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-------------------------EXEMPLE 3-----------------------------</maml:title>
<dev:code>C:\PS>New-SPSite http://sitename/sites/newsite -owner (New-SPClaimsPrincipal -ClaimValue "john@contoso.com" -ClaimType Email -IdentityProvider "LiveID STS" -IdentifierClaim Yes)</dev:code><dev:remarks><maml:para>Cet exemple crée un principal basé sur des revendications pour une revendication d'émetteur du jeton à l'identité de confiance.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-------------------------EXEMPLE 4-----------------------------</maml:title>
<dev:code>C:\PS>$ip = New-SPIdentityProvider -ASPNetMembershipProvider "myMembershipProvider" -ASPNetRoleProvider "myRoleProvider"

C:\PS>New-SPSite http://sitename/sites/newsite -owner (New-SPClaimsPrincipal "john@contoso.com" -IdentityProvider $ip)</dev:code><dev:remarks><maml:para>Cet exemple crée un principal basé sur des revendications pour un utilisateur d'appartenance ASPNet.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-------------------------EXEMPLE 5-----------------------------</maml:title>
<dev:code>C:\PS>New-SPSite http://sitename/sites/newsite -owner (New-SPClaimsPrincipal "Sales Manager Role" -IdentityProvider "myRoleProvider")</dev:code><dev:remarks><maml:para>Cet exemple crée un principal basé sur des revendications pour un rôle ASPNet.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-------------------------EXEMPLE 6-----------------------------</maml:title>
<dev:code>C:\PS>New-SPSite http://sitename/sites/newsite -owner (New-SPClaimsPrincipal "i:xxx|xxxx|contoso\user")</dev:code><dev:remarks><maml:para>Cet exemple crée un principal basé sur des revendications pour un rôle de revendication de base, également appelé une revendication codée).</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPClaimsPrincipal</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPSecurityTokenServiceConfig</command:name><maml:description><maml:para>Met à jour les paramètres du fournisseur d'identité STS SharePoint.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPSecurityTokenServiceConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPSecurityTokenServiceConfig</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>FormsTokenLifetime</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ImportSigningCertificate</maml:name><command:parameterValue required="True">X509Certificate2</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxLogonTokenCacheItems</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxServiceTokenCacheItems</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceTokenCacheExpirationWindow</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceTokenLifetime</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WindowsTokenLifetime</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPSecurityTokenServiceConfig</maml:name><command:parameter required="True" position="Named"><maml:name>SigningCertificateThumbprint</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>FormsTokenLifetime</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxLogonTokenCacheItems</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxServiceTokenCacheItems</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceTokenCacheExpirationWindow</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceTokenLifetime</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SigningCertificateStoreName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WindowsTokenLifetime</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SigningCertificateThumbprint</maml:name><maml:description><maml:para>Spécifie l'empreinte du certificat de signature.</maml:para><maml:para /><maml:para>Le type doit être une identité valide d'un certificat de signature, par exemple, 2796BAE63F1801E277261BA0D77770028F20EEE4.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>FormsTokenLifetime</maml:name><maml:description><maml:para>Spécifie la durée d'expiration, en minutes, des jetons émis aux fournisseurs de rôles et aux fournisseurs d'appartenances (Membership Provider) ASP.NET. La valeur par défaut est 1380.</maml:para><maml:para /><maml:para>Le type doit correspondre à un entier valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ImportSigningCertificate</maml:name><maml:description><maml:para>Spécifie l'objet de certificat X.509 de la batterie de fournisseurs d'identité approuvés.</maml:para><maml:para /><maml:para>Le type doit être un nom de certificat X.509 valide ; par exemple, Certificate1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">X509Certificate2</command:parameterValue><dev:type><maml:name>X509Certificate2</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>MaxLogonTokenCacheItems</maml:name><maml:description><maml:para>Spécifie le nombre maximum d'entrées du cache de jeton de connexion en mémoire. La valeur par défaut est 10 000 entrées.</maml:para><maml:para /><maml:para>Le type doit correspondre à un entier valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>MaxServiceTokenCacheItems</maml:name><maml:description><maml:para>Spécifie le nombre maximum d'entrées du cache de jeton de service en mémoire. La valeur par défaut est 10 000 entrées.</maml:para><maml:para /><maml:para>Le type doit correspondre à un entier valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceTokenCacheExpirationWindow</maml:name><maml:description><maml:para>Spécifie l'intervalle, en minutes, de renouvellement automatique du jeton dans le cache. La valeur par défaut est 2 minutes.</maml:para><maml:para /><maml:para>Le type doit correspondre à un entier valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceTokenLifetime</maml:name><maml:description><maml:para>Spécifie la durée d'expiration, en minutes, du cache de service d'émission de jeton de sécurité. La valeur par défaut est 15 minutes.</maml:para><maml:para /><maml:para>Le type doit correspondre à un entier valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SigningCertificateStoreName</maml:name><maml:description><maml:para>Spécifie le magasin de certificats dans lequel le certificat de signature réside. Le magasin d'identités d'un fournisseur d'identités peut être une table de base de données SQL, un AD DS ou un AD LDS.</maml:para><maml:para /><maml:para>Le type doit être une identité valide de magasin de certificats de signature, par exemple IdentityStore1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WindowsTokenLifetime</maml:name><maml:description><maml:para>Spécifie la durée d'expiration, en minutes, des jetons émis aux utilisateurs de Windows. La valeur par défaut est 1 380 minutes.</maml:para><maml:para /><maml:para>Le type doit correspondre à un entier valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPSecurityTokenServiceConfig met à jour les paramètres du fournisseur d'identité STS SharePoint. Si un fichier de certificat est utilisé, le certificat doit être un certificat X509 avec des clés privées. Dans le cas contraire, une exception est déclenchée.</maml:para><maml:para /><maml:para>Cette applet de commande fonctionne uniquement avec des certificats pouvant être exportés. Pour créer un certificat utilisable avec cette applet de commande, spécifiez la partie X509KeyStorageFlags.Exportable dans le paramètre keyStorageFlags du constructeur d'objets x509Certificate2.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>Set-SPSecurityTokenServiceConfig - SigningCertificateThumbprint "2796BAE63F1801E277261BA0D77770028F20EEE4"</dev:code><dev:remarks><maml:para>Cet exemple met à jour le certificat de signature du fournisseur d'identité STS SharePoint avec un certificat ayant été déployé dans un magasin de certificats.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>$cert = Get-PfxCertificate C:\LiveIDSigningCert.pfx
Enter password: ****
Set - SPSecurityTokenServiceConfig -ImportSingingCertificate $cert</dev:code><dev:remarks><maml:para>Cet exemple importe le certificat de signature pour le fournisseur d'identités STS SharePoint.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSecurityTokenServiceConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPSecurityTokenServiceConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPServiceApplicationProxyGroup</command:name><maml:description><maml:para>Renvoie le groupe de proxys pour l'application de service spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPServiceApplicationProxyGroup</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPServiceApplicationProxyGroup</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPServiceApplicationProxyGroup</maml:name><command:parameter required="True" position="Named"><maml:name>Default</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom ou le GUID du groupe de proxys.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyGroupPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Default</maml:name><maml:description><maml:para>Renvoie le groupe de proxys de service par défaut pour la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPServiceApplicationProxyGroup affiche une liste des groupes de proxys de la batterie de serveurs. Pour afficher un groupe de proxys spécifique, utilisez le paramètre Identity. Sans valeur de paramètre, une liste de tous les groupes de proxys s'affiche.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les informations les plus récentes sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPServiceApplicationProxyGroup</dev:code><dev:remarks><maml:para>Cet exemple récupère tous les groupes de proxys de l'application de service dans la batterie de serveurs.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPServiceApplicationProxyGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPServiceApplicationProxyGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPServiceApplicationProxyGroupMember</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPServiceApplicationProxyGroup</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPWebApplicationExtension</command:name><maml:description><maml:para>Crée une nouvelle instance de zone pour l'application Web.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPWebApplicationExtension</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPWebApplicationExtension</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Zone</maml:name><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AdditionalClaimProvider</maml:name><command:parameterValue required="True">SPClaimProviderPipeBind[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AllowAnonymousAccess</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AuthenticationMethod</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AuthenticationProvider</maml:name><command:parameterValue required="True">SPAuthenticationProviderPipeBind[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HostHeader</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Port</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SecureSocketsLayer</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SignInRedirectProvider</maml:name><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SignInRedirectURL</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Url</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application Web à étendre.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom du nouveau site Web IIS dans l'application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Zone</maml:name><maml:description><maml:para>Spécifie l'une des cinq zones à laquelle doit être associée l'URL interne de cette nouvelle extension. Cette zone ne peut pas déjà être utilisée.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes : Default, Intranet, Internet, Extranet ou Custom.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue><dev:type><maml:name>Default | Intranet | Internet | Custom | Extranet</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>AdditionalClaimProvider</maml:name><maml:description><maml:para>Ajoute un fournisseur de revendications spécifique à l'application Web définie.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimProviderPipeBind[]</command:parameterValue><dev:type><maml:name>SPClaimProviderPipeBind[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AllowAnonymousAccess</maml:name><maml:description><maml:para>Autorise l'accès anonyme à la zone d'application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AuthenticationMethod</maml:name><maml:description><maml:para>Utilise
Kerberos
 ou 
NTLM
 pour spécifier la méthode d'authentification.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>AuthenticationProvider</maml:name><maml:description><maml:para>Spécifie le(s) fournisseur(s) d'authentification correspondant à une application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAuthenticationProviderPipeBind[]</command:parameterValue><dev:type><maml:name>SPAuthenticationProviderPipeBind[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HostHeader</maml:name><maml:description><maml:para>Spécifie une URL valide affectée à l'application Web correspondant à la configuration alternative du mappage d'accès, au format http://server_name.</maml:para><maml:para /><maml:para>Lorsque le paramètre HostHeader est spécifié, la valeur de ce champ correspond à l'URL interne de l'application Web. Le paramètre Url sert à spécifier l'URL publique.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Path</maml:name><maml:description><maml:para>Spécifie le répertoire physique du nouveau site Web (dans le dossier des répertoires virtuels). Le type est un chemin d'accès valide au format C:\Inutepub\wwwroot\MyWebApplication.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Port</maml:name><maml:description><maml:para>Spécifie le port de l'application. Il peut s'agir de tout numéro de port valide.</maml:para><maml:para /><maml:para>Si aucun port n'est spécifié, un numéro de port non conflictuel est automatiquement généré.</maml:para><maml:para /><maml:para>Si vous spécifiez un numéro de port qui est déjà affecté, IIS ne démarre pas le nouveau site tant que vous n'avez pas modifié le numéro de port du nouveau site ou celui de l'ancien site.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SecureSocketsLayer</maml:name><maml:description><maml:para>Autorise le chiffrement SSL (Secure Sockets Layer) pour cette application Web. Si vous choisissez d'utiliser le protocole SSL, vous devez doter chaque serveur du certificat approprié à l'aide des outils d'administration IIS. Tant que les certificats ne sont pas ajoutés, l'application Web reste inaccessible depuis ce site Web IIS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SignInRedirectProvider</maml:name><maml:description><maml:para>Définit l'URL de redirection de connexion de sorte qu'elle pointe vers l'URL définie dans le fournisseur d'authentification spécifié.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedIdentityTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SignInRedirectURL</maml:name><maml:description><maml:para>Spécifie l'URL de redirection de connexion pour l'application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Url</maml:name><maml:description><maml:para>Spécifie l'URL à charge équilibrée pour la zone d'application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPWebApplicationExtension crée une nouvelle instance de zone pour l'application Web. Également appelée extension d'une application Web, cette opération permet de configurer différentes autorisations pour le même contenu disponible dans l'application Web existante.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Get-SPWebApplication http://sitename | New-SPWebApplicationExtension -Name "ExtranetSite" -SecureSocketsLayer -Zone "Extranet" -URL "https://extranet.sitename.com"</dev:code><dev:remarks><maml:para>Cet exemple étend à la zone Extranet l'application Web donnée située à l'adresse http://sitename lors de l'utilisation du protocole SSL.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWebApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPWebApplicationExtension</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Add-SPSolution</command:name><maml:description><maml:para>Télécharge un package de solution SharePoint dans la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SPSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Add-SPSolution</maml:name><command:parameter required="True" position="1"><maml:name>LiteralPath</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>LiteralPath</maml:name><maml:description><maml:para>Spécifie le chemin d'accès au package de solution.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide aux formats suivants (au choix) :</maml:para><maml:para /><maml:para>- C:\nom_dossier</maml:para><maml:para /><maml:para>- \\nom_serveur\nom_dossier
</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Language</maml:name><maml:description><maml:para>Spécifie le pack de langue à installer avec le package de solution.</maml:para><maml:para /><maml:para>Le type doit être un identificateur de langue valide, par exemple 1033.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Add-SPSolution ajoute un package de solution SharePoint dans la batterie de serveurs. Cette applet de commande ne déploie pas la solution SharePoint téléchargée. Utilisez l'applet de commande Install-SPSolution pour déployer la solution SharePoint dans la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour en savoir plus sur les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Add-SPSolution -LiteralPath c:\contoso_solution.wsp</dev:code><dev:remarks><maml:para>Cet exemple ajoute la solution SharePoint au fichier contoso_solution.wsp de la batterie de serveurs.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSolutionDeploymentLock</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Add-SPSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Enable-SPBusinessDataCatalogEntity</command:name><maml:description><maml:para>Active un type de contenu externe dans le magasin de métadonnées Business Data Connectivity.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Enable</command:verb><command:noun>SPBusinessDataCatalogEntity</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Enable-SPBusinessDataCatalogEntity</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">Entity</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le type de contenu externe du magasin de métadonnées Business Data Connectivity à activer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Entity</command:parameterValue><dev:type><maml:name>Entity</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Enable-SPBusinessDataCatalogEntity active un type de contenu externe dans le magasin de métadonnées Business Data Connectivity.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$entityToEnable = Get-SPBusinessDataCatalogMetadataObject -Namespace "Contoso" -Name "Customer" -BdcObjectType "Entity" -ServiceContext http://contoso
Enable-SPBusinessDataCatalogEntity -Identity $entityToEnable</dev:code><dev:remarks><maml:para>Cet exemple active le type de contenu externe appelé Customer dans l'espace de noms Contoso sur le site http://contoso. Notez que les expressions Type de contenu externe et Entity se rapportent au même type d'objet.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Disable-SPBusinessDataCatalogEntity</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Enable-SPBusinessDataCatalogEntity</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPWebApplication</command:name><maml:description><maml:para>Configure l'application Web spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPWebApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPWebApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DefaultQuotaTemplate</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DefaultTimeZone</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceApplicationProxyGroup</maml:name><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPWebApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Zone</maml:name><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AdditionalClaimProvider</maml:name><command:parameterValue required="True">SPClaimProviderPipeBind[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AuthenticationMethod</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AuthenticationProvider</maml:name><command:parameterValue required="True">SPAuthenticationProviderPipeBind[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SignInRedirectProvider</maml:name><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SignInRedirectURL</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPWebApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>SMTPServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>OutgoingEmailAddress</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ReplyToEmailAddress</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom ou l'URL de l'application Web.</maml:para><maml:para /><maml:para>Le type doit être un nom valide au format WebApplication-1212, ou une URL au format http://server_name/WebApplication-1212.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>OutgoingEmailAddress</maml:name><maml:description><maml:para>Spécifie la nouvelle adresse de messagerie sortante pour les messages électroniques envoyés depuis cette application Web. Le type doit être une adresse valide, par exemple xyz@example.com.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ReplyToEmailAddress</maml:name><maml:description><maml:para>Configure l'adresse de messagerie de réponse. </maml:para><maml:para /><maml:para>
Le type doit être une adresse valide, par exemple xyz@example.com.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SMTPServer</maml:name><maml:description><maml:para>Spécifie le nouveau serveur SMTP sortant qu'utilisera cette application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Zone</maml:name><maml:description><maml:para>Lors de la configuration des paramètres spécifiques à la zone, la zone à configurer doit être spécifiée. Cette zone doit déjà exister. </maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes : Default, Intranet, Internet, Extranet ou Custom.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue><dev:type><maml:name>Default | Intranet | Internet | Custom | Extranet</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>AdditionalClaimProvider</maml:name><maml:description><maml:para>Ajoute un fournisseur de revendications spécifique à l'application Web définie.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimProviderPipeBind[]</command:parameterValue><dev:type><maml:name>SPClaimProviderPipeBind[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>AuthenticationProvider</maml:name><maml:description><maml:para>Définit le(s) fournisseur(s) d'authentification correspondant à l'application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAuthenticationProviderPipeBind[]</command:parameterValue><dev:type><maml:name>SPAuthenticationProviderPipeBind[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DefaultQuotaTemplate</maml:name><maml:description><maml:para>Spécifie le nouveau modèle de quota de site par défaut pour cette application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DefaultTimeZone</maml:name><maml:description><maml:para>Spécifie le fuseau horaire par défaut des nouvelles collections de sites de cette application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>HostHeader</maml:name><maml:description><maml:para>Spécifie une URL valide affectée à l'application Web correspondant à la configuration alternative du mappage d'accès, par exemple http://server_name. Lorsque le paramètreHostHeader est spécifié, la valeur de ce champ correspond à l'URL interne de l'application Web. Le paramètre Url sert à spécifier l'URL publique. </maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>SecureSocketsLayer</maml:name><maml:description><maml:para>Autorise le chiffrement SSL (Secure Sockets Layer) pour cette application Web. Si vous choisissez d'utiliser le protocole SSL, vous devez doter chaque serveur du certificat approprié à l'aide des outils d'administration IIS. Tant que les certificats ne sont pas ajoutés, l'application Web reste inaccessible depuis ce site Web IIS.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceApplicationProxyGroup</maml:name><maml:description><maml:para>Spécifie un groupe de proxys personnalisé d'application de service pour l'application Web à utiliser. L'application Web utilisera les proxys de ce groupe de proxys pour se connecter à des applications de service. Si ce paramètre n'est pas spécifié, le groupe de proxys par défaut de la batterie de serveurs est utilisé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyGroupPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SignInRedirectProvider</maml:name><maml:description><maml:para>Définit l'URL de redirection de connexion de sorte qu'elle pointe vers l'URL définie dans le fournisseur d'authentification spécifié.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedIdentityTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SignInRedirectURL</maml:name><maml:description><maml:para>Spécifie l'URL de redirection de connexion pour l'application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPWebApplication configure l'application Web spécifiée par le paramètre Identity. Pour les paramètres spécifiques à la zone (pour le jeu de paramètres Zone), la zone à configurer doit être spécifiée. La zone spécifiée doit déjà exister.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Get-SPWebApplication http://somesite | Set-SPWebApplication -Zone "Extranet" -HostHeader "http://www.contoso.com" - AllowAnonymousAccess</dev:code><dev:remarks><maml:para>Cet exemple définit l'URL HostHeader pour la zone Extranet de l'application Web donnée située à l'adresse http://www.contoso.com et autorise l'accès anonyme.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPWebApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPWebApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPWebApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Rename-SPServer</command:name><maml:description><maml:para>Renomme un serveur actuellement connecté à la batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Rename</command:verb><command:noun>SPServer</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Rename-SPServer</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServerPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom d'origine du serveur.</maml:para><maml:para /><maml:para>Le type doit être une URL au format http://server_name ou un GUID au format 1234-4567-987gb.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServerPipeBind</command:parameterValue><dev:type><maml:name>SPServerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nouveau nom du serveur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Rename-SPServer modifie le nom du serveur pour un usage interne dans les produits Sharepoint 2010. Le serveur proprement dit doit être renommé manuellement.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Rename-SPServer -Identity "wfb1" -Name "WFE1"</dev:code><dev:remarks><maml:para>Cet exemple modifie le nom du serveur SharePoint wfb1 en WFE1.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServer</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Rename-SPServer</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPConfigurationDatabase</command:name><maml:description><maml:para>Supprime définitivement une base de données de configuration. </maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPConfigurationDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPConfigurationDatabase</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPConfigurationDatabase supprime définitivement la base de données de configuration de la batterie. La base de données de configuration doit déjà être démontée de toute batterie associée. </maml:para><maml:para /><maml:para>Pour en savoir plus sur les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Remove-SPConfigurationDatabase</dev:code><dev:remarks><maml:para>Cet exemple supprime définitivement une base de données de configuration d'une batterie.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>





<maml:navigationLink><maml:linkText>Backup-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disconnect-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Connect-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink>Dismount-SPConfigurationDatabase</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPConfigurationDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPServiceEndpoint</command:name><maml:description><maml:para>Renvoie le point de terminaison d'une application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPServiceEndpoint</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le point de terminaison du service à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide d'adresse de point de terminaison, au format http://sitename:8003/servicemodelsamples/serviceèleservice/service, ou une instance d'un objet SPServiceEndpoint valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Spécifie l'application de service à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application de service de paramètres d'abonnement valide (par exemple, SubscriptionSettingsApp1) ou une instance d'un objet SPServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom du point de terminaison de l'application de service.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de point de terminaison d'application de service comme SvcAppEndpoint1.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPServiceEndpoint définit l'hôte d'un point de terminaison d'un service. Utilisez le deuxième paramètre défini et ne spécifiez pas le paramètre Name pour renvoyer une collection de tous les points de terminaison de l'application de service spécifiée.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE--------------------</maml:title>
<dev:code>C:\PS>Get-SPServiceEndpoint -ServiceApplication "ServiceSubApp1"</dev:code><dev:remarks><maml:para>Cet exemple renvoie l'objet SPServiceEndpoint basé sur l'application de service spécifiée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>Set-SPServiceEndpoint</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPServiceEndpoint</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPWebApplication</command:name><maml:description><maml:para>Renvoie tous les applications Web correspondant au critère donné.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPWebApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPWebApplication</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>IncludeCentralAdministration</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom, l'URL ou le GUID de l'application Web.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, un GUID au format 1234-5678-9876-0987 ou un nom valide au format SPWebApplication - 1212.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>IncludeCentralAdministration</maml:name><maml:description><maml:para>Inclut l'application Web Administration centrale dans la collection d'applications Web pouvant être renvoyée. Le paramètre IncludeCentral Administration doit néanmoins répondre à tous les autres filtres fournis.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPWebApplication renvoie toutes les applications Web correspondant à l'étendue donnée par le paramètre Identity. Le nom du paramètre Identity peut être le nom, l'URL ou le GUID de l'application Web. Si aucun paramètre Identity n'est spécifié, toutes les applications Web sont renvoyées.</maml:para><maml:para /><maml:para>L'application Web Administration centrale est renvoyée uniquement si son identité exacte est fournie ou que l'indicateur IncludeCentralAdministration est fourni.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1----------------------</maml:title>
<dev:code>C:\PS>$w = Get-SPWebApplication http://sitename</dev:code><dev:remarks><maml:para>Cet exemple récupère l'application Web pour http://sitename et la stocke dans une variable.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Get-SPWebApplication -IncludeCentralAdministration | Where { $_.DefaultServerComment -eq "SharePoint Central Administration v4"} | Format-List *</dev:code><dev:remarks><maml:para>Cet exemple affiche toutes les propriétés publiques sur l'application Web SharePoint Central Administration au format de liste.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebApplicationHttpThrottlingMonitor</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPWebApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPServiceApplicationProxyGroupMember</command:name><maml:description><maml:para>Supprime un ou plusieurs proxys du groupe de proxys d'application de service spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPServiceApplicationProxyGroupMember</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPServiceApplicationProxyGroupMember</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>Member</maml:name><command:parameterValue required="True">SPServiceApplicationProxyPipeBind[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'identité du groupe de proxys d'application de service à partir duquel supprimer le ou les membres.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyGroupPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="True" globbing="False" pipelineInput="False" position="2"><maml:name>Member</maml:name><maml:description><maml:para>Spécifie le ou les membres à supprimer du groupe de proxys d'application de service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyPipeBind[]</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyPipeBind[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPServiceApplicationProxyGroupMember supprime un ou plusieurs proxys du groupe de proxys d'application de service spécifié.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Remove-SPServiceApplicationProxyGroupMember RemoteProxyGroup -Member babab30e-8e3a-428b-8ff4-4d5c8f455e6d</dev:code><dev:remarks><maml:para>Cet exemple supprime un proxy d'application de service du groupe de proxys d'application de service sélectionné nommé RemoteProxyGroup.</maml:para><maml:para /><maml:para>Le GUID du groupe proxy de l'application de service est unique pour chaque batterie de serveurs. Vous pouvez exécuter Get-SPServiceApplicationProxyGroup | Select Name,Id pour voir le GUID des groupes proxy de l'application de service. Servez-vous de ce résultat pour toute autre applet de commande SPServiceApplicationProxyGroup.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Add-SPServiceApplicationProxyGroupMember</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPServiceApplicationProxyGroupMember</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPSiteSubscription</command:name><maml:description><maml:para>Crée un nouvel abonnement au site.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPSiteSubscription</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPSiteSubscription</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPSiteSubscription crée un nouvel abonnement auquel l'objet SPSites peut appartenir. Les sites membres d'un abonnement au site peuvent partager des paramètres et des informations de configuration. Une collection de sites peut être membre d'un seul abonnement au site qui ne peut pas être modifié une fois défini.</maml:para><maml:para /><maml:para>Les abonnements au site ne sont pas rendus persistants dans une base de données tant qu'ils ne sont pas utilisés conjointement avec un SPSite ou le service Paramètres d'abonnement au site. Une fois qu'un abonnement au site est appliqué à une quelconque collection de sites dans la batterie, l'abonnement au site peut être récupéré à l'aide de l'applet de commande Get-SPSiteSubscription.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>New-SPSiteSubscription |%{ New-SPSite http://contoso.com/sites/admin -SiteSubscription $_ -Template "TenantAdmin#0"}

C:\PS></dev:code><dev:remarks><maml:para>Cet exemple crée un nouvel abonnement de site et l'applique à la collection de sites d'administration des clients.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>$s = New-SPSiteSubscription

C:\PS>Get-SPSite http://sitename | Set-SPSite -SiteSubscription $s

C:\PS>Set-SPSite http://sitename -SiteSubscription {New-SPSiteSubscription}</dev:code><dev:remarks><maml:para>Cet exemple ajoute un nouvel abonnement à une collection de sites existante à l'adresse http://sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSiteSubscription</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSiteSubscription</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPSiteSubscription</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPPassPhrase</command:name><maml:description><maml:para>Définit la phrase secrète sur une nouvelle valeur.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPPassPhrase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPPassPhrase</maml:name><command:parameter required="True" position="Named"><maml:name>ConfirmPassPhrase</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>PassPhrase</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPPassPhrase</maml:name><command:parameter required="True" position="Named"><maml:name>PassPhrase</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LocalServerOnly</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ConfirmPassphrase</maml:name><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Passphrase</maml:name><maml:description><maml:para>Spécifie la nouvelle valeur de la phrase secrète.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LocalServerOnly</maml:name><maml:description><maml:para>Étend la modification de la phrase secrète au serveur local uniquement. Si le paramètre n'est pas utilisé, la modification de la phrase secrète est effectuée à l'échelle de la batterie.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPPassPhrase définit la phrase secrète sur une nouvelle valeur. Si le paramètre LocalServerOnly n'est pas utilisé, la clé de chiffrement de la batterie est rechiffrée avec la nouvelle valeur et tente de propager cette valeur à tous les autres serveurs dans la batterie. Si le paramètre LocalServerOnly est utilisé, la modification n'a lieu que sur l'ordinateur local, et la clé de chiffrement de la batterie reste inchangée. La valeur de la phrase secrète doit être identique sur tous les serveurs de la batterie pour que cette dernière fonctionne correctement. Par conséquent, si la propagation de phrase secrète sur tous les serveurs échoue, le paramètre LocalServerOnly peut être utilisé afin de définir manuellement les serveurs restants avec la nouvelle valeur de la phrase secrète.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>$passphrase = ConvertTo-SecureString -asPlainText -Force

C:\PS>Set-SPPassPhrase -PassPhrase $passphrase -Confirm</dev:code><dev:remarks><maml:para>Cet exemple recherche une chaîne à utiliser comme passphrase, et définit la phrase secrète de la batterie avec une nouvelle valeur.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPPassPhrase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPTrustedServiceTokenIssuer</command:name><maml:description><maml:para>Supprime l'objet qui représente l'approbation de la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPTrustedServiceTokenIssuer</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPTrustedServiceTokenIssuer</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTrustedServiceTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'émetteur du jeton du service de confiance à supprimer.</maml:para><maml:para /><maml:para>Le type doit correspondre à un GUID valide sous la forme 12345678-90ab-cdef-1234-567890bcdefgh, à un nom valide d'émetteur du jeton du service de confiance (par exemple, WFEFarm1) ou à une instance d'objet SPTrustedRootAuthority valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedServiceTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedServiceTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPTrustedServiceTokenIssuer supprime l'objet qui représente l'approbation de la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Remove - SPTrustedServiceTokenIssuer "WFE Farm 2"</dev:code><dev:remarks><maml:para>Cet exemple supprime l'émetteur du jeton du service de confiance WFE Farm 2.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPTrustedServiceTokenIssuer</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPServiceInstance</command:name><maml:description><maml:para>Renvoie l'instance des services pour un serveur spécifique ou la batterie complète.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPServiceInstance</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPServiceInstance</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceInstancePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>All</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPServiceInstance</maml:name><command:parameter required="True" position="Named"><maml:name>Server</maml:name><command:parameterValue required="True">SPServerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>All</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'instance du service.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceInstancePipeBind</command:parameterValue><dev:type><maml:name>SPServiceInstancePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Server</maml:name><maml:description><maml:para>Spécifie le serveur à partir duquel renvoyer l'instance du service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServerPipeBind</command:parameterValue><dev:type><maml:name>SPServerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPServiceInstance renvoie l'instance des services spécifiée par le paramètre Identity pour un serveur spécifique. Si le paramètre Server n'est pas spécifié, l'applet de commande Get-SPServiceInstance renvoie les résultats pour la batterie complète.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPServiceInstance -Server ServerA</dev:code><dev:remarks><maml:para>Cet exemple affiche les instances du service provenant d'un serveur donné.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Start-SPServiceInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Stop-SPServiceInstance</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPServiceInstance</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Receive-SPServiceApplicationConnectionInfo</command:name><maml:description><maml:para>Configure cette batterie pour recevoir des informations sur les services d'une autre batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Receive</command:verb><command:noun>SPServiceApplicationConnectionInfo</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Receive-SPServiceApplicationConnectionInfo</maml:name><command:parameter required="True" position="1"><maml:name>FarmUrl</maml:name><command:parameterValue required="True">Uri</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Filter</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>FarmUrl</maml:name><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True">Uri</command:parameterValue><dev:type><maml:name>Uri</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Filter</maml:name><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Receive-SPServiceApplicationConnectionInfo récupère la liste des applications de service publiées par une autre batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Receive-SPServiceApplicationConnectionInfo -FarmUrl http://FarmB/topology/topology.svc</dev:code><dev:remarks><maml:para>Cet exemple récupère une liste des applications de service publiées par une batterie donnée.</maml:para><maml:para /><maml:para>Le paramètre FarmURL peut être obtenu par l'applet de commande Get-SPTopologyServiceApplication.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Receive-SPServiceApplicationConnectionInfo</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPContentDatabase</command:name><maml:description><maml:para>Crée une nouvelle base de données de contenu et l'attache à l'application Web spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPContentDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPContentDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignNewDatabaseId</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ClearChangeLog</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxSiteCount</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WarningSiteCount</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie la nouvelle base de données de contenu à créer dans la batterie.</maml:para><maml:para /><maml:para>Le type doit être un nom de base de données de contenu SharePoint valide, par exemple SPContentDB1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>WebApplication</maml:name><maml:description><maml:para>Attache la base de données de contenu à l'application Web SharePoint spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MyOfficeAppr1) ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AssignNewDatabaseId</maml:name><maml:description><maml:para>Crée un nouvel ID de base de données automatiquement quand la base de données de contenu est attachée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ClearChangeLog</maml:name><maml:description><maml:para>Efface toutes les modifications en attente du journal des modifications dans la base de données de contenu.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseCredentials</maml:name><maml:description><maml:para>Spécifie l'objet PSCredential qui contient le nom et le mot de passe d'utilisateur à utiliser pour l'authentification SQL Server de la base de données.</maml:para><maml:para /><maml:para>Le type doit être un objet PSCredential valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Indique le nom du serveur hôte pour la base de données de contenu spécifiée dans le paramètre Name.</maml:para><maml:para /><maml:para>Le type doit être un nom d'hôte SQL Server valide, par exemple SQLServerHost1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>MaxSiteCount</maml:name><maml:description><maml:para>Spécifie le nombre maximal de sites Web pouvant utiliser la base de données de contenu.</maml:para><maml:para /><maml:para>Le type doit être un entier positif.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WarningSiteCount</maml:name><maml:description><maml:para>Spécifie le nombre de sites pouvant être créés avant qu'un événement d'avertissement ne soit généré et que le propriétaire de la collection de sites ne soit prévenu.</maml:para><maml:para /><maml:para>Le type doit être un entier positif.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPContentDatabase crée une nouvelle base de données de contenu et l'attache à l'application Web spécifiée.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE--------------------</maml:title>
<dev:code>C:\PS>New-SPContentDatabase "MyDatabase" -DatabaseServer "MyServer" -WebApplication http://sitename</dev:code><dev:remarks><maml:para>Cet exemple crée une nouvelle base de données de contenu pour l'application Web sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPContentDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPServiceApplicationProxyGroup</command:name><maml:description><maml:para>Supprime intégralement le groupe de proxys d'application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPServiceApplicationProxyGroup</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPServiceApplicationProxyGroup</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Identité du groupe de proxys d'application de service à supprimer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyGroupPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Supprime intégralement le groupe de proxys d'application de service.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE-------------------------</maml:title>
<dev:code>C:\PS>Remove-SPServiceApplicationProxyGroup RemoteProxyGroup</dev:code><dev:remarks><maml:para>Cet exemple supprime le groupe de proxys d'application de service nommé RemoteProxyGroup.</maml:para><maml:para /><maml:para>Le GUID du groupe de proxys d'application de service est unique pour chaque batterie de serveurs. Vous pouvez exécuter Get-SPServiceApplicationProxyGroup | Select Name,Id pour voir le GUID des groupes de proxys d'application de service. Servez-vous de ce résultat pour toute autre applet de commande SPServiceApplicationProxyGroup.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplicationProxyGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPServiceApplicationProxyGroup</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPServiceApplicationProxyGroup</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPBusinessDataCatalogThrottleConfig</command:name><maml:description><maml:para>Supprime une configuration de limitation pour une application de service Business Data Connectivity.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPBusinessDataCatalogThrottleConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPBusinessDataCatalogThrottleConfig</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">ThrottleConfig</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la configuration de limitation à supprimer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">ThrottleConfig</command:parameterValue><dev:type><maml:name>ThrottleConfig</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPBusinessDataCatalogThrottleConfig supprime une configuration de limitation pour une application de service Business Data Connectivity.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPBusinessDataCatalogThrottleConfig -Scope Database -ThrottleType Items -ServiceApplicationProxy $contosoServAppProxy | Remove-SPBusinessDataCatalogThrottleConfig</dev:code><dev:remarks><maml:para>Cet exemple supprime la configuration de limitation pour les éléments de base de données de l'application de service donnée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPBusinessDataCatalogThrottleConfig</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPBusinessDataCatalogThrottleConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPBusinessDataCatalogThrottleConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPWorkflowConfig</command:name><maml:description><maml:para>Renvoie les paramètres de flux de travail pour l'application Web spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPWorkflowConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPWorkflowConfig</maml:name><command:parameter required="True" position="1"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPWorkflowConfig</maml:name><command:parameter required="True" position="1"><maml:name>SiteCollection</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>SiteCollection</maml:name><maml:description><maml:para>Spécifie le nom ou l'URL de la collection de sites.</maml:para><maml:para /><maml:para>Le seul autre paramètre utilisé avec le paramètre SiteCollection est le paramètre DeclarativeWorkflowsEnabled. Aucun autre paramètre n'est utilisé. </maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie le nom ou l'URL de l'application Web.</maml:para><maml:para /><maml:para>Le type doit être un nom valide au format WebApplication-1212, ou une URL au format http://server_name/WebApplication-1212.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPWorkflowConfig renvoie les paramètres de flux de travail pour l'application Web spécifiée par le paramètre WebApplication.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPWorkFlowConfig -webapplication http://sitename</dev:code><dev:remarks><maml:para>Cet exemple récupère les paramètres de flux de travail pour l'application Web spécifiée (http://sitename).</maml:para><maml:para /><maml:para>Pour obtenir les paramètres de flux de travail au niveau de la batterie pour le délai de remise d'événement, le seuil de report et la taille du lot, utilisez l'applet de commande Get-SPFarmConfig.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>

<maml:navigationLink><maml:linkText>Set-SPWorkflowConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPWorkflowConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPDiagnosticConfig</command:name><maml:description><maml:para>Définit les paramètres de configuration du diagnostic sur la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPDiagnosticConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPDiagnosticConfig</maml:name><command:parameter required="False" position="Named"><maml:name>AllowLegacyTraceProviders</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>CustomerExperienceImprovementProgramEnabled</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DaysToKeepLogs</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DownloadErrorReportingUpdatesEnabled</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ErrorReportingAutomaticUploadEnabled</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ErrorReportingEnabled</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EventLogFloodProtectionEnabled</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EventLogFloodProtectionNotifyInterval</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EventLogFloodProtectionQuietPeriod</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EventLogFloodProtectionThreshold</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EventLogFloodProtectionTriggerPeriod</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>InputObject</maml:name><command:parameterValue required="True">PSObject</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LogCutInterval</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LogDiskSpaceUsageGB</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LogLocation</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LogMaxDiskSpaceUsageEnabled</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ScriptErrorReportingDelay</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ScriptErrorReportingEnabled</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ScriptErrorReportingRequireAuth</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AllowLegacyTraceProviders</maml:name><maml:description><maml:para>Spécifie que les fournisseurs de trace générés pour les versions antérieures des produits et technologies SharePoint peuvent écrire dans la session de suivi pour les produits SharePoint 2010.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>CustomerExperienceImprovementProgramEnabled</maml:name><maml:description><maml:para>Spécifie si la participation au Programme d'amélioration du produit est activée.</maml:para><maml:para /><maml:para>Le Programme d'amélioration du produit est conçu pour améliorer la qualité, la fiabilité et les performances des produits et technologies Microsoft. Avec votre autorisation, des informations anonymes concernant votre serveur sont envoyées à Microsoft en vue d'améliorer les produits et technologies SharePoint.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- $True</maml:para><maml:para /><maml:para>- $False</maml:para><maml:para /><maml:para>La valeur par défaut est $True.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DaysToKeepLogs</maml:name><maml:description><maml:para>Spécifie le nombre de jours de conservation des fichiers journaux de suivi. Le type doit être un nombre valide compris entre 1 et 366. La valeur par défaut est 14 jours.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DownloadErrorReportingUpdatesEnabled</maml:name><maml:description><maml:para>Spécifie si le fichier de contrôle à distance des rapports d'erreur est téléchargé.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- $True</maml:para><maml:para /><maml:para>- $False</maml:para><maml:para /><maml:para>La valeur par défaut est $True.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ErrorReportingAutomaticUploadEnabled</maml:name><maml:description><maml:para>Spécifie si les rapports d'erreur sont téléchargés automatiquement vers Microsoft.</maml:para><maml:para /><maml:para>Les rapports d'erreur incluent les informations suivantes : les informations concernant l'état du serveur au moment où un problème se produit, la version du système d'exploitation et du matériel utilisés, et l'ID de produit numérique (peut être utilisé pour identifier votre licence). L'adresse IP de votre ordinateur est également envoyée, car vous vous connectez à un service en ligne pour envoyer des rapports d'erreurs ; toutefois, l'adresse IP n'est utilisée que pour générer des statistiques d'agrégation.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- $True</maml:para><maml:para /><maml:para>- $False</maml:para><maml:para /><maml:para>La valeur par défaut est $True.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ErrorReportingEnabled</maml:name><maml:description><maml:para>Spécifie si la collecte des rapports d'erreur est activée.</maml:para><maml:para /><maml:para>Des rapports d'erreurs sont créés lorsque votre système rencontre des problèmes matériels ou logiciels. Microsoft et ses partenaires utilisent activement ces rapports pour améliorer la fiabilité des logiciels. Le rapport d'erreurs inclut : des informations concernant l'état du serveur au moment où s'est produit le problème, la version du système d'exploitation et le matériel informatique utilisés, et l'ID du produit permettant d'identifier votre licence. L'adresse IP de votre ordinateur est également envoyée, car vous vous connectez à un service en ligne pour envoyer des rapports d'erreurs ; toutefois, l'adresse IP n'est utilisée que pour générer des statistiques d'agrégation.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- $True</maml:para><maml:para /><maml:para>- $False</maml:para><maml:para /><maml:para>La valeur par défaut est $True.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>EventLogFloodProtectionEnabled</maml:name><maml:description><maml:para>Spécifie si la fonction de protection de flux du journal des événements est activée.</maml:para><maml:para /><maml:para>Si le journal des événements contient des événements similaires, Microsoft SharePoint Foundation 2010
supprime les messages en double. Après un certain temps, il crée alors un message résumant le nombre d'événements qui ont été supprimés.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- $True</maml:para><maml:para /><maml:para>- $False</maml:para><maml:para /><maml:para>La valeur par défaut est $True.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>EventLogFloodProtectionNotifyInterval</maml:name><maml:description><maml:para>Spécifie, en minutes, la fréquence d'écriture d'un événement récapitulatif indiquant le nombre d'événements supprimés en raison de la protection de flux.</maml:para><maml:para /><maml:para>La plage d'entiers est comprise entre 1 et 1 440. La valeur par défaut est 5.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>EventLogFloodProtectionQuietPeriod</maml:name><maml:description><maml:para>Spécifie, en minutes, le temps qui doit s'écouler sans déclenchement d'un événement pour quitter la protection de flux.</maml:para><maml:para /><maml:para>La plage d'entiers est comprise entre 1 et 1 440. La valeur par défaut est 2.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>EventLogFloodProtectionThreshold</maml:name><maml:description><maml:para>Spécifie le nombre d'événements autorisés dans une période donnée avant qu'un événement soit considéré comme excédentaire pour le journal des événements.</maml:para><maml:para /><maml:para>La plage d'entiers est comprise entre 1 et 100. La valeur par défaut est 5.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>EventLogFloodProtectionTriggerPeriod</maml:name><maml:description><maml:para>Spécifie, en minutes, la période à surveiller pour la survenance d'événements potentiellement excédentaires.</maml:para><maml:para /><maml:para>La plage d'entiers est comprise entre 1 et 1 440. La valeur par défaut est 2.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>InputObject</maml:name><maml:description><maml:para>Utilisez le résultat de l'applet de commande Get-SPDiagnosticConfig, effectuez les modifications et ajoutez ensuite l'objet dans l'applet de commande Set-SPDiagnosticConfig pour mettre à jour la base de données Windows SharePoint Services.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSObject</command:parameterValue><dev:type><maml:name>PSObject</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>LogCutInterval</maml:name><maml:description><maml:para>Spécifie la période devant s'écouler avant de passer au fichier journal suivant.</maml:para><maml:para /><maml:para>Le type doit être un nombre valide compris entre 0 et 1 440.</maml:para><maml:para /><maml:para>La valeur par défaut est 30.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>LogDiskSpaceUsageGB</maml:name><maml:description><maml:para>Spécifie le volume de stockage maximum à utiliser pour les fichiers journaux de suivi, en gigaoctets (Go).
</maml:para><maml:para /><maml:para>La valeur par défaut est 1 000 et ne prend effet que lorsque l'applet de commande LogMaxDiskSpaceusageEnabled a la valeur True.</maml:para><maml:para /><maml:para>Le type doit être un nombre valide compris entre 1 et 1 000.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>LogLocation</maml:name><maml:description><maml:para>Spécifie le chemin d'accès vers l'emplacement où résideront les fichiers journaux.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide au format C:\Journaux.</maml:para><maml:para /><maml:para>L'emplacement par défaut est %CommonProgramFiles%\Microsoft Shared\Web Server Extensions\14\Journaux.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>LogMaxDiskSpaceUsageEnabled</maml:name><maml:description><maml:para>Spécifie si l'espace maximal réservé aux fichiers journaux de suivi doit être limité. </maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- $True</maml:para><maml:para /><maml:para>- $False</maml:para><maml:para /><maml:para>La valeur par défaut est $False.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ScriptErrorReportingDelay</maml:name><maml:description><maml:para>Spécifie le temps (en minutes) entre les rapports d'erreur de script. </maml:para><maml:para /><maml:para>Le type doit être un entier valide compris entre 0 et 1 440. La valeur est spécifiée en minutes.</maml:para><maml:para /><maml:para>La valeur par défaut est 30.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ScriptErrorReportingEnabled</maml:name><maml:description><maml:para>Spécifie si la fonction de création de rapports d'erreur est activée pour les erreurs de script client.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- $True</maml:para><maml:para /><maml:para>- $False</maml:para><maml:para /><maml:para>La valeur par défaut est $True.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ScriptErrorReportingRequireAuth</maml:name><maml:description><maml:para>Spécifie si la fonction de création de rapports d'erreurs de script requiert l'authentification.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- $True</maml:para><maml:para /><maml:para>- $False</maml:para><maml:para /><maml:para>La valeur par défaut est $True.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Set-SPDiagnosticConfig pour définir les paramètres de configuration du diagnostic sur la batterie de serveurs entière.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>set-spdiagnosticconfig -errorReportingEnable -DownloadErrorReportingUpdatesEnabled:$false -DaysToKeepLog  60</dev:code><dev:remarks><maml:para>Cet exemple définit le nombre de jours de conservation du fichier journal sur 60. </maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>$L = get-spdiagnosticconfig

C:\PS>$L.CustomerExperienceImprovementProgramEnabled = $false

C:\PS>$L.LogCutInterval = 60

C:\PS>$L | Set-SPDiagnosticConfig</dev:code><dev:remarks><maml:para>Cet exemple active ErrorReporting, désactive DownloadErrorReportingUpdates, puis définit DaysToKeepLog sur 60.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPDiagnosticConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPDiagnosticConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPLogLevel</command:name><maml:description><maml:para>Renvoie une liste d'objets ou de niveaux de diagnostic.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPLogLevel</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPLogLevel</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie un nom de catégorie valide, par exemple Sauvegarde et restauration, ou Administration.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPLogLevel affiche une liste d'objets ou de niveaux de diagnostic en fonction des critères spécifiés. Si aucun paramètre n'est spécifié, une liste de tous les niveaux de diagnostic pour toutes les catégories est renvoyée.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Get-SPLogLevel</dev:code><dev:remarks><maml:para>Cet exemple affiche les niveaux de limitation de toutes les catégories.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Get-SPLogLevel -Identity "Category1"</dev:code><dev:remarks><maml:para>Cet exemple affiche le niveau de limitation pour la catégorie Category1.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 3-----------------</maml:title>
<dev:code>C:\PS>"Cat1", "Cat2", "Cat3" | Get-SpLogLevel</dev:code><dev:remarks><maml:para>Cet exemple affiche le niveau de limitation pour plusieurs catégories.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 4-----------------</maml:title>
<dev:code>C:\PS>Get-SPLogLevel -Identity "Area:*"</dev:code><dev:remarks><maml:para>Cet exemple affiche le niveau de limitation pour toutes les catégories d'un domaine.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPLogLevel</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Clear-SPLogLevel</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPLogLevel</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Start-SPTimerJob</command:name><maml:description><maml:para>Exécute un travail du minuteur une fois.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Start</command:verb><command:noun>SPTimerJob</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Start-SPTimerJob</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTimerJobPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le travail du minuteur à exécuter.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de travail du minuteur valide (par exemple, TimerJob1) ou une instance d'un objet SPTimerJob valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTimerJobPipeBind</command:parameterValue><dev:type><maml:name>SPTimerJobPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Start-SPTimerJob exécute un travail du minuteur une fois sur chaque serveur Web frontal sur lequel le service parent est mis en service.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-----------------EXEMPLE----------------</maml:title>
<dev:code>C:\PS>Get-SPTimerJob job-recycle-bin-cleanup | Start-SPTimerJob</dev:code><dev:remarks><maml:para>Cet exemple démarre le travail du minuteur nommé job-recycle-bin-cleanup.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Start-SPTimerJob</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Copy-SPBusinessDataCatalogAclToChildren</command:name><maml:description><maml:para>Copie un ensemble d'autorisations d'un objet de métadonnées du magasin de métadonnées de connectivité de données métiers sur ses objets enfants.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Copy</command:verb><command:noun>SPBusinessDataCatalogAclToChildren</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Copy-SPBusinessDataCatalogAclToChildren</maml:name><command:parameter required="True" position="Named"><maml:name>MetadataObject</maml:name><command:parameterValue required="True">MetadataObject</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>MetadataObject</maml:name><maml:description><maml:para>Spécifie l'objet de métadonnées de connectivité de données métiers.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">MetadataObject</command:parameterValue><dev:type><maml:name>MetadataObject</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Copy-SPBusinessDataCatalogAclToChildren copie un ensemble d'autorisations d'un objet de métadonnées Business Data Connectivity sur ses objets enfants.</maml:para><maml:para /><maml:para>Tous les principaux ainsi que leurs droits seront perdus dans les objets de métadonnées enfants. Vérifiez que l'objet de métadonnées parent comprend les autorisations définitives souhaitées, ou assurez-vous de les rajouter à l'objet enfant après avoir exécuté cette applet de commande.</maml:para><maml:para /><maml:para>L'exécution de cette applet de commande sur un BdcObjectType BdcCatalog (magasin de métadonnées Business Data Connectivity) se propagera sur les éléments suivants :</maml:para><maml:para />
<maml:para>- Modèles BDC</maml:para><maml:para /><maml:para>- Systèmes externes</maml:para><maml:para /><maml:para>- Types de contenu externe</maml:para><maml:para /><maml:para>- Méthodes</maml:para><maml:para /><maml:para>- Instances de méthode</maml:para><maml:para /><maml:para>L'exécution de cette applet de commande sur un modèle BdcObjectType (modèle Business Data Connectivity) se propagera sur les éléments suivants :</maml:para><maml:para /><maml:para>- Rien ; ce type ne comporte aucun objet de métadonnées enfant</maml:para><maml:para /><maml:para>L'exécution de cette applet de commande sur un système externe BdcObjectType LobSystem se propagera sur les :</maml:para><maml:para /><maml:para>- Types de contenu externe</maml:para><maml:para /><maml:para>- Méthodes</maml:para><maml:para /><maml:para>- Instances de méthode</maml:para><maml:para /><maml:para>L'exécution de cette applet de commande sur un type de contenu externe BdcObjectType Entity se propagera sur les :</maml:para><maml:para /><maml:para>- Méthodes</maml:para><maml:para /><maml:para>- Instances de méthode</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$ExternalSystem = Get-SPBusinessDataCatalogMetadataObject -BdcObjectType "LobSystem" -ServiceContext http://contoso -Name "ContosoDatabase"</dev:code><dev:remarks><maml:para>Cet exemple recherche les principaux (utilisateurs) et leurs droits correspondants données pour l'objet de métadonnées External System, et remplace les autorisations de ses objets de métadonnées enfants avec les mêmes principaux et droits.</maml:para><maml:para /><maml:para>Tous les principaux ainsi que leurs droits seront perdus dans les objets de métadonnées enfants. Vérifiez que l'objet de métadonnées parent comprend les autorisations définitives souhaitées, ou assurez-vous de les rajouter à l'objet enfant après avoir exécuté cette applet de commande.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Grant-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Copy-SPBusinessDataCatalogAclToChildren</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPWebApplicationSiginRedirectUrl</command:name><maml:description><maml:para>Crée un nouveau fournisseur d'identité.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPWebApplicationSiginRedirectUrl</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>WebApp</maml:name><maml:description><maml:para>Crée un nouveau fournisseur d'identité.</maml:para><maml:para /><maml:para>L'applet de commande Set-SPWebApplicationSiginRedirectUrl crée un nouveau fournisseur d'identité qui gère les demandes pour les revendications d'identité approuvées.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Zone</maml:name><maml:description><maml:para>Spécifie la zone mappée sur l'URL publique spécifiée dans le paramètre Url.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes : Default, Intranet, Internet, Extranet ou Custom.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>IdentityProvider</maml:name><maml:description><maml:para>Spécifie le service de jeton de sécurité pour la batterie qui émettra le jeton de sécurité pour le fournisseur d'identité.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur d'identité valide (par exemple, MyIDprovider1) ou une instance d'un objet SPIdentityProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Url</maml:name><maml:description><maml:para>Spécifie l'URL publique à laquelle accèdent les utilisateurs pour se connecter à l'application Web.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPWebApplicationSiginRedirectUrl crée un nouveau fournisseur d'identité qui gère les demandes pour les revendications d'identité approuvées.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Foundation 2010, voir TechNet (http://go.microsoft.com/fwlink/?linkid=163184&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>Ajouter un exemple de code. </maml:title>
<dev:code>C:\PS></dev:code><dev:remarks /></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPWebApplicationSiginRedirectUrl</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPWeb</command:name><maml:description><maml:para>Crée un nouveau site dans une collection de sites existante.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPWeb</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPWeb</maml:name><command:parameter required="True" position="1"><maml:name>Url</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AddToQuickLaunch</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AddToTopNav</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Description</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Template</maml:name><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UniquePermissions</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UseParentTopNav</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Url</maml:name><maml:description><maml:para>Spécifie l'URL où le nouveau site sera créé. L'URL doit se trouver dans une collection de sites existante. L'URL doit être une URL valide au format http://server_name/site1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Language</maml:name><maml:description><maml:para>Spécifie l'identifiant du modèle de langue du nouveau site. Si aucune langue n'est spécifiée, le site est créé avec la même langue que celle qui a été spécifiée lors de l'installation du produit.</maml:para><maml:para /><maml:para>Le type doit être un identifiant de langue valide (LCID).</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Template</maml:name><maml:description><maml:para>Spécifie le modèle Web du nouveau site. Le modèle doit déjà exister. Si aucun modèle n'est spécifié, aucun modèle n'est appliqué ; il est possible d'en sélectionner un ultérieurement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue><dev:type><maml:name>SPWebTemplatePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le titre du nouveau site. Si aucun titre n'est spécifié, le titre par défaut est appliqué. Le titre par défaut est configuré pour chaque modèle.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Description</maml:name><maml:description><maml:para>Décrit le nouveau site. Si aucune description n'est spécifiée, l'entrée reste vide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AddToQuickLaunch</maml:name><maml:description><maml:para>Ajoute ce site au menu de lancement rapide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UniquePermissions</maml:name><maml:description><maml:para>Spécifie que le site doit être créé avec des autorisations uniques.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AddToTopNav</maml:name><maml:description><maml:para>Ajoute le site à la barre de navigation de niveau supérieur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UseParentTopNav</maml:name><maml:description><maml:para>Spécifie que ce site doit utiliser la même barre de navigation de niveau supérieur que son site parent.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPWeb crée un nouveau site dans la collection de sites existante que spécifie le paramètre Url. Vous pouvez créer un site avec une langue par défaut spécifique en spécifiant le paramètre Language. Si aucune langue n'est spécifiée, le site est créé avec la même langue que celle qui a été spécifiée lors de l'installation du produit. Vous pouvez créer un site à partir d'un modèle spécifique en spécifiant le paramètre Template. Si aucun modèle n'est spécifié, le site est créé et le modèle peut être spécifié ultérieurement ou être spécifié par le premier utilisateur qui se connecte.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>New-SPWeb http://somesite/subweb1 -Template "STS#0"</dev:code><dev:remarks><maml:para>Cet exemple crée un nouveau sous-site à l'aide du modèle Site d'équipe de l'URL spécifiée (http://somesite/subweb1). Le modèle Site d'équipe est une valeur référencée comme la variable STS#0 du paramètre Template.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SPWeb</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPWeb</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPUser</command:name><maml:description><maml:para>Renvoie le ou les compte(s) d'utilisateur(s) correspondant à un critère de recherche donné.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPUser</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPUser</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUserPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Web</maml:name><command:parameterValue required="True">SPWebPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Group</maml:name><command:parameterValue required="True">SPGroupPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID ou le nom de connexion de l'utilisateur à renvoyer. </maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, ou un GUID au format 1234-5678-9807.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserPipeBind</command:parameterValue><dev:type><maml:name>SPUserPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Web</maml:name><maml:description><maml:para>Spécifie le site Web à utiliser en tant qu'étendue.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide de site Web Microsoft SharePoint Foundation 2010 (par exemple, MySPSite1), ou une instance d'un objet SPWeb valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebPipeBind</command:parameterValue><dev:type><maml:name>SPWebPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Group</maml:name><maml:description><maml:para>Spécifie le groupe d'utilisateurs auquel appartient le nouvel utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPGroupPipeBind</command:parameterValue><dev:type><maml:name>SPGroupPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Limit</maml:name><maml:description><maml:para>Spécifie le nombre maximal d'utilisateurs à renvoyer. La valeur par défaut est 500.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPUser renvoie tous les comptes d'utilisateurs SharePoint correspondant à l'étendue indiquée par les paramètres Identity, Web ou Group.</maml:para><maml:para /><maml:para>Le paramètre Identity peut utiliser l'alias d'un utilisateur pour renvoyer des correspondances exactes. Toutefois, une étendue doit être spécifiée pour que l'applet de commande Get-SPUser fonctionne.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPUser -Web "http://zsharepoint2" -Group "Viewers"</dev:code><dev:remarks><maml:para>Cet exemple renvoie tous les membres du groupe Viewers sur le site Web http://zsharepoint2.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Move-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUser</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPUser</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Mount-SPContentDatabase</command:name><maml:description><maml:para>Attache une base de données de contenu existante à la batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Mount</command:verb><command:noun>SPContentDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Mount-SPContentDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignNewDatabaseId</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ClearChangeLog</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxSiteCount</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UpdateUserExperience</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WarningSiteCount</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie la base de données de contenu existante à attacher à la batterie.</maml:para><maml:para /><maml:para>Le type doit être un nom de base de données de contenu SharePoint valide, par exemple SPContentDB1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>WebApplication</maml:name><maml:description><maml:para>Attache la base de données de contenu à l'application Web SharePoint spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MyOfficeAppr1) ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AssignNewDatabaseId</maml:name><maml:description><maml:para>Crée un nouvel ID de base de données automatiquement quand la base de données de contenu est attachée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ClearChangeLog</maml:name><maml:description><maml:para>Efface toutes les modifications en attente du journal des modifications dans la base de données de contenu.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseCredentials</maml:name><maml:description><maml:para>Spécifies l'objet PSCredential contenant le nom et le mot de passe d'utilisateur à utiliser pour l'authentification SQL de la base de données.</maml:para><maml:para /><maml:para>Le type doit être un objet PSCredential valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Indique le nom du serveur hôte pour la base de données de contenu spécifiée dans le paramètre Name.</maml:para><maml:para /><maml:para>Le type doit être un nom d'hôte SQL Server valide, par exemple SQLServerHost1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>MaxSiteCount</maml:name><maml:description><maml:para>Spécifie le nombre maximal de sites Web pouvant utiliser la base de données de contenu.</maml:para><maml:para /><maml:para>Le type doit être un entier positif.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UpdateUserExperience</maml:name><maml:description><maml:para>Détermine si les bases de données de contenu doivent adopter l'interface utilisateur la plus récente. Par défaut, l'interface utilisateur restera la même pendant la mise à niveau.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WarningSiteCount</maml:name><maml:description><maml:para>Spécifie le nombre de sites pouvant être créés avant qu'un événement d'avertissement ne soit généré et que le propriétaire de la collection de sites ne soit prévenu.</maml:para><maml:para /><maml:para>Le type doit être un entier positif.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Mount-SPContentDatabase attache une base de données de contenu existante à la batterie de serveurs. Si la base de données montée nécessite une mise à niveau, cette applet de commande entraînera la mise à niveau de la base de données.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-----------------EXEMPLE---------------------</maml:title>
<dev:code>C:\PS>Mount-SPContentDatabase "MyDatabase" -DatabaseServer "MyServer" -WebApplication http://sitename</dev:code><dev:remarks><maml:para>Cet exemple monte une base de données déjà existante sur l'application Web sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Upgrade-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Dismount-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPServer</maml:linkText><maml:uri /></maml:navigationLink>Initialize-SPContentDatabase</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Mount-SPContentDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Uninstall-SPUserSolution</command:name><maml:description><maml:para>Désactive une solution en bac à sable dans une collection de sites.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Uninstall</command:verb><command:noun>SPUserSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Uninstall-SPUserSolution</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUserSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Site</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la solution en bac à sable à désactiver.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de solution en mode bac à sable (par exemple, UserSolution1), ou une instance d'un objet SPUserSolution valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserSolutionPipeBind</command:parameterValue><dev:type><maml:name>SPUserSolutionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Site</maml:name><maml:description><maml:para>Désactive la solution en bac à sable pour la collection de sites spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide au format http://server_name, ou une instance d'un objet SPSite valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Uninstall-SPUserSolution désactive une solution en bac à sable dans une collection de sites pour en permettre la suppression grâce à l'applet de commande Remove-SPUserSolution. Une solution utilisateur est une solution en bac à sable. </maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE------------------- </maml:title>
<dev:code>C:\PS>Uninstall-SPUserSolution -Identity contoso_solution.wsp -Site http://sitename</dev:code><dev:remarks><maml:para>Cet exemple désactive la solution en bac à sable contoso_solution.wsp sur le site http://sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Update-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Uninstall-SPUserSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Initialize-SPResourceSecurity</command:name><maml:description><maml:para>Met en place la sécurité des ressources sur le serveur local.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Initialize</command:verb><command:noun>SPResourceSecurity</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Initialize-SPResourceSecurity</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Initialize-SPResourceSecurity met en place la sécurité des ressources sur le serveur local. Cette applet de commande met en place la sécurité pour toutes les ressources, y compris les fichiers, dossiers et clés de registre.</maml:para><maml:para /><maml:para>Pour en savoir plus sur les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Initialize-SPResourceSecurity</dev:code><dev:remarks><maml:para>Cet exemple met en place la sécurité des ressources sur le serveur local.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Initialize-SPResourceSecurity</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPBrowserCustomerExperienceImprovementProgram</command:name><maml:description><maml:para>Active ou désactive le Programme d'amélioration du produit.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPBrowserCustomerExperienceImprovementProgram</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPBrowserCustomerExperienceImprovementProgram</maml:name><command:parameter required="True" position="Named"><maml:name>Farm</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Enable</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPBrowserCustomerExperienceImprovementProgram</maml:name><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Enable</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPBrowserCustomerExperienceImprovementProgram</maml:name><command:parameter required="True" position="Named"><maml:name>SiteSubscription</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Enable</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Farm</maml:name><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SiteSubscription</maml:name><maml:description><maml:para>Définit l'état de l'abonnement au Programme d'amélioration du produit pour l'abonnement au site spécifié.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'abonnement au site valide (par exemple, SiteSubscription1), ou une instance d'un objet SiteSubscription valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Définit l'état de l'abonnement au Programme d'amélioration du produit pour l'application Web SharePoint spécifiée.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MyOfficeApp1), ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Enable</maml:name><maml:description><maml:para>Active le Programme d'amélioration du produit du navigateur. La valeur par défaut est True.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPBrowserCustomerExperienceImprovementProgram active ou désactive le Programme d'amélioration du produit du navigateur pour la collecte des critères qualité pour les logiciels.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Set-SPBrowserCustomerExperienceImprovementProgram -Farm -Enable</dev:code><dev:remarks><maml:para>Cet exemple active le Programme d'amélioration du produit du navigateur pour la batterie.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Set-SPBrowserCustomerExperienceImprovementProgram -Farm -Enable:$False</dev:code><dev:remarks><maml:para>Cet exemple désactive le Programme d'amélioration du produit du navigateur pour la batterie.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3-----------------------</maml:title>
<dev:code>C:\PS>Set-SPWebApplication http://MyOfficeApp1 | Get- SPBrowserCustomerExperienceImprovementProgram -Enable</dev:code><dev:remarks><maml:para>Cet exemple active le Programme d'amélioration du produit du navigateur pour l'application Web MyOfficeApp1.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPBrowserCustomerExperienceImprovementProgram</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPBrowserCustomerExperienceImprovementProgram</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPTopologyWebServiceApplication</command:name><maml:description><maml:para>Affiche les propriétés de l'application de service de topologie pour la batterie actuelle.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPTopologyWebServiceApplication</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'application.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 1234-4567-098jhj.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPTopologyWebServiceApplication affiche les propriétés avancées d'une application lorsque le paramètre Identity est utilisé.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPTopologyWebServiceApplication</dev:code><dev:remarks><maml:para>Cet exemple affiche les propriétés de l'application de service de topologie pour la batterie actuelle.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>Set-SPTopologyWebServiceApplication</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPTopologyWebServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPClaimProviderManager</command:name><maml:description><maml:para>Renvoie un gestionnaire de fournisseurs de revendications.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPClaimProviderManager</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPClaimProviderManager</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPClaimProviderManager lit un gestionnaire de fournisseurs de revendications.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>Ajouter exemple de code. </maml:title>
<dev:code>C:\PS></dev:code><dev:remarks /></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPClaimProviderManager</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPTrustedRootAuthority</command:name><maml:description><maml:para>Crée une autorité racine de confiance.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPTrustedRootAuthority</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPTrustedRootAuthority</maml:name><command:parameter required="True" position="1"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Certificate</maml:name><command:parameterValue required="True">X509Certificate2</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom de l'autorité racine de confiance à créer.</maml:para><maml:para /><maml:para>Le type doit être un nom valide d'autorité racine de confiance, comme WFEFarm1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Certificate</maml:name><maml:description><maml:para>Spécifie le certificat X.509 de l'autorité racine de confiance.</maml:para><maml:para /><maml:para>Le type doit être un nom de certificat X.509 valide comme Certificate1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">X509Certificate2</command:parameterValue><dev:type><maml:name>X509Certificate2</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPTrustedRootAuthority créé une autorité racine de confiance. Si un fichier de certificat est utilisé, il doit comporter uniquement un certificat X509 sans clés privées, sinon une exception est émise.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$cert = Get-PfxCertificate C:\LiveIDSigningCert.pfx
New - SPTrustedRootAuthority -Name "WFEFarm1" -Certificate $cert</dev:code><dev:remarks><maml:para>Cet exemple crée un autorité racine de confiance WFEFarm1.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPTrustedRootAuthority</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPAlternateUrl</command:name><maml:description><maml:para>Supprime intégralement l'URL de substitution spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPAlternateUrl</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPAlternateUrl</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPAlternateUrlPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'identité de l'URL de substitution à supprimer. L'identité peut être une URL valide au format http://server_name ou un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh. </maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAlternateUrlPipeBind</command:parameterValue><dev:type><maml:name>SPAlternateUrlPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPAlternateUrl supprime intégralement l'URL de substitution spécifiée par le paramètre Identity.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Remove-SPAlternateURL -WebApplication http://sitename -Zone Extranet</dev:code><dev:remarks><maml:para>Cet exemple supprime l'URL extranet pour l'application Web donnée.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Get-SPWebApplication |%{ Get-SPAlternateURL -WebApplication $_ -Zone "Extranet" } | Remove-SPAlternateURL</dev:code><dev:remarks><maml:para>Cet exemple supprime toutes les URL extranet de substitution dans la batterie.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>



<maml:navigationLink><maml:linkText>New-SPAlternateUrl</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPAlternateURL</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPAlternateUrl</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPAlternateUrl</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Add-SPServiceApplicationProxyGroupMember</command:name><maml:description><maml:para>Ajoute un membre au groupe de proxys d'application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SPServiceApplicationProxyGroupMember</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Add-SPServiceApplicationProxyGroupMember</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>Member</maml:name><command:parameterValue required="True">SPServiceApplicationProxyPipeBind[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le groupe de proxys d'application de service sur lequel ajouter le membre.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyGroupPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="True" globbing="False" pipelineInput="False" position="2"><maml:name>Member</maml:name><maml:description><maml:para>Spécifie un tableau de membres à ajouter au groupe de proxys d'application de service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyPipeBind[]</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyPipeBind[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Add-SPServiceApplicationProxyGroupMember ajoute un membre au groupe de proxys d'application de service.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Add-SPServiceApplicationProxyGroupMember RemoteProxyGroup -Member babab30e-8e3a-428b-8ff4-4d5c8f455e6d</dev:code><dev:remarks><maml:para>Cet exemple ajoute un proxy d'application de service sélectionné au groupe de proxys d'application de service nommé RemoteProxyGroup.</maml:para><maml:para /><maml:para>Le GUID du groupe de proxys d'application de service est unique pour chaque batterie de serveurs. Vous pouvez exécuter Get-SPServiceApplicationProxyGroup | Select Name,Id pour voir le GUID des groupes de proxys d'application de service. Servez-vous de ce résultat pour toute autre applet de commande SPServiceApplicationProxyGroup.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Remove-SPServiceApplicationProxyGroupMember</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Add-SPServiceApplicationProxyGroupMember</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPLogEvent</command:name><maml:description><maml:para>Renvoie les résultats d'un journal de suivi ULS (Service de journalisation unifiée).</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPLogEvent</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPLogEvent</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AsString</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ContextKey</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Directory</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EndTime</maml:name><command:parameterValue required="True">DateTime</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MinimumLevel</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>StartTime</maml:name><command:parameterValue required="True">DateTime</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPLogEvent</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AsString</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ContextKey</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EndTime</maml:name><command:parameterValue required="True">DateTime</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>File</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MinimumLevel</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>StartTime</maml:name><command:parameterValue required="True">DateTime</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AsString</maml:name><maml:description><maml:para>Renvoie chaque enregistrement sous la forme d'une chaîne distincte.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>ContextKey</maml:name><maml:description><maml:para>Spécifie que les données de contexte doivent être ajoutées aux résultats pour les clés de contexte spécifiées, par exemple : -ContextKey @("NomUtilisateur", "NomSite").</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Directory</maml:name><maml:description><maml:para>Donne la liste des fichiers journaux d'un autre répertoire (tout répertoire autre que le répertoire LogLocation configuré).</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>MinimumLevel</maml:name><maml:description><maml:para>Renvoie les enregistrements équivalents ou supérieurs au niveau spécifié. Les valeurs valides sont 
Error
 ou 
Warning.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>EndTime</maml:name><maml:description><maml:para>Le type doit être un format date et heure valide dépendant de la culture de la langue d'administration. Par exemple 16/02/2007 12:15:12 pour Français-France.</maml:para><maml:para /></maml:description><command:parameterValue required="True">DateTime</command:parameterValue><dev:type><maml:name>DateTime</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>File</maml:name><maml:description><maml:para>Spécifie un fichier spécifique à partir duquel demander des enregistrements.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>StartTime</maml:name><maml:description><maml:para>Le type doit être un format date et heure valide dépendant de la culture de la langue d'administration. Par exemple 16/02/2007 12:15:12 pour Français-France.</maml:para><maml:para /></maml:description><command:parameterValue required="True">DateTime</command:parameterValue><dev:type><maml:name>DateTime</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPLogEvent renvoie les enregistrements d'un fichier journal de suivi ULS correspondants aux critères. Si aucun paramètre n'est spécifié, tous les enregistrements de tous les fichiers journaux sont renvoyés. Utilisez les paramètres StartTime et EndTime pour appliquer un filtre sur un intervalle de temps. Nous recommandons l'utilisation de ces paramètres pour optimiser les performances de cette applet de commande.</maml:para><maml:para />
<maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Get-SPLogEvent -MinimumLevel "Warning"</dev:code><dev:remarks><maml:para>Cet exemple renvoie toutes les entrées de journal provenant du répertoire de journaux par défaut correspondant à un avertissement ou à un état plus sévère.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Get-SPLogEvent -Directory "C:\Logs" | Where-Object {$_.Level -eq "Warning"}</dev:code><dev:remarks><maml:para>Cet exemple renvoie toutes les entrées d'avertissement des fichiers journaux du répertoire C:\Logs.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 3-----------------</maml:title>
<dev:code>C:\PS>Get-SPLogEvent -StartTime "12/04/2007 17:00" -EndTime "12/04/2007 18:00"</dev:code><dev:remarks><maml:para>Cet exemple renvoie les entrées d'erreur survenues au cours d'un intervalle de temps, et il est propre aux États-Unis.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 4-----------------</maml:title>
<dev:code>C:\PS>Get-SPLogEvent -ContextKey @("UserName" ,"SiteName")</dev:code><dev:remarks><maml:para>Cet exemple renvoie le contenu du dernier fichier journal et ajoute les données clés de contexte spécifiées.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 5-----------------</maml:title>
<dev:code>C:\PS>Get-SPLogEvent | Where-Object {$_.Level -eq "Error" -and {$_.Area -eq "SharePoint Foundation "}</dev:code><dev:remarks><maml:para>Cet exemple renvoie toutes les entrées d'erreur relatives à SharePoint Foundation.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 6-----------------</maml:title>
<dev:code>C:\PS>Get-SPLogEvent -ContextKey @("Name") | %{$_.ToString() + "'t" + $_.Context["Name"]}</dev:code><dev:remarks><maml:para>Cet exemple renvoie le contenu du fichier journal et ajoute des données de contexte.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPLogFile</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPLogLevel</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPLogEvent</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPDiagnosticConfig</command:name><maml:description><maml:para>Récupère les valeurs de configuration des diagnostics ULS de la batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPDiagnosticConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPDiagnosticConfig</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPDiagnoticConfig récupère les valeurs de configuration des diagnostics ULS de la batterie.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPDiagnosticConfig</dev:code><dev:remarks><maml:para>Cet exemple renvoie toutes les valeurs de configuration de diagnostics.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPDiagnosticConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPDiagnosticConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Backup-SPConfigurationDatabase</command:name><maml:description><maml:para>Effectue une sauvegarde de la configuration au niveau de la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Backup</command:verb><command:noun>SPConfigurationDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Backup-SPConfigurationDatabase</maml:name><command:parameter required="True" position="Named"><maml:name>Directory</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Item</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Backup-SPConfigurationDatabase</maml:name><command:parameter required="True" position="Named"><maml:name>ShowTree</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Item</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Directory</maml:name><maml:description><maml:para>Spécifie le chemin d'accès où les produits SharePoint 2010 stockent le package de sauvegarde qu'il génère. Si vous disposez d'un ordinateur sur lequel sont installés Microsoft SQL Server 2008 et une instance des produits SharePoint 2010, vous pouvez utiliser des chemins d'accès de lecteurs locaux. Ceci implique une installation de base. Cependant, si SQL Server 2008 et les produits SharePoint 2010 sont installés sur plusieurs ordinateurs ou si vous avez plusieurs serveurs qui exécutent les produits SharePoint 2010, vous devez utiliser les chemins de partage UNC (Universal Naming Convention) afin que la base de données SQL et les composants de recherche soient écrits au même emplacement, par exemple, \\nom_ordinateur\volume\Backup).</maml:para><maml:para /><maml:para>Plusieurs packages de sauvegarde peuvent être stockés au même emplacement. Il s'agit du chemin d'accès que vous passez au paramètre Directory de l'applet de commande Restore-SPFarm.</maml:para><maml:para /><maml:para>Le type doit être l'un des chemins d'accès valides suivants :</maml:para><maml:para /><maml:para>- C:\nom_dossier</maml:para><maml:para /><maml:para>-
\\nom_serveur\nom_dossier</maml:para><maml:para /><maml:para>Les dossiers spbr* sont créés automatiquement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DatabaseCredentials</maml:name><maml:description><maml:para>Spécifie l'ID et le mot de passe correspondant au nom d'utilisateur de l'administrateur de la base de données SQL Server.</maml:para><maml:para /><maml:para>Ce paramètre ne doit être spécifié que si la connexion à la base de données repose sur l'authentification SQL. En revanche, si elle repose sur l'authentification Windows, ce paramètre ne doit pas être spécifié.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseName</maml:name><maml:description><maml:para>Spécifie le nom de la base de données de configuration.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Spécifie le serveur de bases de données SQL qui contient la base de données de configuration. Il s'agit par défaut du nom de l'ordinateur local.</maml:para><maml:para /><maml:para>Le type doit être un serveur de bases de données valide, par exemple DS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Item</maml:name><maml:description><maml:para>Indique la partie de la batterie de serveurs à sauvegarder. Vous pouvez utiliser la notation du chemin d'accès complet à la batterie de serveurs, tel qu'il est affiché par le paramètre ShowTree, ou le nom du composant cible dans le chemin d'accès, si son nom est unique. Si plusieurs éléments ont le même nom, le chemin d'accès complet doit être spécifié. Placez l'élément ou le chemin d'accès entre guillemets s'il contient un espace. 
</maml:para><maml:para /><maml:para>Si le paramètre Item n'est pas spécifié, la configuration de la batterie de serveurs entière est sauvegardée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ShowTree</maml:name><maml:description><maml:para>Indique les objets de la batterie de serveurs qui seront sauvegardés en fonction des autres paramètres passés à l'applet de commande de sauvegarde, à savoir le paramètre Item. Les éléments qui seront exclus de la sauvegarde en fonction des autres paramètres passés à l'applet de commande Backup-SPConfigurationDatabase seront précédés d'un astérisque (*). Les éléments qui ne peuvent pas être sauvegardés seront placés entre crochets ([ ]). La sauvegarde n'a pas lieu si le paramètre ShowTree est spécifié.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Backup-SPConfigurationDatabase effectue une sauvegarde de la configuration seulement de la batterie de serveurs actuelle ou une sauvegarde de la configuration seulement d'une base de données de configuration distincte qui n'est pas attachée à la batterie de serveurs actuelle. Pour effectuer une sauvegarde de la configuration seulement de la batterie de serveurs actuelle, vous ne devez pas spécifier les paramètres DatabaseServer et DatabaseName. Dans ce cas, il est toutefois recommandé d'utiliser l'applet de commande Backup-SPFarm avec le paramètre ConfigurationOnly.</maml:para><maml:para /><maml:para>Exemple de sauvegarde de la configuration : un administrateur crée un modèle de configuration de batterie de serveurs qu'il peut ensuite appliquer à d'autres batteries de serveurs SharePoint en effectuant une restauration via l'applet de commande Restore-SPFarm.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE 1--------------------</maml:title>
<dev:code>C:\PS>Backup-SPConfigurationDatabase -DatabaseName SharePoint_Config -DatabaseServer SqlServer1 -Directory \\server\share\Backup -ShowTree</dev:code><dev:remarks><maml:para>Cet exemple affiche les composants pouvant être inclus dans une sauvegarde de la configuration.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-------------------EXEMPLE 2--------------------</maml:title>
<dev:code>C:\PS>Backup-SPConfigurationDatabase -DatabaseName SharePoint_Config -DatabaseServer SqlServer1 -Directory \\server\share\Backup -Verbose</dev:code><dev:remarks><maml:para>Cet exemple effectue une sauvegarde de la configuration avec commentaires.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Connect-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disconnect-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Restore-SPFarm</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Backup-SPConfigurationDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPServiceApplication</command:name><maml:description><maml:para>Définit les propriétés d'une application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPServiceApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DefaultEndpoint</maml:name><command:parameterValue required="True">SPServiceEndpointPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>IisWebServiceApplicationPool</maml:name><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceApplicationProxyGroup</maml:name><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application de service à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application de service de paramètres d'abonnement valide (par exemple SubSettingsApp1), ou une instance d'un objet SPServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DefaultEndpoint</maml:name><maml:description><maml:para>Spécifie l'adresse du point de terminaison par défaut de l'application de service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceEndpointPipeBind</command:parameterValue><dev:type><maml:name>SPServiceEndpointPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>IisWebServiceApplicationPool</maml:name><maml:description><maml:para>Spécifie le nom ou l'identité du pool d'applications utilisé par l'application de service.</maml:para><maml:para /><maml:para>Le paramètre IisWebServiceApplicationPool ne s'applique qu'aux applications de service Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue><dev:type><maml:name>SPIisWebServiceApplicationPoolPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceApplicationProxyGroup</maml:name><maml:description><maml:para>Spécifie un groupe de proxys personnalisé d'application de service pour l'application Web à utiliser. L'application Web utilisera les proxys de ce groupe de proxys pour se connecter à des applications de service. Si le paramètre ServiceApplicationProxyGroup n'est pas spécifié, le groupe de proxys par défaut de la batterie de serveurs est utilisé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyGroupPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de service Set-SPServiceApplication pour définir plusieurs propriétés d'une application de service comme le point de terminaison par défaut et le pool d'applications utilisé par l'application de service.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$serviceapp = Get-SPServiceApplication "My Service App"

C:\PS>Set-SPServiceApplication $serviceapp -DefaultEndpoint https</dev:code><dev:remarks><maml:para>Cet exemple définit le point de terminaison par défaut de l'application de service sur https.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Revoke-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Publish-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Update-SPFarmEncryptionKey</command:name><maml:description><maml:para>Modifie la valeur de la clé de chiffrement de la batterie et rechiffre toutes les données à l'aide de la nouvelle clé.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SPFarmEncryptionKey</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Update-SPFarmEncryptionKey</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Resume</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Resume</maml:name><maml:description><maml:para>Reprend le rechiffrement des données avec la nouvelle clé de chiffrement de la batterie si une précédente tentative a échoué.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Update-SPFarmEncryptionKey modifie la clé de chiffrement de la batterie avec une valeur générée aléatoirement. Lorsque la nouvelle clé est utilisée, toutes les données sont rechiffrées.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Update-SPFarmEncryptionKey -confirm</dev:code><dev:remarks><maml:para>Cet exemple modifie la clé de chiffrement de la batterie avec une nouvelle valeur et rechiffre toutes les données.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Update-SPFarmEncryptionKey</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPServiceApplicationPool</command:name><maml:description><maml:para>Crée un nouveau pool d'applications de service Web.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPServiceApplicationPool</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPServiceApplicationPool</maml:name><command:parameter required="True" position="1"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>Account</maml:name><command:parameterValue required="True">SPProcessAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom du nouveau pool d'applications de service Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>Account</maml:name><maml:description><maml:para>Spécifie les informations d'identification qui représenteront le paramètre Identity du nouveau pool d'applications.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPProcessAccountPipeBind</command:parameterValue><dev:type><maml:name>SPProcessAccountPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPServiceApplicationPool crée un nouveau pool d'applications de service Web dans IIS.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>New-SPServiceApplicationPool -Name TestServiceWebApplicationPool -Account testdomain\testuser1</dev:code><dev:remarks><maml:para>Cet exemple crée un nouveau pool d'applications de service Web. </maml:para><maml:para /><maml:para>Pour le paramètre Account, le nom d'un compte géré dans la batterie peut être donné. Utilisez l'applet de commande Get-SPManagedAccount pour afficher le compte géré existant dans la batterie. Un compte de processus provenant de la sortie de l'applet de commande Get-SPProcessAccount peut également être utilisé.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPServiceApplicationPool</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Add-SPShellAdmin</command:name><maml:description><maml:para>Ajoute un utilisateur au rôle SharePoint_Shell_Access pour la base de données spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SPShellAdmin</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Add-SPShellAdmin</maml:name><command:parameter required="True" position="1"><maml:name>UserName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>database</maml:name><command:parameterValue required="True">SPDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>UserName</maml:name><maml:description><maml:para>Spécifie le nom de l'utilisateur à ajouter au rôle SharePoint_Shell_Access dans la base de données cible.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>database</maml:name><maml:description><maml:para>Spécifie le nom de la base de données qui inclut le rôle SharePoint_Shell_Access auquel vous voulez ajouter l'utilisateur. Si le paramètre database n'est pas spécifié, la base de données de configuration est utilisée. La base de données de configuration de la batterie de serveurs est toujours incluse, même si vous spécifiez une autre base de données.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Add-SPShellAdmin pour ajouter un utilisateur au rôle SharePoint_Shell_Access pour une base de données spécifiée. Vous devez exécuter l'applet de commande Add-SPShellAdmin pour toutes les bases de données auxquelles vous souhaitez accorder un accès. Si aucune base de données n'est spécifiée, la base de données de configuration de la batterie de serveurs est utilisée. Si vous spécifiez une base de données, la base de données de contenu de la batterie de serveurs s'ajoutera à la base de données de configuration de la batterie de serveurs que vous spécifiez.</maml:para><maml:para /><maml:para>Un utilisateur ne peut pas exécuter d'applets de commande Windows PowerShell dans une batterie de serveurs à moins que vous n'ayez utilisé cette applet de commande pour ajouter l'utilisateur au rôle SharePoint_Shell_Access. Lorsqu'un utilisateur a été ajouté au rôle SharePoint_Shell_Access et qu'il est un membre du groupe WSS_Admin_WPG, il peut exécuter Windows PowerShell dans un environnement de batterie de serveurs comportant plusieurs serveurs.</maml:para><maml:para />
<maml:para>Lorsque vous exécutez cette applet de commande pour ajouter un utilisateur au rôle SharePoint_Shell_Access, l'utilisateur doit posséder les autorisations de sécurité suivantes :</maml:para><maml:para />
<maml:para>- Accès au rôle Security_Admin sur l'instance SQL et le rôle db_owner dans une base de données.</maml:para><maml:para /><maml:para>- Autorisation administrative sur l'ordinateur local.</maml:para><maml:para />

<maml:para>L'utilisateur est ajouté au groupe WSS_Admin_WPG sur tous les serveurs Web frontaux lorsque l'utilisateur est ajouté au rôle SharePoint_Shell_Access. Si la base de données cible ne comporte aucun rôle SharePoint_Shell_Access, ce dernier est automatiquement créé.</maml:para><maml:para />
<maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE 1---------------------</maml:title>
<dev:code>C:\PS>Add-SPShellAdmin -UserName CONTOSO\User1</dev:code><dev:remarks><maml:para>Cet exemple ajoute un nouvel utilisateur appelé User1 au rôle SharePoint_Shell_Access dans la base de données de configuration de la batterie de serveurs uniquement et garantit l'ajout de l'utilisateur au groupe local WSS_Admin_WPG sur chaque serveur de la batterie de serveurs.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------------EXEMPLE 2---------------------</maml:title>
<dev:code>C:\PS>Add-SPShellAdmin -UserName CONTOSO\User1 -database WSS_Content</dev:code><dev:remarks><maml:para>Cet exemple ajoute un nouvel utilisateur appelé User1 au rôle SharePoint_Shell_Access dans la base de données de contenu spécifiée et la base de données de configuration, et garantit l'ajout de l'utilisateur au groupe local WSS_Admin_WPG sur chaque serveur de la batterie de serveurs.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPShellAdmin</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPShellAdmin</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Add-SPShellAdmin</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Import-SPWeb</command:name><maml:description><maml:para>Importe une collection de sites, une application Web, une liste ou une bibliothèque.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Import</command:verb><command:noun>SPWeb</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Import-SPWeb</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ActivateSolutions</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HaltOnError</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HaltOnWarning</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>IncludeUserCustomAction</maml:name><command:parameterValue required="True">None | All</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>IncludeUserSecurity</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>NoFileCompression</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>NoLogFile</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UpdateVersions</maml:name><command:parameterValue required="True">Append | Overwrite | Ignore</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID du site Web d'importation.</maml:para><maml:para /><maml:para>Le type doit être une URL, un GUID ou un objet valide. Par exemple, une URL valide au format http://server_name, ou un GUID au format 1234-4567-5678a.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebPipeBind</command:parameterValue><dev:type><maml:name>SPWebPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Path</maml:name><maml:description><maml:para>Indique le nom du fichier d'importation.</maml:para><maml:para /><maml:para>Si vous utilisez le paramètre NoFileCompression, vous devez spécifier un répertoire. Dans le cas contraire, tous les formats de fichiers sont valides.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ActivateSolutions</maml:name><maml:description><maml:para>Spécifie si des solutions utilisateur sont activées durant l'importation.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Force le remplacement du package d'exportation s'il existe déjà.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>-True</maml:para><maml:para /><maml:para>-False</maml:para><maml:para /><maml:para>La valeur par défaut est False.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HaltOnError</maml:name><maml:description><maml:para>Interrompt le processus d'importation en cas d'erreur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HaltOnWarning</maml:name><maml:description><maml:para>Interrompt le processus d'importation en cas d'avertissement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>IncludeUserCustomAction</maml:name><maml:description><maml:para>Spécifie si les actions personnalisées de l'utilisateur sont incluses durant l'importation.</maml:para><maml:para /></maml:description><command:parameterValue required="True">None | All</command:parameterValue><dev:type><maml:name>None | All</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>IncludeUserSecurity</maml:name><maml:description><maml:para>Conserve les paramètres de sécurité de l'utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NoFileCompression</maml:name><maml:description><maml:para>Active ou désactive la compression des fichiers dans le package d'importation. Le package d'importation est stocké dans le dossier spécifié par le paramètre Path ou Identity. Pour des raisons de performances, il est recommandé d'utiliser ce paramètre. L'activation de la compression peut allonger la durée du processus d'importation d'environ 30 pour cent.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NoLogFile</maml:name><maml:description><maml:para>Empêche la génération d'un fichier journal d'importation. Si ce paramètre n'est pas spécifié, l'applet de commande Import-SPWeb génère un fichier journal d'exportation au même emplacement que le package d'exportation. Le fichier journal utilise le service de journalisation unifiée (ULS).</maml:para><maml:para /><maml:para>Nous vous recommandons d'utiliser ce paramètre. Cependant, pour des raisons de performances, il peut parfois être utile de ne pas générer de fichier journal.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UpdateVersions</maml:name><maml:description><maml:para>Indique comment résoudre les situations où un fichier à importer dans un site existe déjà dans celui-ci. Si le paramètre UpdateVersions n'est pas spécifié, l'opération d'importation utilise par défaut la valeur 1.</maml:para><maml:para /><maml:para>Le type doit être l'un des suivants :</maml:para><maml:para /><maml:para>-Ajouter de nouvelles versions au fichier actuel</maml:para><maml:para /><maml:para>-Remplacer le fichier et toutes ses versions (supprimer puis insérer)</maml:para><maml:para /><maml:para>-Ignorer le fichier s'il existe sur la destination</maml:para><maml:para /><maml:para>La valeur par défaut est Add new versions to the current file.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Append | Overwrite | Ignore</command:parameterValue><dev:type><maml:name>Append | Overwrite | Ignore</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Import-SPWeb importe une collection de sites, une application Web, une liste ou une bibliothèque. L'importation depuis une bibliothèque est une fonctionnalité nouvelle dans les produits SharePoint 2010.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------------EXEMPLE---------------------- </maml:title>
<dev:code>C:\PS>Import-SPWeb http://site -Path export.cmp -UpdateVersions -Overwrite
</dev:code><dev:remarks><maml:para>Cet exemple importe le contenu du fichier export.cmp dans un site à l'adresse http://site et remplace le contenu avec version présent sur le site par le contenu du fichier export.cmp.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Export-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWeb</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Import-SPWeb</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Uninstall-SPFeature</command:name><maml:description><maml:para>Désinstalle une définition de fonctionnalité installée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Uninstall</command:verb><command:noun>SPFeature</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Uninstall-SPFeature</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom de la fonctionnalité ou le GUID à désinstaller.</maml:para><maml:para /><maml:para>Le type doit être le nom du dossier de fonctionnalités se trouvant dans le dossier 
&lt;drive&gt;:\program files\common files\Microsoft Shared\Web server extensions\14\template\features ou il doit s'agir d'un GUID au format 21d186e1-7036-4092-a825-0eb6709e9281.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue><dev:type><maml:name>SPFeatureDefinitionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Force la désinstallation d'une fonctionnalité déjà installée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Uninstall-SPFeature supprime la définition de fonctionnalité spécifiée de la collection de définitions de fonctionnalités dans la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues><maml:para>Aucune</maml:para><maml:para /></command:returnValues><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Uninstall-SPFeature -path "MyCustomFeature"</dev:code><dev:remarks><maml:para>Cet exemple désinstalle la fonctionnalité du chemin $env:ProgramFiles\Common Files\Microsoft Shared Debug\Web Server Extensions\14\TEMPLATE\FEATURES\MyCustomFeature/feature.xml.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPFeature</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Uninstall-SPFeature</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPLogFile</command:name><maml:description><maml:para>Crée un nouveau fichier journal.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPLogFile</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPLogFile</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPLogFile met fin au fichier journal actuel et en démarre un nouveau.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>New-SPLogFile</dev:code><dev:remarks><maml:para>Cet exemple met fin au fichier journal actuel et en démarre un nouveau.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Merge-SPLogFile</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPLogFile</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPClaimProvider</command:name><maml:description><maml:para>Enregistre un nouveau fournisseur de revendications dans la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPClaimProvider</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPClaimProvider</maml:name><command:parameter required="True" position="Named"><maml:name>AssemblyName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Description</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>DisplayName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Type</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Default</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Enabled</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AssemblyName</maml:name><maml:description><maml:para>Le type doit être un nom valide d'assembly, par exemple ClaimAssembly1.</maml:para><maml:para /><maml:para>Spécifie le nom de l'assembly avec le fournisseur de revendications.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Description</maml:name><maml:description><maml:para>Donne la description du fournisseur de revendications.</maml:para><maml:para /><maml:para>Le type doit être un nom valide d'assembly, par exemple ClaimAssembly1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DisplayName</maml:name><maml:description><maml:para>Spécifie le nom complet du nouveau fournisseur de revendications.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de fournisseur de revendications, par exemple, ClaimProvider1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Type</maml:name><maml:description><maml:para>Spécifie le type de revendication.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de type de revendication, par exemple MyClaimProvider.Providers.CustomProvider.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Default</maml:name><maml:description><maml:para>Spécifie que le fournisseur de revendications s'applique à toutes les zones et applications Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Enabled</maml:name><maml:description><maml:para>Active le fournisseur de revendications.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPClaimProvider enregistre un nouveau fournisseur de revendications dans la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>New - SPClaimProvider -Name "MyClaimProvider" -Type "MyClaimProvider.Providers.CustomProvider" -AllWebApplications</dev:code><dev:remarks><maml:para>Cet exemple enregistre un fournisseur de revendications dans la batterie de serveurs.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>New - SPClaimProvider -Name "MyClaimProvider" -Type "MyClaimProvider.Providers.CustomProvider" -Scope (get-SPWebApplication http://office)</dev:code><dev:remarks><maml:para>Cet exemple enregistre un fournisseur de revendications étendu à une application Web donnée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPClaimProvider</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPManagedAccount</command:name><maml:description><maml:para>Configure le compte géré.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPManagedAccount</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPManagedAccount</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EmailNotification</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PreExpireDays</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Schedule</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPManagedAccount</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AutoGeneratePassword</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EmailNotification</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PreExpireDays</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Schedule</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPManagedAccount</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Password</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EmailNotification</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PreExpireDays</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Schedule</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPManagedAccount</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ConfirmPassword</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>NewPassword</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EmailNotification</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PreExpireDays</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Schedule</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SetNewPassword</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPManagedAccount</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ExistingPassword</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EmailNotification</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PreExpireDays</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Schedule</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UseExistingPassword</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom complet ou le nom partiel des comptes gérés à récupérer.</maml:para><maml:para /><maml:para>Le type doit être un nom de compte valide au format Domaine\Utilisateur, ou un GUID au format 1234-3456-09876.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue><dev:type><maml:name>SPManagedAccountPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ConfirmPassword</maml:name><maml:description><maml:para>Confirme le nouveau mot de passe pour ce compte géré.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ExistingPassword</maml:name><maml:description><maml:para>Définit le mot de passe de ce compte géré sur une valeur existante qui a déjà été modifiée dans Active Directory Domain Services (AD DS).</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NewPassword</maml:name><maml:description><maml:para>Définit un nouveau mot de passe pour le compte géré.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Password</maml:name><maml:description><maml:para>Définit un mot de passe pour le compte géré.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AutoGeneratePassword</maml:name><maml:description><maml:para>Génère automatiquement un nouveau mot de passe.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- True</maml:para><maml:para /><maml:para>- False</maml:para><maml:para /><maml:para>La valeur par défaut est False.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>EmailNotification</maml:name><maml:description><maml:para>Spécifie le nombre de jours avant la modification du mot de passe pour démarrer les notifications par courrier électronique.</maml:para><maml:para /><maml:para>La valeur par défaut est 5.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PreExpireDays</maml:name><maml:description><maml:para>Spécifie le nombre de jours avant l'expiration pour planifier la modification du mot de passe.</maml:para><maml:para /><maml:para>La valeur par défaut est 2.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Schedule</maml:name><maml:description><maml:para>Spécifie le nouveau calendrier pour l'exécution de la tâche de modification du mot de passe.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SetNewPassword</maml:name><maml:description><maml:para>Définit le mot de passe sur la nouvelle valeur passée et modifie la valeur dans AD DS.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- True</maml:para><maml:para /><maml:para>- False</maml:para><maml:para /><maml:para>La valeur par défaut est False.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UseExistingPassword</maml:name><maml:description><maml:para>Définit le mot de passe sur une nouvelle valeur passée et qui a déjà été modifiée dans AD DS.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- True</maml:para><maml:para /><maml:para>- False</maml:para><maml:para /><maml:para>La valeur par défaut est False.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPManagedAccount définit les propriétés du compte géré donné.</maml:para><maml:para /><maml:para>Vous pouvez utiliser cette applet de commande pour modifier les paramètres de notification et d'expiration du mot de passe pour le compte géré : utilisez le jeu de paramètres par défaut. Vous pouvez également utiliser cette applet de commande pour modifier le mot de passe du compte géré sur des mots de passe générés automatiquement à un moment défini : utilisez le jeu de paramètres qui comprend le paramètre AutoGeneratePassword. Vous pouvez aussi utiliser cette applet de commande pour modifier le mot de passe du compte géré sur une nouvelle valeur connue de l'administrateur : utilisez le jeu de paramètres comprenant le paramètre SetNewPassword. Enfin, vous pouvez utiliser cette applet de commande pour modifier le mot de passe du compte géré sur une valeur existante qui a déjà été modifiée dans Active Directory Domain Services (AD DS) : utilisez le jeu de paramètres qui comprend le paramètre UseExistingPassword.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>$m = Get-SPManagedAccount -Identity "DOMAINx\UserY"

C:\PS>Set-SPManagedAccount -Identity $m -AutoGeneratePassword true
</dev:code><dev:remarks><maml:para>Cet exemple affiche un compte géré explicite, le cas échéant, et tente ensuite de le mettre à jour pour utiliser des mots de passe générés automatiquement.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPManagedAccount</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPDiagnosticsProvider</command:name><maml:description><maml:para>Active un fournisseur de diagnostics et met à jour sa stratégie de rétention.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPDiagnosticsProvider</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPDiagnosticsProvider</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPDiagnosticsProviderPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DaysRetained</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Enable</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxTotalSizeInBytes</maml:name><command:parameterValue required="True">Int64</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le fournisseur de diagnostics à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur de diagnostics valide (par exemple, DiagnosticProv1) ou une instance d'un objet SPDiagnosticsProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPDiagnosticsProviderPipeBind</command:parameterValue><dev:type><maml:name>SPDiagnosticsProviderPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DaysRetained</maml:name><maml:description><maml:para>Spécifie le nombre de jours de rétention des données collectées par un fournisseur de diagnostics.</maml:para><maml:para /><maml:para>Le type doit être une valeur entière valide dans la plage de 1 à 14.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Enable</maml:name><maml:description><maml:para>Active ou désactive le fournisseur de diagnostics spécifié.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPDiagnosticsProvider active un fournisseur de diagnostics et met à jour sa stratégie de rétention.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Get-SPDiagnosticsProvider job-diagnostics-event-log-provider | Set-SPDiagnosticsProvider -Enable:$false

C:\PS>Get-SPDiagnosticsProvider job-diagnostics-event-log-provider</dev:code><dev:remarks><maml:para>Cet exemple désactive le fournisseur de diagnostics du journal d'événements.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Get-SPDiagnosticsProvider job-diagnostics-event-log-provider | Set-SPDiagnosticsProvider -Enable -DaysRetained 10

C:\PS>Get-SPDiagnosticsProvider job-diagnostics-event-log-provider</dev:code><dev:remarks><maml:para>Cet exemple active le fournisseur de diagnostics du journal d'événements et modifie sa stratégie de rétention à 10 jours.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPDiagnosticsProvider</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPDiagnosticsProvider</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPSiteAdministration</command:name><maml:description><maml:para>Permet aux administrateurs de batteries de serveurs de configurer n'importe quelle collection de sites.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPSiteAdministration</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPSiteAdministration</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteAdministrationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AdministrationSiteType</maml:name><command:parameterValue required="True">None | TenantAdministration</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LockState</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxSize</maml:name><command:parameterValue required="True">Int64</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>OwnerAlias</maml:name><command:parameterValue required="True">SPUserPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SecondaryOwnerAlias</maml:name><command:parameterValue required="True">SPUserPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Template</maml:name><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WarningSize</maml:name><command:parameterValue required="True">Int64</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPSiteAdministration</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteAdministrationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AdministrationSiteType</maml:name><command:parameterValue required="True">None | TenantAdministration</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SiteSubscription</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'URL (complète ou partielle) ou le GUID de la collection de sites.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, ou un GUID au format 1234-456-987fg.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteAdministrationPipeBind</command:parameterValue><dev:type><maml:name>SPSiteAdministrationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AdministrationSiteType</maml:name><maml:description><maml:para>Spécifie le type de site.</maml:para><maml:para /><maml:para>Les valeurs valides sont None ou TentantAdministration.</maml:para><maml:para /></maml:description><command:parameterValue required="True">None | TenantAdministration</command:parameterValue><dev:type><maml:name>None | TenantAdministration</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Supprime les messages de confirmation impliqués dans la définition de l'abonnement de site. Ce paramètre est utilisé avec le paramètre SiteSubscription.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LockState</maml:name><maml:description><maml:para>Spécifie l'état de verrouillage de la collection de sites donnée.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- Unlock : définit la collection de sites à déverrouiller.</maml:para><maml:para /><maml:para>- Content : aucun nouveau contenu ne peut être ajouté. Les mises à jour et suppressions sont autorisées. </maml:para><maml:para /><maml:para>- Readonly : définit la collection de sites en lecture seule.</maml:para><maml:para /><maml:para>- Noaccess : définit la collection de sites pour la rendre indisponible pour tous les utilisateurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>MaxSize</maml:name><maml:description><maml:para>Définit la taille de stockage maximale de la collection de sites.</maml:para><maml:para /><maml:para>Le type doit être un nombre valide supérieur ou égal à 0.</maml:para><maml:para /><maml:para>Choisissez 0 pour une taille illimitée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int64</command:parameterValue><dev:type><maml:name>Int64</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>OwnerAlias</maml:name><maml:description><maml:para>Définit le propriétaire de la collection de sites. </maml:para><maml:para /><maml:para>Le type doit être un alias d'utilisateur valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserPipeBind</command:parameterValue><dev:type><maml:name>SPUserPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SecondaryOwnerAlias</maml:name><maml:description><maml:para>Définit le propriétaire secondaire de la collection de sites.</maml:para><maml:para /><maml:para>Le type doit être un alias d'utilisateur valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserPipeBind</command:parameterValue><dev:type><maml:name>SPUserPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SiteSubscription</maml:name><maml:description><maml:para>Spécifie le groupe de sites pour l'obtention des collections de sites.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Template</maml:name><maml:description><maml:para>Spécifie le modèle Web pour le site Web de niveau supérieur de cette collection de sites. Pour cela, le modèle ne doit pas encore avoir été configuré.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890abcdef, ou un objet SPWebTemplate.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue><dev:type><maml:name>SPWebTemplatePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WarningSize</maml:name><maml:description><maml:para>Spécifie la taille limite d'avertissement pour la collection de sites. </maml:para><maml:para /><maml:para>Le type doit être un nombre valide supérieur ou égal à 0. Choisissez 0 pour une taille illimitée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int64</command:parameterValue><dev:type><maml:name>Int64</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPSiteAdministration permet à un administrateur de batterie de serveurs de configurer des paramètres spécifiques sur une collection de sites même s'il ne dispose pas des autorisations explicites. Les paramètres non spécifiés ne sont pas modifiés.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPSiteAdministration http://sitename -OwnerAlias "DOMAIN\NewOwner"</dev:code><dev:remarks><maml:para>Cet exemple permet aux administrateurs de batterie de serveurs de modifier l'appartenance d'une collection de sites à laquelle ils n'ont pas accès.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSiteAdministration</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPSite</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPSiteAdministration</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Revoke-SPServiceApplication</command:name><maml:description><maml:para>Révoque un accès utilisateur à une application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Revoke</command:verb><command:noun>SPServiceApplication</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'application de service sur lequel révoquer l'accès.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>UserPrincipal</maml:name><maml:description><maml:para>Spécifie l'identité pour révoquer l'accès à l'application de service.</maml:para><maml:para /><maml:para>Le type doit être un nom d'utilisateur principal au format DOMAINE\utilisateur, ou une revendication au format CA:NTLM:Identity-username:domaine\utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Type</maml:name><maml:description><maml:para>Spécifie le type de droits à révoquer.</maml:para><maml:para /><maml:para>Le type doit être Admin ou Access.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Revoke-SPServiceApplication révoque l'accès utilisateur spécifié sur l'application de service spécifiée.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Revoke-SPServiceAppliaion 053c34be-d251-488c-8e94-644eae94da26 -UserPrincipal testdomin\tester1 -Type Admin</dev:code><dev:remarks><maml:para>Cet exemple révoque l'accès administratif donné à l'utilisateur spécifié pour l'application de service sélectionnée.</maml:para><maml:para /><maml:para>Le GUID de l'application de service est unique pour chaque batterie de serveurs. Vous pouvez exécuter l'applet de commande Get-SPServiceApplication pour voir le GUID des applications de service, puis utiliser le résultat provenant de l'applet de commande Get-SPServiceApplication pour d'autres applets de commande SPServiceApplication, par exemple Grant-SPServiceApplication ou Publish-SPServiceApplication.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Publish-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Grant-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Revoke-SPServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPSiteSubscriptionConfig</command:name><maml:description><maml:para>Définit les propriétés de configuration d'un abonnement au site.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPSiteSubscriptionConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPSiteSubscriptionConfig</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>FeaturePack</maml:name><command:parameterValue required="True">SPSiteSubscriptionFeaturePackPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PassThru</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UserAccountDirectoryPath</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la configuration d'abonnement au site à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un SPSite (objet ou URL) d'une collection de sites membre de l'abonnement au site, ou une instance d'un objet SiteSubscription valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PassThru</maml:name><maml:description><maml:para>Indique que l'objet de sortie peut être passé à travers le pipeline.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>FeatureSet</maml:name><maml:description><maml:para>Spécifie le jeu de fonctions associé à l'abonnement au site.</maml:para><maml:para /><maml:para>Spécifie une valeur nulle pour effacer l'association actuelle.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh ou une instance d'un objet SPFeatureSet valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>UserAccountDirectoryPath</maml:name><maml:description><maml:para>Définit le chemin d'accès au répertoire du compte d'utilisateur du site à une unité d'organisation spécifique qui se trouve dans le même domaine que l'abonnement au site.</maml:para><maml:para /><maml:para>Le type doit être un nom d'unité d'organisation unique, par exemple OU=Contoso1, DC=OSGCorp, DC=local.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPSiteSubscriptionConfig définit les propriétés de configuration d'un abonnement au site.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------EXEMPLE---------------</maml:title>
<dev:code>C:\PS>Set-SPSiteSubscription http://contoso.com -FeatureSet 12345678-90ab-cdef-1234-567890abcdef</dev:code><dev:remarks><maml:para>Cet exemple définit le jeu de fonctions de l'abonnement complet au site contenant http://contoso.com avec un GUID de jeu de fonctions.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPSiteSubscriptionConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPTrustedRootAuthority</command:name><maml:description><maml:para>Renvoie une autorité racine de confiance.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPTrustedRootAuthority</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPTrustedRootAuthority</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTrustedRootAuthorityPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'autorité racine de confiance à récupérer.</maml:para><maml:para /><maml:para>Le type doit correspondre à un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, à un nom valide d'autorité racine de confiance (par exemple, WFEFarm1) ou à une instance d'un objet SPTrustedRootAuthority valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedRootAuthorityPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedRootAuthorityPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPTrustedRootAuthority renvoie une autorité racine de confiance. Si un fichier de certificat est utilisé, il ne doit comprendre qu'un certificat X509 sans clés privées, sinon une exception est émise.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$rootauthority = Get - SPTrustedRootAuthority -Name "WFEFarm1"</dev:code><dev:remarks><maml:para>Cet exemple crée un autorité racine de confiance WFEFarm1.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPTrustedRootAuthority</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPSiteSubscriptionSettings</command:name><maml:description><maml:para>Supprime les données de service des paramètres pour l'abonnement à un site spécifié, ou recherche et supprime les données orphelines.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPSiteSubscriptionSettings</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPSiteSubscriptionSettings</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>SiteSubscriptions</maml:name><command:parameterValue required="True">Guid[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Remove-SPSiteSubscriptionSettings</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>FindAllOrphans</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AlternativeSiteSubscriptions</maml:name><command:parameterValue required="True">Guid[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application de service des paramètres d'abonnement à des sites contenant les données de service à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'une application de service d'abonnement à des sites (par exemple, SubscriptionSettingsApp1), ou une instance d'un objet SPSubscriptionSettingsServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>FindAllOrphans</maml:name><maml:description><maml:para>Spécifie que les stockages de paramètres orphelins de l'application de service sont supprimés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>SiteSubscriptions</maml:name><maml:description><maml:para>Spécifie les abonnements à des sites contenant des données de service de paramètres à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un tableau de GUID valides.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>AlternativeSiteSubscriptions</maml:name><maml:description><maml:para>Spécifie la collection complète ou la liste séparée par des virgules des abonnements à des sites qui doivent exister dans l'application de service des paramètres. Les données qui ne correspondent pas aux éléments de cette liste seront supprimées.</maml:para><maml:para /><maml:para>Ce paramètre est important si vous utilisez le paramètre FindAllOrphans. La valeur spécifiée pour le paramètre AlternativeSiteSubscriptions indique que tout abonnement à un site non présent dans la batterie de serveurs locale sera supprimé, à moins qu'une liste alternative d'abonnements à des sites soit spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un tableau de GUID valides.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Ignore automatiquement l'avertissement secondaire émis par l'applet de commande avant l'opération.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPSiteSubscriptionSettings supprime les données stockées pour l'abonnement au site spécifié. Si le paramètre FindAllOrphans est spécifié, cette applet de commande localise dans l'application de service les données non présentes dans la liste des abonnements à des sites locaux ou dans la liste alternative d'abonnements.</maml:para><maml:para /><maml:para>Le jeu d'abonnements à des sites peut être spécifié directement ou être détecté en comparant les données présentes dans l'application de service au jeu d'abonnements à des sites existants afin de trouver le jeu de données qui correspond à des abonnements à des sites inexistants.</maml:para><maml:para /><maml:para>Si cette applet de commande est exécutée sur une application de service fédérée sans spécifier la liste complète des ID d'abonnement à des sites pour le paramètre AlternativeSiteSubscriptions, vous risquez de perdre des données.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------EXEMPLE 1--------------</maml:title>
<dev:code>C:\PS>Remove-SPSiteSubscriptionSettings -FindAllOrphans -Whatif</dev:code><dev:remarks><maml:para>Cet exemple recherche tous les orphelins et les affiche à l'écran. Supprimez le paramètre WhatIf pour supprimer ces paramètres supplémentaires.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------EXEMPLE 2--------------</maml:title>
<dev:code>C:\PS>Remove-SPSubscriptionSettingsServiceApplication -FindAllOrphans -AlternativeSiteSubscriptions $SubscriptionList</dev:code><dev:remarks><maml:para>Utilisez cet exemple si l'application de service est utilisée par une batterie de serveurs distante et que vous voulez nettoyer les données orphelines des paramètres d'abonnements à des sites (un tableau de tous les abonnements à des sites dont les données doivent rester dans l'application de service est affecté à la variable $SubscriptionList).</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Import-SPSiteSubscriptionSettings</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Export-SPSiteSubscriptionSettings</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPSiteSubscriptionSettings</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPDiagnosticsPerformanceCounter</command:name><maml:description><maml:para>Supprime une instance d'un compteur de performances.
</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPDiagnosticsPerformanceCounter</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPDiagnosticsPerformanceCounter</maml:name><command:parameter required="True" position="2"><maml:name>Category</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Counter</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Instance</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebFrontEnd</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="2"><maml:name>Category</maml:name><maml:description><maml:para>Spécifie la catégorie de compteurs de performances à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de catégorie de compteurs de performances comme ASP.NET, PhysicalDisk ou Processor.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Counter</maml:name><maml:description><maml:para>Spécifie le type de compteur à supprimer. Si ce paramètre n'est pas spécifié, cette applet de commande supprime tous les compteurs de performances de la catégorie spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de type de compteur comme Requests Queued, Avg. Disk Queue Length et % Processor Time.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Supprime les compteurs de performances spécifiés collectés sur les serveurs de bases de données de la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Instance</maml:name><maml:description><maml:para>Spécifie le nom de l'instance du compteur de performances à supprimer. Si ce paramètre n'est pas spécifié, cette applet de commande supprime toutes les instances du compteur de performances spécifié.</maml:para><maml:para /><maml:para>Le type doit être un nom valide d'instance de compteur de performances comme Total_PerfCounter.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebFrontEnd</maml:name><maml:description><maml:para>Supprime les compteurs de performances collectés sur les ordinateurs Web frontaux de la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPDiagnosticsPerformanceCounter supprime des compteurs de performances de la collection de compteurs de performances qui sont lus et enregistrés dans la base de données d'utilisation. Cette applet de commande permet également de supprimer de la collection des catégories entières et des types de compteurs. Si le paramètre DatabaseServer ou WebFrontEnd n'est pas spécifié, cette applet de commande supprime les compteurs de performances spécifiés des ordinateurs Web frontaux de la batterie de serveurs.</maml:para><maml:para /><maml:para>L'applet de commande Remove-SPDiagnosticsPerformanceCounter n'est disponible que si vous utilisez Windows PowerShell. Il n'existe aucune interface utilisateur.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>Remove-SPDiagnosticsPerformanceCounter -category ASP.NET</dev:code><dev:remarks><maml:para>Cet exemple supprime tous les compteurs de la catégorie ASP.NET des ordinateurs Web frontaux.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>Remove-SPDiagnosticsPerformanceCounter -category ASP.NET -Counter "Requests Queued"</dev:code><dev:remarks><maml:para>Cet exemple supprime les compteurs de la catégorie ASP.NET qui présentent des demandes en file d'attente sur des ordinateurs Web frontaux.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3------------------</maml:title>
<dev:code>C:\PS>Remove-SPDiagnosticsPerformanceCounter -category Processor -counter "% Processor Time" -instance "_Total" -databaseserver</dev:code><dev:remarks><maml:para>Cet exemple supprime les compteurs de l'instance _Total, avec le compteur % Processor Time dans la catégorie Processor sur des serveurs de bases de données.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Add-SPDiagnosticsPerformanceCounter</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPDiagnosticsPerformanceCounter</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPDiagnosticsPerformanceCounter</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Repair-SPManagedAccountDeployment</command:name><maml:description><maml:para>Répare le déploiement local des informations d'identification des comptes gérés.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Repair</command:verb><command:noun>SPManagedAccountDeployment</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Repair-SPManagedAccountDeployment</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Repair-SPManagedAccountDeployment pour réparer le déploiement local des informations d'identification des comptes gérés sur un serveur dans les rares cas où les informations d'identification des services de comptes gérés sont dans un état défectueux. Elle permet de redéployer chaque service local et les informations d'identification des applications Web, puis de déterminer si le mot de passe est incorrect sur le serveur. Elle affiche des avertissements en conséquence. L'applet de commande Repair-SPManagedAccountDeployment ne doit pas être utilisée dans le cadre d'un processus de mise à jour de routine d'informations d'identification, mais en tant que première étape de dépannage et ce particulièrement si les services du serveur ne démarrent pas lorsque d'autres services de serveurs fonctionnent correctement.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE----------------- </maml:title>
<dev:code>C:\PS>Repair-SPManagedAccountDeployment</dev:code><dev:remarks><maml:para>Cet exemple répare le déploiement d'informations d'identification sur tous les services et l'application Web associés au(x) compte(s) géré(s) sur le serveur local.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Repair-SPManagedAccountDeployment</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPTrustedIdentityTokenIssuer</command:name><maml:description><maml:para>Crée un fournisseur d'identité dans la batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPTrustedIdentityTokenIssuer</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPTrustedIdentityTokenIssuer</maml:name><command:parameter required="True" position="Named"><maml:name>ClaimsMappings</maml:name><command:parameterValue required="True">SPClaimMappingPipeBind[]</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Description</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>IdentifierClaim</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Realm</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>SignInUrl</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ClaimProvider</maml:name><command:parameterValue required="True">SPClaimProviderPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ImportTrustCertificate</maml:name><command:parameterValue required="True">X509Certificate2</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UseWReply</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>ClaimsMappings</maml:name><maml:description><maml:para>Spécifie le mappage des revendications du jeton d'origine vers le jeton SharePoint.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de règle de mappage des revendications valide (par exemple Email) ou une instance d'un objet SPClaimMapping valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimMappingPipeBind[]</command:parameterValue><dev:type><maml:name>SPClaimMappingPipeBind[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Description</maml:name><maml:description><maml:para>Spécifie une description pour le nouveau fournisseur d'identité.</maml:para><maml:para /><maml:para>Le type doit être une chaîne valide, par exemple LiveID STS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>IdentifierClaim</maml:name><maml:description><maml:para>Indique quel type de revendication provenant du service d'émission de jeton de sécurité approuvé sera utilisé pour le nouveau fournisseur d'identité.</maml:para><maml:para /><maml:para>Le type doit être un type de revendication valide provenant du service d'émission de jeton de sécurité approuvé, par exemple http://schemas.microsoft.com/2007/05/Claims/Puid.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom du nouveau fournisseur d'identité.</maml:para><maml:para /><maml:para>Le type doit être un nom de fournisseur d'identité valide, par exemple LiveIDSTS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Realm</maml:name><maml:description><maml:para>Spécifie le domaine, ou partition de ressource, associé à cette approbation.</maml:para><maml:para /><maml:para>Le type doit être un nom de domaine valide, par exemple MD_REALM.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SignInUrl</maml:name><maml:description><maml:para>Spécifie les URL de connexion pour ce fournisseur d'identité STS approuvé.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://int.live.com.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ClaimProvider</maml:name><maml:description><maml:para>Spécifie le fournisseur d'identité STS qui peut résoudre et rechercher les demandes pour le sélecteur de personnes basé sur des revendications.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur d'identité valide (par exemple, MyIDprovider1) ou une instance d'un objet SPIdentityProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimProviderPipeBind</command:parameterValue><dev:type><maml:name>SPClaimProviderPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ImportTrustCertificate</maml:name><maml:description><maml:para>Spécifie l'objet certificat X.509 de la batterie de serveurs du fournisseur d'authentification de confiance.</maml:para><maml:para /><maml:para>Le type doit être un nom de certificat X.509 valide comme Certificate1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">X509Certificate2</command:parameterValue><dev:type><maml:name>X509Certificate2</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UseWReply</maml:name><maml:description><maml:para>Inclut WReply avec la demande de jeton. WReply est une URL dans la partie de confiance vers laquelle le demandeur est redirigé à l'issue du traitement de la déconnexion.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPTrustedIdentityTokenIssuer crée un fournisseur d'identité dans la batterie. Cet objet est créé et utilisé uniquement pour définir ce type de fournisseur d'identité dans une application Web. Le type de revendication spécifié ne peut pas être de type NTLM, Classic NTLM, Negotiate ni Classic Negotiate. Pour le fournisseur d'appartenances et de rôles ASP.NET, aucun objet n'est rendu persistant. Pour les fournisseurs d'identité du service d'émission de jeton de sécurité (STS), cette applet de commande crée et rend l'objet de fournisseur d'identité persistant dans l'objet SPFarm.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>----------------------- EXEMPLE---------------------------</maml:title>
<dev:code>C:\PS>New-SPTrustedIdentityTokenIssuer -Name "LiveIDSTS" - Description "LiveID STS" -Certificate (Get-ChildItem"cert:Certificates (LocalComputer)\Personal\Certificates -Name "LiveID Cert") -SignInUrl http://int.contoso.com/ -IdentifierClaim "http://schemas.contoso.com/2007/05/Claims/Puid"

C:\PS>Set -SPWebApplication http://contoso.com -IdentityProvider (Get-SPTrustedIdentityTokenIssuer "LiveIDSTS")</dev:code><dev:remarks><maml:para>Cet exemple crée un nouveau fournisseur d'identité dans la batterie nommée LiveIDSTS.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPTrustedIdentityTokenIssuer</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPClaimProvider</command:name><maml:description><maml:para>Renvoie un fournisseur de revendications.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPClaimProvider</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPClaimProvider</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPClaimProviderPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le fournisseur de revendications à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur de revendications valide (par exemple, MyClaimProvider1) ou une instance d'un objet SPClaimProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimProviderPipeBind</command:parameterValue><dev:type><maml:name>SPClaimProviderPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPClaimProvider renvoie un fournisseur de revendications.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get - SPClaimProvider -Identity "MyClaimProvider" | Set-SPClaimProvider -Enabled $false</dev:code><dev:remarks><maml:para>Cet exemple désactive le fournisseur de revendications MyClaimProvider.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPClaimProviderManager</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPClaimProvider</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPBusinessDataCatalogThrottleConfig</command:name><maml:description><maml:para>Définit la configuration de limitation pour une application de service de connectivité de données métiers.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPBusinessDataCatalogThrottleConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPBusinessDataCatalogThrottleConfig</maml:name><command:parameter required="True" position="Named"><maml:name>Default</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">ThrottleConfig</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Maximum</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPBusinessDataCatalogThrottleConfig</maml:name><command:parameter required="True" position="Named"><maml:name>Enforced</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">ThrottleConfig</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Default</maml:name><maml:description><maml:para>Spécifie le paramètre par défaut de la configuration de limitation.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Enforced</maml:name><maml:description><maml:para>Indique que le paramètre de configuration de limitation ne peut pas être remplacé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la configuration de limitation à mettre à jour.</maml:para><maml:para /></maml:description><command:parameterValue required="True">ThrottleConfig</command:parameterValue><dev:type><maml:name>ThrottleConfig</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Maximum</maml:name><maml:description><maml:para>Spécifie la valeur maximale du paramètre de configuration de limitation.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPBusinessDataCatalogThrottleConfig définit la configuration de limitation pour une application de service de connectivité de données métiers.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPBusinessDataCatalogThrottleConfig -Scope Database -ThrottleType Items -ServiceApplicationProxy $contosoServAppProxy | Set-SPBusinessDataCatalogThrottleConfig -Maximum 1000000000 -Default 500000</dev:code><dev:remarks><maml:para>Cet exemple définit la limitation des éléments de la base de données à des valeurs maximales de 1000000000 et par défaut de 500000 pour l'application de service donnée.
</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPBusinessDataCatalogThrottleConfig</maml:linkText><maml:uri /></maml:navigationLink>Remove-SPBusinessDataCatalogThrottleConfig</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPBusinessDataCatalogThrottleConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Connect-SPConfigurationDatabase</command:name><maml:description><maml:para>Connecte l'ordinateur serveur local à une batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Connect</command:verb><command:noun>SPConfigurationDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Connect-SPConfigurationDatabase</maml:name><command:parameter required="True" position="1"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="9"><maml:name>Passphrase</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>DatabaseName</maml:name><maml:description><maml:para>Spécifie le nom de la base de données de configuration à laquelle connecter le serveur.</maml:para><maml:para /><maml:para>Le type doit être un nom de base de données valide, par exemple DB1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Spécifie le serveur sur lequel créer la base de données de configuration. La valeur par défaut est le nom de l'ordinateur local.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="9"><maml:name>Passphrase</maml:name><maml:description><maml:para>Spécifie la phrase de mot de passe sécurisé pour connecter le serveur actuel à la base de données de configuration.</maml:para><maml:para /><maml:para>Le type doit être une chaîne sécurisée valide, par exemple MyBDCApp1serverkey.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DatabaseCredentials</maml:name><maml:description><maml:para>Spécifie l'objet PSCredential qui contient le nom et le mot de passe d'utilisateur à utiliser pour l'authentification SQL de la base de données. Si ce paramètre n'est pas spécifié, l'utilisateur actuel est utilisé.</maml:para><maml:para /><maml:para>Le type doit être un objet PSCredential valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Connect-SPConfigurationDatabase connecte le serveur actuel à la base de données de configuration spécifiée.</maml:para><maml:para /><maml:para>Cette applet de commande connecte essentiellement le serveur à la batterie. S'il est impossible de connecter l'ordinateur actuel à une batterie, le message d'erreur suivant est affiché : </maml:para><maml:para /><maml:para>« Cet ordinateur est déjà connecté à une batterie de serveurs SharePoint. Voir : Dismount-SPConfigurationDatabase. »</maml:para><maml:para /><maml:para>Si les paramètres DatabaseName et Passphrase ne sont pas spécifiés, l'authentification Windows est utilisée.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Connect-SPConfigurationDatabase -DatabaseServer "ServerName\InstanceName" -DatabaseName "SharePointConfigurationDatabaseName" -Passphrase (ConvertTo-SecureString "MyP@ssw0rd" -AsPlainText -Force 


C:\PS>Start-Service SPTimerv4</dev:code><dev:remarks><maml:para>Cet exemple associe l'ordinateur serveur local à une batterie de serveurs configurée pour utiliser la base de données SharePointConfigurationDatabase sur une instance SQL Server en utilisant le nom ServerName\InstanceName avec le mot de passe MyP@ssw0rd.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>





<maml:navigationLink><maml:linkText>Backup-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disconnect-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink>Dismount-SPConfigurationDatabase</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Connect-SPConfigurationDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPAlternateUrl</command:name><maml:description><maml:para>Crée une nouvelle URL publique ou interne pour la ressource ou la zone d'application Web spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPAlternateUrl</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPAlternateUrl</maml:name><command:parameter required="True" position="1"><maml:name>Url</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Internal</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Zone</maml:name><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SPAlternateUrl</maml:name><command:parameter required="True" position="1"><maml:name>Url</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ResourceName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Internal</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Zone</maml:name><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Url</maml:name><maml:description><maml:para>Spécifie l'URL publique à laquelle les utilisateurs accèdent pour s'inscrire à l'application Web.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie le nom, l'URL ou le GUID de l'application Web pour laquelle le mappage doit être créé. </maml:para><maml:para /><maml:para>Le type doit être un nom valide, une URL valide au format WebApplication-1212, http://server_name, ou un GUID valide au format 1234-5678-9876-0987.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ResourceName</maml:name><maml:description><maml:para>Spécifie le nom de la ressource si l'URL de substitution porte sur une ressource externe. Si aucune valeur n'est spécifiée, la valeur reste vide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Internal</maml:name><maml:description><maml:para>Convertit cette URL de substitution en URL interne. Si ce paramètre n'est pas spécifié, l'URL est une URL publique.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Zone</maml:name><maml:description><maml:para>Spécifie une des cinq zones à laquelle l'URL de substitution est associée.</maml:para><maml:para /><maml:para>Le type doit être une zone valide : Default, Intranet, Internet, Extranet ou Custom.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue><dev:type><maml:name>Default | Intranet | Internet | Custom | Extranet</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPAlternateUrl crée une nouvelle URL publique ou interne pour la ressource ou la zone d'application Web spécifiée. Utilisez le paramètre ResourceName si l'URL de substitution porte sur une ressource externe.</maml:para><maml:para /><maml:para>Chaque application Web peut être associée à une collection de mappages entre URL internes et publiques. Les URL internes et publiques sont constituées des portions protocole et domaine de l'URL complète, par exemple https://www.fabrikam.com. Les utilisateurs tapent une URL publique pour se rendre sur le site SharePoint, et c'est cette URL qui s'affiche dans les liens figurant dans les pages. Les URL internes sont les demandes d'URL envoyées au site SharePoint. De nombreuses URL internes peuvent être associées à une même URL publique dans les batteries multiserveurs, par exemple lorsqu'un équilibreur de charge achemine les demandes vers des adresses IP spécifiques à différents serveurs du cluster d'équilibrage de charge.</maml:para><maml:para /><maml:para>Chaque application Web prend en charge cinq collections de mappages par URL ; les cinq collections correspondent aux cinq zones (par défaut, intranet, extranet, Internet et personnalisée). Si l'application Web reçoit une demande d'URL interne dans une zone particulière, les liens figurant dans les pages renvoyées à l'utilisateur comportent l'URL publique de cette zone.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>#create the public URL
New-SPAlternateURL https://www.contoso.com -Zone "Internet"

C:\PS>#create the internal URL
New-SPAlternateURL http://sharepoint.contoso.com -Zone "Internet" -internal</dev:code><dev:remarks><maml:para>Cet exemple convertit les demandes entrantes pour https://www.contoso.com en http://sharepoint.contoso.com (dans la zone Internet).</maml:para><maml:para /><maml:para>Lors de la configuration d'un proxy inverse pour traiter la terminaison SSL de l'URL publique, les mappages des accès de substitution doivent être configurés pour traiter la conversion de l'URL.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>



<maml:navigationLink><maml:linkText>Set-SPAlternateUrl</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPAlternateURL</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPAlternateUrl</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPAlternateUrl</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Export-SPSiteSubscriptionBusinessDataCatalogConfig</command:name><maml:description><maml:para>Exporte toutes les données du magasin de métadonnées Business Data Connectivity associées à une partition.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Export</command:verb><command:noun>SPSiteSubscriptionBusinessDataCatalogConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Export-SPSiteSubscriptionBusinessDataCatalogConfig</maml:name><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ServiceContext</maml:name><command:parameterValue required="True">SPServiceContextPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LocalizedNamesIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ModelsIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PermissionsIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PropertiesIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ProxiesIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Chemin d'accès</maml:name><maml:description><maml:para>Spécifie le chemin d'accès et le nom à utiliser pour créer le fichier d'exportation.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide aux formats suivants (au choix) :</maml:para><maml:para /><maml:para>- C:\nom_dossier\file.xml</maml:para><maml:para /><maml:para>- \\nom_serveur\nom_dossier\file.xml</maml:para><maml:para /><maml:para>- …\nom_dossier\file.xml</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceContext</maml:name><maml:description><maml:para>Spécifie le contexte de service des données à exporter.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de contexte de service valide (par exemple, http://ServiceContext1) ou une instance d'un objet SPServiceContext valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceContextPipeBind</command:parameterValue><dev:type><maml:name>SPServiceContextPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Remplace le fichier de sortie, s'il existe.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LocalizedNamesIncluded</maml:name><maml:description><maml:para>Spécifie que les noms des champs de données métiers dans plusieurs langues sont exportés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ModelsIncluded</maml:name><maml:description><maml:para>Spécifie que les modèles Business Data Connectivity sont inclus dans le fichier exporté.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PermissionsIncluded</maml:name><maml:description><maml:para>Spécifie que les autorisations des modèles Business Data Connectivity sont exportées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PropertiesIncluded</maml:name><maml:description><maml:para>Spécifie que les propriétés des modèles Business Data Connectivity sont exportées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ProxiesIncluded</maml:name><maml:description><maml:para>Spécifie que les applications de service Business Data Connectivity sont exportées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande SPSiteSubscriptionBusinessDataCatalogConfig exporte toutes les données du magasin de métadonnées Business Data Connectivity associées à une partition spécifiée.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Export-SPSiteSubscriptionBusinessDataCatalogConfig -ServiceContext http://contoso -Path "C:\folder\exportedFile.xml"</dev:code><dev:remarks><maml:para>Cet exemple exporte le fichier de données appelé exportedFile.xml.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Clear-SPSiteSubscriptionBusinessDataCatalogConfig</maml:linkText><maml:uri /></maml:navigationLink>Import-SPSiteSubscriptionBusinessDataCatalogConfig</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Export-SPSiteSubscriptionBusinessDataCatalogConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPSubscriptionSettingsServiceApplication</command:name><maml:description><maml:para>Définit les propriétés d'une application de service de paramètres d'abonnement.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPSubscriptionSettingsServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPSubscriptionSettingsServiceApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application de service de paramètres à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application de service de paramètres d'abonnement valide (par exemple SubscriptionSettingsApp1), ou une instance d'un objet SPSubscriptionSettingsServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>ApplicationPool</maml:name><maml:description><maml:para>Spécifie le pool d'applications ISS à utiliser pour la nouvelle application de paramètres d'abonnement.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de pool d'applications valide (par exemple, AppPoolName1) ou une instance d'un objet IISWebServiceApplicationPool valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseCredentials</maml:name><maml:description><maml:para>Spécifie l'objet PSCredential qui contient le nom et le mot de passe d'utilisateur à utiliser pour l'authentification SQL Server de la base de données.</maml:para><maml:para /><maml:para>Le type doit être un objet PSCredential valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseName</maml:name><maml:description><maml:para>Spécifie le nom de la base de données des paramètres d'abonnement.</maml:para><maml:para /><maml:para>Le type doit être un nom de base de données SQL Server valide, par exemple SubscriptionSettingsAppDB1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Spécifie le nom de l'instance SQL Server de l'hôte pour la base de données spécifiée dans le paramètre DatabaseName.</maml:para><maml:para /><maml:para>Le type doit être un nom d'instance SQL Server valide, par exemple SQLServerHost1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><maml:description><maml:para>Spécifie le nom de l'instance SQL Server de l'hôte pour le serveur de bases de données de basculement.</maml:para><maml:para /><maml:para>Le type doit être un nom d'instance SQL Server valide, par exemple SQLServerHost1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Set-SPSubscriptionSettingsServiceApplication pour définir les propriétés sur une application de service de paramètres d'abonnement.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------------EXEMPLE--------------------------</maml:title>
<dev:code>C:\PS>$applicationPool = GetSPIisWebServiceApplicationPool SettingsApplicationPool

C:\PS>Get-SPServiceApplication -Name SettingsServiceApp | Set-SPSubscriptionSettingsServiceApplication -ApplicationPool $applicationPool</dev:code><dev:remarks><maml:para>Cet exemple modifie le pool d'applications de l'application de service de paramètres d'abonnement. Cette commande suppose qu'une application de service de paramètres d'abonnement nommée SettingsServiceApp et qu'un pool d'applications nommé SettingsApplicationPool existent.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPSubscriptionSettingsServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSubscriptionSettingsServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPSubscriptionSettingsServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPTopologyServiceApplication</command:name><maml:description><maml:para>Définit les propriétés de l'application du service de topologie de la batterie locale.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPTopologyServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPTopologyServiceApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTopologyWebServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>LoadBalancerUrl</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'application à définir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 1234-456-854gh.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTopologyWebServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPTopologyWebServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LoadBalancerUrl</maml:name><maml:description><maml:para>Spécifie un programme d'équilibrage de la charge physique externe.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://search.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPTopologyServiceApplication définit les propriétés avancées d'une application lorsque le paramètre Identity est utilisé.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPTopologyServiceApplication 67877d63-bff4-4521-867a-ef4979ba07ce -LoadBalancedURL "https://testurl"</dev:code><dev:remarks><maml:para>Cet exemple définit l'URL avec équilibrage de la charge pour l'application du service de topologie.</maml:para><maml:para /><maml:para>Le GUID de l'application du service de topologie est unique pour chaque batterie. Vous pouvez exécuter l'applet de commande Get-SPTopologyServiceApplication pour extraire le GUID.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTopologyServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTopologyServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPTopologyServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPTopologyServiceApplicationProxy</command:name><maml:description><maml:para>Récupère le proxy d'application du service de topologie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPTopologyServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPTopologyServiceApplicationProxy</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTopologyWebServiceProxyPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID du proxy de l'application.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 1234-4567-098jhj.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTopologyWebServiceProxyPipeBind</command:parameterValue><dev:type><maml:name>SPTopologyWebServiceProxyPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPTopologyServiceApplicationProxy récupère le proxy d'application du service de topologie local.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPTopologyServiceApplicationProxy</dev:code><dev:remarks><maml:para>Cet exemple affiche le proxy d'application du service de topologie dans la batterie. </maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPTopologyServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTopologyServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPTopologyServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Install-SPHelpCollection</command:name><maml:description><maml:para>Installe les fichiers de la collection de sites de l'aide fournis dans la batterie actuelle.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Install</command:verb><command:noun>SPHelpCollection</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Install-SPHelpCollection</maml:name><command:parameter required="True" position="Named"><maml:name>LiteralPath</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Install-SPHelpCollection</maml:name><command:parameter required="True" position="Named"><maml:name>All</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>All</maml:name><maml:description><maml:para>Si le paramètre LiteralPath n'est pas spécifié, indique que tous les fichiers CAB de collection d'aide figurant dans le dossier %Program Files%\Common Files\Microsoft Shared\Web Server Extensions\14\HCCab\&lt;LCID&gt; de la collection de sites de l'aide sont installés et que les collections d'aide existantes sont remplacées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LiteralPath</maml:name><maml:description><maml:para>Spécifie le chemin d'accès exact à un fichier d'aide personnalisé spécifique dans le fichier CAB de la collection de sites de l'aide. </maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide dans l'un des formats suivants :</maml:para><maml:para /><maml:para>- C:\nom_dossier</maml:para><maml:para /><maml:para>- \\nom_serveur\nom_dossier</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Install-SPHelpCollection installe les fichiers de la collection de sites de l'aide pour les produits SharePoint 2010 dans la batterie de serveurs actuelle. Utilisez le paramètre LiteralPath pour installer des fichiers de collection d'aide personnalisés. Si le paramètre LiteralPath n'est pas spécifié, toute l'aide disponible dans la collection de sites de l'aide est installée et les fichiers de la collection d'aide sont remplacés.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Install-SPHelpCollection -LiteralPath 'C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\HCCab\1033\OSSAdmin.cab' 
</dev:code><dev:remarks><maml:para>Cet exemple installe la collection d'aide spécifiée dans la batterie de serveurs actuelle.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPHelpCollection</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPHelpCollection</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Install-SPHelpCollection</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Grant-SPObjectSecurity</command:name><maml:description><maml:para>Ajoute un nouveau principal de sécurité à un objet SPObjectSecurity.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Grant</command:verb><command:noun>SPObjectSecurity</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Grant-SPObjectSecurity</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPObjectSecurity</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>Principal</maml:name><command:parameterValue required="True">SPClaim</command:parameterValue></command:parameter><command:parameter required="True" position="3"><maml:name>Rights</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Replace</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>
Spécifie l'objet SPObjectSecurity auquel le nouveau principal de sécurité est ajouté. Vous pouvez utiliser l'applet de commande Get-SPServiceApplicationSecurity pour obtenir un objet SPObjectSecurity.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPObjectSecurity</command:parameterValue><dev:type><maml:name>SPObjectSecurity</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>Principal</maml:name><maml:description><maml:para>Spécifie le principal de sécurité auquel s'appliquent les droits.</maml:para><maml:para /><maml:para>Le type doit être un nom de principal valide, comme Full Control.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaim</command:parameterValue><dev:type><maml:name>SPClaim</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="True" globbing="False" pipelineInput="False" position="3"><maml:name>Rights</maml:name><maml:description><maml:para>Spécifie les droits accordés au principal.</maml:para><maml:para /><maml:para>Le type doit être un tableau de chaînes qui représente les droits accordés au principal.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Replace</maml:name><maml:description><maml:para>Remplace les droits existants sur l'objet SPObjectSecurity par les nouveaux droits spécifiés. Si ce paramètre n'est pas spécifié, les nouveaux droits sont ajoutés aux droits existants.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Grant-SPObjectSecurity ajoute un nouveau principal de sécurité, comme un utilisateur, à un objet SPObjectSecurity. Un objet SPObjectSecurity est un objet commun utilisé pour représenter la liste de contrôle d'accès (ACL) de sécurité d'objets administratifs SharePoint, et en particulier d'applications de service.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$security = Get-SPServiceApplicationSecurity $serviceApp -Admin
Grant-SPObjectSecurity $security $principal "Full Control"
Set-SPServiceApplicationSecurity $serviceApp -Admin $security</dev:code><dev:remarks><maml:para>Cet exemple récupère l'objet SPObjectSecurity correspondant à la liste ACL de l'administrateur sur une application de service et ajoute un nouveau principal d'utilisateur à cette liste ACL. Le nouvel utilisateur est un administrateur de l'application de service $serviceApp.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Revoke-SPObjectSecurity</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPServiceApplicationSecurity</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Grant-SPObjectSecurity</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPTrustedRootAuthority</command:name><maml:description><maml:para>Crée une autorité racine de confiance.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPTrustedRootAuthority</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPTrustedRootAuthority</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTrustedRootAuthorityPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Certificate</maml:name><command:parameterValue required="True">X509Certificate2</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'autorité racine de confiance à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'autorité racine de confiance valide (par exemple, WFEFarm1) ou une instance d'un objet SPTrustedRootAuthority valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedRootAuthorityPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedRootAuthorityPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Certificate</maml:name><maml:description><maml:para>Spécifie le certificat X.509 de l'autorité racine de confiance.</maml:para><maml:para /><maml:para>Le type doit être un nom de certificat X.509 valide comme Certificate1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">X509Certificate2</command:parameterValue><dev:type><maml:name>X509Certificate2</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPTrustedRootAuthority crée une autorité racine de confiance. Si un fichier de certificat est utilisé, le certificat doit être un certificat X509 avec des clés privées, sinon une exception est émise.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$cert = Get-PfxCertificate C:\LiveIDSigningCert.pfx
Get - SPTrustedRootAuthority -Name "WFEFarm1" | Set- SPTrustedRootAuthority -Certificate $cert</dev:code><dev:remarks><maml:para>Cet exemple met à jour le certificat de l'autorité racine de confiance WFEFarm1.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Remove-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPTrustedRootAuthority</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPProcessAccount</command:name><maml:description><maml:para>Renvoie un compte système d'un compte géré.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPProcessAccount</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPProcessAccount</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>NetworkService</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPProcessAccount</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LocalSystem</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPProcessAccount</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LocalService</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LocalService</maml:name><maml:description><maml:para>Renvoie le compte LocalService.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LocalSystem</maml:name><maml:description><maml:para>Renvoie le compte LocalSystem.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NetworkService</maml:name><maml:description><maml:para>Renvoie le compte NetworkService.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPProcessAccount renvoie un compte système ou un compte géré et crée l'objet SPProcessAccountPipeBind. Toutes les opérations pouvant accepter un compte peuvent accepter l'objet SPProcessAccountPipeBind au lieu de l'objet SPManagedAccountPipeBind.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Get-SPProcessAccount -NetworkService</dev:code><dev:remarks><maml:para>Cet exemple crée le type SPProcessAccountPipeBind à l'aide du compte NetworkService.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Get-SPProcessAccount -NetworkService | New-SPIisWebServiceApplicationPool -Account $_</dev:code><dev:remarks><maml:para>Cet exemple crée un compte SPIisWebServiceApplicationPool à l'aide du compte NetworkService renvoyé par l'applet de commande Get-SPProcessAccount.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPProcessAccount</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPUsageApplication</command:name><maml:description><maml:para>Définit les propriétés d'une application d'utilisation.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPUsageApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPUsageApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUsageApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabasePassword</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseUsername</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EnableLogging</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UsageService</maml:name><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application d'utilisation à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application d'utilisation valide (par exemple, UsageApp1) ou une instance d'un objet 
SPServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUsageApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPUsageApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseName</maml:name><maml:description><maml:para>Spécifie le nom de la base de données de journalisation.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de base de données SQL Server, par exemple UsageLogDB1.</maml:para><maml:para /><maml:para>Si la base de données de journalisation n'existe pas, elle sera créée automatiquement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabasePassword</maml:name><maml:description><maml:para>Spécifie le mot de passe de l'utilisateur spécifié dans
DatabaseUserName
. Utilisez ce paramètre uniquement si l'authentification SQL Server est utilisée pour accéder à la base de données de journalisation.</maml:para><maml:para /><maml:para>Le type doit être un mot de passe valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Spécifie le nom du serveur hôte de la base de données spécifiée dans DatabaseName.</maml:para><maml:para /><maml:para>Le type doit être un nom d'hôte SQL Server valide (par exemple, SQLServerHost1).</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseUsername</maml:name><maml:description><maml:para>Spécifie le nom d'utilisateur à utiliser pour se connecter à la base de données de journalisation. Utilisez ce paramètre uniquement si vous accédez à la base de données de journalisation via l'authentification SQL Server.</maml:para><maml:para /><maml:para>Le type doit être un nom d'utilisateur valide, par exemple UserName1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>EnableLogging</maml:name><maml:description><maml:para>Spécifie que cette application d'utilisation collecte des données d'utilisation.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UsageService</maml:name><maml:description><maml:para>Spécifie l'objet 
SPUsageService
parent de l'application d'utilisation.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de service d'utilisation valide (par exemple, ServiceUtilisation1) ou une instance d'un objet SPUsageService valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue><dev:type><maml:name>SPUsageServicePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPUsageApplication définit les propriétés d'une application d'utilisation.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE--------------------</maml:title>
<dev:code>C:\PS>Set-SPUsageApplication -Identity "Usage and Health data collection" -DatabaseServer "Server Name" -DatabaseName "New Logging DB</dev:code><dev:remarks><maml:para>Cet exemple modifie le serveur de bases de données et le nom de la base de données utilisés par le service de journalisation d'utilisation pour stocker les données de journalisation.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPUsageApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPUsageApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUsageApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPUsageApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPSecurityTokenServiceConfig</command:name><maml:description><maml:para>Renvoie le service d'émission de jeton de sécurité (STS) de la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPSecurityTokenServiceConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPSecurityTokenServiceConfig</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPSecurityTokenServiceConfig lit le service d'émission de jeton de sécurité (STS) de la batterie de serveurs. Un STS authentifie les jetons de sécurité dans les messages SOAP entrants.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get - SPSecurityTokenServiceConfig | Set -SPSecurityTokenServiceConfig -ServiceTokenLifetime 1000</dev:code><dev:remarks><maml:para>Cet exemple obtient le service d'émission de jeton de sécurité (STS) de la batterie de serveurs et définit l'expiration du cache de jeton de service sur 1 000 minutes.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPSecurityTokenServiceConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPSecurityTokenServiceConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Revoke-SPObjectSecurity</command:name><maml:description><maml:para>Supprime un principal de sécurité d'un objet SPObjectSecurity.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Revoke</command:verb><command:noun>SPObjectSecurity</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Revoke-SPObjectSecurity</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPObjectSecurity</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>Principal</maml:name><command:parameterValue required="True">SPClaim</command:parameterValue></command:parameter><command:parameter required="False" position="3"><maml:name>Rights</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Revoke-SPObjectSecurity</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPObjectSecurity</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>All</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'objet SPObjectSecurity duquel le principal de sécurité est supprimé. Vous pouvez utiliser l'applet de commande Get-SPServiceApplicationSecurity pour obtenir un objet SPObjectSecurity.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPObjectSecurity</command:parameterValue><dev:type><maml:name>SPObjectSecurity</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>Principal</maml:name><maml:description><maml:para>Spécifie le principal pour lequel les droits sont supprimés.</maml:para><maml:para /><maml:para>Le type doit être un nom de principal valide, comme Full Control.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaim</command:parameterValue><dev:type><maml:name>SPClaim</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="3"><maml:name>Rights</maml:name><maml:description><maml:para>Spécifie les droits du principal à révoquer.</maml:para><maml:para /><maml:para>Le type doit être un tableau de chaînes valide qui représente les droits du principal à révoquer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>All</maml:name><maml:description><maml:para>Spécifie que tous les principaux de sécurité sont supprimés de l'objet SPObjectSecurity spécifié.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Revoke-SPObjectSecurity supprime un principal de sécurité, comme un utilisateur, d'un objet SPObjectSecurity. Un objet SPObjectSecurity est un objet commun utilisé pour représenter la liste de contrôle d'accès (ACL) de sécurité d'objets administratifs SharePoint, et en particulier d'applications de service.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$security = Get-SPServiceApplicationSecurity $serviceApp -Admin
Revoke-SPObjectSecurity $security "domain\user"
Set-SPServiceApplicationSecurity $serviceApp -Admin $security</dev:code><dev:remarks><maml:para>Cet exemple récupère l'objet SPObjectSecurity correspondant à la liste ACL de l'administrateur sur une application de service et supprime un utilisateur de cette liste ACL. Suppression d'un administrateur pour l'application de service $serviceApp.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Grant-SPObjectSecurity</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPServiceApplicationSecurity</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Revoke-SPObjectSecurity</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Enable-SPWebApplicationHttpThrottling</command:name><maml:description><maml:para>Active la limitation du réseau pour une application Web.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Enable</command:verb><command:noun>SPWebApplicationHttpThrottling</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Enable-SPWebApplicationHttpThrottling</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Active la limitation du réseau sur l'application Web SharePoint spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'application Web SharePoint (par exemple, MyOfficeApp1), ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Enable-SPWebApplicationHttpThrottling active la limitation du réseau pour une application Web. Cette opération vous invite à confirmer que vous voulez activer la limitation du réseau.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Enable-SPWebApplicationHttpThrottling http://sitename</dev:code><dev:remarks><maml:para>Cet exemple active la limitation du réseau sur l'application Web http://sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebApplicationHttpThrottlingMonitor</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SPWebApplicationHttpThrottling</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWebApplicationHttpThrottlingMonitor</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Enable-SPWebApplicationHttpThrottling</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPServiceApplicationSecurity</command:name><maml:description><maml:para>Renvoie l'objet SPObjectSecurity pour une application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPServiceApplicationSecurity</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPServiceApplicationSecurity</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Admin</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application de service à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application de service valide (par exemple, SearchServiceApp1) ou une instance d'un objet SPServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Admin</maml:name><maml:description><maml:para>Renvoie la liste de contrôle d'accès (ACL) qui contient la liste des administrateurs de l'application de service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPServiceApplicationSecurity renvoie un objet de sécurité pour l'application de service spécifiée. Utilisez cette applet de commande avec les applets de commande Grant-SPObjectSecurity et Set-SPServiceApplicationSecurity pour gérer la sécurité d'une application de service.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$security = Get-SPServiceApplicationSecurity $serviceApp -Admin
Grant-SPObjectSecurity $security $principal "Full Control"
Set-SPServiceApplicationSecurity $serviceApp -Admin $security</dev:code><dev:remarks><maml:para>Cet exemple récupère l'objet SPObjectSecurity correspondant à la liste ACL de l'administrateur sur une application de service et ajoute un nouveau principal d'utilisateur à cette liste ACL. Le nouvel utilisateur est un administrateur de l'application de service $serviceApp.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPServiceApplicationSecurity</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Grant-SPObjectSecurity</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Revoke-SPObjectSecurity</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPServiceApplicationSecurity</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Disable-SPBusinessDataCatalogEntity</command:name><maml:description><maml:para>Désactive un type de contenu externe dans le magasin de métadonnées Business Data Connectivity.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SPBusinessDataCatalogEntity</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Disable-SPBusinessDataCatalogEntity</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">Entity</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le type de contenu externe du magasin de métadonnées Business Data Connectivity à désactiver.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">Entity</command:parameterValue><dev:type><maml:name>Entity</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name /><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Disable-SPBusinessDataCatalogEntity désactive un type de contenu externe dans le magasin de métadonnées Business Data Connectivity.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$entityToDisable = Get-SPBusinessDataCatalogMetadataObject -Namespace "Contoso" -Name "Customer" -BdcObjectType "Entity" -ServiceContext http://contoso</dev:code><dev:remarks><maml:para>Cet exemple désactive le type de contenu externe portant le nom Customer dans Contoso. Notez que les termes Type de contenu externe et Entity se rapportent au même type d'objet et le terme Disable se rapporte à la même action que le terme Business Data Connectivity Deactivate.
</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Enable-SPBusinessDataCatalogEntity</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Disable-SPBusinessDataCatalogEntity</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPDiagnosticsProvider</command:name><maml:description><maml:para>Renvoie un fournisseur de diagnostics.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPDiagnosticsProvider</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPDiagnosticsProvider</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPDiagnosticsProviderPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le fournisseur de diagnostics à récupérer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur de diagnostics valide (par exemple, DiagnosticsProv1) ou une instance d'un objet SPDiagnosticsProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPDiagnosticsProviderPipeBind</command:parameterValue><dev:type><maml:name>SPDiagnosticsProviderPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPDiagnosticsProvider lit le fournisseur de diagnostics spécifié. Si le paramètre Identity n'est pas spécifié, cette applet de commande renvoie les fournisseurs de diagnostics de la collection dans la batterie.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Get-SPDiagnosticsProvider</dev:code><dev:remarks><maml:para>Cet exemple renvoie tous les fournisseurs de diagnostics dans la batterie.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Get-SPDiagnosticsProvider job-diagnostics-event-log-provider</dev:code><dev:remarks><maml:para>Cet exemple renvoie le fournisseur de diagnostics du journal d'événements.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPDiagnosticsProvider</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPDiagnosticsProvider</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPUsageApplication</command:name><maml:description><maml:para>Supprime une application d'utilisation de la batterie de serveurs locale.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPUsageApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPUsageApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUsageApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>RemoveData</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UsageService</maml:name><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application d'utilisation à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application d'utilisation valide (par exemple, UsageApplication1) ou une instance d'un objet SPUsageApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUsageApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPUsageApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>RemoveData</maml:name><maml:description><maml:para>Spécifie que la base de données de journalisation est également supprimée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>UsageService</maml:name><maml:description><maml:para>Réservé à une utilisation future.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue><dev:type><maml:name>SPUsageServicePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPUsageApplication supprime une application d'utilisation de la batterie de serveurs locale.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE--------------------</maml:title>
<dev:code>C:\PS>Remove-SPUsageApplication -Identity "Usage and Health data collection" -RemoveData</dev:code><dev:remarks><maml:para>Cet exemple supprime l'application d'utilisation existante et la base de données de journalisation associée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPUsageApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPUsageApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPUsageApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPUsageApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Revoke-SPBusinessDataCatalogMetadataObject</command:name><maml:description><maml:para>Révoque un droit à un principal dans l'objet de métadonnées du magasin de métadonnées Business Data Connectivity spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Revoke</command:verb><command:noun>SPBusinessDataCatalogMetadataObject</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Revoke-SPBusinessDataCatalogMetadataObject</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">MetadataObject</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Principal</maml:name><command:parameterValue required="True">SPClaim</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Right</maml:name><command:parameterValue required="True">Execute | Edit | SetPermissions | SelectableInClients</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SettingId</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'objet de métadonnées du magasin de métadonnées Business Data Connectivity qui contient le principal.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">MetadataObject</command:parameterValue><dev:type><maml:name>MetadataObject</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Principal</maml:name><maml:description><maml:para>Spécifie le principal de sécurité auquel s'appliquent les droits.</maml:para><maml:para /><maml:para>Le type doit être une revendication.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaim</command:parameterValue><dev:type><maml:name>SPClaim</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Right</maml:name><maml:description><maml:para>Spécifie le droit de révoquer le principal.</maml:para><maml:para /><maml:para>Le type doit être l'un des types d'objets PSBdcRight valides suivants : All, Execute, Edit, SetPermissions ou SelectableInClients.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Execute | Edit | SetPermissions | SelectableInClients</command:parameterValue><dev:type><maml:name>Execute | Edit | SetPermissions | SelectableInClients</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SettingId</maml:name><maml:description><maml:para>Spécifie la partie du modèle des paramètres d'environnement personnalisés pour laquelle révoquer le droit.</maml:para><maml:para /><maml:para>Le type doit être une chaîne valide qui identifie une partie du modèle, par exemple ModelSlice1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Revoke-SPBusinessDataCatalogMetadataObject révoque un droit accordé à un utilisateur principal dans l'objet de métadonnées du magasin de métadonnées Business Data Connectivity spécifié.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$claimJohn = New-SPClaimObject -User "CONTOSO\johndoe" -Type windowssamaccountname
$MetadataObject = Get-SPBusinessDataCatalogMetadataObject -BdcObjectType "LobSystem" -ServiceContext http://contoso -Name "ContosoDatabase"
Revoke-SPBusinessDataCatalogMetadataObject -Identity $MetadataObject -Principal $claimJohn -Right "Execute"</dev:code><dev:remarks><maml:para>Cet exemple supprime le droit execute du système externe portant le nom ContosoDatabase pour l'utilisateur dont l'identité est johndoe sur le domaine CONTOSO.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Grant-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Revoke-SPBusinessDataCatalogMetadataObject</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPClaimTypeMapping</command:name><maml:description><maml:para>Crée une règle de mappage de revendications pour un fournisseur d'identité du service d'émission de jeton de sécurité (STS).</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPClaimTypeMapping</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPClaimTypeMapping</maml:name><command:parameter required="True" position="1"><maml:name>IncomingClaimType</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>IncomingClaimTypeDisplayName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="3"><maml:name>LocalClaimType</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SameAsIncoming</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>IncomingClaimType</maml:name><maml:description><maml:para>Spécifie l'URI du type de revendication entrante.</maml:para><maml:para /><maml:para>Le type doit être un URI valide au format http://schemas.microsoft.com/email.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>IncomingClaimTypeDisplayName</maml:name><maml:description><maml:para>Spécifie le nom complet du type de revendication entrante.</maml:para><maml:para /><maml:para>Le type doit être un nom de type de revendication entrante valide, par exemple Email.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="3"><maml:name>LocalClaimType</maml:name><maml:description><maml:para>Spécifie l'URI du type de revendication local. Si le paramètre SameAsIncoming a la valeur False, il s'agit d'un paramètre obligatoire.</maml:para><maml:para /><maml:para>Le type doit être un URI valide au format http://schemas.microsoft.com/email.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SameAsIncoming</maml:name><maml:description><maml:para>Indique que le type de revendication spécifié dans le paramètre IncomingClaimType est utilisé pour le paramètre LocalClaimType.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPClaimTypeMapping crée une règle de mappage de revendications pour un fournisseur d'identité du service d'émission de jeton de sécurité (STS).</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE 1---------------------------- </maml:title>
<dev:code>C:\PS>$map1 = New-SPClaimTypeMapping -IncomingClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" -IncomingClaimTypeDisplayName "EmailAddress" -SameAsIncoming

C:\PS>$map2 = New-SPClaimTypeMapping -IncomingClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier" -IncomingClaimTypeDisplayName "PUID" -LocalClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/thumbprint"

C:\PS>New-SPTrustedIdentityTokenIssuer -Name "LiveIDSTS" -Description "LiveID Provider" -Realm "urn:domain.company.com" -ImportTrustCertificate $cert -ClaimsMappings $map1[,$map2..] -SignInUrl "https://login.live.com/login.srf" -IdentifierClaim $map2.InputClaimType</dev:code><dev:remarks><maml:para>Cet exemple crée un mappage de revendications d'un jeton entrant vers un jeton SharePoint.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Add-SPClaimTypeMapping</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPClaimTypeMapping</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPClaimTypeMapping</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Update-SPInfoPathUserFileUrl</command:name><maml:description><maml:para>Met à jour des modèles de formulaires InfoPath (fichiers .xsn) et des connexions de données universelles (fichiers .udcx).</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SPInfoPathUserFileUrl</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Update-SPInfoPathUserFileUrl</maml:name><command:parameter required="True" position="1"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Find</maml:name><command:parameterValue required="True">Uri</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Replace</maml:name><command:parameterValue required="True">Uri</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Scan</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Update-SPInfoPathUserFileUrl</maml:name><command:parameter required="True" position="1"><maml:name>ContentDatabase</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Find</maml:name><command:parameterValue required="True">Uri</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Replace</maml:name><command:parameterValue required="True">Uri</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Scan</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Update-SPInfoPathUserFileUrl</maml:name><command:parameter required="True" position="1"><maml:name>Site</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Find</maml:name><command:parameterValue required="True">Uri</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Replace</maml:name><command:parameterValue required="True">Uri</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Scan</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>ContentDatabase</maml:name><maml:description><maml:para>Spécifie la base de données de contenu parente dans laquelle est lancée la mise à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide de base de données de contenu (par exemple, SPContent DB1) ou une instance d'objet SPContentDatabase valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Site</maml:name><maml:description><maml:para>Spécifie la collection de sites parente dans laquelle est lancée la mise à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide au format http://sites/exemple ou une instance d'objet SPSite valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'application Web SharePoint parente dans laquelle est lancée la mise à jour.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MyOfficeApp1) ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Find</maml:name><maml:description><maml:para>Spécifie l'URL à rechercher.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://previous_server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Uri</command:parameterValue><dev:type><maml:name>Uri</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Replace</maml:name><maml:description><maml:para>Spécifie l'URL à rechercher.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Uri</command:parameterValue><dev:type><maml:name>Uri</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Scan</maml:name><maml:description><maml:para>Exécutez l'outil et consignez les opérations pouvant être effectuées. Le contenu n'est pas modifié à la suite d'une analyse.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Update-SPInfoPathAdminFileUrl met à jour des connexions de données dans des modèles de formulaires InfoPath (fichiers .xsn) et des connexions de données universelles (fichiers .udcx). Ceci permet la mise à jour des connexions de données InfoPath faisant référence à la batterie de serveurs actuelle lorsque le contenu est migré vers une autre URL de batterie de serveurs.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPWebApplication http://contoso2010 | Update-SPInfoPathUserFileUrl
-find "http://contoso2007" 
-replace "http://contoso2010"</dev:code><dev:remarks><maml:para>Cet exemple met à jour des connexions de données dans des modèles de formulaires InfoPath et des fichiers UDC pour l'intégralité du contenu de l'application Web http://contoso2010. Les connexions de données faisant référence à http://contoso2007 sont mises à jour pour faire référence à http://contoso2010.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Update-SPInfoPathUserFileUrl</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Install-SPWebTemplate</command:name><maml:description><maml:para>Installe le modèle de site donné.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Install</command:verb><command:noun>SPWebTemplate</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Install-SPWebTemplate</maml:name><command:parameter required="True" position="1"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Description</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Path</maml:name><maml:description><maml:para>Spécifie le chemin d'accès au package de modèles de site.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide, par exemple &lt;exemple de chemin d'accès&gt;.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom du modèle.</maml:para><maml:para /><maml:para>Le type doit être un nom valide, par exemple MyTemplate.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Description</maml:name><maml:description><maml:para>Spécifie la description du modèle.</maml:para><maml:para /><maml:para>Le type doit être une description valide, par exemple Joe's Template.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Install-SPWebTemplate installe le modèle de site donné à l'aide du nom fourni (titre) en tant qu'ID unique.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Install-SPSiteTemplate -path "mytemplate.cab" -name "My Template" -description "TestFarm"</dev:code><dev:remarks><maml:para>Cet exemple installe le fichier mytemplate.cab en tant que My Template avec la description "TestFarm" sur la batterie.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Install-SPWebTemplate</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Install-SPUserSolution</command:name><maml:description><maml:para>Active une solution en bac à sable dans une collection de sites.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Install</command:verb><command:noun>SPUserSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Install-SPUserSolution</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUserSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Site</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la solution en mode bac à sable à activer.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de solution en mode bac à sable (par exemple, UserSolution1), ou une instance d'un objet SPUserSolution valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserSolutionPipeBind</command:parameterValue><dev:type><maml:name>SPUserSolutionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Site</maml:name><maml:description><maml:para>Active la solution en bac à sable pour la collection de sites spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide au format http://server_name, ou une instance d'un objet SPSite valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Install-SPUserSolution active une solution en bac à sable dans une collection de sites. Une solution utilisateur est une solution en bac à sable.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE---------------------</maml:title>
<dev:code>C:\PS>Install-SPUserSolution -Identity contoso_solution.wsp -Site http://sitename</dev:code><dev:remarks><maml:para>Cet exemple active la solution en bac à sable contoso_solution.wsp sur le site http://sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Update-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Install-SPUserSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPTrustedIdentityTokenIssuer</command:name><maml:description><maml:para>Supprime un fournisseur d'identité de service d'émission de jeton de sécurité (STS) de la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPTrustedIdentityTokenIssuer</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPTrustedIdentityTokenIssuer</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le fournisseur d'identité à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur d'identité valide (par exemple, LiveID STS) ou une instance d'objet SPIdentityProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedIdentityTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPTrustedIdentityTokenIssuer supprime un fournisseur d'identité de service d'émission de jeton de sécurité (STS) de la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------------EXEMPLE------------------------</maml:title>
<dev:code>C:\PS>Remove-SPTrustedIdentityTokenIssuer "LiveIDSTS"</dev:code><dev:remarks><maml:para>Cet exemple supprime un fournisseur d'identité appelé LiveIDSTS de la batterie de serveurs.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPTrustedIdentityTokenIssuer</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPBrowserCustomerExperienceImprovementProgram</command:name><maml:description><maml:para>Renvoie l'état de l'abonnement actuel pour le Programme d'amélioration du produit du navigateur.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPBrowserCustomerExperienceImprovementProgram</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPBrowserCustomerExperienceImprovementProgram</maml:name><command:parameter required="True" position="Named"><maml:name>Farm</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPBrowserCustomerExperienceImprovementProgram</maml:name><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPBrowserCustomerExperienceImprovementProgram</maml:name><command:parameter required="True" position="Named"><maml:name>SiteSubscription</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Farm</maml:name><maml:description><maml:para>Spécifie que l'état de l'abonnement pour la batterie est renvoyé par cette applet de commande.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SiteSubscription</maml:name><maml:description><maml:para>Renvoie l'état de l'abonnement pour l'abonnement au site spécifié.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'abonnement au site valide (par exemple, SiteSubscription1), ou une instance d'un objet SiteSubscription valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Renvoie l'état de l'abonnement pour l'application Web SharePoint spécifiée.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MyOfficeApp1), ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPBrowserCustomerExperienceImprovementProgram lit l'état de l'abonnement actuel pour le Programme d'amélioration du produit du navigateur.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Get-SPBrowserCustomerExperienceImprovementProgram -WebApplication http://WebAppexample1</dev:code><dev:remarks><maml:para>Cet exemple renvoie l'état de l'abonnement actuel au Programme d'amélioration du produit pour l'application Web WebAppexample1.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Get-SPSiteSubscription http://SiteSubscription1 | Get- SPBrowserCustomerExperienceImprovementProgram</dev:code><dev:remarks><maml:para>L'exemple suivant renvoie l'état de l'abonnement au Programme d'amélioration du produit pour l'abonnement au site SiteSubscription1.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPBrowserCustomerExperienceImprovementProgram</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPBrowserCustomerExperienceImprovementProgram</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPServiceApplicationProxyGroup</command:name><maml:description><maml:para>Crée un nouveau groupe de proxys d'application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPServiceApplicationProxyGroup</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPServiceApplicationProxyGroup</maml:name><command:parameter required="True" position="1"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom du nouveau groupe de proxys d'application de service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPServiceApplicationProxyGroup crée un nouveau groupe de proxys d'application de service spécifié par le paramètre Name.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>New-SPServiceApplicationProxyGroup -Name RemoteProxyGroup</dev:code><dev:remarks><maml:para>Cet exemple crée un nouveau proxy d'application de service nommé RemoteProxyGroup.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplicationProxyGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPServiceApplicationProxyGroupMember</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPServiceApplicationProxyGroup</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPServiceApplicationProxyGroup</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Start-SPAssignment</command:name><maml:description><maml:para>Lance un nouveau stockage d'affectations.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Start</command:verb><command:noun>SPAssignment</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Start-SPAssignment</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Global</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Global</maml:name><maml:description><maml:para>Si vous utilisez ce paramètre, tous les objets sont affectés à la durée du script et sont éliminés lorsque l'applet de commande Stop-SPAssignment est appelée.</maml:para><maml:para /><maml:para>Si vous n'utilisez pas ce paramètre, vous devez affecter le résultat de l'applet de commande à une variable et ensuite éliminer les objets en utilisant le paramètre Identity de l'applet de commande Stop-SPAssignment.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Start-SPAssignment élimine les objets utilisés avec des affectations de variables.</maml:para><maml:para /><maml:para>L'utilisation d'objets SPWeb, SPSite ou SPSiteAdminsitration nécessite généralement d'importants volumes de mémoire. L'utilisation de ces objets, ou de listes de ces objets, dans les scripts Windows PowerShell requiert dès lors une gestion adéquate de la mémoire. Par défaut, toutes les commandes Get éliminent ces objets immédiatement au terme du pipeline, mais vous pouvez utiliser SPAssignment pour affecter la liste des objets à une variable et éliminer les objets lorsqu'ils sont devenus inutiles. Vous pouvez également vous assurer que les objets restent tant que vous en avez besoin, même pour plusieurs itérations de commandes.</maml:para><maml:para /><maml:para>Il existe trois niveaux d'affectation :</maml:para><maml:para /><maml:para>-- No assignment : l'objet n'est pas affecté à une variable et est éliminé après chaque itération de la commande.</maml:para><maml:para /><maml:para>-- Simple assignment : tous les objets sont affectés au stockage d'affectations global. Pour cela, utilisez le paramètre Global. Lorsque vous utilisez ce niveau, tous les objets sont affectés à un stockage global et sont éliminés à l'appel de la commande Stop-SPAssignment. </maml:para><maml:para /><maml:para>-- Advanced assignment : les objets sont affectés à des stockages nommés en vue de leur élimination. Pour éliminer des objets, utilisez le paramètre Identity avec l'applet de commande Stop-SPAssignment. </maml:para><maml:para /><maml:para>À la fermeture de l'instance d'exécution de PowerShell, tous les objets sont éliminés indépendamment du niveau d'affectation utilisé.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues><maml:para>SPAssignmentCollection</maml:para><maml:para /></command:returnValues><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Start-SPAssignment -global

C:\PS>$w = Get-SPWeb http://MyWeb

C:\PS>$w | Set-SPWeb -title "Accounting"

C:\PS>Stop-SPAssignment -global</dev:code><dev:remarks><maml:para>Cet exemple utilise l'affectation simple. Bien que celle-ci soit plus facile à utiliser, il est déconseillé d'exécuter des commandes qui s'itèrent sur plusieurs objets SPSite ou SPWeb avec ce type d'affectation. Assurez-vous que Stop-SPAssignment est exécuté avant de tenter d'autres itérations de plusieurs objets.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>$gc = Start-SPAssignment

C:\PS>$web = $gc | Get-SPWeb http://MyWeb

C:\PS>$web | Set-SPWeb -title "Accounting"

C:\PS>Stop-SPAssignment -Identity $gc</dev:code><dev:remarks><maml:para>Cet exemple définit le titre de l'objet SPWeb dans plusieurs lignes et contrôle la fréquence d'élimination. Il s'agit d'un exemple avancé, préférablement réservé aux développeurs.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Stop-SPAssignment</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Start-SPAssignment</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPParentFarmTrust</command:name><maml:description><maml:para>Crée une approbation avec la batterie parente.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPParentFarmTrust</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom de la nouvelle approbation.</maml:para><maml:para /><maml:para>Le type doit être un nom d'approbation valide, par exemple parentFarm.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Description</maml:name><maml:description><maml:para>Spécifie une description pour la nouvelle approbation.</maml:para><maml:para /><maml:para>Le type doit être une chaîne valide, par exemple WFE1.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Certificate</maml:name><maml:description><maml:para>Spécifie le certificat provenant du fournisseur d'identité approuvé.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de certificat valide (par exemple, LiveID Cert) ou une instance d'un objet SPCertificate valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPParentFarmTrust crée une approbation avec la batterie parente.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Foundation 2010, voir TechNet (http://go.microsoft.com/fwlink/?linkid=163184&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>Ajouter un exemple de code </maml:title>
<dev:code>C:\PS></dev:code><dev:remarks /></command:example></command:examples><maml:relatedLinks>Get-SPParentFarmTrustSet-SPParentFarmTrustRemove-SPParentFarmTrust</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPParentFarmTrust</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPSiteSubscriptionFeaturePack</command:name><maml:description><maml:para>Récupère les jeux de fonctions SharePoint disponibles ou le jeu de fonctions attribué à un abonnement au site donné.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPSiteSubscriptionFeaturePack</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPSiteSubscriptionFeaturePack</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteSubscriptionFeaturePackPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPSiteSubscriptionFeaturePack</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SiteSubscription</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie un nom ou GUID de jeu de fonctions valide. </maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionFeaturePackPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionFeaturePackPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>SiteSubscription</maml:name><maml:description><maml:para>Garantit, si ce paramètre est fourni, que le jeu de fonctions renvoyé est celui qui est actuellement attribué à l'abonnement au site donné.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPSiteSubscriptionFeaturePack récupère les jeux de fonctions SharePoint disponibles ou le jeu de fonctions attribué à un abonnement au site donné.</maml:para><maml:para /><maml:para>Soyez prudent quand vous attribuez des jeux de fonctions à des variables, car les modifications apportées au jeu de fonctions ne sont pas reflétées tant que la variable n'est pas actualisée.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>Get- SPSiteSubscriptionFeaturePack</dev:code><dev:remarks><maml:para>Cet exemple renvoie tous les jeux de fonctions définis dans la batterie locale.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>Get-SPSiteSubscriptionFeaturePack -SiteSubscription http://contoso.com | ForEach{ $_.FeatureDefinitions }</dev:code><dev:remarks><maml:para>Cet exemple renvoie la liste (nom, ID et étendue) de toutes les fonctionnalités autorisées dans le jeu de fonctions actuellement attribué à l'abonnement au site de http://contoso.com.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPSiteSubscriptionFeaturePack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSiteSubscriptionFeaturePack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPSiteSubscriptionFeaturePackMember</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPSiteSubscriptionFeaturePack</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Move-SPBlobStorageLocation</command:name><maml:description><maml:para>Copie une base de données Windows SharePoint Services 3.0 en utilisant le stockage BLOB.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Move</command:verb><command:noun>SPBlobStorageLocation</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Move-SPBlobStorageLocation</maml:name><command:parameter required="True" position="1"><maml:name>SourceDatabase</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>BackupDatabase</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>BackupFileName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DebugMod</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DestDatabaseFilesBaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DestinationDatabase</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DestinationDataSourceInstance</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Dir</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MasterPassword</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>VerboseMod</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>SourceDatabase</maml:name><maml:description><maml:para>Spécifie le nom de la base de données interne Windows.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>BackupDatabase</maml:name><maml:description><maml:para>Spécifie le nom de la base de données à utiliser temporairement pendant ce processus. La base de données source au nom temporaire est copiée dans la base de données interne Windows. Si le paramètre BackupDatabase n'est pas spécifié, un nom est généré à partir du nom de la base de données source et un GUID aléatoire est créé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>BackupFileName</maml:name><maml:description><maml:para>Spécifie le nom du fichier de sauvegarde qui permettra de faire une copie de la base de données d'origine. Si le paramètre BackupFileName n'est pas spécifié, un nom de fichier est généré à partir du nom de la base de données source et un GUID aléatoire est créé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DestDatabaseFilesBaseName</maml:name><maml:description><maml:para>Spécifie le nom de base à utiliser pour générer des noms de fichiers pour la base de données de destination (à savoir des fichiers *.mdf ou *.ldf). Si le paramètre DestDatabaseFilesBaseName n'est pas spécifié, le nom spécifié dans le paramètre DestinationDatabase est utilisé pour créer une valeur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DestinationDatabase</maml:name><maml:description><maml:para>Spécifie le nom de la base de données migrée. Si le paramètre DestinationDatabase n'est pas spécifié, le paramètre SourceDatabase est utilisé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DestinationDataSourceInstance</maml:name><maml:description><maml:para>Spécifie le nom de l'instance de la base de données de destination. La valeur du paramètre SourceDatabase est migrée vers cette instance. Le nom de l'instance de base de données devrait être la version Microsoft SQL Server 2008 Service Pack 1 (SP1) ou une version supérieure. Si le paramètre DestinationDataSourceInstance n'est pas spécifié, le nom de l'hôte local est utilisé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Dir</maml:name><maml:description><maml:para>Utilisé pour toutes les opérations de disque, y compris le stockage de sauvegardes temporaires et des fichiers de base de données (.mdf) d'une base de données migrée. Si le paramètre Dir n'est pas spécifié, un répertoire par défaut de l'instance SQL Server de destination est utilisé. L'espace libre dans ce répertoire doit représenter au moins deux fois la taille de la base de données source.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>MasterPassword</maml:name><maml:description><maml:para>Spécifie le mot de passe principal de l'instance de la base de données de destination pour l'installation du stockage BLOB. Si le mot de passe principal n'existe pas, la valeur spécifiée est utilisée pour créer un mot de passe principal. Si le paramètre MasterPassword n'est pas spécifié, une valeur aléatoire est utilisée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>VerboseMod</maml:name><maml:description><maml:para>Génère la sortie de journal en clair à afficher dans la fenêtre d'invite de commandes. Si le paramètre VerboseMod n'est pas spécifié, aucune sortie n'est affichée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">$true | $false</command:parameterValue><dev:type><maml:name>$true | $false</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Move-SPBlobStorageLocation pour copier une base de données Windows SharePoint Services 3.0 dans une instance de base de données Microsoft SQL Server 2008 Service Pack 1 (SP1) en utilisant le stockage BLOB. La limite de taille de la base de données de SQL Server 2008 SP1 est de 4 gigaoctets (Go). Si une base de données Windows SharePoint Services 3.0 présente une taille supérieure à 4 Go, elle ne peut être copiée directement dans une instance de base de données SQL Server 2008 SP1. L'applet de commande Move-SPBlobStorageLocation utilise le stockage BLOB et copie les bases de données d'une taille supérieure à 4 Go. Le stockage BLOB permet de stocker les données sur le disque dur local et de conserver les liens vers les données de la base de données, ce qui permet de limiter la taille de cette dernière.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Move-SPBlobStorageLocation WSS_Content</dev:code><dev:remarks><maml:para>Cet exemple copie la base de données de contenu appelée WSS_Content de la base de données interne Windows vers le même nom de base de données dans Microsoft SQL Server 2008 Express en utilisant le stockage BLOB.
 </maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Move-SPBlobStorageLocation WSS_Content -DestinationDatabase WSS_V4_Content -BackupDatabase WSSBackupDB -VerboseMod:$true</dev:code><dev:remarks><maml:para>Cet exemple copie la base de données de contenu appelée WSS_Content de la base de données interne Windows vers une base de données dans SQL Server 2008 Express. Le nom de la nouvelle base de données sera WSS_V4_Content. Pendant le transfert, le nom du fichier de sauvegarde sera WSSBackupDB. Le résultat de cette commande affiche des informations du journal dans la fenêtre d'invite de commandes.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Move-SPBlobStorageLocation</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPManagedPath</command:name><maml:description><maml:para>Crée un nouveau chemin d'accès géré pour l'application Web donnée pour toutes les collections de sites d'en-tête d'hôte.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPManagedPath</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPManagedPath</maml:name><command:parameter required="True" position="1"><maml:name>RelativeURL</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Explicit</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SPManagedPath</maml:name><command:parameter required="True" position="1"><maml:name>RelativeURL</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>HostHeader</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Explicit</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>RelativeURL</maml:name><maml:description><maml:para>Spécifie l'URL relative du nouveau chemin d'accès géré.</maml:para><maml:para /><maml:para>Le type doit être une URL partielle valide telle que site
ou sites/teams/..</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HostHeader</maml:name><maml:description><maml:para>Si ce paramètre est spécifié, le chemin d'accès géré s'applique à toutes les collections de sites d'en-tête d'hôte.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie le groupe d'applications Web auquel ce chemin d'accès doit être ajouté.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, ou un GUID au format 1234-5678-0987645a.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Explicit</maml:name><maml:description><maml:para>Spécifie si le chemin d'accès géré est explicite ou générique.</maml:para><maml:para /><maml:para>Si ce paramètre n'est pas spécifié, le chemin d'accès géré est générique.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPManagedPath ajoute un nouveau chemin d'accès géré à une application Web donnée ou à utiliser avec toutes les collections de sites d'en-tête d'hôte. Si le commutateur HostHeader est spécifié, le chemin d'accès géré est partagé entre toutes les collections de sites d'en-tête d'hôte. Sinon, une application Web doit être spécifiée pour la création de ce chemin d'accès. L'URL relative est une URL partielle représentant le chemin d'accès géré. La barre oblique (/) permet de définir la racine. Si le paramètre Explicit n'est pas spécifié, le nouveau chemin d'accès géré est un chemin contenant des caractères génériques.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>New-SPManagedPath "Teams" -WebApplication "http://somesite"</dev:code><dev:remarks><maml:para>Cet exemple crée un chemin d'accès géré Teams pour une application Web donnée (http://somesite).</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>


<maml:navigationLink><maml:linkText>Get-SPManagedPath</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPManagedPath</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPManagedPath</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPTopologyWebServiceProxy</command:name><maml:description><maml:para>Récupère le proxy d'application du service de topologie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPTopologyWebServiceProxy</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID du proxy d'application.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 1234-4567-098jhj.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPTopologyWebServiceProxy récupère le proxy d'application du service de topologie local.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPTopologyWebServiceProxy</dev:code><dev:remarks><maml:para>Cet exemple affiche le proxy d'application du service de topologie dans la batterie. </maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>Set-SPTopologyWebServiceProxy</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPTopologyWebServiceProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPServer</command:name><maml:description><maml:para>Renvoie le ou les serveurs de la batterie correspondant à l'identité donnée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPServer</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPServer</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'adresse du serveur à renvoyer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServerPipeBind</command:parameterValue><dev:type><maml:name>SPServerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPServer renvoie l'objet SPServer pour l'identité donnée (si elle existe dans la batterie de serveurs). Si aucun paramètre n'est spécifié, l'applet de commande renvoie tous les serveurs de la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les informations les plus récentes concernant Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Get-SPServer</dev:code><dev:remarks><maml:para>Cet exemple renvoie tous les serveurs de la batterie locale dans une liste.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Get-SPServer | Where{ $_.NeedsUpgrade -eq $TRUE}</dev:code><dev:remarks><maml:para>Cet exemple renvoie une liste de tous les serveurs de la batterie nécessitant une mise à niveau.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Rename-SPServer</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPServer</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Export-SPBusinessDataCatalogModel</command:name><maml:description><maml:para>Exporte un modèle Business Data Connectivity.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Export</command:verb><command:noun>SPBusinessDataCatalogModel</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Export-SPBusinessDataCatalogModel</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">MetadataObject</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LocalizedNamesIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ModelsIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PermissionsIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PropertiesIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ProxiesIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SettingId</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'objet de métadonnées du magasin de métadonnées Business Data Connectivity à partir duquel exporter le modèle Business Data Connectivity.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">MetadataObject</command:parameterValue><dev:type><maml:name>MetadataObject</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Chemin d'accès</maml:name><maml:description><maml:para>Spécifie le chemin d'accès et le nom à utiliser pour créer le fichier d'exportation.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide aux formats suivants (au choix) :</maml:para><maml:para /><maml:para>- C:\nom_dossier \file.bdcm</maml:para><maml:para /><maml:para>- \\nom_serveur\nom_dossier \file.bdcm</maml:para><maml:para /><maml:para>- …\nom_dossier\file.bdcm</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Remplace le fichier de sortie, s'il existe.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LocalizedNamesIncluded</maml:name><maml:description><maml:para>Spécifie que les noms des champs de données métiers dans plusieurs langues sont exportés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ModelsIncluded</maml:name><maml:description><maml:para>Spécifie que les modèles sont compris dans le fichier de modèle Business Data Connectivity. Un modèle contient les métadonnées XML de base d'un système.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PermissionsIncluded</maml:name><maml:description><maml:para>Spécifie que les autorisations du modèle Business Data Connectivity sont exportées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PropertiesIncluded</maml:name><maml:description><maml:para>Spécifie que des propriétés de la définition de l'application sont exportées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ProxiesIncluded</maml:name><maml:description><maml:para>Spécifie que les proxys des applications de service Business Data Connectivity sont exportées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SettingId</maml:name><maml:description><maml:para>Spécifie la partie du modèle des paramètres d'environnement personnalisés à exporter.</maml:para><maml:para /><maml:para>Le type doit être une chaîne valide qui identifie une partie du modèle, par exemple ModelSlice1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Export-SPBusinessDataCatalogModel exporte un modèle Business Data Connectivity. Il existe deux types de modèles Business Data Connectivity : Model (.bdcm) et Resource (.bdcr). Le type Model contient des métadonnées XML de base et peut également comprendre des propriétés de ressource. Le type Resource ne comprend que des propriétés de ressource.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$Model = Get-SPBusinessDataCatalogMetadataObject -BdcObjectType "Model" -Name "ContosoModel" -ServiceConext http://contoso
Export-SPBusinessDataCatalogModel -Identity $Model -Path "C:\folder\model.bdcm"</dev:code><dev:remarks><maml:para>Cet exemple obtient un modèle Business Data Connectivity dans le magasin de métadonnées Business Data Connectivity et l'exporte à l'emplacement spécifié portant le nom model, en utilisant l'extension de fichier bdcm.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Import-SPBusinessDataCatalogModel</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPBusinessDataCatalogModel</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Export-SPBusinessDataCatalogModel</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPManagedAccount</command:name><maml:description><maml:para>Supprime un enregistrement de compte géré de la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPManagedAccount</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPManagedAccount</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Remove-SPManagedAccount</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>NewPassword</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ChangePassword</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom complet ou partiel des comptes gérés à extraire.</maml:para><maml:para /><maml:para>Le type doit être un nom de compte valide au format Domaine\Utilisateur, ou un GUID au format 1234-3456-09876.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue><dev:type><maml:name>SPManagedAccountPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NewPassword</maml:name><maml:description><maml:para>Spécifie une chaîne sécurisée pour le nouveau mot de passe (à savoir, $MySecureString). Fonctionne en association avec le paramètre ChangePassword.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ChangePassword</maml:name><maml:description><maml:para>Spécifie si un mot de passe doit être modifié. Fonctionne en association avec le paramètre NewPassword. Une fois la valeur du paramètre ChangePassword définie, une valeur de chaîne sécurisée doit être spécifiée pour le paramètre NewPassword (à savoir, $MySecureString).</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPManagedAccount supprime un enregistrement de compte de la base de données de configuration dans la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>----------------------EXEMPLE-------------------</maml:title>
<dev:code>C:\PS>Remove-SPManagedAccount -Identity DOMAIN\ServiceAcct</dev:code><dev:remarks><maml:para>Cet exemple supprime le compte géré DOMAIN\ServiceAcct de la batterie de serveurs.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPManagedAccount</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPSiteSubscriptionFeaturePack</command:name><maml:description><maml:para>Supprime un jeu de fonctions SharePoint d'un abonnement au site.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPSiteSubscriptionFeaturePack</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPSiteSubscriptionFeaturePack</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteSubscriptionFeaturePackPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'objet du jeu de fonctions à supprimer.</maml:para><maml:para /><maml:para> Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de jeu de fonctions valide (par exemple, FeatureSet1) ou une instance d'un objet SPFeatureSet valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionFeaturePackPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionFeaturePackPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove- SPSiteSubscriptionFeaturePack supprime un jeu de fonctions SharePoint en spécifiant l'objet du GUID ou du jeu de fonctions.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-----------------EXEMPLE------------------------</maml:title>
<dev:code>C:\PS>Remove-SPFeatureSet -Identity "30daa535-b0fe-4d10-84b0-fb04029d161a"</dev:code><dev:remarks><maml:para>Cet exemple supprime un jeu de fonctions SharePoint dont l'ID est 30daa535-b0fe-4d10-84b0-fb04029d161a.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSiteSubscriptionFeaturePack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSiteSubscriptionFeaturePack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSiteSubscriptionFeaturePack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPSiteSubscriptionFeaturePackMember</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPSiteSubscriptionFeaturePack</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPUsageApplication</command:name><maml:description><maml:para>Crée une application d'utilisation.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPUsageApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPUsageApplication</maml:name><command:parameter required="False" position="1"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabasePassword</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseUsername</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UsageService</maml:name><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom convivial de la nouvelle application d'utilisation.</maml:para><maml:para /><maml:para>Le type doit correspondre à un nom valide d'application d'utilisation, comme UsageApplication1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseName</maml:name><maml:description><maml:para>Spécifie le nom de la base de données de journalisation. Si elle n'existe pas, une base de données de journalisation est automatiquement créée.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de base de données SQL Server, par exemple UsageLogDB1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabasePassword</maml:name><maml:description><maml:para>Spécifie le mot de passe de l'utilisateur spécifié dansDatabaseUserName. Utilisez ce paramètre uniquement si l'authentification SQL Server est utilisée pour accéder à la base de données de journalisation.</maml:para><maml:para /><maml:para>Le type doit être un mot de passe valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Spécifie l'objet SPServer dans lequel la base de données de journalisation est créée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, l'adresse IP d'un serveur au format 208.77.188.166, un nom valide de service hôte SQL Server (par exemple, SQLServerHost1) ou une instance d'un objet SPServer valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseUsername</maml:name><maml:description><maml:para>Spécifie le nom d'utilisateur à utiliser pour se connecter à la base de données de journalisation. Utilisez ce paramètre uniquement si vous accédez à la base de données de journalisation via l'authentification SQL Server.</maml:para><maml:para /><maml:para>Le type doit être un nom d'utilisateur valide, par exemple UserName1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><maml:description><maml:para>Spécifie le nom de l'instance SQL Server hôte pour le serveur de bases de données de basculement.</maml:para><maml:para /><maml:para>Le type doit être un nom d'instance SQL Server valide, par exemple SQLServerHost1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>UsageService</maml:name><maml:description><maml:para>Filtre pour renvoyer l'application d'utilisation avec l'objet parent SPUsageService spécifié.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de service d'utilisation valide (par exemple, ServiceUtilisation1) ou une instance d'un objet SPUsageService valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue><dev:type><maml:name>SPUsageServicePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPUsageApplication crée une application d'utilisation dans la batterie de serveurs locale.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE-------------------- </maml:title>
<dev:code>C:\PS>New-SPUsageApplication -Name "Usage Application For Farm ABC"</dev:code><dev:remarks><maml:para>Cet exemple crée une application d'utilisation pour le nom spécifié.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPUsageApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Export-SPSiteSubscriptionSettings</command:name><maml:description><maml:para>Crée un fichier de sauvegarde des données d'abonnement au site.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Export</command:verb><command:noun>SPSiteSubscriptionSettings</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Export-SPSiteSubscriptionSettings</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AdminProperties</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'ID de l'abonnement au site à partir duquel sauvegarder les données.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name ou un GUID au format 1234-4567-985tg.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Path</maml:name><maml:description><maml:para>Indique l'emplacement du fichier de sortie.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide, par exemple C:/fichier_sauvegarde.back.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AdminProperties</maml:name><maml:description><maml:para>Spécifie que seules les propriétés de l'abonnement de l'administrateur sont exportées. Si ce paramètre n'est pas défini, seules les propriétés de l'abonnement non-administrateur sont exportées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Force le fichier de sauvegarde de sortie (s'il est fourni) à remplacer tout fichier existant sur le chemin d'accès donné.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Export-SPSiteSubscriptionSettings génère un fichier de sauvegarde de tous les paramètres dans le magasin de données d'abonnement pour l'abonnement au site donné.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPSiteSubscription http://contoso.com | Backup-SPSiteSubscriptionSettings -path "c:/backups"</dev:code><dev:remarks><maml:para>L'exemple sauvegarde le magasin des paramètres d'abonnement de http://www.contoso.com.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Import-SPSiteSubscriptionSettings</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSiteSubscriptionSettings</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Export-SPSiteSubscriptionSettings</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPUsageDefinition</command:name><maml:description><maml:para>Renvoie un objet de définition d'utilisation.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPUsageDefinition</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPUsageDefinition</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUsageDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'objet de définition d'utilisation à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de définition d'utilisation valide (par exemple, SiteSubscriptionConfig1) ou une instance d'un objet SPUsageDefinition valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUsageDefinitionPipeBind</command:parameterValue><dev:type><maml:name>SPUsageDefinitionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPUsageDefinition lit un objet de définition d'utilisation. Si le paramètre Identity n'est pas spécifié, cette applet de commande renvoie la collection de définitions d'utilisation dans la batterie de serveurs. Un objet de définition d'utilisation définit un type d'utilisation spécifique.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPUsageDefinition -Identity "Page Requests"</dev:code><dev:remarks><maml:para>Cet exemple renvoie le fournisseur SPRequestUsage dans la batterie de serveurs locale.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPUsageDefinition</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPUsageDefinition</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Disconnect-SPConfigurationDatabase</command:name><maml:description><maml:para>Déconnecte l'ordinateur serveur local de la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disconnect</command:verb><command:noun>SPConfigurationDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Disconnect-SPConfigurationDatabase</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Disconnect-SPConfigurationDatabase déconnecte l'ordinateur serveur actif de la base de données de configuration SharePoint. Cette opération supprime l'ordinateur serveur de la batterie de serveurs. Pour pouvoir supprimer la base de données, la base de données de configuration doit être déconnectée.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Disconnect-SPConfigurationDatabase -Confirm:$false</dev:code><dev:remarks><maml:para>Cet exemple supprime l'ordinateur serveur local d'une batterie de serveurs sans demander confirmation à l'utilisateur.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Connect-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Backup-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Disconnect-SPConfigurationDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPDesignerSettings</command:name><maml:description><maml:para>Définit les fonctionnalités Microsoft SharePoint Designer 2010.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPDesignerSettings</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPDesignerSettings</maml:name><command:parameter required="True" position="1"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AllowDesigner</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AllowMasterPageEditing</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AllowRevertFromTemplate</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ShowURLStructure</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifies l'application Web dans laquelle s'appliqueront les paramètres.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AllowDesigner</maml:name><maml:description><maml:para>Indique si les utilisateurs sont autorisés à modifier les sites dans une application Web en utilisant Microsoft SharePoint Designer 2010. La valeur par défaut est True. </maml:para><maml:para /></maml:description><command:parameterValue required="True">$true | $false</command:parameterValue><dev:type><maml:name>$true | $false</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AllowMasterPageEditing</maml:name><maml:description><maml:para>Indique si les administrateurs de site sont autorisés à personnaliser les pages maîtres et de disposition en utilisant Microsoft SharePoint Designer 2010. La valeur par défaut est True. </maml:para><maml:para /></maml:description><command:parameterValue required="True">$true | $false</command:parameterValue><dev:type><maml:name>$true | $false</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AllowRevertFromTemplate</maml:name><maml:description><maml:para>Indique si les administrateurs de site sont autorisés à détacher les pages de la définition de site d'origine en utilisant Microsoft SharePoint Designer 2010. La valeur par défaut est True.</maml:para><maml:para /></maml:description><command:parameterValue required="True">$true | $false</command:parameterValue><dev:type><maml:name>$true | $false</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ShowURLStructure</maml:name><maml:description><maml:para>Indique si les administrateurs de site sont autorisés à gérer la structure URL de leurs sites Web en utilisant Microsoft SharePoint Designer 2010. La valeur par défaut est True.</maml:para><maml:para /></maml:description><command:parameterValue required="True">$true | $false</command:parameterValue><dev:type><maml:name>$true | $false</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPDesignerSettings définit les fonctionnalités SharePoint Designer 2010 sur une application Web spécifiée quand le paramètre WebApplicaton est utilisé.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE-------------------- </maml:title>
<dev:code>C:\PS>Set-SPDesignerSettings -WebApplication http://constoso -AllowRevertFromTemplate $False -AllowMasterPageEditing $False</dev:code><dev:remarks><maml:para>Cet exemple désactive la possibilité de détacher les pages des définitions de site existantes et de modifier les pages maîtres et les dispositions de page.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPDesignerSettings</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPDesignerSettings</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Add-SPDiagnosticsPerformanceCounter</command:name><maml:description><maml:para>Ajoute une nouvelle instance d'un compteur de performances sur un ordinateur Web frontal ou un serveur de bases de données.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SPDiagnosticsPerformanceCounter</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Add-SPDiagnosticsPerformanceCounter</maml:name><command:parameter required="True" position="2"><maml:name>Category</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Counter</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AllInstances</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebFrontEnd</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Add-SPDiagnosticsPerformanceCounter</maml:name><command:parameter required="True" position="2"><maml:name>Category</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Instance</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AllInstances</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Counter</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebFrontEnd</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="2"><maml:name>Category</maml:name><maml:description><maml:para>Spécifie la catégorie de compteur de performances à ajouter à l'ordinateur frontal Web ou au serveur de bases de données.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de catégorie de compteurs de performances comme ASP.NET, PhysicalDisk ou Processor.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Counter</maml:name><maml:description><maml:para>Spécifie le type de compteur à ajouter à l'ordinateur frontal Web ou au serveur de bases de données.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de type de compteur comme Requests Queued, Avg. Disk Queue Length et % Processor Time.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Instance</maml:name><maml:description><maml:para>Spécifie le nom complet du nouveau compteur de performances.</maml:para><maml:para /><maml:para>Le type doit être un nom valide d'instance de compteur de performances comme Total_PerfCounter.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AllInstances</maml:name><maml:description><maml:para>Collecte toutes les instances d'une catégorie et d'un type de compteur sur l'ordinateur Web frontal ou le serveur de bases de données.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Ajoute le compteur de performances spécifié à tous les serveurs de bases de données de la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebFrontEnd</maml:name><maml:description><maml:para>Ajoute le compteur de performances à tous les ordinateurs Web frontaux de la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Add-SPDiagnosticsPerformanceCounter ajoute un compteur de performances sur un ordinateur Web frontal ou un serveur de bases de données. Un compteur de performances est lu et enregistré dans la base de données d'utilisation. Par défaut, le nouveau compteur de performances est ajouté aux serveurs de bases de données de la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>Add-SPDiagnosticsPerformanceCounter -category ASP.NET -Counter "Requests Queued"</dev:code><dev:remarks><maml:para>Cet exemple ajoute le compteur portant le nom ASP.NET\Requests Queued sur les ordinateurs Web frontaux.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>Add-SPDiagnosticsPerformanceCounter -category PhysicalDisk -counter "Avg. Disk Queue Length" -allinstances</dev:code><dev:remarks><maml:para>Cet exemple ajoute toutes les instances du compteur PhysicalDisk de la catégorie Avg. Disk Queue Length sur des ordinateurs Web frontaux.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3------------------</maml:title>
<dev:code>C:\PS>Add-SPDiagnosticsPerformanceCounter -category Processor -counter "% Processor Time" -instance "_Total" -databaseserver</dev:code><dev:remarks><maml:para>Cet exemple ajoute l'instance _Total du compteur % Processor Time de la catégorie Processor sur des serveurs de bases de données.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPDiagnosticsPerformanceCounter</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPDiagnosticsPerformanceCounter</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Add-SPDiagnosticsPerformanceCounter</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Install-SPService</command:name><maml:description><maml:para>Installe et met en service des services dans une batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Install</command:verb><command:noun>SPService</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Install-SPService</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Provision</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Provision</maml:name><maml:description><maml:para>Spécifie les paramètres par défaut lors de l'installation d'une application de service autonome.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Install-SPService installe et met éventuellement en service des services dans une batterie de serveurs. Cette applet de commande installe tous les services, les instances de services et les proxys de services spécifiés dans le registre sur l'ordinateur du serveur local. Utilisez cette applet de commande dans un script que vous rédigez pour installer et déployer une batterie de serveurs SharePoint ou pour installer un service développé personnalisé.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Install-SPService</dev:code><dev:remarks><maml:para>Cet exemple installe tous les services, les instances de services et les proxys de services spécifiés dans le registre sur l'ordinateur serveur local.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Install-SPService</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPManagedPath</command:name><maml:description><maml:para>Supprime le chemin d'accès géré spécifié de l'en-tête d'hôte ou de l'application Web spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPManagedPath</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPManagedPath</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPPrefixPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Remove-SPManagedPath</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPPrefixPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>HostHeader</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom du chemin d'accès géré à supprimer. Par exemple, dans l'URL http://nomdusite/sites/site1, « sites » correspond au nom du chemin d'accès géré.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPPrefixPipeBind</command:parameterValue><dev:type><maml:name>SPPrefixPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HostHeader</maml:name><maml:description><maml:para>Spécifie que le paramètre Identity est un chemin d'accès géré d'en-tête d'hôte.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'identité de l'application Web qui héberge le chemin d'accès géré à supprimer. Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web valide (par exemple, WebApplication1212), ou un nom valide au format WebApp2423.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPManagedPath supprime le chemin d'accès géré spécifié de l'en-tête d'hôte ou de l'application Web spécifiée grâce au paramètre Identity. Le paramètre Identity doit être l'URL partielle du chemin d'accès géré à supprimer.</maml:para><maml:para /><maml:para>Si vous utilisez des en-têtes d'hôte, spécifiez le paramètre HostHeader. Pour supprimer un chemin d'accès géré d'un en-tête d'hôte, spécifiez le commutateur HostHeader. Sinon, spécifiez l'application Web qui contient le chemin d'accès géré à supprimer.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>----------------------EXEMPLE 1----------------------------</maml:title>
<dev:code>C:\PS>Remove-SPManagedPath "sites" -HostHeader</dev:code><dev:remarks><maml:para>Cet exemple supprime le chemin d'accès géré sites de la liste des chemins d'accès gérés HostHeader.</maml:para><maml:para /><maml:para>Suivant le niveau de confirmation du système local, l'exemple précédent peut afficher une invite de confirmation avant de s'exécuter.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Get-SPWebApplication | Remove-SPManagedPath "personal" -confirm:$false</dev:code><dev:remarks><maml:para>Cet exemple supprime le chemin d'accès géré personal de toutes les applications Web de la batterie de serveurs. Cette commande n'affiche pas d'invite de confirmation.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPManagedPath</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPManagedPath</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPManagedPath</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPBusinessDataCatalogModel</command:name><maml:description><maml:para>Supprime un modèle Business Data Connectivity.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPBusinessDataCatalogModel</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPBusinessDataCatalogModel</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">MetadataObject</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'objet de métadonnées du magasin de métadonnées Business Data Connectivity à supprimer.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">MetadataObject</command:parameterValue><dev:type><maml:name>MetadataObject</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPBusinessDataCatalogModel supprime un modèle Business Data Connectivity.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$modelFile = Get-SPBusinessDataCatalogMetadataObject -Name "ContosoModel" -BdcObjectType Model -ServiceContext http://contoso
Remove-SPBusinessDataCatalogModel -Identity $modelFile</dev:code><dev:remarks><maml:para>Cet exemple supprime le fichier de modèle Business Data Connectivity appelé ContosoModel.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Import-SPBusinessDataCatalogModel</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Export-SPBusinessDataCatalogModel</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPBusinessDataCatalogModel</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPUserSolution</command:name><maml:description><maml:para>Supprime une solution en bac à sable de la galerie de solutions.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPUserSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPUserSolution</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Site</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la solution en bac à sable à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de solution en mode bac à sable (par exemple, UserSolution1), ou une instance d'un objet SPUserSolution valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Site</maml:name><maml:description><maml:para>Supprime la solution en bac à sable de la collection de sites spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide au format http://server_name, ou une instance d'un objet SPSite valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPUserSolution supprime complètement une solution en bac à sable de la galerie de solutions. Avant de supprimer la solution en bac à sable de la galerie de solutions, vous devez la désactiver grâce à l'applet de commande Uninstall-SPUserSolution.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>----------------EXEMPLE----------------------</maml:title>
<dev:code>C:\PS>Remove-SPUserSolution -Identity contoso_solution.wsp -Site http://sitename</dev:code><dev:remarks><maml:para>Cet exemple supprime la solution en bac à sable contoso_solution.wsp du site http://sitename..</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Update-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPUserSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Disable-SPWebApplicationHttpThrottling</command:name><maml:description><maml:para>Désactive la limitation du réseau pour une application Web.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SPWebApplicationHttpThrottling</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Disable-SPWebApplicationHttpThrottling</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Désactive la limitation du réseau sur l'application Web SharePoint spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'application Web SharePoint (par exemple, MyOfficeApp1), ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Disable-SPWebApplicationHttpThrottling désactive la limitation du réseau pour une application Web. Cette opération vous invite à confirmer que vous voulez désactiver la limitation du réseau.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Disable-SPWebApplicationHTTPThrottling http://sitename</dev:code><dev:remarks><maml:para>Cet exemple désactive la limitation du réseau sur l'application Web http://sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebApplicationHttpThrottlingMonitor</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPWebApplicationHttpThrottling</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWebApplicationHttpThrottlingMonitor</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Disable-SPWebApplicationHttpThrottling</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPServiceApplication</command:name><maml:description><maml:para>Renvoie l'application de service spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPServiceApplication</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'application de service à récupérer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPServiceApplication renvoie l'application de service spécifiée par le paramètre Identity. Si aucun paramètre n'est spécifié, l'applet de commande renvoie toutes les applications de service de la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE----------------------</maml:title>
<dev:code>C:\PS>Get-SPServiceApplication</dev:code><dev:remarks><maml:para>Cet exemple renvoie toutes les applications de service dans la batterie.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Grant-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Revoke-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Add-SPUserSolution</command:name><maml:description><maml:para>Télécharge une nouvelle solution en bac à sable dans la galerie de solutions.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SPUserSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Add-SPUserSolution</maml:name><command:parameter required="True" position="1"><maml:name>LiteralPath</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Site</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>LiteralPath</maml:name><maml:description><maml:para>Spécifie le chemin d'accès au package de solution en bac à sable.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide aux formats suivants (au choix) :</maml:para><maml:para /><maml:para>- C:\nom_dossier</maml:para><maml:para /><maml:para>- \\nom_serveur\nom_dossier</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Site</maml:name><maml:description><maml:para>Spécifie la collection de sites à laquelle la solution en bac à sable doit être ajoutée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide au format http://server_name, ou une instance d'un objet SPSite valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Add-SPUserSolution télécharge un nouveau package de solution en bac à sable dans la galerie de solutions. Cette applet de commande n'active pas la solution en bac à sable téléchargée. Pour activer la solution dans la collection de sites, utilisez l'applet de commande Install-SPUserSolution.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE---------------------</maml:title>
<dev:code>C:\PS>Add-SPUserSolution -LiteralPath c:\contoso_solution.wsp -Site http://sitename</dev:code><dev:remarks><maml:para>Cet exemple ajoute la solution en bac à sable c:\contoso_solution.wsp au site http://sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Update-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Add-SPUserSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPServiceContext</command:name><maml:description><maml:para>Renvoie un contexte de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPServiceContext</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPServiceContext</maml:name><command:parameter required="True" position="1"><maml:name>Site</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPServiceContext</maml:name><command:parameter required="True" position="Named"><maml:name>SiteSubscription</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Site</maml:name><maml:description><maml:para>Renvoie le contexte de service uniquement pour l'application Web qui contient la collection de sites spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide au format http://server_name, ou une instance d'un objet SPSite valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>SiteSubscription</maml:name><maml:description><maml:para>Renvoie tous les contextes de services pour toutes les applications Web dans lesquelles l'abonnement à un site spécifié contient des collections de sites.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'abonnement à un site (par exemple, SiteSubscriptionConfig1) ou une instance d'un objet SiteSubscription valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPServiceContext renvoie un contexte de service ou une collection de contextes de services. Spécifiez le paramètre Site pour renvoyer un contexte de service individuel ou spécifiez le paramètre SiteSubscription pour renvoyer une collection de contextes de services.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-----------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$sitesub = Get-SPSiteSubscription http://my.contoso.com/

C:\PS>Get-SPServiceContext $sitesub</dev:code><dev:remarks><maml:para>Cet exemple renvoie le contexte de service pour un site dans un environnement hébergé.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPServiceContext</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Receive-SPSharedServiceApplicationInfo</command:name><maml:description><maml:para>Configure cette batterie pour recevoir des informations sur les services d'une autre batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Receive</command:verb><command:noun>SPSharedServiceApplicationInfo</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>FarmUrl</maml:name><maml:description><maml:para>Spécifie l'URL de la batterie à partir de laquelle recevoir les informations d'application de service.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Filter</maml:name><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Receive-SPSharedServiceApplicationInfo récupère la liste des applications de service publiées par une autre batterie.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Receive-SPSharedServiceApplicationInfo -FarmUrl http://FarmB/topology/topology.svc</dev:code><dev:remarks><maml:para>Cet exemple récupère une liste des applications de service publiées par une batterie donnée.</maml:para><maml:para /><maml:para>Le paramètre FarmURL peut être obtenu par l'applet de commande Get-SPTopologyWebServiceApplication.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Receive-SPSharedServiceApplicationInfo</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Merge-SPLogFile</command:name><maml:description><maml:para>Regroupe les entrées du journal de suivi de tous les ordinateurs d'une batterie de serveurs dans un seul fichier journal sur l'ordinateur local.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Merge</command:verb><command:noun>SPLogFile</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Merge-SPLogFile</maml:name><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Area</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Category</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ContextFilter</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Correlation</maml:name><command:parameterValue required="True">Guid[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EndTime</maml:name><command:parameterValue required="True">DateTime</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EventID</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ExcludeNestedCorrelation</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Level</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Message</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Overwrite</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Process</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>StartTime</maml:name><command:parameterValue required="True">DateTime</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ThreadID</maml:name><command:parameterValue required="True">UInt32[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Path</maml:name><maml:description><maml:para>Spécifie le chemin d'accès et le nom de fichier pour l'écriture du fichier journal fusionné. Les chemins d'accès relatifs sont pris en charge.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>Area</maml:name><maml:description><maml:para>Spécifie le nom de la zone à filtrer.</maml:para><maml:para /><maml:para>Le type doit être un nom valide, par exemple SharePoint Foundation.</maml:para><maml:para /><maml:para>L'utilisation de caractères génériques est prise en charge.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>Category</maml:name><maml:description><maml:para>Spécifie l'ID de catégorie sur lequel porte le filtrage.</maml:para><maml:para /><maml:para>Le type doit être un nom de catégorie valide, par exemple category1.</maml:para><maml:para /><maml:para>L'utilisation de caractères génériques est prise en charge.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>ContextFilter</maml:name><maml:description><maml:para>Spécifie un filtre pour les entrées de suivi dans un contexte particulier au format clé=valeur, par exemple user=contoso\joeuser.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>Correlation</maml:name><maml:description><maml:para>Spécifie l'ID de corrélation sur lequel porte le filtrage. Le type doit être un GUID valide au format F0BB0790-4323-A153-096F-ABCDC80E24D4.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>EndTime</maml:name><maml:description><maml:para>Spécifie l'heure de fin des entrées du journal renvoyées.</maml:para><maml:para /><maml:para>Le type doit être un format date et heure valide dépendant de la culture de la langue d'administration. Par exemple 2/16/2007 12:15:12 pour Anglais-US.</maml:para><maml:para /></maml:description><command:parameterValue required="True">DateTime</command:parameterValue><dev:type><maml:name>DateTime</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>EventID</maml:name><maml:description><maml:para>Spécifie l'ID d'événement sur lequel porte le filtrage. L'utilisation de caractères génériques est prise en charge.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ExcludeNestedCorrelation</maml:name><maml:description><maml:para>Exclut les valeurs de corrélation imbriquées dans les résultats. Ce paramètre n'est utilisé que pour le filtrage des résultats avec le paramètre ContextFilter.</maml:para><maml:para /><maml:para>Par défaut, les enregistrements renvoyés par le paramètre ContextFilter comprennent tous les enregistrements liés ainsi que tous les enregistrements qui correspondent au filtre. Lorsque vous spécifiez cette option, seuls les enregistrements qui correspondent au filtre sont inclus, les enregistrements liés étant exclus.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Level</maml:name><maml:description><maml:para>Spécifie le nom du niveau sur lequel porte le filtrage.</maml:para><maml:para /><maml:para>Les résultats comprennent le niveau spécifié et tout élément de gravité supérieure.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>Message</maml:name><maml:description><maml:para>Spécifie le texte du message sur lequel porte le filtrage.</maml:para><maml:para /><maml:para>Le type doit être du texte valide. Le texte avec espaces doit être placé entre guillemets, par exemple "Ceci est un test".</maml:para><maml:para /><maml:para>L'utilisation de caractères génériques est prise en charge.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Overwrite</maml:name><maml:description><maml:para>Remplace le fichier journal s'il existe déjà sous le chemin d'accès spécifié.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- $True</maml:para><maml:para /><maml:para>- $False</maml:para><maml:para /><maml:para>La valeur par défaut est $False.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>Process</maml:name><maml:description><maml:para>Spécifie le nom du processus sur lequel porte le filtrage.</maml:para><maml:para /><maml:para>L'utilisation de caractères génériques est prise en charge.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>StartTime</maml:name><maml:description><maml:para>Spécifie l'heure de début des entrées du journal renvoyées.</maml:para><maml:para /><maml:para>Le type doit être un format date et heure valide dépendant de la culture de la langue d'administration. Par exemple 2/16/2007 12:15:12 pour Anglais-US.</maml:para><maml:para /><maml:para>La valeur par défaut est une heure avant l'heure actuelle sur l'ordinateur local.</maml:para><maml:para /></maml:description><command:parameterValue required="True">DateTime</command:parameterValue><dev:type><maml:name>DateTime</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>ThreadID</maml:name><maml:description><maml:para>Spécifie l'ID du thread sur lequel porte le filtrage.</maml:para><maml:para /><maml:para>Le type doit être un entier valide compris entre 0 et 4 294 967 295.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32[]</command:parameterValue><dev:type><maml:name>UInt32[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Merge-SPLogFile renvoie les enregistrements des fichiers journaux de suivi ULS (Unified Logging Service) de chaque serveur de la batterie de serveurs correspondant aux critères, et écrit les résultats dans un nouveau fichier journal sur l'ordinateur local. Si aucun résultat n'est renvoyé, un avertissement s'affiche dans la fenêtre de la console Windows PowerShell.</maml:para><maml:para /><maml:para>Pour des performances optimales de cette applet de commande, il est recommandé de filtrer sur la plage de temps avec les paramètres StartTime et EndTime. Certains paramètres de filtrage tels que Process, Area, Category, EventID et Message prennent en charge les caractères génériques.</maml:para><maml:para />
<maml:para>Pour en savoir plus sur les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite</dev:code><dev:remarks><maml:para>Cet exemple fusionne la dernière heure des données du journal de tous les ordinateurs de la batterie de serveurs sans filtrage.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite -Area Search</dev:code><dev:remarks><maml:para>Cet exemple fusionne la dernière heure des données du journal de la zone Search.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 3-----------------</maml:title>
<dev:code>C:\PS>Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite -Area "SharePoint Foundation","Web Analytics Services"</dev:code><dev:remarks><maml:para>Cet exemple fusionne la dernière heure des données du journal des zones SharePoint Foundation et Web Analytics Services.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 4-----------------</maml:title>
<dev:code>C:\PS>Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite -Level High</dev:code><dev:remarks><maml:para>Cet exemple fusionne les données du journal de niveau High ou supérieur.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 5-----------------</maml:title>
<dev:code>C:\PS>Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite -StartTime "06/09/2008 16:00" - EndTime "06/09/2008 16:15"</dev:code><dev:remarks><maml:para>Cet exemple fusionne les données du journal pour les événements d'une plage de temps donnée, qui est spécifique à la culture des États-Unis.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 6-----------------</maml:title>
<dev:code>C:\PS>Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite -Message "*permission changed*"</dev:code><dev:remarks><maml:para>Cet exemple fusionne les données du journal pour les événements comportant permission changed dans le texte du message.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 7-----------------</maml:title>
<dev:code>C:\PS>Merge-SPLogFile -Overwrite -Path d:\1.log -ContextFilter "name=timer job*" -Area "*search*"</dev:code><dev:remarks><maml:para>Cet exemple fusionne les données du journal pour tous les travaux de recherche du minuteur.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 8-----------------</maml:title>
<dev:code>C:\PS>Merge-SPLogFile -Overwrite -Path d:\2.log -ContextFilter "user=contoso?joeuser"</dev:code><dev:remarks><maml:para>Cet exemple montre comment fusionner les données du journal pour tous les noms d'utilisateurs qui présentent le format contoso\joeuser ou Contoso/joeuser.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPLogFile</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Merge-SPLogFile</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Update-SPSolution</command:name><maml:description><maml:para>Met à niveau une solution SharePoint déployée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SPSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Update-SPSolution</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>LiteralPath</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>CASPolicies</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>GACDeployment</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Local</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Time</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la solution SharePoint à déployer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide de solution SharePoint (par exemple, SPSolution1) ou une instance d'un objet SPSolution valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue><dev:type><maml:name>SPSolutionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LiteralPath</maml:name><maml:description><maml:para>Spécifie le chemin d'accès au package de solution.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide aux formats suivants (au choix) :</maml:para><maml:para /><maml:para>- C:\nom_dossier</maml:para><maml:para /><maml:para>- \\nom_serveur\nom_dossier</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>CASPolicies</maml:name><maml:description><maml:para>Spécifie que les stratégies de sécurité d'accès du code (CAS) peuvent être déployées pour la nouvelle solution SharePoint.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Force le déploiement de la nouvelle solution SharePoint.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>GACDeployment</maml:name><maml:description><maml:para>Spécifie que le Global Assembly Cache (GAC) peut être déployé pour la nouvelle solution SharePoint.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Local</maml:name><maml:description><maml:para>Déploie la solution sur l'ordinateur local uniquement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Time</maml:name><maml:description><maml:para>Spécifie quand la solution sera déployée. La valeur par défaut est immédiatement.</maml:para><maml:para /><maml:para>Le type doit être une valeur DateTime valide, au format 2010, 5, 1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Install-SPSolution met à niveau une solution SharePoint déployée dans la batterie de serveurs. Utilisez cette applet de commande uniquement si une nouvelle solution contient le même ensemble de fichiers et de fonctionnalités que la solution déployée. Si les fichiers et fonctionnalités diffèrent, la solution doit être retirée et redéployées via les applets de commande Uninstall-SPSolution et Install-SPSolution, respectivement.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Update-SPSolution -Identity contoso_solution.wsp -LiteralPath c:\contoso_solution_v2.wsp -GACDeployment</dev:code><dev:remarks><maml:para>Cet exemple met à niveau la solution SharePoint contoso_solution.wsp déployée vers la solution c:\contoso_solution_v2.wsp.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSolutionDeploymentLock</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Update-SPSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPDiagnosticsPerformanceCounter</command:name><maml:description><maml:para>Renvoie une collection de compteurs de performances.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPDiagnosticsPerformanceCounter</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPDiagnosticsPerformanceCounter</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebFrontEnd</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Renvoie les compteurs de performances collectés pour les serveurs de bases de données de la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebFrontEnd</maml:name><maml:description><maml:para>Renvoie les compteurs de performances collectés pour les ordinateurs Web frontaux de la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPDiagnosticsPerformanceCounter renvoie la collection de compteurs de performances qui sont lus et enregistrés dans la base de données d'utilisation. Si le paramètre DatabaseServer ou WebFrontEnd n'est pas spécifié, cette applet de commande renvoie les compteurs de performances des ordinateurs Web frontaux des serveurs de bases de données d'une batterie de serveurs.</maml:para><maml:para /><maml:para>Pour distinguer des compteurs collectés sur des serveurs de bases de données des compteurs collectés sur des ordinateurs Web frontaux, notez que sur les compteurs collectés sur des serveurs de bases de données, le paramètre Provider Name a la valeur job-diagnostics-performance-counter-sql-provider et que pour les compteurs collectés sur des ordinateurs Web frontaux, le paramètre Provider Name a la valeur job-diagnostics-performance-counter-wfe-provider.</maml:para><maml:para /><maml:para>L'applet de commande Get-SPDiagnosticsPerformanceCounter n'est disponible que si vous utilisez Windows PowerShell. Il n'existe aucune interface utilisateur.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>Get- SPDiagnosticsPerformanceCounter</dev:code><dev:remarks><maml:para>Cet exemple obtient les paramètres des compteurs de performances pour des ordinateurs Web frontaux et des serveurs de bases de données.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>Get- SPDiagnosticsPerformanceCounter -WebFrontEnd</dev:code><dev:remarks><maml:para>Cet exemple obtient les paramètres des compteurs de performances pour des ordinateurs Web frontaux.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3------------------</maml:title>
<dev:code>C:\PS>Get- SPDiagnosticsPerformanceCounter -DatabaseServer</dev:code><dev:remarks><maml:para>Cet exemple obtient les paramètres des compteurs de performances pour des serveurs de bases de données.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Add-SPDiagnosticsPerformanceCounter</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPDiagnosticsPerformanceCounter</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPDiagnosticsPerformanceCounter</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPServiceApplicationProxy</command:name><maml:description><maml:para>Renvoie une instance du proxy d'application de service spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPServiceApplicationProxy</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationProxyPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID du proxy d'application de service à renvoyer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPServiceApplicationProxy renvoie une instance du proxy d'application de service spécifié par le paramètre Identity.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPServiceApplicationProxy</dev:code><dev:remarks><maml:para>Cet exemple récupère tous les proxys d'application de service dans la batterie.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Remove-SPServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPServiceApplicationProxyGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPServiceApplicationProxyGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPServiceApplicationProxyGroup</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Move-SPUser</command:name><maml:description><maml:para>Migre un compte d'utilisateur dans des produits SharePoint 2010.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Move</command:verb><command:noun>SPUser</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Move-SPUser</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUserPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>NewAlias</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>IgnoreSID</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID ou le nom de connexion de l'utilisateur à renvoyer.</maml:para><maml:para /><maml:para>Le type doit être un GUID de l'utilisateur valide au format 1234-5678-9876-0987.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserPipeBind</command:parameterValue><dev:type><maml:name>SPUserPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NewAlias</maml:name><maml:description><maml:para>Spécifie le nom de l'URL ou du GUID à utiliser en tant qu'étendue.</maml:para><maml:para /><maml:para>Le type doit être une URL et un GUID valides au format http://server_name or 1234-5678-9807.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>IgnoreSID</maml:name><maml:description><maml:para>Indique (s'il est présent) qu'Active Directory ne devra pas fournir l'attribut d'historique des SID pour garantir la correspondance du nouveau nom de connexion avec l'ancien.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Move-SPUser migre l'accès utilisateur d'un compte d'utilisateur de domaine à un autre. S'il existe déjà une entrée pour le nouveau nom de connexion, elle est marquée pour être supprimée afin de permettre la migration.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Move-SPUser -Identity "DOMAIN\JaneDoe" -NewAlias "Domain\JaneSmith"</dev:code><dev:remarks><maml:para>Cet exemple migre DOMAIN\JaneDoe vers le nouveau compte de DOMAIN\JaneSmith.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPUser</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Move-SPUser</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPWeb</command:name><maml:description><maml:para>Configure le sous-site spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPWeb</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPWeb</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Description</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>RelativeUrl</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Template</maml:name><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Theme</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>URL du site Web ou objet SPWeb représentant le site Web.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name ou un objet SPWeb.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebPipeBind</command:parameterValue><dev:type><maml:name>SPWebPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nouveau nom du site Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Description</maml:name><maml:description><maml:para>Spécifie la nouvelle description du site Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>RelativeUrl</maml:name><maml:description><maml:para>Spécifie la nouvelle URL relative pour le site Web. Il s'agit du chemin de l'URL après l'URL de la collection de sites.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Theme</maml:name><maml:description><maml:para>Spécifie le nouveau thème à appliquer au site Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Template</maml:name><maml:description><maml:para>Spécifie le nouveau modèle à appliquer au site Web. Cette opération est impossible si le modèle est déjà appliqué.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue><dev:type><maml:name>SPWebTemplatePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPWeb configure le sous-site spécifié par le paramètre Identity. Les paramètres ne sont pas modifiés pour les paramètres non fournis.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues><maml:para>one</maml:para><maml:para /></command:returnValues><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Get-SPWeb http://sitename/subweb | Set-SPWeb -Title "My Site Title"</dev:code><dev:remarks><maml:para>Cet exemple définit le titre d'un sous-site existant.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Export-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SPWeb</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPWeb</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Install-SPApplicationContent</command:name><maml:description><maml:para>Copie des données des applications partagées dans des dossiers d'application Web existants.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Install</command:verb><command:noun>SPApplicationContent</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Install-SPApplicationContent</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Install-SPApplicationContent copie des données des applications partagées dans des dossiers d'application Web existants.</maml:para><maml:para /><maml:para>Cette applet de commande ne requiert aucun paramètre.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------------EXEMPLE---------------------</maml:title>
<dev:code>C:\PS>Install-SPApplicationContent</dev:code><dev:remarks><maml:para>Cet exemple copie des données dans une application Web dans les dossiers existants.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Install-SPApplicationContent</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Uninstall-SPHelpCollection</command:name><maml:description><maml:para>Supprime les fichiers de la collection d'aide.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Uninstall</command:verb><command:noun>SPHelpCollection</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Uninstall-SPHelpCollection</maml:name><command:parameter required="True" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom des fichiers de la collection d'aide à désinstaller.</maml:para><maml:para /><maml:para>Le type doit être un nom de collection d'aide valide, par exemple HelpDocs1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Uninstall-SPHelpCollection supprime les fichiers spécifiés de la collection d'aide de la bibliothèque d'aide du produit dans la batterie de serveurs actuelle.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Uninstall-SPHelpCollection - Name "OSSAdmin.1033"</dev:code><dev:remarks><maml:para>Cet exemple désinstalle une collection d'aide. Le nom de dossier de la collection d'aide à désinstaller est OSSAdmin.1033.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPHelpCollection</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPHelpCollection</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Uninstall-SPHelpCollection</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPTrustedRootAuthority</command:name><maml:description><maml:para>Supprime une autorité racine de confiance.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPTrustedRootAuthority</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPTrustedRootAuthority</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTrustedRootAuthorityPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'autorité racine de confiance à supprimer.</maml:para><maml:para /><maml:para>Le type doit correspondre à un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, à un nom valide d'autorité racine de confiance (par exemple, WFEFarm1) ou à une instance d'un objet SPTrustedRootAuthority valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedRootAuthorityPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedRootAuthorityPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPTrustedRootAuthority supprime une autorité racine de confiance d'un magasin de certificats de signature.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Remove - SPTrustedRootAuthority -Name "WFEFarm1"</dev:code><dev:remarks><maml:para>Cet exemple supprime l'autorité racine de confiance WFEFarm1.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTrustedRootAuthority</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPTrustedRootAuthority</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Uninstall-SPWebPartPack</command:name><maml:description><maml:para>Désinstalle le package de composants WebPart spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Uninstall</command:verb><command:noun>SPWebPartPack</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Uninstall-SPWebPartPack</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le package de composants WebPart dans la base de données de configuration de la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Language</maml:name><maml:description><maml:para>Spécifie l'ID de langue du package de composants WebPart à supprimer. Si aucune langue n'est spécifiée, le package de composants WebPart est désinstallé pour toutes les langues.</maml:para><maml:para /><maml:para>Le type doit être un identificateur de langue valide sous la forme 1033.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'application Web à partir de laquelle désinstaller le package de composants WebPart. Si aucune application Web n'est spécifiée, le package de composants WebPart est désinstallé de toutes les applications Web.</maml:para><maml:para /><maml:para>Le type doit être un nom valide au format WebApplication-1212, ou une URL au format http://server_name/WebApplication-1212.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Uninstall-SPWebPartPack désinstalle le package de composants WebPart spécifié par le paramètre Identity.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues><maml:para>None</maml:para><maml:para /></command:returnValues><command:examples><command:example><maml:title>------------------EXEMPLE1------------------</maml:title>
<dev:code>C:\PS>Uninstall-SPWebPartPack  "mypart.wpp" -WebApplication http://portal</dev:code><dev:remarks><maml:para>Cet exemple désinstalle mypart.wpp de l'application Web http://portal.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE2------------------</maml:title>
<dev:code>C:\PS>Get-SPWebPartPack -WebApplication http://portal | Uninstall-SPWebPartPack</dev:code><dev:remarks><maml:para>Cet exemple désinstalle tous les packages de composants WebPart de l'application Web http://portal.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebPartPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPWebPartPack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Uninstall-SPWebPartPack</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPFarmConfig</command:name><maml:description><maml:para>Renvoie une propriété globale ou une collection de propriétés globales pour la batterie de serveurs locale.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPFarmConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPFarmConfig</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceConnectionPoint</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceConnectionPoint</maml:name><maml:description><maml:para>Obtient les informations stockées dans le point de connexion de service de la batterie de serveurs actuelle dans Active Directory.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPFarmConfig récupère les paramètres globaux pour la batterie de serveurs qui ne sont pas membres de l'objet SPFarm. Cette applet de commande crée un nouvel objet PSCustomObject à partir de la collection de propriétés renvoyée depuis la batterie de serveurs locale, puis ajoute cet objet au pipeline. L'objet PSCustomObject peut être lu ou modifié, puis passé à l'applet de commande Set-SPFarmConfig pour modifier les valeurs des paramètres.</maml:para><maml:para /><maml:para>Les propriétés collectées dans l'objet PSCustomObject doivent être des paramètres à l'échelle de la batterie, et doivent être configurables une seule fois pour la batterie entière. Le nom du paramètre ajouté à l'objet PSCustomObject doit correspondre exactement au nom du paramètre d'entrée pour l'applet de commande Set-the SPFarmConfig.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------EXEMPLE----------------</maml:title>
<dev:code>C:\PS>$a = Get-SPFarmConfigPS&gt; $a.AjaxTimeout = 200PS&gt; $a | Set-SPFarmConfig</dev:code><dev:remarks><maml:para>Cet exemple utilise l'applet de commande Get-SPFarmConfig pour ajouter le paramètre Ajax Timeout à l'objet PSCustomObject, définit la valeur pour Ajax Timeout, puis passe PSCustomObject à l'applet de commande Set-SPFarmConfig pour modifier le paramètre Ajax Timeout. Ajax Timeout, un paramètre à l'échelle de la batterie, est un membre de l'objet SPWebService et n'est pas accessible au moyen d'une applet de commande PowerShell.</maml:para><maml:para /><maml:para>Vous pouvez effectuer les mêmes opérations avec l'une des commandes suivantes.</maml:para><maml:para />

C:\PS>Set-SPFarmConfig -AjaxTimeout 200

C:\PS>Get-SPFarmConfig | Select AjaxTimeout 200</dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPFarmConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPFarmConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPAlternateUrl</command:name><maml:description><maml:para>Configure l'URL de substitution spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPAlternateUrl</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPAlternateUrl</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPAlternateUrlPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Url</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Zone</maml:name><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID de l'URL de substitution à modifier.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name/WebApplication/site, ou un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAlternateUrlPipeBind</command:parameterValue><dev:type><maml:name>SPAlternateUrlPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Url</maml:name><maml:description><maml:para>Spécifie la nouvelle URL de substitution.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Zone</maml:name><maml:description><maml:para>Définit l'URL de substitution fournie comme l'une des cinq zones. </maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes : 
Default
, 
Intranet
, 
Internet
, 
Extranet
 ou 
Custom
.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue><dev:type><maml:name>Default | Intranet | Internet | Custom | Extranet</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPAlternateUrl modifie l'URL ou la zone de l'autre URL spécifiée par le paramètre Identity. Cette applet de commande permet de modifier uniquement la zone des URL internes et ne peut pas servir à modifier la zone des URL publiques.</maml:para><maml:para /><maml:para>Pour connaître les autorisations et les dernières informations sur Windows PowerShell pour les produits SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>Set-SPAlternateURL -Identity https://www.contoso.com -Zone "Internet"</dev:code><dev:remarks><maml:para>Cet exemple modifie la zone de l'autre URL https://www.contoso.com.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>Set-SPAlternateURL -Identity https://www.contoso.com -Url https://sharepoint.contoso.com -Zone "Default"</dev:code><dev:remarks><maml:para>Cet exemple modifie l'URL et la zone de l'autre URL https://www.contoso.com.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3------------------</maml:title>
<dev:code>C:\PS>Get-SPAlternateURL https://www.contoso.com | Set-SPAlternateURL -Zone "Internet"</dev:code><dev:remarks><maml:para>Cet exemple modifie la zone de l'autre URL https://www.contoso.com.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 4------------------</maml:title>
<dev:code>C:\PS>Get-SPWebApplication |%{ Get-SPAlternateURL -WebApplication $_ -Zone "Extranet" } | Set-SPAlternateURL -Zone "Intranet"</dev:code><dev:remarks><maml:para>Cet exemple change la zone de l'autre URL pour l'application Web spécifiée de Extranet en Intranet.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>



<maml:navigationLink><maml:linkText>Get-SPAlternateURL</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPAlternateUrl</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPAlternateUrl</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPAlternateUrl</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPObjectSecurity</command:name><maml:description><maml:para>Renvoie les informations sur la sécurité pour l'application de service spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPObjectSecurity</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Identité de l'application de service pour laquelle récupérer les informations sur la sécurité.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Type</maml:name><maml:description><maml:para>Type d'information sur la sécurité à récupérer.</maml:para><maml:para /><maml:para>Le type doit être l'une ou l'autre des valeurs valides Admin ou Access.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPObjectSecurity renvoie les informations sur la sécurité pour l'application de service spécifiée par le paramètre ServiceApplication.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-------------------</maml:title>
<dev:code>C:\PS>Get-SPObjectSecurity 053c34be-d251-488c-8e94-644eae94da26 -Type Admin</dev:code><dev:remarks><maml:para>Cet exemple affiche les informations d'accès de type Administrateur pour l'application de service donnée.</maml:para><maml:para /><maml:para>Le GUID de l'application de service est unique pour chaque batterie de serveurs. Vous pouvez exécuter l'applet de commande Get-SPServiceApplication pour voir le GUID des applications de service, puis utiliser le résultat provenant de l'applet de commande Get-SPServiceApplication pour d'autres applets de commande (par exemple, Grant-SPServiceApplication ou Publish-SPServiceApplication).</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Grant-SPObjectSecurity</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Revoke-SPObjectSecurity</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPObjectSecurity</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPSolution</command:name><maml:description><maml:para>Supprime une solution SharePoint d'une batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPSolution</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la solution SharePoint à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de solution SharePoint valide (par exemple, SPSolution1) ou une instance d'un objet SPSolution valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue><dev:type><maml:name>SPSolutionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Oblige la suppression de la solution SharePoint. Vous pouvez utiliser ce paramètre pour supprimer des solutions SharePoint qui ont été ajoutées au serveur, même si elles n'ont pas été déployées à l'aide de l'applet de commande Install-SPSolution.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Language</maml:name><maml:description><maml:para>Supprime le module linguistique de la langue spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un identificateur de langue valide ; par exemple, 1033.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPSolution supprime une solution SharePoint d'une batterie. Avant de l'utiliser, vous devez utiliser l'applet de commande Uninstall-SPSolution pour extraire les fichiers de la solution du serveur Web frontal.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Remove-SPSolution -Identity contoso_solution.wsp</dev:code><dev:remarks><maml:para>Cet exemple supprime la solution SharePoint contoso_solution.wsp.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPSolution</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPSolutionDeploymentLock</command:name><maml:description><maml:para>Supprime le verrou de déploiement de solution d'un serveur.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPSolutionDeploymentLock</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPSolutionDeploymentLock</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le serveur duquel le verrou de déploiement de solution doit être supprimé.</maml:para><maml:para /><maml:para>Le type doit correspondre à un GUID valide, tel que 12345678-90ab-cdef-1234-567890bcdefgh, l'adresse IP d'un serveur au format 208.77.188.166, un nom valide de service hôte SQL Server (par exemple, SQLServerHost1) ou une instance d'un objet SPServer valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServerPipeBind</command:parameterValue><dev:type><maml:name>SPServerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPSolutionDeploymentLock supprime le verrou de déploiement de solution d'un serveur. Si le paramètre Identity n'est pas spécifié, cette applet de commande supprime le verrou de déploiement de solution de tous les serveurs de la batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Remove-SPSolutionDeploymentLock</dev:code><dev:remarks><maml:para>Cet exemple supprime le verrou de déploiement de solution de tous les serveurs de la batterie.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Remove-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPSolution</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPSolutionDeploymentLock</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPWorkflowConfig</command:name><maml:description><maml:para>Configure les paramètres du workflow pour l'application Web spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPWorkflowConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPWorkflowConfig</maml:name><command:parameter required="True" position="1"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DeclarativeWorkflowsEnabled</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EmailNoPermissionParticipantsEnabled</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SendDocumentToExternalParticipants</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPWorkflowConfig</maml:name><command:parameter required="True" position="1"><maml:name>SiteCollection</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DeclarativeWorkflowsEnabled</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EmailNoPermissionParticipantsEnabled</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SendDocumentToExternalParticipants</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>SiteCollection</maml:name><maml:description><maml:para>Spécifie le nom ou l'URL de la collection de sites.</maml:para><maml:para /><maml:para>Le seul autre paramètre utilisé avec le paramètre SiteCollection est le paramètre DeclarativeWorkflowsEnabled. Aucun autre paramètre n'est utilisé. </maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie le nom ou l'URL de l'application Web.</maml:para><maml:para /><maml:para>Le type doit être un nom valide, un GUID valide au format WebApplication-1212, ou une URL au format http://server_name/WebApplication-1212.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DeclarativeWorkflowsEnabled</maml:name><maml:description><maml:para>Indique si les workflows déclaratifs peuvent s'exécuter dans l'application Web.</maml:para><maml:para /><maml:para>Le type doit être 1 pour True ou 0 pour False.</maml:para><maml:para /></maml:description><command:parameterValue required="True">$true | $false</command:parameterValue><dev:type><maml:name>$true | $false</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>EmailNoPermissionParticipantsEnabled</maml:name><maml:description><maml:para>Indique si les workflows envoient des messages électroniques de tâche aux utilisateurs qui ne disposent pas d'autorisations pour le site dans lequel s'exécutent ces workflows.</maml:para><maml:para /><maml:para>Le type doit être 1 pour True ou 0 pour False.</maml:para><maml:para /></maml:description><command:parameterValue required="True">$true | $false</command:parameterValue><dev:type><maml:name>$true | $false</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SendDocumentToExternalParticipants</maml:name><maml:description><maml:para>Indique si les workflows envoient automatiquement une copie du document en pièce jointe aux participants qui n'ont pas accès au site ou qui ne se trouvent dans aucun répertoire associé excepté Active Directory Domain Services (AD DS).</maml:para><maml:para /><maml:para>Le type doit être 1 pour True ou 0 pour False.</maml:para><maml:para /></maml:description><command:parameterValue required="True">$true | $false</command:parameterValue><dev:type><maml:name>$true | $false</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Set-SPWorkflowConfig pour configurer les paramètres du workflow pour l'application Web spécifiée.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPWorkflowConfig -webapplication http://sitename DeclarativeWorkflowsEnabled $true -EmailNoPermissionParticipantsEnabled $true -SendDocumentToExternalParticipants $false</dev:code><dev:remarks><maml:para>Cet exemple définit les paramètres de workflow de l'application Web spécifiée pour activer les workflows déclaratifs, activer l'envoi de messages électroniques aux participants qui ne disposent pas d'autorisations pour le site, et désactiver la fonctionnalité d'envoi de messages électroniques en pièces jointes aux participants externes.</maml:para><maml:para /><maml:para>Aucune valeur n'est renvoyée. Utilisez l'applet de commande Get-SPWorkflowConfig pour afficher les valeurs. Pour définir les paramètres de workflow au niveau de la batterie de serveurs en cas de dépassement du délai de la remise d'événement et postposer le seuil et la taille de lot, utilisez Set-SPFarmConfig.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>

<maml:navigationLink><maml:linkText>Get-SPWorkflowConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPWorkflowConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPSolution</command:name><maml:description><maml:para>Renvoie une solution SharePoint spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPSolution</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la solution SharePoint à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de solution SharePoint valide (par exemple, SPSolution1) ou une instance d'un objet SPSolution valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue><dev:type><maml:name>SPSolutionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPSolution renvoie une solution SharePoint spécifiée. Si le paramètre Identity n'est pas spécifié, cette applet de commande renvoie la collection de toutes les solutions SharePoint installées sur la batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPSolution</dev:code><dev:remarks><maml:para>Cet exemple renvoie la collection de toutes les solutions SharePoint installées sur la batterie.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSolutionDeploymentLock</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Import-SPBusinessDataCatalogModel</command:name><maml:description><maml:para>Importe un modèle Connexion de données métiers.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Import</command:verb><command:noun>SPBusinessDataCatalogModel</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Import-SPBusinessDataCatalogModel</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">MetadataObject</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LocalizedNamesIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ModelsIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PermissionsIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PropertiesIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SettingId</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'objet de métadonnées du Magasin de métadonnées Connexion de données métiers dans lequel importer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">MetadataObject</command:parameterValue><dev:type><maml:name>MetadataObject</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Path</maml:name><maml:description><maml:para>Spécifie le chemin d'accès et le nom à utiliser.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide aux formats suivants (au choix) :</maml:para><maml:para /><maml:para>- C:\nom_dossier\fichier.bdcm</maml:para><maml:para /><maml:para>- \\nom_serveur\nom_dossier\fichier.bdcm</maml:para><maml:para /><maml:para>- …\nom_dossier\fichier.bdcm</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Écrase le modèle Connexion de données métiers si le fichier existe.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LocalizedNamesIncluded</maml:name><maml:description><maml:para>Spécifie que les noms des champs de données métiers en plusieurs langues sont importés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ModelsIncluded</maml:name><maml:description><maml:para>Spécifie que les modèles sont inclus dans le fichier Modèle de connexion de données métiers importé. Un modèle contient les métadonnées XML de base d'un système.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PermissionsIncluded</maml:name><maml:description><maml:para>Spécifie que les autorisations du modèle Connexion de données métiers sont importées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PropertiesIncluded</maml:name><maml:description><maml:para>Spécifie que les propriétés du modèle Connexion de données métiers sont importées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SettingId</maml:name><maml:description><maml:para>Spécifie le secteur du modèle des paramètres d'environnement personnalisés à importer.</maml:para><maml:para /><maml:para>Le type doit être une chaîne valide qui identifie un secteur du modèle, par exemple ModelSlice1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Import-SPBusinessDataCatalogModel importe un modèle Connexion de données métiers. Il existe deux types de modèles Connexion de données métiers : le type Model (.bdcm) et le type Resource (.bdcr). Le type Model contient les métadonnées XML de base et peut également inclure des propriétés de ressource. Le type Resource inclut uniquement les propriétés de ressource.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$MetadataStore = Get-SPBusinessDataCatalogMetadataObject -BdcObjectType "Catalog" -ServiceConext http://contoso
Import-SPBusinessDataCatalogModel -Path "C:\folder\model.bdcm" -Identity $MetadataStore</dev:code><dev:remarks><maml:para>Cet exemple obtient le magasin de métadonnées Connexion de données métiers, puis importe un modèle Connexion de données métiers de type Model à partir du chemin d'accès spécifié avec le nom model.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Export-SPBusinessDataCatalogModel</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPBusinessDataCatalogModel</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Import-SPBusinessDataCatalogModel</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Dismount-SPContentDatabase</command:name><maml:description><maml:para>Détache une base de données de contenu de son application Web actuellement associée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Dismount</command:verb><command:noun>SPContentDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Dismount-SPContentDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la base de données de contenu à détacher.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de base de données de contenu SharePoint valide (par exemple, SPContentDB1) ou une instance d'un objet SPContentDatabase valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Dismount-SPContentDatabase pour détacher la base de données de contenu donnée de son application Web actuellement associée. Cette applet de commande ne supprimera pas la base de données de contenu. Utilisez l'applet de commande Remove-SPContentDatabase pour supprimer une base de données de contenu.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1------------</maml:title>
<dev:code>C:\PS>Dismount-SPContentDatabase 12345678-90ab-cdef-1234-567890abcdef</dev:code><dev:remarks><maml:para>Cet exemple détache la base de données de contenu avec le GUID 12345678-90ab-cdef-1234-567890abcdef de son application Web parente.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2------------</maml:title>
<dev:code>C:\PS>Get-SPContentDatabase -WebApplication http://sitename | Dismount-SPContentDatabase -WhatIf</dev:code><dev:remarks><maml:para>Cet exemple détache toutes les bases de données de contenu de l'application Web sur le port 80 de l'ordinateur local. Supprimez le paramètre WhatIf pour effectuer l'opération.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Mount-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink>Initialize-SPContentDatabase</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Dismount-SPContentDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPCustomLayoutsPage</command:name><maml:description><maml:para>Mappe un nouveau chemin d'accès pour une page de disposition personnalisée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPCustomLayoutsPage</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPCustomLayoutsPage</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">None | AccessDenied | Confirmation | Error | Login | RequestAccess | Signout | WebDeleted</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>RelativePath</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPCustomLayoutsPage</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">None | AccessDenied | Confirmation | Error | Login | RequestAccess | Signout | WebDeleted</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Reset</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la page de disposition personnalisée à définir.</maml:para><maml:para /><maml:para>Le type doit être l'un des suivants : None, AccessDenied, Confirmation, Error, Login, RequestAccess, Signout ou WebDeleted.</maml:para><maml:para /></maml:description><command:parameterValue required="True">None | AccessDenied | Confirmation | Error | Login | RequestAccess | Signout | WebDeleted</command:parameterValue><dev:type><maml:name>None | AccessDenied | Confirmation | Error | Login | RequestAccess | Signout | WebDeleted</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>RelativePath</maml:name><maml:description><maml:para>Spécifie le chemin d'accès de la page de disposition personnalisée.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès de page de disposition valide au format _layouts/custompages/myaccessdenied.aspx.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Reset</maml:name><maml:description><maml:para>Réinitialise le mappage d'une page de disposition personnalisée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'application Web SharePoint qui contient la page de disposition personnalisée.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MyOfficeApp1), ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPCustomLayoutsPage mappe un nouveau chemin d'accès pour une page de dispositions personnalisées dans une application Web. Pour supprimer le mappage d'une page de dispositions personnalisées, utilisez le paramètre  Reset au lieu du paramètre RelativePath.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPCustomLayoutsPage -Identity "_layouts/accessdenied.aspx" -RelativePath "/_layouts/custompages/myaccessdenied.aspx" -WebApplication "http://server_name/mywebapp"</dev:code><dev:remarks><maml:para>Cet exemple mappe le chemin d'accès spécifié pour la page de disposition AccessDenied dans l'application Web"http://server_name/mywebapp".</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPCustomLayoutsPage</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPCustomLayoutsPage</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPServiceApplicationSecurity</command:name><maml:description><maml:para>Met à jour l'objet SPObjectSecurity d'une application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPServiceApplicationSecurity</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPServiceApplicationSecurity</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>ObjectSecurity</maml:name><command:parameterValue required="True">SPObjectSecurity</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Admin</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application de service contenant l'objet SPObjectSecurity à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application de service valide (par exemple, ServiceApp1) ou une instance d'un objet SPServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>ObjectSecurity</maml:name><maml:description><maml:para>Spécifie l'objet SPObjectSecurity à mettre à jour.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPObjectSecurity</command:parameterValue><dev:type><maml:name>SPObjectSecurity</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Admin</maml:name><maml:description><maml:para>Met à jour la liste de contrôle d'accès contenant la liste des administrateurs de l'application de service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPServiceApplicationSecurity met à jour un objet de sécurité pour l'application de service spécifiée. Utilisez cette applet de commande avec les applets de commande Grant-SPObjectSecurity et Get-SPServiceApplicationSecurity pour gérer la sécurité d'une application de service.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$security = Get-SPServiceApplicationSecurity $serviceApp -Admin
Grant-SPObjectSecurity $security $principal "Full Control"
Set-SPServiceApplicationSecurity $serviceApp -Admin $security</dev:code><dev:remarks><maml:para>Cet exemple extrait l'objet SPObjectSecurity correspondant à la liste de contrôle d'accès des administrateurs d'une application de service, puis ajoute un nouvel utilisateur principal à cette liste. Le nouvel utilisateur est un administrateur de l'application de service $serviceApp.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplicationSecurity</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Grant-SPObjectSecurity</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Revoke-SPObjectSecurity</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPServiceApplicationSecurity</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Disable-SPTimerJob</command:name><maml:description><maml:para>Désactive un travail du minuteur.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SPTimerJob</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Disable-SPTimerJob</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTimerJobPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le travail du minuteur à désactiver.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de travail du minuteur valide (par exemple, TimerJob1) ou une instance d'un objet SPTimerJob valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTimerJobPipeBind</command:parameterValue><dev:type><maml:name>SPTimerJobPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Disable-SPTimerJob désactive un travail du minuteur.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Get-SPTimerJob job-ceip-datacollection | Disable-SPTimerJob</dev:code><dev:remarks><maml:para>Cet exemple désactive le travail du minuteur nommé job-ceip-datacollection.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Start-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Disable-SPTimerJob</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Restore-SPFarm</command:name><maml:description><maml:para>Restaure un ou plusieurs éléments d'une sauvegarde.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Restore</command:verb><command:noun>SPFarm</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Restore-SPFarm</maml:name><command:parameter required="True" position="Named"><maml:name>Directory</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>RestoreMethod</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>BackupId</maml:name><command:parameterValue required="True">Guid</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ConfigurationOnly</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>FarmCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Item</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>NewDatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Percentage</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>RestoreThreads</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Restore-SPFarm</maml:name><command:parameter required="True" position="Named"><maml:name>Directory</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ShowTree</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>BackupId</maml:name><command:parameterValue required="True">Guid</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ConfigurationOnly</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Item</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Directory</maml:name><maml:description><maml:para>Spécifie le chemin d'accès où SharePoint 2010 Products a stocké le package de sauvegarde. Si vous possédez un ordinateur sur lequel Microsoft SQL Server 2008 et une instance de SharePoint 2010 Products sont installés, vous pouvez utiliser des chemins d'accès au disque locaux. Cela inclut une installation de base. Cependant, si SQL Server 2008 et SharePoint 2010 Products sont installés sur plusieurs ordinateurs, vous devez utiliser des chemins de partage UNC afin que SQL Server 2008 et SharePoint 2010 Products puissent lire à partir d'un même emplacement (par exemple, \\nom_ordinateur \volume\Backup).</maml:para><maml:para /><maml:para>Le type doit être l'un des chemins d'accès valides suivants :</maml:para><maml:para /><maml:para>- C:\nom_dossier</maml:para><maml:para /><maml:para>- \\
nom_serveur\nom_dossier</maml:para><maml:para /><maml:para>Les dossiers spbr* sont créés automatiquement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>RestoreMethod</maml:name><maml:description><maml:para>Spécifie la méthode de restauration à effectuer.</maml:para><maml:para /><maml:para>Les valeurs valides sont : </maml:para><maml:para /><maml:para>- New; spécifie un nouvel emplacement pour restaurer le contenu et doit être utilisé lorsque vous restaurez vers une autre batterie. Des invites supplémentaires apparaissent pour spécifier les nouveaux paramètres.</maml:para><maml:para /><maml:para>- Overwrite; restaure le contenu et les paramètres à leurs emplacements d'origine et doit être utilisé lorsque vous restaurez sur la batterie à partir de laquelle la sauvegarde a eu lieu. Si vous utilisez le paramètre Overwrite, une invite de confirmation s'affiche. Pour supprimer cette invite, utilisez le paramètre Force.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ShowTree</maml:name><maml:description><maml:para>Indique les objets de la batterie de serveurs qui seront restaurés en fonction des autres paramètres passés à l'applet de commande Restore-SPFarm, à savoir les paramètres Item et ConfigurationOnly. Les éléments qui seront exclus de la restauration en fonction des autres paramètres passés à l'applet de commande Restore-SPFarm seront précédés d'un astérisque (*). Les éléments qui ne peuvent pas être restaurés seront placés entre crochets ([ ]). L'opération de restauration n'a pas lieu si le paramètre ShowTree est spécifié. 
</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>BackupId</maml:name><maml:description><maml:para>Spécifie le GUID du package de sauvegarde à restaurer. Chaque package de sauvegarde est associé à un GUID unique. Pour le consulter, utilisez l'applet de commande Get-SPBackupHistory pour afficher l'historique de sauvegarde. Si ce paramètre n'est pas spécifié, le package de sauvegarde le plus récent du chemin d'accès spécifié avec le paramètre Directory est utilisé.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890abcdef.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Guid</command:parameterValue><dev:type><maml:name>Guid</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ConfigurationOnly</maml:name><maml:description><maml:para>Spécifie uniquement les paramètres (pas les données) qui seront restaurés à partir du package de sauvegarde et appliqués aux objets de la batterie de serveurs de destination.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>FarmCredentials</maml:name><maml:description><maml:para>Spécifie les informations d'identification utilisées pour tous les composants en cours de restauration. Par exemple, les informations d'identification du pool d'applications des applications Web en cours de restauration. Si un pool d'applications restauré existe déjà dans la batterie, les informations d'identification spécifiées par le paramètre FarmCredentials sont ignorées lors de la restauration de ce pool d'applications.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Supprime l'avertissement indiquant que les composants seront remplacés si vous effectuez une opération de restauration avec remplacement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Item</maml:name><maml:description><maml:para>Indique quelle partie du package de sauvegarde doit être restaurée. Vous pouvez utiliser la notation du chemin d'accès complet à la batterie de serveurs, tel qu'il est affiché par le paramètre ShowTree, ou le nom du composant cible dans le chemin d'accès, si son nom est unique. Si plusieurs éléments correspondent au nom, le chemin d'accès complet doit être spécifié. Placez l'élément ou le chemin d'accès entre guillemets doubles s'il contient un espace. Si ce paramètre n'est pas spécifié, tout le package de sauvegarde est restauré.</maml:para><maml:para /><maml:para>Le type doit être un élément valide, tel que :</maml:para><maml:para /><maml:para>Farm\Microsoft SharePoint Foundation Web Application\SharePoint - 80</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NewDatabaseServer</maml:name><maml:description><maml:para>Spécifie un nom de serveur de bases de données SQL valide. Si vous spécifiez ce paramètre, ce nom sera utilisé comme nom de serveur de bases de données par défaut pour toutes les bases de données impliquées dans l'opération de restauration.</maml:para><maml:para /><maml:para>Ce paramètre n'est valide que pour la restauration d'éléments nouveaux, pas pour les restaurations avec remplacement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Percentage</maml:name><maml:description><maml:para>Provoque l'affichage des mises à jour de l'avancement de l'opération de restauration par incréments du pourcentage. Par exemple, la valeur 5 provoque la mise à jour de l'avancement affiché chaque fois que l'avancement augmente de 5 % et la valeur 10 provoque la mise à jour chaque fois que l'avancement augmente de 10 %.</maml:para><maml:para /><maml:para>Remarque : l'avancement s'affiche dans le résultat uniquement si le paramètre -Verbose est spécifié. Sinon, vous pouvez consulter l'avancement dans le fichier journal de la restauration.</maml:para><maml:para /><maml:para>Ce pourcentage n'est pas précis et l'avancement réel de l'opération peut être supérieur ou inférieur aux valeurs définies.</maml:para><maml:para /><maml:para>Pour une base de données très volumineuse, 1 est la valeur recommandée.</maml:para><maml:para /><maml:para>Le type doit être un nombre entier compris entre 1 et 100.</maml:para><maml:para /><maml:para>La valeur par défaut est 5.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>RestoreThreads</maml:name><maml:description><maml:para>Nombre de threads à utiliser pendant la restauration.</maml:para><maml:para /><maml:para>Moins il y a de threads, plus le journal de restauration est facile à comprendre. Toutefois, plus il y a de threads de restauration, plus le nombre de composants pouvant être restaurés en parallèle est élevé, entraînant potentiellement une restauration plus rapide.</maml:para><maml:para /><maml:para>La plage valide est comprise entre 1 et 10. La valeur par défaut est 3.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Restore-SPFarm restaure un ou plusieurs éléments d'une sauvegarde tels qu'une base de données individuelle, une application Web ou la batterie de serveurs entière. Vous pouvez également utiliser cette applet de commande pour appliquer un modèle de batterie de serveurs à la batterie de serveurs entière.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1----------------------- </maml:title>
<dev:code>C:\PS>Restore-SPFarm -Directory \\file_server\share\Backup -BackupId 12345678-90ab-cdef-1234-567890abcdef -RestoreMethod new -ConfigurationOnly</dev:code><dev:remarks><maml:para>Cet exemple restaure les paramètres de configuration depuis le package de sauvegarde du répertoire \\serveur_fichiers\share\Backup vers la batterie de serveurs.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2----------------------- </maml:title>
<dev:code>C:\PS>Restore-SPFarm -ShowTree -Directory \\file_server\share\Backup -BackupId 12345678-90ab-cdef-1234-567890abcdef -Item "Microsoft SharePoint Foundation Web Application" -Verbose</dev:code><dev:remarks><maml:para>Cet exemple indique quels composants de la batterie de serveurs seraient restaurés sous le nœud Microsoft SharePoint Foundation Web Application, sans toutefois les restaurer.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3----------------------- </maml:title>
<dev:code>C:\PS>Restore-SPFarm -Directory C:\Backup -BackupId 12345678-90ab-cdef-1234-567890abcdef  -RestoreMethod overwrite -RestoreThreads 10 -Force</dev:code><dev:remarks><maml:para>Cet exemple restaure une batterie de serveurs en utilisant 10 threads et supprime l'avertissement overwrite.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Backup-SPFarm</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Backup-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPBackupHistory</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Restore-SPFarm</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Restore-SPSite</command:name><maml:description><maml:para>Restaure une collection de sites.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Restore</command:verb><command:noun>SPSite</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Restore-SPSite</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ContentDatabase</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>GradualDelete</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HostHeaderWebApplication</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Restore-SPSite</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>GradualDelete</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HostHeaderWebApplication</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para> Spécifie l'URL sur laquelle la collection de sites est restaurée.</maml:para><maml:para /><maml:para> Il n'est pas nécessaire que la collection de sites existe déjà sur l'URL pour effectuer la restauration. Toutefois, vous devez spécifier une URL valide dans laquelle la collection de sites peut être créée. Si une collection de sites existe déjà à l'URL spécifiée, vous devez spécifier le paramètre Force pour l'écraser.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name/sites/nom_site.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Path</maml:name><maml:description><maml:para>Spécifie un chemin d'accès valide vers l'emplacement de la sauvegarde. Par exemple, C:\Backup\nom_site.bak.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ContentDatabase</maml:name><maml:description><maml:para>Spécifie la base de données de contenu SQL Server dans laquelle les données de la collection de sites seront stockées. Si aucune base de données de contenu n'est spécifiée, la base de données de contenu la plus disponible et dont le statut est prêt est utilisée.
</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseName</maml:name><maml:description><maml:para> Spécifie la base de données de contenu SQL Server dans laquelle les données de la collection de sites seront stockées. Si aucune base de données de contenu n'est spécifiée, la base de données de contenu la plus disponible et dont le statut est prêt est utilisée.</maml:para><maml:para /><maml:para>Le type doit être un nom de base de données valide au format SQLDB1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para> Spécifie le nom du serveur SQL Server contenant la base de données de contenu spécifiée par le paramètre DatabaseName.</maml:para><maml:para /><maml:para>Le type doit être un nom de serveur de bases de données valide au format SQLBE1 et doit être utilisé avec le paramètre DatabaseName.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para> Spécifie que la collection de sites existante à l'URL doit être écrasée par cette restauration.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>GradualDelete</maml:name><maml:description><maml:para> Spécifie que la collection de sites écrasée par le paramètre Force doit être graduellement supprimée dans le temps par un travail du minuteur plutôt qu'en une seule fois, ce qui réduit son impact sur la performance de SharePoint 2010 Products et SQL Server. Cette option est recommandée pour les collections de sites volumineuses.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HostHeaderWebApplication</maml:name><maml:description><maml:para>URL valide associée à l'application Web par le biais d'un mappage des accès de substitution tel que http://nom_serveur.
</maml:para><maml:para /><maml:para>Restaure une collection de sites sous la forme d'une collection de sites nommée par l'hôte, et non sous la forme d'une collection reposant sur des chemins d'accès. Lorsque le paramètre HostHeaderWebApplication est spécifié, la valeur du paramètre Identity correspond à l'URL de la collection de sites nommée par l'hôte et la valeur du paramètre HostHeaderWebApplication correspond à l'URL de l'application Web qui contiendra la collection de sites nommée par l'hôte.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para> L'applet de commande Restore-SPSite restaure la collection de sites à l'emplacement spécifié par le paramètre Identity. Une base de données de contenu ne peut contenir qu'une seule copie d'une collection de sites. Si une collection de sites est sauvegardée et restaurée sur une URL différente au sein de la même application Web, une base de données de contenu supplémentaire doit être disponible pour contenir la copie restaurée de la collection de sites.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1----------------------- </maml:title>
<dev:code>C:\PS>Restore-SPSite http://server_name/sites/site_name -Path C:\Backup\site_name.bak</dev:code><dev:remarks><maml:para>Cet exemple restaure une collection de sites à partir du fichier de sauvegarde C:\Backup\site_name.bak vers l'URL de la collection de sites http://server_name/sites/site_name.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2----------------------- </maml:title>
<dev:code>C:\PS>Restore-SPSite http://server_name/sites/site_name -Path C:\Backup\site_name.bak -Force -DatabaseServer SQLBE1 -DatabaseName SQLDB1</dev:code><dev:remarks><maml:para>Cet exemple restaure une sauvegarde d'une collection de sites à partir du fichier de sauvegarde C:\Backup\site_name.bak, mais remplace la collection de sites existante à l'adresse http://server_name/sites/site_name en spécifiant qu'elle doit être restaurée dans une base de données de contenu spécifique.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3----------------------- </maml:title>
<dev:code>C:\PS>Restore-SPSite http://www.example.com -Path \\file_server\share\site_name.bak -HostHeaderWebApplication http://server_name</dev:code><dev:remarks><maml:para> Cet exemple restaure une sauvegarde d'une collection de sites à partir du fichier de sauvegarde \\file_server\share\site_name.bak vers la collection de sites nommée par l'hôte http://www.example.com sur l'application Web http://server_name.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Backup-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Move-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSite</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Restore-SPSite</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPHelpCollection</command:name><maml:description><maml:para>Renvoie les fichiers de la collection d'aide.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPHelpCollection</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPHelpCollection</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom des fichiers de la collection d'aide à récupérer.</maml:para><maml:para /><maml:para>Le type doit être un nom de dossier de collection d'aide valide, par exemple HelpDocs1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPHelpCollection lit les fichiers de la collection d'aide spécifiés. Si le paramètre Name n'est pas spécifié, l'applet de commande renvoie tous les fichiers de la collection d'aide installés.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPHelpCollection</dev:code><dev:remarks><maml:para>Cet exemple obtient tous les fichiers de collection d'aide installés.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Install-SPHelpCollection</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPHelpCollection</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPHelpCollection</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPTrustedIdentityTokenIssuer</command:name><maml:description><maml:para>Définit les fournisseurs d'identité d'une application Web.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPTrustedIdentityTokenIssuer</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPTrustedIdentityTokenIssuer</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ClaimProvider</maml:name><command:parameterValue required="True">SPClaimProviderPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ClaimsMappings</maml:name><command:parameterValue required="True">SPClaimMappingPipeBind[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Description</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ImportTrustCertificate</maml:name><command:parameterValue required="True">X509Certificate2</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Realm</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SignInUrl</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UseWReply</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le fournisseur d'identité à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur d'identité valide (par exemple, LiveID STS) ou une instance d'un objet SPIdentityProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedIdentityTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ClaimProvider</maml:name><maml:description><maml:para>Spécifie le fournisseur d'identité STS qui peut résoudre et rechercher les demandes pour le sélecteur de personnes basé sur des revendications.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur de revendications valide (par exemple, MyIDprovider1) ou une instance d'un objet SPClaimProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimProviderPipeBind</command:parameterValue><dev:type><maml:name>SPClaimProviderPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>ClaimsMappings</maml:name><maml:description><maml:para>Spécifie le mappage des revendications du jeton d'origine vers le jeton SharePoint.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de règle de mappage des revendications valide (par exemple Email) ou une instance d'un objet SPClaimMapping valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimMappingPipeBind[]</command:parameterValue><dev:type><maml:name>SPClaimMappingPipeBind[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Description</maml:name><maml:description><maml:para>Spécifie une description pour le nouveau fournisseur d'identité.</maml:para><maml:para /><maml:para>Le type doit être une chaîne valide, par exemple LiveID STS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ImportTrustCertificate</maml:name><maml:description><maml:para>Spécifie l'objet de certificat X.509 de la batterie de fournisseurs d'identité approuvés.</maml:para><maml:para /><maml:para>Le type doit être un nom de certificat X.509 valide ; par exemple, Certificate1.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">X509Certificate2</command:parameterValue><dev:type><maml:name>X509Certificate2</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Realm</maml:name><maml:description><maml:para>Spécifie le domaine, ou partition de ressource, associé à cette approbation.</maml:para><maml:para /><maml:para>Le type doit être un nom de domaine valide, par exemple MD_REALM.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SignInUrl</maml:name><maml:description><maml:para>Spécifie les URL de connexion pour ce fournisseur d'identité STS approuvé.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://int.live.com.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UseWReply</maml:name><maml:description><maml:para>Inclut une WReply avec le jeton de demande. Wreply est une URL à la partie de confiance vers laquelle le demandeur est redirigé une fois le processus de déconnexion terminé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPTrustedIdentityTokenIssuer définit les fournisseurs d'identité d'une application Web ou d'une application Web étendue. Pour le fournisseur d'appartenances et de rôles ASP.NET, cette applet de commande modifie le fournisseur d'identité uniquement si le résultat est redirigé sur une variable et passé sur une application Web. Pour les fournisseurs d'identité du service d'émission de jeton de sécurité (STS), cette applet de commande modifie l'objet de fournisseur d'identité persistant dans l'objet SPFarm.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------------EXEMPLE 1---------------------- </maml:title>
<dev:code>C:\PS>Set-SPTrustedIdentityTokenIssuer "LiveIDSTS" -Certificate (Get-ChildItem"cert:Certificates (LocalComputer)\Personal\Certificates -Name "LiveID Cert")</dev:code><dev:remarks><maml:para>Cet exemple définit le fournisseur d'identité sur LiveIDSTS.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-------------------------EXEMPLE 2---------------------- </maml:title>
<dev:code>C:\PS>$ip = @( (Get-SPTrustedIdentityTokenIssuer "LiveID STS"), (New-SPTrustedIdentityTokenIssuer -ASPNetMembershipProvider "myMembershipProvider" -ASPNetRoleProvider "myRoleProvider"), (Get-SPTrustedIdentityTokenIssuer "NTLM")) )
New-SPWebApplication http://contoso.com -IdentityProvider $ip</dev:code><dev:remarks><maml:para>Cet exemple définit le fournisseur d'identité à l'aide des paramètres .ASPNetMembership et Role. Lorsque ces paramètres sont utilisés, une variable doit être définie, sinon les valeurs n'ont aucun effet.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPTrustedIdentityTokenIssuer</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Import-SPSiteSubscriptionBusinessDataCatalogConfig</command:name><maml:description><maml:para>Importe les données associées au Magasin de métadonnées Connexion de données métiers d'une partition.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Import</command:verb><command:noun>SPSiteSubscriptionBusinessDataCatalogConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Import-SPSiteSubscriptionBusinessDataCatalogConfig</maml:name><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ServiceContext</maml:name><command:parameterValue required="True">SPServiceContextPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LocalizedNamesIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ModelsIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PermissionsIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PropertiesIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ProxiesIncluded</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Path</maml:name><maml:description><maml:para>Spécifie le chemin d'accès et le nom.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide aux formats suivants (au choix) :</maml:para><maml:para /><maml:para>- C:\nom_dossier</maml:para><maml:para /><maml:para>- \\nom_serveur\nom_dossier</maml:para><maml:para /><maml:para>- …\nom_dossier\fichier.xml</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceContext</maml:name><maml:description><maml:para>Spécifie le contexte du service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceContextPipeBind</command:parameterValue><dev:type><maml:name>SPServiceContextPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LocalizedNamesIncluded</maml:name><maml:description><maml:para>Spécifie que les noms des champs de données métiers en plusieurs langues sont importés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ModelsIncluded</maml:name><maml:description><maml:para>Spécifie que les modèles Connexion de données métiers sont inclus dans le fichier importé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PermissionsIncluded</maml:name><maml:description><maml:para>Spécifie que les autorisations des modèles Connexion de données métiers sont importées.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PropertiesIncluded</maml:name><maml:description><maml:para>Spécifie que les propriétés des modèles Connexion de données métiers sont importées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ProxiesIncluded</maml:name><maml:description><maml:para>Spécifie que les proxies des applications de service Connexion de données métiers sont importés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Import-SPSiteSubscriptionBusinessDataCatalogConfig importe les données d'un fichier exporté contenant toutes les données associées au Magasin de métadonnées Connexion de données métiers pour une partition spécifiée.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Import-SPSiteSubscriptionBusinessDataCatalogConfig -Path "C:\folder\importFile.xml" -ServiceContext http://contoso</dev:code><dev:remarks><maml:para>Cet exemple importe le fichier de données nommé importFile.xml.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Export-SPSiteSubscriptionBusinessDataCatalogConfig</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Clear-SPSiteSubscriptionBusinessDataCatalogConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Import-SPSiteSubscriptionBusinessDataCatalogConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPServiceHostConfig</command:name><maml:description><maml:para>Renvoie les paramètres de service Web communs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPServiceHostConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPServiceHostConfig</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Default</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Default</maml:name><maml:description><maml:para>Ce paramètre n'a aucun effet.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPServiceHostConfig renvoie les paramètres de service Web communs.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-------------------</maml:title>
<dev:code>C:\PS>Get- SPServiceHostConfig</dev:code><dev:remarks><maml:para>Cet exemple affiche les paramètres de service Web.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPServiceHostConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPServiceHostConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Grant-SPBusinessDataCatalogMetadataObject</command:name><maml:description><maml:para>Octroie un droit à un utilisateur principal pour l'objet de métadonnée du magasin Connexion de données métiers spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Grant</command:verb><command:noun>SPBusinessDataCatalogMetadataObject</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Grant-SPBusinessDataCatalogMetadataObject</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">MetadataObject</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Principal</maml:name><command:parameterValue required="True">SPClaim</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Right</maml:name><command:parameterValue required="True">Execute | Edit | SetPermissions | SelectableInClients</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SettingId</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'objet de métadonnée du magasin Connexion de données métiers contenant le principal.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">MetadataObject</command:parameterValue><dev:type><maml:name>MetadataObject</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Principal</maml:name><maml:description><maml:para>Spécifie le principal auquel les droits s'appliquent.</maml:para><maml:para /><maml:para>Le type doit être une déclaration.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaim</command:parameterValue><dev:type><maml:name>SPClaim</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Right</maml:name><maml:description><maml:para>Spécifie le droit à octroyer au principal.</maml:para><maml:para /><maml:para>Le type doit être un des types d'objets PSBdcRight valides suivants : All, Execute, Edit, SetPermissions ou SelectableInClients.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Execute | Edit | SetPermissions | SelectableInClients</command:parameterValue><dev:type><maml:name>Execute | Edit | SetPermissions | SelectableInClients</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SettingId</maml:name><maml:description><maml:para>Spécifie le secteur de modèle pour lequel octroyer le droit.</maml:para><maml:para /><maml:para>Le type doit être une chaîne valide qui identifie un secteur du modèle, par exemple ModelSlice1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Grant-SPBusinessDataCatalogMetadataObject octroie le droit à un utilisateur principal spécifié pour un objet de métadonnée du magasin Connexion de données métiers. Cette applet de commande vérifie que le paramètre Identity est un objet IndividuallySecurableMetadata valide.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$claimJohn = New-SPClaimObject -User "CONTOSO\johndoe" -Type windowssamaccountname
$Model = Get-SPBusinessDataCatalogMetadataObject -BdcObjectType "Model" -ServiceContext http://contoso -Name "ContosoModel"
Grant-SPBusinessDataCatalogMetadataObject -Identity $Model -Principal $claimJohn -Right Edit</dev:code><dev:remarks><maml:para>Cet exemple donne les autorisations Edit à l'utilisateur avec l'identité johndoe sur le domaine CONTOSO pour l'objet de métadonnée de modèle appelé ContosoModel.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Revoke-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Grant-SPBusinessDataCatalogMetadataObject</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Enable-SPFeature</command:name><maml:description><maml:para>Active une fonctionnalité SharePoint installée au moment défini.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Enable</command:verb><command:noun>SPFeature</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Enable-SPFeature</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PassThru</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Url</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom de la fonctionnalité ou le GUID à désinstaller.</maml:para><maml:para /><maml:para>Le type doit être le nom du dossier de la fonctionnalité situé dans le dossier 14\Template\Features ou le GUID au format 21d186e1-7036-4092-a825-0eb6709e9281.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue><dev:type><maml:name>SPFeatureDefinitionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Force l'activation de la fonctionnalité. Ceci entraîne la réexécution du code personnalisé associé à la fonctionnalité.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PassThru</maml:name><maml:description><maml:para>Si ce paramètre est spécifié, l'applet de commande renvoie l'objet FeatureDefinition après son activation.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Url</maml:name><maml:description><maml:para>Spécifie l'URL de l'application Web, de la collection de sites ou du site Web pour lequel la fonctionnalité est activée.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, par exemple http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Enable-SPFeature active une fonctionnalité installée au moment défini. S'il s'agit d'une fonctionnalité de batterie de serveurs, aucune URL n'est nécessaire. Sinon, spécifiez l'URL à laquelle la fonctionnalité doit être activée ; celle-ci sera activée au moment défini d'après sa définition.</maml:para><maml:para /><maml:para>Cette applet de commande ne renvoie pas de résultat sauf si le paramètre PassThru est spécifié. Dans ce cas, l'objet SPFeatureDefinition du nouveau composant logiciel activé est renvoyé.</maml:para><maml:para /><maml:para>Si vous tentez d'utiliser le paramètre Url sur un composant logiciel à l'échelle de la batterie, vous recevez le message d'erreur suivant : </maml:para><maml:para /><maml:para>Le composant logiciel &lt;nom composant logiciel&gt; s'applique à toute la batterie ; le paramètre Url ne peut pas être utilisé avec des composants logiciels à l'échelle de la batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Enable-SPFeature -identity "MyCustom" -URL http://somesite</dev:code><dev:remarks><maml:para>Cet exemple active la fonctionnalité SharePoint dont l'étendue est un site "MyCustom" sur http://somesite.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>$w = Get-SPWeb http://somesite/myweb | ForEach{ $_.URL }

C:\PS>Get-SPFeature -Web $w |%{ Enable-SPFeature -Identity $_ -URL $w}</dev:code><dev:remarks><maml:para>Cet exemple active toutes les fonctionnalités SharePoint dans le sous-site à l'adresse http://somesite/myweb.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Disable-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPFeature</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Enable-SPFeature</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPWeb</command:name><maml:description><maml:para>Renvoie tous les sous-sites correspondant aux critères donnés.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPWeb</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPWeb</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Filter</maml:name><command:parameterValue required="True">ScriptBlock</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Regex</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Site</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom ou l'URL complète ou partielle du sous-site. Si vous utilisez un chemin d'accès relatif, vous devez spécifier le paramètre Site.</maml:para><maml:para /><maml:para>URL valide au format http://server_name ou chemin d'accès relatif au format /SubSites/MySubSite.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebPipeBind</command:parameterValue><dev:type><maml:name>SPWebPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Filter</maml:name><maml:description><maml:para>Spécifie le filtre côté serveur à utiliser pour l'étendue spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un filtre valide au format {filterName &lt;operator&gt; "filterValue"}.</maml:para><maml:para /></maml:description><command:parameterValue required="True">ScriptBlock</command:parameterValue><dev:type><maml:name>ScriptBlock</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Limit</maml:name><maml:description><maml:para>Limite le nombre maximal de sous-sites à renvoyer. La valeur par défaut est 200. Pour renvoyer tous les sites, entrez TOUS.</maml:para><maml:para /><maml:para>Le type doit être un nombre valide supérieur à 0 ou TOUS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Regex</maml:name><maml:description><maml:para>Spécifie si l'URL fournie par le paramètre Identity est traitée comme une expression régulière.

.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Site</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID de la collection de sites à partir de laquelle répertorier les sous-sites.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, un GUID au format 1234-5678-9807 ou un objet SPSite.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPWeb renvoie tous les sous-sites qui correspondent à l'étendue donnée par le paramètre Identity. Tous les sous-sites répondant à ces critères sont renvoyés.</maml:para><maml:para /><maml:para>Le paramètre Identity peut être l'URL complète ou un chemin d'accès relatif. Si vous spécifiez un chemin d'accès relatif, vous devez également spécifier le paramètre Site afin d'identifier la collection de sites à partir de laquelle le sous-site est renvoyé.
</maml:para><maml:para />
<maml:para>Le paramètre Identity prend également en charge la spécification d'une URL partielle qui se termine par un caractère générique (*). Tous les sous-sites qui correspondent à cette URL partielle pour l'étendue spécifiée sont renvoyés. De plus, si le paramètre Regex est spécifié, le paramètre Identity est traité comme une expression régulière, et chaque sous-site Web dont l'URL fait partie de l'étendue donnée et correspond à l'expression est renvoyé.</maml:para><maml:para /><maml:para>Le paramètre Filter est un filtre côté serveur pour certaines propriétés de sous-site stockées dans la base de données de contenu. Sans le paramètre Filter, le filtrage sur ces propriétés est lent. Ces propriétés de sous-site sont Template et Title. Le paramètre Filter est un bloc de script qui utilise la même syntaxe qu'une instruction Where-Object, mais qui s'exécute côté serveur pour des résultats plus rapides.</maml:para><maml:para /><maml:para>Il est important de noter que chaque collection de sites renvoyée par l'applet de commande Get-SPWeb est automatiquement éliminée au terme du pipeline. Pour stocker les résultats de l'applet de commande Get-SPWeb dans une variable locale, utilisez les applets de commande Start-SPAssignment et Stop-SPAssignment afin d'éviter les fuites de mémoire.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Get-SPWeb -site http://sitename/sites/site1</dev:code><dev:remarks><maml:para>Cet exemple renvoie tous les sous-sites Web d'une collection de sites donnée.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Get-SPWeb -filter {$_.Template -eq "STS#0"}</dev:code><dev:remarks><maml:para>Cet exemple affiche tous les sous-sites qu'utilise le modèle "STS#0".</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3-----------------------</maml:title>
<dev:code>C:\PS>Start-SPAssignment -Global

C:\PS>$w = Get-SPWeb http://sitename

C:\PS>$w.set_SiteLogoUrl("http://PathToImage/test.jpg")

C:\PS>$w.Update()

C:\PS>Stop-SPAssignment -Global</dev:code><dev:remarks><maml:para>Cet exemple montre comment enregistrer un sous-site comme variable et comment appeler des méthodes de modèle d'objet sur l'objet SPAssignment.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SPWeb</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPWeb</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Upgrade-SPContentDatabase</command:name><maml:description><maml:para>Met à niveau une base de données de contenu.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Upgrade</command:verb><command:noun>SPContentDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Upgrade-SPContentDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="2"><maml:name>ForceDeleteLock</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServerInstance</maml:name><command:parameterValue required="True">SPDatabaseServiceInstancePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UpdateUserExperience</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Upgrade-SPContentDatabase</maml:name><command:parameter required="False" position="2"><maml:name>ForceDeleteLock</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServerInstance</maml:name><command:parameterValue required="True">SPDatabaseServiceInstancePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UpdateUserExperience</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la base de données de contenu à mettre à niveau.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh ou une instance d'un objet SPContentDatabase valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>ForceDeleteLock</maml:name><maml:description><maml:para>Oblige la suppression des verrous sur la base de données avant de démarrer la mise à niveau.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom de la base de données de contenu associée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'application Web hébergeant la base de données de contenu associée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServerInstance</maml:name><maml:description><maml:para>L'instance SQL Server hébergeant la base de données de contenu associée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPDatabaseServiceInstancePipeBind</command:parameterValue><dev:type><maml:name>SPDatabaseServiceInstancePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UpdateUserExperience</maml:name><maml:description><maml:para>Détermine si les bases de données de contenu doivent adopter l'interface utilisateur la plus récente. Par défaut, l'interface utilisateur restera la même pendant la mise à niveau.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Upgrade-SPContentDatabase met à niveau une base de données de contenu SharePoint. Lorsque l'applet de commande Upgrade-SPContentDatabase est exécutée, une mise à niveau d'une base de données de contenu existante associée à la batterie est initiée. Cette applet de commande commence une nouvelle session de mise à niveau, qui peut être utilisée soit pour reprendre une mise à niveau version-à-version ou build-à-build échouée d'une base de données de contenu ou pour commencer une mise à niveau build-à-build d'une base de données de contenu.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------------EXEMPLE------------------------------ </maml:title>
<dev:code>C:\PS>$contentdb = Get-SPContentDatabase | Where-Object {$_.Name -match "SQLSERVER1\WSS_Content"}

C:\PS>Upgrade-SPContentDatabase -Identity $contentdb</dev:code><dev:remarks><maml:para>Cet exemple sélectionne une base de données de contenu spécifique actuellement associée à la batterie, puis lance une session de mise à niveau. Ce processus continue jusqu'à la fin de la mise à niveau et peut prendre un certain temps, en fonction du nombre de changements à apporter pendant la mise à niveau.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Dismount-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Mount-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink>Initialize-SPContentDatabase</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Upgrade-SPContentDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPBusinessDataCatalogMetadataObject</command:name><maml:description><maml:para>Renvoie un objet de métadonnée du magasin de métadonnées Connexion de données métiers.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPBusinessDataCatalogMetadataObject</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPBusinessDataCatalogMetadataObject</maml:name><command:parameter required="True" position="Named"><maml:name>BdcObjectType</maml:name><command:parameterValue required="True">Catalog | Model | LobSystem | LobSystemInstance | Entity</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ServiceContext</maml:name><command:parameterValue required="True">SPServiceContextPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ContainingLobSystem</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Namespace</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>BdcObjectType</maml:name><maml:description><maml:para>Spécifie le type de l'objet de métadonnées à renvoyer.</maml:para><maml:para /><maml:para>Le type doit être un des types d'objet de métadonnées valides suivants : BdcCatalog, Model, LobSystem, LobSystemInstance ou Entity.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Catalog | Model | LobSystem | LobSystemInstance | Entity</command:parameterValue><dev:type><maml:name>Catalog | Model | LobSystem | LobSystemInstance | Entity</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceContext</maml:name><maml:description><maml:para>Spécifie le contexte de service de l'objet de métadonnées Magasin de métadonnées Connexion de données métiers à renvoyer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceContextPipeBind</command:parameterValue><dev:type><maml:name>SPServiceContextPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom de l'objet de métadonnées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Namespace</maml:name><maml:description><maml:para>Spécifie l'espace de noms de l'objet de métadonnées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPBusinessDataCatalogMetadataObject lit un objet de métadonnée du magasin de métadonnées Connexion de données métiers d'une application de service Connexion de données métiers. La sortie de cette applet de commande peut être une série d'objets. Par exemple, vous pouvez spécifier un caractère générique (*) pour que le paramètre BdcObjectType renvoie tous les objets de métadonnées sauf Catalog et LobSystemInstance.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$Model = Get-SPBusinessDataCatalogMetadataObject -BdcObjectType "Model" -Name "ContosoModel" -ServiceConext http://contoso</dev:code><dev:remarks><maml:para>Cet exemple obtient un objet de métadonnées du type Model nommé ContosoModel à partir du Magasin de métadonnées Connexion de données métiers sur le site donné.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Grant-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Revoke-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPBusinessDataCatalogMetadataObject</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Add-SPClaimTypeMapping</command:name><maml:description><maml:para>Ajoute un mappage de revendications à un fournisseur d'identité approuvé du service d'émission de jeton de sécurité (STS).</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SPClaimTypeMapping</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Add-SPClaimTypeMapping</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPClaimMappingPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>TrustedIdentityTokenIssuer</maml:name><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le service de jeton de sécurité pour la batterie qui émettra le jeton de sécurité pour le fournisseur d'identité.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de règle de mappage des revendications valide (par exemple ClaimMap1) ou une instance d'un objet SPClaimMapping valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimMappingPipeBind</command:parameterValue><dev:type><maml:name>SPClaimMappingPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>TrustedIdentityTokenIssuer</maml:name><maml:description><maml:para>Spécifie l'émetteur de jeton approuvé de la batterie (fournisseur d'authentification STS).</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur d'authentification valide (par exemple, MyIDprovider1) ou une instance d'un objet SPTrustedIdentityTokenIssuer valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedIdentityTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Écrase la règle de mappage de revendications si elle existe.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name /><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Add-SPClaimTypeMapping ajoute une règle de mappage de type de revendication à un fournisseur d'identité STS approuvé d'un fournisseur d'authentification STS approuvé de batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPTrustedIdentityProvider -Name "LiveIDSTS" | Add-SPClaimTypeMapping -IncomingClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier" -IncomingClaimTypeDisplayName "PUID" -LocalClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/thumbprint"</dev:code><dev:remarks><maml:para>Cet exemple ajoute un mappage de revendications à un émetteur de jetons d'identité approuvé.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPClaimTypeMapping</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPClaimTypeMapping</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Add-SPClaimTypeMapping</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Publish-SPServiceApplication</command:name><maml:description><maml:para>Partage l'application de service local spécifiée en dehors de la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Publish</command:verb><command:noun>SPServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Publish-SPServiceApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Description</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>InfoLink</maml:name><command:parameterValue required="True">Uri</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'application de service à partager en dehors de la batterie de serveurs.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Description</maml:name><maml:description><maml:para>Décrit l'application de service à partager en dehors de la batterie de serveurs. Si aucune valeur n'est spécifiée, la valeur est laissée vide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>InfoLink</maml:name><maml:description><maml:para>Indique le lien vers davantage d'informations concernant l'application de service à partager en dehors de la batterie de serveurs. Si aucun lien n'est spécifié, aucun lien n'est mis à disposition.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name/nom_site/nom_page.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Uri</command:parameterValue><dev:type><maml:name>Uri</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Publish-SPServiceApplication publie l'application de service local, spécifiée par le paramètre Identity, en dehors de la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Publish-SPServiceApplication 053c34be-d251-488c-8e94-644eae94da26 -Description "Connect to this TestServiceApplcation of you want to use FeatureA in your farm" -InfoLink http://testurl 
</dev:code><dev:remarks><maml:para>Cet exemple publie une application de service sur une autre batterie de serveurs.</maml:para><maml:para /><maml:para>Le GUID de l'application de service est unique pour chaque batterie de serveurs. Vous pouvez exécuter l'applet de commande Get-SPServiceApplication pour voir le GUID des applications de service, puis utiliser le résultat provenant de l'applet de commande Get-SPServiceApplication pour d'autres applets de commande SPServiceApplication, par exemple Grant-SPServiceApplication.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Grant-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Publish-SPServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPSiteSubscriptionConfig</command:name><maml:description>
<maml:para>Renvoie les propriétés de configuration d'un abonnement au site.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPSiteSubscriptionConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPSiteSubscriptionConfig</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la configuration d'abonnement au site à récupérer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un SPSite (objet ou URL) d'une collection de sites membre de l'abonnement au site, ou une instance d'un objet SiteSubscription valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPSiteSubscriptionConfig renvoie les propriétés de configuration d'un abonnement au site.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------EXEMPLE---------------</maml:title>
<dev:code>C:\PS>Get-SPSiteSubscriptionConfig http://contoso.com | Select FeatureSet</dev:code><dev:remarks><maml:para>Cet exemple récupère l'ID du jeu de fonctions pour l'abonnement au site qui contient le site Web http://contoso.com.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPSiteSubscriptionConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Grant-SPServiceApplication</command:name><maml:description><maml:para>Donne à un compte utilisateur l'accès à une application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Grant</command:verb><command:noun>SPServiceApplication</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'application de service à laquelle donner accès.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>UserPrincipal</maml:name><maml:description><maml:para>Spécifie l'identité à laquelle donner accès à l'application de service.</maml:para><maml:para /><maml:para>Le type doit être un nom d'utilisateur principal valide, au format DOMAINE\utilisateur, ou une réclamation, au format CA:NTLM:Identité-nomutilisateur:domaine\utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Rights</maml:name><maml:description><maml:para>Spécifie les droits à octroyer à l'utilisateur. Par défaut, le droit suivant existe - « full » pour les types admin et access. Les applications de service peuvent définir leurs propres droits.</maml:para><maml:para /><maml:para>Le type doit être un tableau de chaînes contenant des entrées de droits utilisateurs valides.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Type</maml:name><maml:description><maml:para>Spécifie si l'utilisateur principal se voit octroyer des droits d'administrateur ou des droits d'accès.</maml:para><maml:para /><maml:para>Admin ou Access.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Grant-SPServiceApplication donne aux comptes utilisateurs spécifiés le niveau d'accès spécifié à l'application de service spécifiée avec les autorisations spécifiées.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE---------------------</maml:title>
<dev:code>C:\PS>Grant-SPServiceApplication 053c34be-d251-488c-8e94-644eae94da26 -UserPrincipal testdomin\tester1 -Rights Full Control -Type Admin</dev:code><dev:remarks><maml:para>Cet exemple octroie un accès administratif Full Control à l'utilisateur principal donné pour l'application de service sélectionnée.</maml:para><maml:para /><maml:para>Le GUID d'application de service est unique pour chaque batterie. Vous pouvez exécuter les applets de commande Get-SPServiceApplication pour voir le GUID des applications de service, puis utiliser le résultat de l'applet de commande Get-SPServiceApplication pour les autres applets de commande SPServiceApplication ; par exemple, Grant-SPServiceApplication ou Publish-SPServiceApplication.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Publish-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Revoke-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Grant-SPServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPCustomLayoutsPage</command:name><maml:description><maml:para>Renvoie un mappage vers une mise en page personnalisée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPCustomLayoutsPage</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPCustomLayoutsPage</maml:name><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">None | AccessDenied | Confirmation | Error | Login | RequestAccess | Signout | WebDeleted</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'application Web SharePoint contenant la mise en page personnalisée.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://server_name, un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MonAppOffice) ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la mise en page personnalisée à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un des suivants : None, AccessDenied, Confirmation, Error, Login, RequestAccess, Signout ou WebDeleted.</maml:para><maml:para /></maml:description><command:parameterValue required="True">None | AccessDenied | Confirmation | Error | Login | RequestAccess | Signout | WebDeleted</command:parameterValue><dev:type><maml:name>None | AccessDenied | Confirmation | Error | Login | RequestAccess | Signout | WebDeleted</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPCustomLayoutsPagecmdlet renvoie un mappage vers une mise en page personnalisée dans une application Web. Si le paramètre Identity n'est pas spécifié, cet applet de commande renvoie la collection de mappages pour toutes les mises en page personnalisées.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Get-SPCustomLayoutsPage -Identity "_layouts/accessdenied.aspx" -WebApplication "http://server_name/mywebapp"</dev:code><dev:remarks><maml:para>Cet exemple renvoie le mappage de la mise en page AccessDenied dans l'application Web.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPCustomLayoutsPage</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPWebPartPack</command:name><maml:description><maml:para>Renvoie les packages de composants WebPart qui ont été installés pour l'étendue spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPWebPartPack</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPWebPartPack</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>GlobalOnly</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom complet ou partiel
du package de composants WebPart à partir de la base de données de configuration.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de package de composants WebPart, par exemple, MonPackageComposantWebPart.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>GlobalOnly</maml:name><maml:description><maml:para>Renvoie uniquement les packages de composants WebPart installés dans le GAC.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'application Web à partir de laquelle répertorier les packages de composants WebPart. Si aucune application Web n'est spécifiée, les packages de composants WebPart spécifiés sont renvoyés à partir de toutes les applications Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPWebPartPack renvoie les packages de composants WebPart installés qui correspondent au paramètre Identity. L'étendue des résultats peut être affinée grâce au paramètre facultatif WebApplication. L'étendue ne comprend pas les packages de composants WebPart installés dans le GAC (Global Assembly Cache) sauf si le paramètre GlobalOnly est utilisé. Dans ce cas, seuls les packages de composants WebPart installés dans le GAC sont renvoyés.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPWebPartPack -WebApplication http://zsharepoint2:80</dev:code><dev:remarks><maml:para>Cet exemple renvoie tous les packages de composants WebPart ayant été installés sur l'application Web sur le port 80 de la batterie locale.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Install-SPWebPartPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPWebPartPack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPWebPartPack</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPSubscriptionSettingsServiceApplication</command:name><maml:description><maml:para>Crée une nouvelle application du service des paramètres d'abonnement.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPSubscriptionSettingsServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPSubscriptionSettingsServiceApplication</maml:name><command:parameter required="True" position="Named"><maml:name>ApplicationPool</maml:name><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ApplicationPool</maml:name><maml:description><maml:para>Spécifie le pool d'applications IIS à utiliser pour la nouvelle application de paramètres d'abonnement.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de pool d'applications valide (par exemple, AppPoolName1) ou une instance d'un objet IISWebServiceApplicationPool valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue><dev:type><maml:name>SPIisWebServiceApplicationPoolPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseCredentials</maml:name><maml:description><maml:para>Spécifie l'objet PSCredential qui contient le nom d'utilisateur et le mot de passe à utiliser pour l'authentification SQL Server de la base de données.</maml:para><maml:para /><maml:para>Le type doit être un objet PSCredential valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseName</maml:name><maml:description><maml:para>Spécifie le nom de la base de données des paramètres d'abonnement.</maml:para><maml:para /><maml:para>Si ce paramètre n'est pas spécifié, un nom est alors généré.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de base de données SQL Server, par exemple SubscriptionSettingsApp1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Spécifie le nom de l'interface SQL Server hôte de la base de données spécifiée dans le paramètre DatabaseName. S'il n'est pas spécifié, c'est le serveur de bases de données par défaut qui est utilisé. </maml:para><maml:para /><maml:para>Le type doit être un nom d'instance SQL Server valide, par exemple SQLServerHost1.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de base de données SQL Server, par exemple SubscriptionSettingsApp1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><maml:description><maml:para>Spécifie le nom de l'instance SQL Server hôte pour le serveur de bases de données de basculement.</maml:para><maml:para /><maml:para>Le type doit être un nom d'instance SQL Server valide, par exemple SQLServerHost1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom convivial du nouveau service des paramètres d'abonnement.</maml:para><maml:para /><maml:para>Le type doit être un nom valide d'application du service des paramètres d'abonnement, par exemple SubscriptionSettingsApp1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande New-SPSubscriptionSettingsServiceApplication pour créer une application du service des paramètres d'abonnement pouvant servir à stocker des paramètres partagés entre toutes les collections de sites d'un abonnement à un site unique. Cette applet de commande s'utilise uniquement dans un environnement où les abonnements à des sites permettent de déléguer l'administration ou de partitionner les services servant au stockage des paramètres partagés entre toutes les collections de sites d'un abonnement à un site unique. Cette applet de commande est utilisée uniquement dans un environnement où les abonnements à des sites permettent de déléguer l'administration ou de partitionner les services.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------EXEMPLE--------------- </maml:title>
<dev:code>C:\PS>$AppPool = New-SPIisWebServiceApplicationPool -Name SettingsServiceAppPool -Account (Get-SPManagedAccount DOMAIN\jdoe)

C:\PS>$App = New-SPSubscriptionSettingsServiceApplication -ApplicationPool $appPool -Name SettingsServiceApp -DatabaseName SettingsServiceDB

C:\PS>$proxy = New-SPSubscriptionSettingsServiceApplicationProxy -ServiceApplication $App

C:\PS>Get-SPServiceInstance | where{$_.TypeName -eq "Windows SharePoint Services Subscription Settings Service"} | Start-SPServiceInstance</dev:code><dev:remarks><maml:para>Cet exemple crée un pool d'applications, une nouvelle application du service des paramètres d'abonnement, un proxy d'application du service des paramètres d'abonnement, et démarre l'instance du service sur l'ordinateur local. Cet exemple suppose qu'un compte géré existe déjà pour DOMAIN\jdoe.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPSubscriptionSettingsServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSubscriptionSettingsServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPSubscriptionSettingsServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPSiteAdministration</command:name><maml:description><maml:para>Renvoie un objet d'administration de site qui permet aux administrateurs de batteries de serveurs d'afficher certaines informations sur des collections de sites auxquelles ils n'ont pas accès.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPSiteAdministration</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPSiteAdministration</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Filter</maml:name><command:parameterValue required="True">ScriptBlock</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPSiteAdministration</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteAdministrationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Filter</maml:name><command:parameterValue required="True">ScriptBlock</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Regex</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPSiteAdministration</maml:name><command:parameter required="True" position="Named"><maml:name>ContentDatabase</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Filter</maml:name><command:parameterValue required="True">ScriptBlock</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPSiteAdministration</maml:name><command:parameter required="True" position="Named"><maml:name>SiteSubscription</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Filter</maml:name><command:parameterValue required="True">ScriptBlock</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'URL (complète ou partielle) ou le GUID de la collection de sites à récupérer.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, ou un GUID au format 1234-456-987fg.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteAdministrationPipeBind</command:parameterValue><dev:type><maml:name>SPSiteAdministrationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ContentDatabase</maml:name><maml:description><maml:para>Spécifie l'URL (complète ou partielle) ou le GUID de la collection de sites à récupérer.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, ou un GUID au format 1234-456-987fg.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>SiteSubscription</maml:name><maml:description><maml:para>Spécifie le groupe de sites à partir duquel obtenir les collections de sites.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un site SharePoint (objet ou URL) d'une collection de sites membre de l'abonnement au site ou une instance d'un objet SiteSubscription valide.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Filter</maml:name><maml:description><maml:para>Spécifie le bloc de script du filtre côté serveur à appliquer.</maml:para><maml:para /><maml:para>Le type doit être un nom de filtre valide et une valeur au format { $_ PropertyName &lt;operator &gt; "filterValue"}}.</maml:para><maml:para /></maml:description><command:parameterValue required="True">ScriptBlock</command:parameterValue><dev:type><maml:name>ScriptBlock</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Limit</maml:name><maml:description><maml:para>Limite le nombre maximal de collections de sites à renvoyer. La valeur par défaut est 200.</maml:para><maml:para /><maml:para>Le type doit être un nombre non négatif valide. Choisissez TOUS pour renvoyer toutes les collections de sites pour l'étendue donnée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Regex</maml:name><maml:description><maml:para>Lorsque ce commutateur est activé, l'URL spécifiée pour le paramètre Identity est traitée comme une expression régulière.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'URL, le GUID ou le nom de l'application Web à partir de laquelle répertorier les sites.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, un GUID valide (par exemple, 12345678-90ab-cdef-1234-567890bcdefgh) ou le nom de l'application Web (par exemple, WebApplication1212).</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPSiteAdminitration renvoie un objet d'administration de site qui permet aux administrateurs de batteries de serveurs d'afficher certaines informations sur des collections de sites auxquelles ils n'ont pas accès.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>Get-SPSiteAdministration | Select -Property Url, OwnerLoginName, @{Name="Storage";Expression={$_.Quota.StorageMaximumLevel}}</dev:code><dev:remarks><maml:para>Cet exemple obtient un sous-ensemble de données de tous les sites de la base de données de contenu avec l'URL b399a366-d899-4cff-8a9b-8c0594ee755f (l'administrateur de la batterie de serveurs ne nécessite pas l'accès). Cette commande utilise la propriété calculée Storage pour afficher la valeur maximale de stockage de la base de données de contenu.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>Start-SPAssignment -Global
$s = Get-SPSiteAdministration -Identity http://MyApp/Sites/Site1
$s.Url
Stop-SPAssignment -Global</dev:code><dev:remarks><maml:para>Cet exemple obtient les collections de sites spécifiées par le paramètre Identity et insère les résultats dans la variable s. Cet exemple utilise la méthode Global de nettoyage de la mémoire. Cette méthode est plus facile à utiliser mais grossit rapidement. N'exécutez pas une commande Get-SPSite qui renvoie de nombreux résultats alors que l'affectation globale est activée.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3------------------</maml:title>
<dev:code>C:\PS>$GC = Start-SPAssignment
$Sites = $GC | Get-SPSiteAdministration -Filter {$_.Owner -eq "DOMAIN\JDoe"} -Limit 50
Stop-SPAssignment $GC</dev:code><dev:remarks><maml:para>Cet exemple obtient les 50 premiers sites détenus par l'utilisateur DOMAIN\JDoe via une requête côté serveur et affecte les sites renvoyés à une variable locale. Cette commande utilise des méthodes avancées d'affectation de collection.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 4------------------</maml:title>
<dev:code>C:\PS>Get-SPWebApplication http://sitename | Get-SPSiteAdministration -Limit All |ForEach-Object {$sum=0}{ $sum+=$_.DiskUsed }{$sum}</dev:code><dev:remarks><maml:para>Cette commande renvoie la somme de l'utilisation de l'espace disque de tous les sites de l'application Web spécifiée.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 5------------------</maml:title>
<dev:code>C:\PS>Get-SPWebApplication http://sitename | Get-SPSiteAdministration -Limit ALL | Select URL</dev:code><dev:remarks><maml:para>Cet exemple obtient les URL de toutes les collections de sites d'une application Web.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 6------------------</maml:title>
<dev:code>C:\PS>Get-SPSiteAdministration -identity "http://localserver/(my|personal)/sites" -Regex</dev:code><dev:remarks><maml:para>Cet exemple renvoie tous les sites qui correspondent à l'expression régulière donnée. Les guillemets qui encadrent la valeur spécifiée pour le paramètre Identity sont requis si vous utilisez l'indicateur Regex.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 7------------------</maml:title>
<dev:code>C:\PS>Get-SPSite "http://sitename/sites/teams/*" -Limit 100</dev:code><dev:remarks><maml:para>Cet exemple obtient jusqu'à 100 sites sous l'URL http://sitename/sites/teams.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPSiteAdministration</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPSiteAdministration</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Install-SPFeature</command:name><maml:description><maml:para>Installe un composant fonctionnel SharePoint à l'aide d'un fichier Feature.xml.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Install</command:verb><command:noun>SPFeature</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Install-SPFeature</maml:name><command:parameter required="True" position="1"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Install-SPFeature</maml:name><command:parameter required="True" position="Named"><maml:name>AllExistingFeatures</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SolutionId</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Install-SPFeature</maml:name><command:parameter required="True" position="Named"><maml:name>ScanForFeatures</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SolutionId</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Path</maml:name><maml:description><maml:para>Spécifie un chemin d'accès de fichier valide, par exemple, MonComposantFonctionnel.</maml:para><maml:para /><maml:para>Le chemin d'accès au composant fonctionnel doit être un chemin d'accès littéral au répertoire 14\Template\Features.Il peut être constitué de tout caractère standard pris en charge par le système Windows pour un nom de fichier. Le nom de fichier feature.xml est supposé et il est inutile de le fournir.</maml:para><maml:para /><maml:para>Si le fichier de la fonctionnalité est introuvable sur le disque, le message d'erreur suivant est affiché : « Le fichier XML est introuvable à l'emplacement « 14\Template\Features\ &lt;chemin d'accès au fichier&gt; » ».</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AllExistingFeatures</maml:name><maml:description><maml:para>Recherche les composants fonctionnels existants, mais non enregistrés, puis les enregistre auprès de la batterie.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ScanForFeatures</maml:name><maml:description><maml:para>Analyse et affiche un composant fonctionnel. Le paramètre ScanForFeatures n'installe aucun composant fonctionnel.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Force l'installation d'un composant fonctionnel déjà installé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SolutionId</maml:name><maml:description><maml:para>Spécifie l'identifiant de solution des composants fonctionnels. Si le paramètre SolutionId n'est pas spécifié, tous les identifiants de solution sont analysés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Install-SPFeature installe un objet SPFeature spécifique en fournissant dans le paramètre Identity le chemin d'accès relatif au composant à partir du dossier "$env:ProgramFiles\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\. Les fichiers du composant SharePoint doivent déjà se trouver dans le répertoire correct, soit par le biais d'une opération manuelle, soit par le biais d'un programme d'installation de solution.</maml:para><maml:para /><maml:para>Si le paramètre AllExistingFeatures est fourni, le système de fichiers est analysé et tous les nouveaux composants fonctionnels sont installés. Cette opération a généralement lieu dans le cadre d'un déploiement ou d'une mise à niveau seulement.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Install-SPFeature -path "MyCustomFeature"</dev:code><dev:remarks><maml:para>Cet exemple installe un nouveau composant fonctionnel au chemin $env:ProgramFiles\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\MyCustomFeature/feature.xml.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Install-SPFeature -AllExistingFeatures -Whatif</dev:code><dev:remarks><maml:para>Cet exemple affiche les composants fonctionnels non enregistrés, disponibles sur le système de fichiers, qui sont installés si cette commande est exécutée sans le paramètre WhatIf. Cette opération est couramment utilisée suite à un processus de mise à niveau.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPFeature</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Install-SPFeature</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPUser</command:name><maml:description><maml:para>Configure les propriétés d'utilisateur existant.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPUser</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPUser</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUserPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AddPermissionLevel</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ClearPermissions</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DisplayName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Email</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Group</maml:name><command:parameterValue required="True">SPGroupPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>IsSiteCollectionAdmin</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MobileNumber</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PassThru</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>RemovePermissionLevel</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SyncFromAD</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Web</maml:name><command:parameterValue required="True">SPWebPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID, le nom de connexion ou l'objet
SPUser
de l'utilisateur à renvoyer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide de l'utilisateur, au format 1234-5678-9876-0987.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserPipeBind</command:parameterValue><dev:type><maml:name>SPUserPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>AddPermissionLevel</maml:name><maml:description><maml:para>Spécifie le niveau d'autorisation à ajouter à l'utilisateur.</maml:para><maml:para /><maml:para>Le type doit être l'un des suivants : </maml:para><maml:para /><maml:para>-- Contribute - peut consulter, ajouter, mettre à jour et supprimer les éléments de liste et les documents.</maml:para><maml:para /><maml:para>-- Design  - peut consulter, ajouter, mettre à jour, supprimer, approuver et personnaliser les documents.</maml:para><maml:para /><maml:para>-- Full Control  - possède un contrôle total sur tous les documents.</maml:para><maml:para /><maml:para>-- Limited Access - peut consulter des listes spécifiques, des bibliothèques de documents, des éléments de liste, des dossiers ou des documents avec les autorisations correspondantes.</maml:para><maml:para /><maml:para>-- Read - peut consulter les pages et les éléments de liste, et télécharger les documents.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ClearPermissions</maml:name><maml:description><maml:para>Annule toutes les autorisations données à l'utilisateur. Si les valeurs Clear et Add sont données, les autorisations sont d'abord annulées, puis les nouvelles autorisations sont données.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DisplayName</maml:name><maml:description><maml:para>Spécifie le nouveau nom complet de l'utilisateur.</maml:para><maml:para /><maml:para>Le type doit être un nom valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Email</maml:name><maml:description><maml:para>Spécifie la nouvelle adresse de messagerie de l'utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Group</maml:name><maml:description><maml:para>Ajoute l'utilisateur au groupe nommé spécifié du site donné.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPGroupPipeBind</command:parameterValue><dev:type><maml:name>SPGroupPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>IsSiteCollectionAdmin</maml:name><maml:description><maml:para>Spécifie si l'utilisateur est défini comme administrateur de collection de sites.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>MobileNumber</maml:name><maml:description><maml:para>Définit le nouveau numéro de téléphone mobile de l'utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PassThru</maml:name><maml:description><maml:para>S'il n'est pas fourni, indique que cette applet de commande n'a aucune sortie. S'il est fourni, ce paramètre indique que l'objet SPUser de cet utilisateur doit être renvoyé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>RemovePermissionLevel</maml:name><maml:description><maml:para>Supprime le niveau d'autorisation de l'utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SyncFromAD</maml:name><maml:description><maml:para>S'il est fourni, spécifie que les informations utilisateur sont synchronisées à partir du magasin d'annuaires.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Web</maml:name><maml:description><maml:para>Spécifie le nom de l'URL ou du GUID à utiliser en tant qu'étendue. Ce paramètre n'est pas nécessaire si l'objet SPUser est fourni en tant qu'identité.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://server_name, ou un GUID, au format 1234-5678-9807.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebPipeBind</command:parameterValue><dev:type><maml:name>SPWebPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPUser configure les propriétés d'un utilisateur existant.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPUser -Identity 'Contoso\jdoe' -Web http://test -AddPermissionLevel "Contributor"</dev:code><dev:remarks><maml:para>Cet exemple définit un utilisateur (Contoso\jdoe) comme contributeur sur http://test.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Move-SPUser</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPUser</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPContentDatabase</command:name><maml:description><maml:para>Renvoie une ou plusieurs bases de données de contenu.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPContentDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPContentDatabase</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPContentDatabase</maml:name><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPContentDatabase</maml:name><command:parameter required="True" position="Named"><maml:name>Site</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPContentDatabase</maml:name><command:parameter required="True" position="Named"><maml:name>ConnectAsUnattachedDatabase</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie une base de données de contenu spécifique à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de base de données de contenu SharePoint valide (par exemple, BDContenuSP1) ou une instance d'un objet SPContentDatabase valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Site</maml:name><maml:description><maml:para>Renvoie la base de données de contenu pour la collection de sites spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide, au format http://server_name, ou une instance d'un objet SPSite valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Renvoie les bases de données de contenu pour l'application Web spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MonAppOffice1) ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ConnectAsUnattachedDatabase</maml:name><maml:description><maml:para>Spécifie que seules les bases de données non attachées de la batterie sont renvoyées.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPContentDatabase renvoie les bases de données de contenu spécifiées.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>----------------EXEMPLE 1------------</maml:title>
<dev:code>C:\PS>Get-SPContentDatabase -webapplication http://sitename</dev:code><dev:remarks><maml:para>Cet exemple renvoie toutes les bases de données de contenu utilisées par l'application Web sitename.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>----------------EXEMPLE 2------------</maml:title>
<dev:code>C:\PS>Get-SPContentDatabase -site http://contoso.com</dev:code><dev:remarks><maml:para>Cet exemple renvoie la base de données de contenu qui renferme la collection de sites à l'adresse http://contoso.com.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Mount-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Upgrade-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink>Initialize-SPContentDatabase</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPContentDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPTrustedIdentityTokenIssuer</command:name><maml:description><maml:para>Renvoie un fournisseur d'identité.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPTrustedIdentityTokenIssuer</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPTrustedIdentityTokenIssuer</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le fournisseur d'identité à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur d'identité valide (par exemple, LiveID STS) ou une instance d'objet SPIdentityProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedIdentityTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPTrustedIdentityTokenIssuer renvoie un fournisseur d'identité.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------------EXEMPLE 1------------------------</maml:title>
<dev:code>C:\PS>$trustedsts = get - SPTrustedIdentityTokenIssuer "LiveIDSTS"</dev:code><dev:remarks><maml:para>Cet exemple obtient un émetteur de jetons de sécurité approuvé.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPTrustedIdentityTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPTrustedIdentityTokenIssuer</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPShellAdmin</command:name><maml:description><maml:para>Renvoie le nom de tous les utilisateurs dotés du rôle SharePoint_Shell_Access.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPShellAdmin</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPShellAdmin</maml:name><command:parameter required="False" position="1"><maml:name>database</maml:name><command:parameterValue required="True">SPDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>database</maml:name><maml:description><maml:para>Spécifie le nom de la base de données qui inclut le rôle SharePoint_Shell_Access dont vous souhaitez afficher les noms d'utilisateurs. Si le paramètre database n'est pas spécifié, la base de données de configuration est utilisée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Get-SPShellAdmin pour renvoyer les noms de tous les utilisateurs dotés du rôle SharePoint_Shell_Access dans une base de données.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE---------------------- </maml:title>
<dev:code>C:\PS>Get-SPShellAdmin -database WSS_Content</dev:code><dev:remarks><maml:para>Cet exemple renvoie le nom de chaque utilisateur doté du rôle SharePoint_Shell_Access dans la base de données WSS_Content.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Add-SPShellAdmin</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPShellAdmin</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPShellAdmin</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPManagedAccount</command:name><maml:description><maml:para>Inscrit un nouveau compte géré.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPManagedAccount</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPManagedAccount</maml:name><command:parameter required="True" position="1"><maml:name>Credential</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Credential</maml:name><maml:description><maml:para>Indique l'objet Credential qui spécifie les informations d'identification du nouveau compte géré. Si vous utilisez Credential, vous ne pouvez pas spécifier Username et Password.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Password</maml:name><maml:description><maml:para>Spécifie le mot de passe de l'utilisateur spécifié dans Username. Si vous utilisez Credential, vous ne pouvez pas spécifier Username et Password.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Username</maml:name><maml:description><maml:para>Spécifie le nom d'utilisateur du nouveau compte géré. Si vous utilisez Credential, vous ne pouvez pas spécifier Username et Password.</maml:para><maml:para /><maml:para>Le type doit être un nom d'utilisateur valide, au format domaine\nomutilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPManagedAccount inscrit un nouveau compte géré pour les paramètres Credential ou Username et Password spécifiés.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>$cred = Get-Credential

C:\PS>New-SPManagedAccount -Credential $cred</dev:code><dev:remarks><maml:para>Cet exemple ajoute un nouveau compte géré à la batterie en utilisant les informations d'identification affichées.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPManagedAccount</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPCentralAdministration</command:name><maml:description><maml:para>Définit le port du site Web Administration centrale SharePoint.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPCentralAdministration</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPCentralAdministration</maml:name><command:parameter required="True" position="Named"><maml:name>Port</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Port</maml:name><maml:description><maml:para>Spécifie le port d'administration du site Administration centrale. </maml:para><maml:para /><maml:para>Le type doit être un numéro de port valide, par exemple 8080.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPCentralAdministration définit le port du site Administration centrale.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Set-SPCentralAdministration -Port 8282</dev:code><dev:remarks><maml:para>Cet exemple définit le port de l'application Web Administration centrale de la batterie locale sur 8282.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPCentralAdministration</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPCentralAdministration</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Start-SPAdminJob</command:name><maml:description><maml:para>Démarre immédiatement tout travail administratif en attente sur l'ordinateur local.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Start</command:verb><command:noun>SPAdminJob</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Start-SPAdminJob</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Start-SPAdminJob pour exécuter tous les travaux du minuteur administratifs immédiatement plutôt qu'attendre leur exécution.</maml:para><maml:para /><maml:para>Lorsque le compte de processus du service d'administration SharePoint 2010 (SPAdminV4) est désactivé (nécessaire dans certaines installations pour des raisons de sécurité), l'applet de commande Start-SPAdminJob doit être exécuté sur tous les ordinateurs pour effectuer la mise en service ou toute autre tâche administrative que SPAdmin gère habituellement.</maml:para><maml:para /><maml:para>Lorsque vous exécutez cet applet de commande en personne (pas dans un script), utilisez le paramètre Verbose pour afficher chaque opération administrative exécutée.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues><maml:para>aucun</maml:para><maml:para /></command:returnValues><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Start-SPAdminJob -Verbose</dev:code><dev:remarks><maml:para>Cet exemple exécute tous les travaux administratifs en attente et affiche la sortie détaillée à l'administrateur.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Start-SPAdminJob</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPWebApplicationHttpThrottlingMonitor</command:name><maml:description><maml:para>Renvoie tous les compteurs et leurs valeurs de compartiments de score d'intégrité associées pour la limitation du réseau sur une application Web.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPWebApplicationHttpThrottlingMonitor</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPWebApplicationHttpThrottlingMonitor</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Renvoie les paramètres de compteur de performance de limitation pour l'application Web SharePoint spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MyOfficeApp1) ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPWebApplicationHttpThrottlingMonitor lit tous les compteurs de limitation du réseau d'une application Web. Cette applet de commande renvoie une liste contenant tous les compteurs de performance et leurs valeurs de compartiment de score d'intégrité associées.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$s = get-SPWebApplicationHTTPThrottlingMonitors http://sharepoint 
</dev:code><dev:remarks><maml:para>Cet exemple obtient tous les compteurs de performance en cours de lecture sur l'écran de limitation du réseau pour l'application Web http://sharepoint.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPWebApplicationHttpThrottlingMonitor</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPWebApplicationHttpThrottling</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SPWebApplicationHttpThrottling</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPWebApplicationHttpThrottlingMonitor</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPManagedAccount</command:name><maml:description><maml:para>Extrait les comptes enregistrés dans la base de données de configuration.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPManagedAccount</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPManagedAccount</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Service</maml:name><command:parameterValue required="True">SPServicePipeBind</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPManagedAccount</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPManagedAccount</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Server</maml:name><command:parameterValue required="True">SPServerPipeBind</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom complet ou partiel des comptes gérés à extraire.</maml:para><maml:para /><maml:para>Le type doit être un nom de compte valide, au format Domaine\Utilisateur, ou un GUID, au format 1234-3456-09876.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPManagedAccountPipeBind</command:parameterValue><dev:type><maml:name>SPManagedAccountPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Server</maml:name><maml:description><maml:para>Spécifie l'étendue à un serveur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServerPipeBind</command:parameterValue><dev:type><maml:name>SPServerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Service</maml:name><maml:description><maml:para>Spécifie l'étendue à un service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServicePipeBind</command:parameterValue><dev:type><maml:name>SPServicePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'étendue à une application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPManagedAccount fait partie d'un ensemble de paramètres. Elle renvoie les comptes gérés correspondant à l'étendue donnée. Cette dernière peut être une des valeurs suivantes : Web application, service ou server.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPManagedAccount</dev:code><dev:remarks><maml:para>Cet exemple affiche tous les comptes gérés de la batterie.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPManagedAccount</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPManagedAccount</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Unpublish-SPServiceApplication</command:name><maml:description><maml:para>Arrête le partage de l'application de service spécifiée en dehors de la batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Unpublish</command:verb><command:noun>SPServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Unpublish-SPServiceApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'application de service dont le partage en dehors de la batterie doit être arrêté.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Unpublish-SPServiceApplication pour arrêter la publication de l'application de service, spécifiée par le paramètre Identity, en dehors de la batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>UnPublish-SPServiceApplication 053c34be-d251-488c-8e94-644eae94da26</dev:code><dev:remarks><maml:para>Cet exemple arrête la publication de l'application de service donnée en dehors de la batterie.</maml:para><maml:para /><maml:para>Le GUID d'application de service est unique pour chaque batterie. Vous pouvez exécuter les applets de commande Get-SPServiceApplication pour voir le GUID des applications de service, puis utiliser le résultat de l'applet de commande Get-SPServiceApplication pour les autres applets de commande SPServiceApplication ; par exemple, Grant-SPServiceApplication ou Publish-SPServiceApplication.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Publish-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Revoke-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Grant-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Unpublish-SPServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPTopologyWebServiceProxy</command:name><maml:description><maml:para>Définit les propriétés de proxy de l'application du service de topologie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPTopologyWebServiceProxy</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID du proxy de l'application.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 1234-4567-098jhj.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>BadListPeriod</maml:name><maml:description><maml:para>Spécifie la durée pendant laquelle un nœud est conservé dans une liste incorrecte.</maml:para><maml:para /><maml:para>Le type doit être une valeur valide comprise entre 
1
 et 
480
 (en minutes).</maml:para><maml:para /><maml:para>La valeur par défaut est 10.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPTopologyWebServiceProxy définit les propriétés du proxy de l'application du service de topologie locale et du programme d'équilibrage de charge par défaut.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPTopologyWebServiceProxy 67877d63-bff4-4521-867a-ef4979ba07ce -BadListPeriod 1234</dev:code><dev:remarks><maml:para>Cet exemple définit la durée de liste incorrecte pour le proxy de l'application du service de topologie donné.</maml:para><maml:para /><maml:para>Le GUID de l'application du service de topologie est unique pour chaque batterie. Vous pouvez exécuter l'applet de commande Get-SPTopologyServiceApplication pour extraire le GUID.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>Get-SPTopologyWebServiceProxy</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPTopologyWebServiceProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPConfigurationDatabase</command:name><maml:description>
<maml:para>Crée une nouvelle base de données de configuration.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPConfigurationDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPConfigurationDatabase</maml:name><command:parameter required="True" position="1"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="3"><maml:name>DirectoryDomain</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="4"><maml:name>DirectoryOrganizationUnit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="5"><maml:name>AdministrationContentDatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="6"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="True" position="7"><maml:name>FarmCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="True" position="8"><maml:name>Passphrase</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>DatabaseName</maml:name><maml:description><maml:para>Spécifie le nom de la nouvelle base de données de configuration.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="2"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Spécifie le serveur de bases de données sur lequel vous souhaitez créer la base de données de configuration. Si aucune valeur n'est spécifiée, c'est la valeur par défaut qui est utilisée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="3"><maml:name>DirectoryDomain</maml:name><maml:description><maml:para>Spécifie le domaine du répertoire de la nouvelle batterie de serveurs. Si aucun domaine n'est spécifié, c'est le domaine dans lequel l'ordinateur local se trouve qui est utilisé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="4"><maml:name>DirectoryOrganizationUnit</maml:name><maml:description><maml:para>Spécifie l'unité d'organisation du répertoire de la nouvelle base de données de configuration. Si aucune unité d'organisation n'est spécifiée, c'est l'unité d'organisation dans laquelle l'ordinateur local se trouve qui est utilisée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="5"><maml:name>AdministrationContentDatabaseName</maml:name><maml:description><maml:para>Spécifie le nom de la base de données de contenu de l'Administration centrale de la nouvelle batterie de serveurs. Si aucun nom n'est spécifié, c'est le nom par défaut qui est utilisé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="6"><maml:name>DatabaseCredentials</maml:name><maml:description><maml:para>Spécifie l'objet Credential pour l'utilisateur de la base de données. Choisissez ce paramètre si vous utilisez l'authentification SQL Server. Si les informations d'identification de la base de données ne sont pas spécifiées, c'est l'authentification Windows qui est utilisée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="7"><maml:name>FarmCredentials</maml:name><maml:description><maml:para>Spécifie les informations d'identification du compte Administrateur de batterie.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="8"><maml:name>Passphrase</maml:name><maml:description><maml:para>Spécifie la phrase relative au mot de passe sécurisé de la nouvelle batterie de serveurs. Cette phrase relative au mot de passe permet d'associer d'autres machines à cette batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPConfigurationDatabase crée une nouvelle base de données de configuration sur le serveur de bases de données spécifié. Il s'agit de la base de données centrale d'une nouvelle batterie de serveurs SharePoint.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>New-SPConfigurationDatabase -DatabaseName "SharePointConfigDB1" -DatabaseServer "SQL-01" -Passphrase (ConvertTo-SecureString "MyPassword" -AsPlainText -force) -FarmCredentials (Get-Credential)</dev:code><dev:remarks><maml:para>Cet exemple invite l'utilisateur à fournir des informations d'identification utilisateur pour le compte Administrateur de batterie par défaut.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>





<maml:navigationLink><maml:linkText>Backup-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disconnect-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Connect-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink>Dismount-SPConfigurationDatabase</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPConfigurationDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPSiteSubscriptionBusinessDataCatalogConfig</command:name><maml:description><maml:para>Supprime le Magasin de métadonnées Connexion de données métiers d'une partition.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPSiteSubscriptionBusinessDataCatalogConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPSiteSubscriptionBusinessDataCatalogConfig</maml:name><command:parameter required="True" position="Named"><maml:name>ServiceContext</maml:name><command:parameterValue required="True">SPServiceContextPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceContext</maml:name><maml:description><maml:para>Spécifie le contexte de service du Magasin de métadonnées Connexion de données métiers à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de contexte de service valide (par exemple, http://ServiceContext1) ou une instance d'un objet SPServiceContext valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceContextPipeBind</command:parameterValue><dev:type><maml:name>SPServiceContextPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPBusinessDataCatalogSiteSubscriptionConfig supprime le Magasin de métadonnées Connexion de données métiers et toutes les données associées d'une partition spécifiée. Pour supprimer entièrement une partition et les données qu'elle contient, exécutez l'applet de commande Clear-SPSiteSubscriptionBusinessDataCatalogConfig pour supprimer les données du Magasin de métadonnées Connexion de données métiers, puis exécutez l'applet de commande Remove-SPBusinessDataCatalogSiteSubscriptionConfig.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Remove-SPBusinessDataCatalogSiteSubscriptionConfig -ServiceContext http://contoso</dev:code><dev:remarks><maml:para>Cet exemple supprime le Magasin de métadonnées Connexion de données métiers de la partition http://contoso.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Export-SPSiteSubscriptionBusinessDataCatalogConfig</maml:linkText><maml:uri /></maml:navigationLink>Import-SPSiteSubscriptionBusinessDataCatalogConfig</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPSiteSubscriptionBusinessDataCatalogConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Install-SPWebPartPack</command:name><maml:description><maml:para>Installe le package de composants WebPart spécifié à l'emplacement spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Install</command:verb><command:noun>SPWebPartPack</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Install-SPWebPartPack</maml:name><command:parameter required="True" position="1"><maml:name>LiteralPath</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>GlobalInstall</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Install-SPWebPartPack</maml:name><command:parameter required="True" position="1"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>GlobalInstall</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>LiteralPath</maml:name><maml:description><maml:para>Spécifie le chemin d'accès exact vers le package de composants WebPart.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom du package de composants WebPart à installer. </maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Remplace tout package de composant WebPart existant du même nom ou installé au même emplacement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>GlobalInstall</maml:name><maml:description><maml:para>Installe le package de composants WebPart dans le Global Assembly Cache (GAC) plutôt que dans le répertoire /bin de chaque application Web. Cette installation rend le composant WebPart accessible de manière globale sur les serveurs. </maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Language</maml:name><maml:description><maml:para>Spécifie l'ID de langue du package de composants WebPart.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'application Web sur laquelle installer le package de composants WebPart. Si aucune application Web n'est spécifiée, le package de composants WebPart est installé dans toutes les applications Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Install-SPWebPartPack installe le package de composants WebPart à l'emplacement du paramètre LiteralPath dans la batterie de serveurs locale. Le package de composants WebPart peut être installé dans une application Web spécifique à l'aide du paramètre WebApplication. Si aucune application Web n'est spécifiée, le package de composants WebPart est installé dans toutes les applications Web.</maml:para><maml:para /><maml:para>Utilisez le paramètre Language pour spécifier une langue pour le package.</maml:para><maml:para /><maml:para>Utilisez le paramètre GlobalInstall pour installer le package sur le Global Assembly Cache (GAC). Les assemblys du GAC jouissent d'une autorisation FullTrust, qui donne à ce package un accès complet à toutes les ressources du système.</maml:para><maml:para /><maml:para>Utilisez le paramètre Force pour installer le package et remplacer tout package de composants WebPart existant du même nom ou installé au même emplacement.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Install-SPWebPartPack "MyCustomWebPartPack" -LiteralPath "c:/mywebpart.wpp" -GlobalInstall</dev:code><dev:remarks><maml:para>Cet exemple installe le package de composants WebPart nommé MyCustomWebPartPack dans toute la batterie à partir du chemin d'accès c:/mywebpart.wpp.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Uninstall-SPWebPartPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPWebPartPack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Install-SPWebPartPack</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPSecurityTokenServiceManager</command:name><maml:description><maml:para>Renvoie un authentificateur de jeton de sécurité.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPSecurityTokenServiceManager</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPSecurityTokenServiceManager lit un authentificateur de jeton de sécurité. Cet authentificateur authentifie les jetons de sécurité des messages SOAP entrants.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPSecurityTokenServiceManager</dev:code><dev:remarks><maml:para>Cet exemple obtient l'objet SPSecurityTokenManager pour définir le paramètre ServiceSecurityTokenLifetime.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>Set-SPSecurityTokenServiceManager</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPSecurityTokenServiceManager</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPCentralAdministration</command:name><maml:description><maml:para>Crée une nouvelle application Web Administration centrale SharePoint.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPCentralAdministration</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPCentralAdministration</maml:name><command:parameter required="False" position="1"><maml:name>Port</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="2"><maml:name>WindowsAuthProvider</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Port</maml:name><maml:description><maml:para>Spécifie le numéro de port de l'Administration centrale. Si aucun port n'est spécifié, un numéro de port non conflictuel est automatiquement généré.</maml:para><maml:para /><maml:para>Le type doit être un numéro de port valide.</maml:para><maml:para /><maml:para>Si vous spécifiez un numéro de port qui a déjà été attribué, IIS ne démarre pas le nouveau site tant que vous n'avez pas changé le numéro de port du nouveau site ou celui de l'ancien site.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="2"><maml:name>WindowsAuthProvider</maml:name><maml:description><maml:para>Spécifie le fournisseur d'authentification de cette application Web. Si aucun fournisseur n'est spécifié, la valeur par défaut NTLM est utilisée.</maml:para><maml:para /><maml:para>Le type doit être une des deux valeurs suivantes : Kerberos ou NTLM.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPCentralAdministration crée une nouvelle application Web Administration centrale et démarre le service d'administration centrale sur l'ordinateur local. L'administration centrale est disponible uniquement sur les ordinateurs exécutant ce service.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues><maml:para>Aucun</maml:para><maml:para /></command:returnValues><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>New-SPCentralAdministration -Port 3000</dev:code><dev:remarks><maml:para>Cet exemple crée le site Central Administration au port 3000 sur la batterie locale.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPCentralAdministration</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPCentralAdministration</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPUser</command:name><maml:description><maml:para>Ajoute un utilisateur existant à un site SharePoint avec les autorisations désignées.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPUser</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPUser</maml:name><command:parameter required="True" position="1"><maml:name>UserAlias</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Web</maml:name><command:parameterValue required="True">SPWebPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DisplayName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Email</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Group</maml:name><command:parameterValue required="True">SPGroupPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MobileNumber</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PermissionLevel</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SiteCollectionAdmin</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>UserAlias</maml:name><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Web</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID du site Web sur lequel cet utilisateur doit être créé.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, ou un GUID au format 1234-5678-9876-0987.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebPipeBind</command:parameterValue><dev:type><maml:name>SPWebPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DisplayName</maml:name><maml:description><maml:para>Spécifie une chaîne qui contient le nom d'affichage de l'utilisateur.</maml:para><maml:para /><maml:para>Le type doit être un nom d'utilisateur valide, par exemple Joe.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Email</maml:name><maml:description><maml:para>Spécifie l'adresse de messagerie du nouvel utilisateur.</maml:para><maml:para /><maml:para>Le type doit être une adresse de messagerie valide au format xyz@example.com.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Group</maml:name><maml:description><maml:para>Spécifie le groupe d'utilisateurs auquel appartient le nouvel utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPGroupPipeBind</command:parameterValue><dev:type><maml:name>SPGroupPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>MobileNumber</maml:name><maml:description><maml:para>Spécifie l'adresse de messagerie utilisateur du nouvel utilisateur.</maml:para><maml:para /><maml:para>Le type doit être une adresse de messagerie valide au format xyz@example.com.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>PermissionLevel</maml:name><maml:description><maml:para>Ajoute un utilisateur à un niveau de stratégie d'autorisation.</maml:para><maml:para /><maml:para>Le type doit être un niveau de stratégie d'autorisation valide pour l'utilisateur, par exemple Full, Read, Contribute ou All.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SiteCollectionAdmin</maml:name><maml:description><maml:para>Spécifie si l'utilisateur doit être ajouté à la collection de sites en tant qu'administrateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPUser ajoute un utilisateur existant à un site Web SharePoint avec les autorisations désignées. Cet utilisateur dispose des autorisations données dans tous les sous-sites qui héritent des autorisations. Le compte d'utilisateur doit déjà exister dans l'annuaire des utilisateurs.</maml:para><maml:para /><maml:para>Si votre environnement est en mode Active Directory, l'utilisateur doit déjà exister dans Active Directory Domain Services (AD DS) et seul le paramètre UserAlias est nécessaire, tous les autres champs sont extraits d'AD DS. Si seul un alias est spécifié et que la batterie de serveurs est en mode de création de compte Active Directory, le paramètre Email est également nécessaire.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1----------------------</maml:title>
<dev:code>C:\PS>PS&gt; New-SPUser - UserAlias 'Contoso\Jdoe'-displayname 'John Doe' -web http://contoso.com</dev:code><dev:remarks><maml:para>Cet exemple ajoute un nouvel utilisateur nommé John Doe au domaine Contoso.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2----------------------</maml:title>
<dev:code>C:\PS>Get-SPWeb http://sitename | New-SPUser -UserAlias Contoso\Jdoe</dev:code><dev:remarks><maml:para>Cet exemple ajoute Contoso\Jdoe à tous les sites Web de la collection de sites http://sitename. Étant donné que cette collection de sites utilise des autorisations héritées, vous ne pouvez toucher qu'au site Web de niveau supérieur.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Move-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUser</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPUser</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Stop-SPAssignment</command:name><maml:description><maml:para>Élimine les objets de la collection d'attributions fournie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Stop</command:verb><command:noun>SPAssignment</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Stop-SPAssignment</maml:name><command:parameter required="False" position="1"><maml:name>SemiGlobal</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Global</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>SemiGlobal</maml:name><maml:description><maml:para>Fournit le collectionneur d'attributions duquel éliminer les objets.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Global</maml:name><maml:description><maml:para>Arrête le stockage des objets par le collectionneur d'attributions global et élimine tout objet que ce dernier contient.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Stop-SPAssignment élimine les objets de la collection d'attributions fournie. Utilisez le paramètre Global pour éliminer tous les objets du collectionneur d'attributions global et arrêter la collection d'objets supplémentaires par le magasin global. Fournissez un collectionneur d'attributions SemiGlobal pour éliminer tous les objets contenus.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Start-SPAssignment -global

C:\PS>$w = Get-SPWeb http://MyWeb

C:\PS>$w | Set-SPWeb -title "Accounting"

C:\PS>Stop-SPAssignment -global</dev:code><dev:remarks><maml:para>Cet exemple utilise l'affectation simple. Bien que celle-ci soit plus facile à utiliser, il est déconseillé d'exécuter des commandes qui s'itèrent sur plusieurs objets SPSite ou SPWeb avec ce type d'affectation. Assurez-vous que Stop-SPAssignment est exécuté avant de tenter d'autres itérations de plusieurs objets.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Start-SPAssignment</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Stop-SPAssignment</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPBackupHistory</command:name><maml:description><maml:para>Renvoie un historique des opérations de sauvegarde et restauration.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPBackupHistory</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPBackupHistory</maml:name><command:parameter required="True" position="Named"><maml:name>Directory</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ShowBackup</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ShowRestore</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Directory</maml:name><maml:description><maml:para>Spécifie le chemin où les packages de sauvegarde SharePoint 2010 Products générés à partir d'une sauvegarde de batterie ont été stockés.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide aux formats suivants (au choix) :</maml:para><maml:para /><maml:para>- C:\nom_dossier</maml:para><maml:para />
<maml:para>- \\nom_serveur\nom_dossier</maml:para><maml:para />
</maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ShowBackup</maml:name><maml:description><maml:para>Filtre la sortie afin que l'historique des opérations de sauvegarde seulement soit affiché. Si les deux paramètres ShowBackup et ShowRestore ne sont pas spécifiés, l'historique des opérations de sauvegarde et de restauration s'affiche.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ShowRestore</maml:name><maml:description><maml:para>Filtre la sortie afin que l'historique des opérations de restauration seulement soit affiché. Si les deux paramètres ShowBackup et ShowRestore sont absents, l'historique des opérations de sauvegarde et de restauration s'affiche.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPBackupHistory lit un historique des opérations de sauvegarde et restauration exécutées. Il spécifie si vous voulez afficher uniquement l'historique des sauvegardes, uniquement celui des restaurations, ou l'historique dans son ensemble.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Get-SPBackupHistory -Directory \\file_server\share\Backup</dev:code><dev:remarks><maml:para>Cet exemple renvoie toutes les opérations de sauvegarde et restauration de batterie exécutées pour le répertoire \\serveur_fichiers\partage\Backup.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Get-SPBackupHistory -Directory C:\Backup -ShowBackup</dev:code><dev:remarks><maml:para>Cet exemple renvoie toutes les opérations de batterie exécutées pour le répertoire C:\Backup.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3-----------------</maml:title>
<dev:code>C:\PS>(Get-SPBackupHistory -Directory C:\Backup -ShowBackup)[0].SelfId | Restore-SPFarm -Directory C:\Backup -RestoreMethod overwrite</dev:code><dev:remarks><maml:para>Cet exemple obtient toutes les opérations de sauvegarde de batterie exécutées pour le répertoire C:\Backup, recherche la sauvegarde la plus récente, puis transfère son GUID de sauvegarde à l'applet de commande Restore-SPFarm. L'applet de commande Restore-SPFarm effectue ensuite une restauration à partir de ce package de sauvegarde, en écrasant les données existantes.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Backup-SPFarm</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Backup-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Restore-SPFarm</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPBackupHistory</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Uninstall-SPSolution</command:name><maml:description><maml:para>Retire une solution SharePoint déployée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Uninstall</command:verb><command:noun>SPSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Uninstall-SPSolution</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Local</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Time</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Uninstall-SPSolution</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Local</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Time</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Uninstall-SPSolution</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>AllWebApplications</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Local</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Time</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la solution SharePoint à désinstaller.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de solution SharePoint valide (par exemple, SPSolution1) ou une instance d'un objet SPSolution valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSolutionPipeBind</command:parameterValue><dev:type><maml:name>SPSolutionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AllWebApplications</maml:name><maml:description><maml:para>Spécifie que la nouvelle solution SharePoint sera désinstallée pour toutes les applications Web SharePoint de la batterie.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Désinstalle la solution SharePoint pour l'application Web SharePoint spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'application Web SharePoint (par exemple, MyOfficeApp1), ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Language</maml:name><maml:description><maml:para>Désinstalle le module linguistique de la langue spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un identificateur de langue valide ; par exemple, 1033.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Local</maml:name><maml:description><maml:para>Désinstalle la solution du serveur actif.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Time</maml:name><maml:description><maml:para>Spécifie le moment auquel la solution sera désinstallée. La valeur par défaut est un retrait immédiat.</maml:para><maml:para /><maml:para>Le type doit être une valeur DateTime valide, au format 2010,12,05.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Uninstall-SPSolution retire une solution SharePoint déployée en vue de sa suppression totale de la batterie. Cette applet de commande supprime les fichiers du serveur Web frontal. Utilisez l'applet de commande Remove-SPSolution pour supprimer le package de solution du magasin de solutions de la batterie ; veillez à utiliser l'applet de commande Remove-SPSolution uniquement après avoir exécuté Uninstall-SPSolution.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Uninstall-SPUserSolution -Identity contoso_solution.wsp</dev:code><dev:remarks><maml:para>Cet exemple retire la solution SharePoint déployée contoso_solution.wsp.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSolutionDeploymentLock</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Uninstall-SPSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPServiceApplication</command:name><maml:description><maml:para>Supprime l'application de service spécifiée du serveur local.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPServiceApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>RemoveData</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'application de service à supprimer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>RemoveData</maml:name><maml:description><maml:para>Supprime toutes les bases de données et autres données associées à l'application de service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPServiceApplication supprime l'application de service spécifiée de la batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE---------------------------</maml:title>
<dev:code>C:\PS>Remove-SPServiceApplication 053c34be-d251-488c-8e94-644eae94da26 
-removedata</dev:code><dev:remarks><maml:para>Cet exemple supprime l'application de service et sa base de données.</maml:para><maml:para /><maml:para>Le GUID d'application de service est unique pour chaque batterie. Vous pouvez exécuter les applets de commande Get-SPServiceApplication pour voir le GUID des applications de service, puis utiliser le résultat de l'applet de commande Get-SPServiceApplication pour les autres applets de commande SPServiceApplication ; par exemple, Grant-SPServiceApplication ou Publish-SPServiceApplication.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Publish-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Grant-SPServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPUsageService</command:name><maml:description><maml:para>Renvoie un service d'utilisation.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPUsageService</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPUsageService</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le service d'utilisation à obtenir. Si le paramètre Identity n'est pas spécifié, l'applet de commande renvoie le service d'utilisation local.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de service d'utilisation valide (par exemple, ServiceUtilisation1) ou une instance d'un objet SPUsageService valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue><dev:type><maml:name>SPUsageServicePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPUsageService renvoie le service d'utilisation spécifié. Si le paramètre Identity n'est pas spécifié, l'applet de commande renvoie le service d'utilisation local.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE-------------------------</maml:title>
<dev:code>C:\PS>Get-SPUsageService -Identity 57055d99-9914-4af6-a3bf-7b76e3f231c2</dev:code><dev:remarks><maml:para>Cet exemple renvoie un objet SPUsageService avec l'ID spécifié.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPUsageService</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPUsageService</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPServiceApplicationProxy</command:name><maml:description><maml:para>Supprime le proxy d'application de service spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPServiceApplicationProxy</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationProxyPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>RemoveData</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID du proxy d'application de service à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un GUID, au format 12345678-90ab-cdef-1234-567890bcdefgh.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>RemoveData</maml:name><maml:description><maml:para>Supprime toutes les bases de données et autres données associées au proxy d'application de service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentColletion</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPServiceApplicationProxy supprime le proxy d'application de service spécifié par le paramètre Identity.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Remove-SPServiceApplicationProxy babab30e-8e3a-428b-8ff4-4d5c8f455e6d</dev:code><dev:remarks><maml:para>Cet exemple supprime le proxy d'application de service donné.</maml:para><maml:para /><maml:para>Le GUID d'application de service est unique pour chaque batterie. Vous pouvez exécuter les applets de commande Get-SPServiceApplication pour voir le GUID des applications de service, puis utiliser le résultat de l'applet de commande Get-SPServiceApplication pour les autres applets de commande SPServiceApplication ; par exemple, Grant-SPServiceApplication ou Publish-SPServiceApplication.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPServiceApplicationProxyGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPAuthenticationProvider</command:name><maml:description><maml:para>Renvoie un fournisseur d'authentification.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPAuthenticationProvider</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPAuthenticationProvider</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPAuthenticationProviderPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="3"><maml:name>Zone</maml:name><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le fournisseur d'authentification à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur d'authentification SharePoint valide (par exemple, NTLM) ou une instance d'un objet SPAuthenticationProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAuthenticationProviderPipeBind</command:parameterValue><dev:type><maml:name>SPAuthenticationProviderPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>WebApplication</maml:name><maml:description><maml:para>Renvoie les bases de données de contenu pour l'application Web spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MonAppOffice1) ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="3"><maml:name>Zone</maml:name><maml:description><maml:para>Spécifie la zone ou les zones de l'application Web pour lesquelles retourner le fournisseur d'authentification.</maml:para><maml:para /><maml:para>Le type doit être une des zones valides : Default, Intranet, Internet, Extranet ou Custom.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue><dev:type><maml:name>Default | Intranet | Internet | Custom | Extranet</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPAuthenticationProvider renvoie un fournisseur d'authentification sur une zone d'application Web spécifiée. Les fournisseurs suivants sont les fournisseurs d'authentification standard pour SharePoint 2010 Products : NTLM, Classic NTLM, Negotiate et Classic Negotiate.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-----------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>New-SPWebApplication http://sharepointonline.com -AuthenticationProvider (Get- SPAuthenticationProvider "LiveID STS")</dev:code><dev:remarks><maml:para>Cet exemple enregistre le fournisseur d'authentification LiveID STS pour la nouvelle application Web.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-----------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>New-SPWebApplication http://contoso.com -AuthenticationProvider (New- SPAuthenticationProvider -ASPNetMembershipProvider "myMembershipProvider" -ASPNetRoleProvider "myRoleProvider")</dev:code><dev:remarks><maml:para>Cet exemple enregistre ASPNet pour la nouvelle application Web. Notez que les abonnements ASPNET ne sont pas persistants et doivent être recréés à chaque utilisation.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-----------------EXEMPLE 3-----------------</maml:title>
<dev:code>C:\PS>New-SPWebApplication http://contoso.com -AuthenticationProvider (Get- SPAuthenticationProvider "NTLM")</dev:code><dev:remarks><maml:para>Cet exemple enregistre le fournisseur d'authentification NTLM pour la nouvelle application Web. Cette commande équivaut à la commande New-SPWebApplication http://contoso.com ; NTLM est le fournisseur d'authentification par défaut.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-----------------EXEMPLE 4-----------------</maml:title>
<dev:code>C:\PS>$ip = @( (Get- SPAuthenticationProvider "LiveID STS"), (New- SPAuthenticationProvider -ASPNetMembershipProvider "myMembershipProvider" -ASPNetRoleProvider "myRoleProvider"), (Get-SPAuthenticationProvider "NTLM")) )
New-SPWebApplication http://contoso.com -AuthenticationProvider $ip</dev:code><dev:remarks><maml:para>Cet exemple enregistre les fournisseurs d'authentification NTLM, ASPNet et LiveID STS pour la nouvelle application Web.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-----------------EXEMPLE  5-----------------</maml:title>
<dev:code>C:\PS>New-SPWebApplication http://contoso.com -AuthenticationProvider (Get- SPAuthenticationProvider "Legacy NTLM")</dev:code><dev:remarks><maml:para>Cet exemple enregistre le fournisseur d'authentification Legacy NTLM pour la nouvelle application Web.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPAuthenticationProvider</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPAuthenticationProvider</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPAuthenticationProvider</command:name><maml:description><maml:para>Crée un nouveau fournisseur d'authentification dans la batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPAuthenticationProvider</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPAuthenticationProvider</maml:name><command:parameter required="False" position="Named"><maml:name>AllowAnonymous</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DisableKerberos</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UseBasicAuthentication</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UseWindowsIntegratedAuthentication</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SPAuthenticationProvider</maml:name><command:parameter required="True" position="Named"><maml:name>ASPNETMembershipProvider</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ASPNETRoleProviderName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SPAuthenticationProvider</maml:name><command:parameter required="True" position="Named"><maml:name>TrustedIdentityTokenIssuer</maml:name><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ASPNETMembershipProvider</maml:name><maml:description><maml:para>Spécifie le nom du fournisseur d'appartenance.</maml:para><maml:para /><maml:para>Le type doit être un nom de fournisseur d'appartenance ASPNet valide, par exemple, myMembershipProvider.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ASPNETRoleProviderName</maml:name><maml:description><maml:para>Spécifie le nom du fournisseur de rôles.</maml:para><maml:para /><maml:para>Le type doit être un nom de fournisseur de rôles ASPNet valide, par exemple, myRoleProvider.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>TrustedIdentityTokenIssuer</maml:name><maml:description><maml:para>Spécifie l'identité du fournisseur d'authentification.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'émetteur de jeton de sécurité approuvé valide (par exemple, myRoleProvider) ou une instance d'un objet SPTrustedIdentityTokenIssuer valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedIdentityTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AllowAnonymous</maml:name><maml:description><maml:para>Indique si l'application Web autorise l'accès anonyme.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DisableKerberos</maml:name><maml:description><maml:para>Spécifie si l'application Web désactive l'authentification Kerberos.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UseBasicAuthentication</maml:name><maml:description><maml:para>Spécifie si l'application Web utilise l'authentification de base.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UseWindowsIntegratedAuthentication</maml:name><maml:description><maml:para>Spécifie si l'application Web utilise l'authentification intégrée Windows.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPAuthenticationProvider crée un nouveau fournisseur d'authentification dans la batterie. </maml:para><maml:para /><maml:para>NTLM, NTLM classique, Négocier et Négocier classique peuvent être définis uniquement dans une application Web.</maml:para><maml:para /><maml:para>Pour le fournisseur d'appartenances et de rôles ASP.NET, aucun objet n'est rendu persistant. L'objet est créé et utilisé pour définir ce type de fournisseur d'authentification dans une application Web.</maml:para><maml:para /><maml:para>Pour les fournisseurs d'authentification STS, un objet est créé et maintenu dans l'objet SPFarm.</maml:para><maml:para /><maml:para>L'utilisation de NTLM classique avec un type d'authentification basé sur les revendications est interdite.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE1------------------</maml:title>
<dev:code>C:\PS>$ap = New - SPAuthenticationProvider -UseWindowsIntegratedAuthentication

C:\PS>Set-SPWebApplication -Name "Claims Windows Web App" -ApplicationPool "Claims App Pool" -ApplicationPoolAccount "redmond\appool" -Url http://servername -Port 80 -AuthenticationProvider $ap</dev:code><dev:remarks><maml:para>Cet exemple crée un fournisseur d'authentification de revendications Windows.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>---------------------------EXEMPLE2------------------</maml:title>
<dev:code>C:\PS>$ap = New-SPAuthenticationProvider -ASPNETMembershipProvider "membership" -ASPNETRoleProviderName "rolemanager"

C:\PS>Set-SPWebApplication -Name "Claims Windows Web App" -ApplicationPool "Claims App Pool" -ApplicationPoolAccount "redmond\appool" -Url http://servername -Port 80 -AuthenticationProvider $ap</dev:code><dev:remarks><maml:para>Cet exemple crée un fournisseur d'authentification fournisseur de rôles ASP.net.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>---------------------------EXEMPLE3------------------</maml:title>
<dev:code>C:\PS>$ap = New - SPAuthenticationProvider -TrustedIdentityTokenIssuer | Get-SPTrustedIdentityTokenIssuer "LiveIDSTS"

C:\PS>Set-SPWebApplication -Name "Claims Windows Web App" -ApplicationPool "Claims App Pool" -ApplicationPoolAccount "redmond\appool" -Url http://servername -Port 80 -AuthenticationProvider $ap</dev:code><dev:remarks><maml:para>Cet exemple crée un fournisseur d'authentification émetteur de jetons approuvé.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPAuthenticationProvider</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPAuthenticationProvider</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Disable-SPFeature</command:name><maml:description><maml:para>Désactive un composant fonctionnel SharePoint installé sur une étendue donnée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SPFeature</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Disable-SPFeature</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Url</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom du composant fonctionnel ou le GUID à désactiver.</maml:para><maml:para /><maml:para>Le type doit être le


 nom du dossier Feature situé dans le dossier 
14\Template\Features 
ou un GUID, au format 21d186e1-7036-4092-a825-0eb6709e9281.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue><dev:type><maml:name>SPFeatureDefinitionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Force la désactivation d'un composant fonctionnel.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Url</maml:name><maml:description><maml:para>Spécifie l'URL de l'application Web, de la collection de sites ou du site Web sur lequel le composant fonctionnel est désactivé.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, comme http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Disable-SPFeature désactive un composant fonctionnel SharePoint sur une étendue donnée. Si l'étendue du composant fonctionnel est la batterie, l'URL n'est pas nécessaire. Sinon, fournissez l'URL à laquelle ce composant fonctionnel doit être désactivé (aucune étendue explicite n'est nécessaire).</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues><maml:para>aucun</maml:para><maml:para /></command:returnValues><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Disable-SPFeature -identity "MyCustom" -URL http://somesite</dev:code><dev:remarks><maml:para>Cet exemple désactive le composant fonctionnel sur l'étendue de site Web "MyCustom" à http://somesite.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>$w = Get-SPWeb http://somesite/myweb | ForEach{ $_.URL }

C:\PS>Get-SPFeature -Web $w |%{ Disable-SPFeature -Identity $_ -URL $w}</dev:code><dev:remarks><maml:para>Cet exemple désactive tous les composants fonctionnels du sous-site à http://somesite/myweb.</maml:para><maml:para /><maml:para>Il n'est pas nécessaire d'utiliser les applets de commande SPAssignment dans ce cas car l'objet Web n'est pas enregistré, seule la valeur de chaîne pour l'URL l'est.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Install-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPFeature</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Disable-SPFeature</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Clear-SPLogLevel</command:name><maml:description><maml:para>Réinitialise les niveaux d'enregistrement de suivi et des événements Windows à leurs valeurs par défaut.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Clear</command:verb><command:noun>SPLogLevel</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Clear-SPLogLevel</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>InputObject</maml:name><command:parameterValue required="True">PSObject</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le ou les 
noms de la catégorie ou des ensembles de catégories pour lesquels définir la limite ; par exemple « Unified Logging Service ». Si le paramètre 
Identity
 n'est pas spécifié, le paramètre de limitation des événements est appliqué à toutes les catégories de la batterie.</maml:para><maml:para /><maml:para>Fournir une catégorie non valide est une erreur sans incidence qui est ignorée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>InputObject</maml:name><maml:description><maml:para>Spécifie le résultat du paramètre InputObject à transférer. La valeur peut être une chaîne au format identique au paramètre Identity ou un objet SPDiagnosticsCategory. L'utilisateur peut extraire une ou plusieurs catégories de l'applet de commande Get-SPLogLevel, en modifier les valeurs et les transférer dans l'applet de commande Set-SPLogLevel.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSObject</command:parameterValue><dev:type><maml:name>PSObject</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Clear-SPLogLevel réinitialise les niveaux d'enregistrement de suivi et des événements Windows des catégories spécifiées à leurs valeurs par défaut. Si le paramètre Identity n'est pas spécifié, toutes les catégories sont affectées.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Clear-SPLogLevel -Identity Cat1</dev:code><dev:remarks><maml:para>Cet exemple réinitialise les niveaux d'enregistrement d'une seule catégorie.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>"Cat1", "Cat2", "Cat3" | Clear-SPLogLevel</dev:code><dev:remarks><maml:para>Cet exemple réinitialise les niveaux d'enregistrement de plusieurs catégories.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 3-----------------</maml:title>
<dev:code>C:\PS>Get-SPLogLevel | Clear-SPLogLevel</dev:code><dev:remarks><maml:para>Cet exemple réinitialise les niveaux d'enregistrement de toutes les catégories.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPLogLevel</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPLogLevel</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Clear-SPLogLevel</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Backup-SPFarm</command:name><maml:description><maml:para>Crée une sauvegarde d'une base de données individuelle, d'une application Web ou de la batterie de serveurs entière.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Backup</command:verb><command:noun>SPFarm</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Backup-SPFarm</maml:name><command:parameter required="True" position="Named"><maml:name>BackupMethod</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Directory</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>BackupThreads</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ConfigurationOnly</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Item</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Percentage</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Backup-SPFarm</maml:name><command:parameter required="True" position="Named"><maml:name>ShowTree</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ConfigurationOnly</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Item</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>BackupMethod</maml:name><maml:description><maml:para>Spécifie le type de fichier de sauvegarde à créer.</maml:para><maml:para /><maml:para>Si une sauvegarde a lieu avec le paramètre -ShowTree, alors le paramètre BackupMethod n'est pas utilisé.</maml:para><maml:para /><maml:para>Une sauvegarde complète est une sauvegarde de toutes les données sélectionnées. Une sauvegarde différentielle est une sauvegarde de toutes les données sélectionnées ayant changé depuis la dernière sauvegarde complète. Si un élément ne prend pas en charge la sauvegarde différentielle, une sauvegarde complète est alors exécutée sur cet élément.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- Complète</maml:para><maml:para /><maml:para>- Différentielle</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Directory</maml:name><maml:description><maml:para>Spécifie le chemin d'accès où SharePoint 2010 Products stocke le package de sauvegarde qu'il génère. Si vous disposez d'un ordinateur sur lequel sont installés Microsoft SQL Server 2008 et une instance de SharePoint 2010 Products, vous pouvez utiliser des chemins d'accès de lecteurs locaux. Ceci implique une installation de base. Cependant, si SQL Server 2008 et SharePoint 2010 Products sont installés sur plusieurs ordinateurs ou si vous avez plusieurs serveurs qui exécutent SharePoint 2010 Products, vous devez utiliser les chemins de partage UNC (Universal Naming Convention) afin que la base de données SQL et les composants de recherche soient écrits au même emplacement, par exemple, \\nom_ordinateur\volume\Backup).</maml:para><maml:para /><maml:para>Plusieurs packages de sauvegarde peuvent être stockés au même emplacement. Il s'agit du chemin d'accès que vous passez au paramètre Directory de l'applet de commande Restore-SPFarm.</maml:para><maml:para /><maml:para>Le type doit être l'un des chemins d'accès valides suivants :</maml:para><maml:para /><maml:para>- C:\nom_dossier</maml:para><maml:para /><maml:para>- \\nom_serveur\nom_dossier</maml:para><maml:para /><maml:para>Les dossiers spbr* sont créés automatiquement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ShowTree</maml:name><maml:description><maml:para>Indique les objets de la batterie de serveurs qui seront sauvegardés en fonction des autres paramètres passés à l'applet de commande Backup-SPFarm, à savoir le paramètre Item. Les éléments qui seront exclus de la sauvegarde en fonction des autres paramètres passés à l'applet de commande Backup-SPFarm seront précédés d'un astérisque (*). Les éléments qui ne peuvent pas être sauvegardés seront placés entre crochets ([]). La sauvegarde ne sera pas effectuée si le paramètre ShowTree est spécifié.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>BackupThreads</maml:name><maml:description><maml:para>Spécifie le nombre de threads à utiliser lors de la sauvegarde. Moins il y a de threads, plus le fichier journal de la sauvegarde est facile à lire et à comprendre. Plus il y a de threads, plus vous pouvez sauvegarder de composants en parallèle, ce qui peut entraîner une sauvegarde plus rapide. La valeur minimale est 1 et la valeur maximale est 10.</maml:para><maml:para /><maml:para>La valeur par défaut est 3. </maml:para><maml:para /><maml:para>Si une sauvegarde a lieu avec le paramètre -ShowTree, alors le paramètre BackupMethod n'est pas utilisé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ConfigurationOnly</maml:name><maml:description><maml:para>Lorsque ce paramètre est spécifié, la sauvegarde contient uniquement des paramètres de configuration (aucune donnée) pour chacun des objets à sauvegarder.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Spécifie la poursuite de l'opération de sauvegarde même si l'estimation indique que le répertoire de sauvegarde ne dispose pas de l'espace suffisant pour contenir la sauvegarde entière.</maml:para><maml:para /><maml:para>Si une sauvegarde a lieu avec le paramètre ShowTree, alors le paramètre Force n'est pas utilisé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Item</maml:name><maml:description><maml:para>Indique la partie de la batterie de serveurs à sauvegarder. Vous pouvez utiliser la notation du chemin d'accès complet à la batterie de serveurs, tel qu'il est affiché par le paramètre ShowTree, ou le nom du composant cible dans le chemin d'accès si le composant a un nom unique. S'il existe plusieurs éléments correspondants, le chemin d'accès complet doit être spécifié. Par défaut, le nœud supérieur est sélectionné. Placez l'élément ou le chemin d'accès entre guillemets s'il contient un espace. Si ce paramètre n'est pas spécifié, toute la batterie de serveurs est sauvegardée.</maml:para><maml:para /><maml:para>Le type doit être un élément valide, par exemple Farm\Microsoft Windows SharePoint Foundation Web Application\SharePoint - 80.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Percentage</maml:name><maml:description><maml:para>Demande l'affichage des mises à jour de l'avancement de l'opération de sauvegarde en incréments égaux à ce pourcentage, par exemple la valeur 5 affiche l'avancement de la sauvegarde par palier de 5 %, et la valeur 10, l'avancement de la sauvegarde par palier de 10 %. Pour afficher les résultats, vous devez spécifier le paramètre Verbose.</maml:para><maml:para /><maml:para>Ce pourcentage n'est pas précis et l'avancement réel de l'opération peut être supérieur ou inférieur aux valeurs définies.</maml:para><maml:para /><maml:para>La valeur du pourcentage n'est pas précise et l'avancement réel de l'opération peut être supérieur ou inférieur aux valeurs définies.</maml:para><maml:para /><maml:para>La valeur par défaut est 5. Pour une base de données très volumineuse, 1 est la valeur recommandée.</maml:para><maml:para /><maml:para>Les valeurs valides sont un nombre entier compris entre 1 et 100.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Backup-SPFarm crée une sauvegarde de la batterie de serveurs entière ou de composants individuels de la batterie de serveurs. Elle permet également de sauvegarder uniquement les paramètres de configuration d'une batterie de serveurs à utiliser comme modèle de batterie de serveurs pour d'autres batteries de serveurs SharePoint. Pour sauvegarder une seule collection de sites, utilisez l'applet de commande Backup-SPSite.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE 1---------------------</maml:title>
<dev:code>C:\PS>Backup-SPFarm -Directory \\file_server\share\Backup -BackupMethod full -ConfigurationOnly</dev:code><dev:remarks><maml:para>Cet exemple sauvegarde les paramètres de configuration de la batterie de serveurs dans le répertoire \\serveur_fichiers\share\Backup.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------------EXEMPLE 2---------------------</maml:title>
<dev:code>C:\PS>Backup-SPFarm -ShowTree -Item "Microsoft SharePoint Foundation Web Application" -Verbose</dev:code><dev:remarks><maml:para>Cet exemple montre quels composants de la batterie de serveurs seraient sauvegardés sous le nœud « Microsoft SharePoint Foundation Web Application », sans toutefois les sauvegarder.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------------EXEMPLE 3---------------------</maml:title>
<dev:code>C:\PS>Backup-SPFarm -Directory C:\Backup -BackupMethod full -BackupThreads 10 -Force</dev:code><dev:remarks><maml:para>Cet exemple effectue une sauvegarde d'une batterie de serveurs en utilisant 10 threads et forcer l'enregistrement de la sauvegarde dans le répertoire C:\Backup même si SharePoint estime que l'espace disponible est insuffisant.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Backup-SPConfigurationDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPBackupHistory</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Restore-SPFarm</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Backup-SPFarm</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPClaimTypeMapping</command:name><maml:description><maml:para>Supprime une règle de mappage de type de revendications pour un fournisseur d'identité du service d'émission de jeton de sécurité (STS).</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPClaimTypeMapping</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPClaimTypeMapping</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPClaimMappingPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>TrustedIdentityTokenIssuer</maml:name><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le mappage de revendications à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de règle de mappage des revendications valide (par exemple Email) ou une instance d'un objet SPClaimMapping valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimMappingPipeBind</command:parameterValue><dev:type><maml:name>SPClaimMappingPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>IdentityProvider</maml:name><maml:description><maml:para>Spécifie le fournisseur d'identité STS approuvé de la batterie contenant la règle de mappage de revendications.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur d'identité valide (par exemple, LiveIDSTS) ou une instance d'un objet SPIdentityProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPClaimMapping supprime une règle de mappage de type de revendications du fournisseur d'identité STS approuvé d'une batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE-------------------------</maml:title>
<dev:code>C:\PS>Remove-SPClaimMapping "Email" | Get-SPIdentityProvider "LiveIDSTS"</dev:code><dev:remarks><maml:para>Cet exemple supprime le fournisseur d'identité appelé LiveIDSTS.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Add-SPClaimTypeMapping</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPClaimTypeMapping</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPClaimTypeMapping</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPSiteSubscriptionFeaturePack</command:name><maml:description><maml:para>Crée un nouvel ensemble de composants fonctionnels SharePoint permettant de limiter les composants fonctionnels à la disposition d'un abonnement au site.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPSiteSubscriptionFeaturePack</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPSiteSubscriptionFeaturePack</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande New- SPSiteSubscriptionFeaturePack pour créer un nouvel ensemble de composants fonctionnels SharePoint qui limite les composants fonctionnels à la disposition d'un abonnement au site spécifié.</maml:para><maml:para /><maml:para>Les ensembles de composants fonctionnels SharePoint figurent sur une liste autorisée de composants fonctionnels SharePoint qui peuvent être associés à tout abonnement au site. Si un ensemble de composants fonctionnels est attribué à un abonnement au site, seuls les objets SPFeatures de cet ensemble peuvent être utilisés sur les collections de sites et les sites Web membres de l'abonnement au site. Les ensembles de composants fonctionnels contiennent une liste de GUID pour chaque composant fonctionnel figurant sur la liste autorisée pour les abonnements au site associés.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>$fs = New- SPSiteSubscriptionFeaturePack</dev:code><dev:remarks><maml:para>Cet exemple crée un nouvel ensemble de composants fonctionnels SharePoint et l'enregistre dans une variable.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSiteSubscriptionFeaturePack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPSiteSubscriptionFeaturePackMember</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSiteSubscriptionFeaturePack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPSiteSubscriptionFeaturePackMember</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPSiteSubscriptionFeaturePack</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPProduct</command:name><maml:description><maml:para>Renvoie une liste des produits SharePoint installés dans la batterie et les versions de toutes les mises à jour installées de chaque produit.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPProduct</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPProduct</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Local</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPProduct</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Server</maml:name><command:parameterValue required="True">SPServerPipeBind</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Local</maml:name><maml:description><maml:para>Renvoie les informations produit et de mise à jour pour l'ordinateur local uniquement. Si vous utilisez le paramètre Local, vous ne pouvez pas utiliser le paramètre Server.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Server</maml:name><maml:description><maml:para>Renvoie les informations produit et de mise à jour pour un serveur spécifique uniquement. Si vous utilisez le paramètre Server, vous ne pouvez pas utiliser le paramètre Local.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServerPipeBind</command:parameterValue><dev:type><maml:name>SPServerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPProduct renvoie une liste des produits SharePoint installés dans la batterie et les versions de toutes les mises à jour installées pour chaque produit. Par défaut, cette applet de commande renvoie la liste des produits SharePoint installés dans la batterie. Utilisez le paramètre Local pour obtenir uniquement les informations concernant le serveur local ou le paramètre Server pour obtenir la liste d'un serveur spécifique.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPProduct -Local</dev:code><dev:remarks><maml:para>Cet exemple affiche les produits SharePoint installés sur le serveur local.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPProduct</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPUsageService</command:name><maml:description><maml:para>Définit les propriétés d'un service d'utilisation.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPUsageService</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPUsageService</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LoggingEnabled</maml:name><command:parameterValue required="True">Nullable</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UsageLogCutTime</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UsageLogLocation</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UsageLogMaxSpaceGB</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le service d'utilisation à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de service d'utilisation valide (par exemple, ServiceUtilisation1) ou une instance d'un objet SPUsageService valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUsageServicePipeBind</command:parameterValue><dev:type><maml:name>SPUsageServicePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LoggingEnabled</maml:name><maml:description><maml:para>Spécifie que des données d'utilisation sont consignées dans des fichiers d'utilisation.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Nullable</command:parameterValue><dev:type><maml:name>Nullable</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>UsageLogCutTime</maml:name><maml:description><maml:para>Spécifie la durée, en minutes, des données d'utilisation collectées par fichier journal d'utilisation. La durée par défaut est 30 minutes.</maml:para><maml:para /><maml:para>Le type doit être un entier compris entre 
1
 et 
1440
.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>UsageLogLocation</maml:name><maml:description><maml:para>Spécifie le chemin d'accès sur chaque ordinateur de la batterie où les fichiers journaux d'utilisation sont créés.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide aux formats suivants (au choix) :</maml:para><maml:para /><maml:para>- C:\nom_dossier</maml:para><maml:para /><maml:para>- \\nom_serveur\nom_dossier</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>UsageLogMaxSpaceGB</maml:name><maml:description><maml:para>Spécifie le volume en mégaoctets (Mo) d'espace pouvant être utilisé par les fichiers journaux d'utilisation. La plage valide est comprise entre 500 et 20 000 Mo.</maml:para><maml:para /><maml:para>La valeur par défaut est 5 000.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPUsageService met à jour les propriétés d'un service d'utilisation. Si le paramètre Identity n'est pas spécifié, l'applet de commande applique les changements au service d'utilisation local.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Set-SPUsageService -LoggingEnabled $false

C:\PS>Set-SPUsageService -UsageLogLocation "d:\\testusagelogdir

C:\PS>Set-SPUsageService -UsageLogCutTime 5</dev:code><dev:remarks><maml:para>Ces exemples désactivent la consignation de l'utilisation, modifient le répertoire de stockage des fichiers d'utilisation et créent un nouveau fichier journal d'utilisation toutes les 5 minutes.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPUsageService</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPUsageService</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPLogLevel</command:name><maml:description><maml:para>Définit le niveau de suivi et d'événement d'un ensemble de catégories.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPLogLevel</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPLogLevel</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EventSeverity</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">String[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>InputObject</maml:name><command:parameterValue required="True">PSObject</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>TraceSeverity</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>EventSeverity</maml:name><maml:description><maml:para>Spécifie le niveau de catégorie à définir. Le niveau de catégorie peut avoir l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- None
</maml:para><maml:para /><maml:para>- ErrorCritical</maml:para><maml:para /><maml:para>Error</maml:para><maml:para /><maml:para>- Warning</maml:para><maml:para /><maml:para>- Information</maml:para><maml:para /><maml:para>- Verbose</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le ou les noms de la catégorie ou de l'ensemble de catégories pour lesquels la limitation doit être définie, par exemple « Service de journalisation unifiée ». Si le paramètre Identity n'est pas spécifié, le paramètre de limitation des événements est appliqué à toutes les catégories de la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>InputObject</maml:name><maml:description><maml:para>Le paramètre InputObject est mis en pipeline dans l'applet de commande et peut être une chaîne dans un format identique au paramètre Identity, ou un objet SPDiagnosticsCategory. L'utilisateur peut récupérer une ou plusieurs catégories à partir de l'applet de commande Get-SPLogLevel, modifier les valeurs de catégorie et ensuite les mettre en pipeline dans l'applet de commande Set-SPLogLevel.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSObject</command:parameterValue><dev:type><maml:name>PSObject</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>TraceSeverity</maml:name><maml:description><maml:para>Spécifie la limitation de trace à définir pour la ou les catégories spécifiées. Les fichiers journaux de suivi sont des fichiers texte écrits dans le chemin du journal de suivi qui est défini dans la page Paramètres de journalisation des diagnostics du site Web Administration centrale de SharePoint. Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>- None
 (aucune trace n'est écrite dans le journal de suivi)</maml:para><maml:para /><maml:para>- Unexpected</maml:para><maml:para /><maml:para>- Monitorable</maml:para><maml:para /><maml:para>- High</maml:para><maml:para /><maml:para>- Medium</maml:para><maml:para /><maml:para>- Verbose</maml:para><maml:para /><maml:para>- VerboseEx</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPLogLevel définit les niveaux de journalisation du suivi et des événements Windows pour une ou plusieurs catégories de journalisation de diagnostics inscrites dans la batterie de serveurs. Si une trace ou un événement associé à une catégorie se produit, mais à un niveau de gravité inférieur au niveau d'enregistrement de cette catégorie, il n'est pas inscrit dans le journal des événements ou dans le journal de suivi. Si une trace ou un événement associé à une catégorie se produit et qu'il est au moins aussi grave que le niveau d'enregistrement de cette catégorie, il est inscrit dans le journal des événements ou le journal de suivi.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>set-sploglevel -TraceSeverity Monitorable</dev:code><dev:remarks><maml:para>Cet exemple définit les valeurs TraceSeverity de toutes les catégories sur Monitorable.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Set-SPLogLevel -TraceSeverity High -EventSeverity Warning -Identity "Cat1"</dev:code><dev:remarks><maml:para>Cet exemple définit les valeurs EventSeverity et TraceSeverity pour une seule catégorie.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3-----------------------</maml:title>
<dev:code>C:\PS>"Cat1", "Cat2", "Cat3" | Set-SPLogLevel -EventSeverity Error</dev:code><dev:remarks><maml:para>Cet exemple définit les valeurs EventSeverity pour plusieurs catégories.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 4-----------------------</maml:title>
<dev:code>C:\PS>Set-SPLogLevel -EventSeverity Warning -Identity "AreaName:*"</dev:code><dev:remarks><maml:para>Cet exemple définit les valeurs EventSeverity pour toutes les catégories de la même zone.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPLogLevel</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Clear-SPLogLevel</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPLogLevel</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPDatabase</command:name><maml:description><maml:para>Extrait toutes les propriétés d'une base de données.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPDatabase</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPDatabase</maml:name><command:parameter required="True" position="Named"><maml:name>ServerInstance</maml:name><command:parameterValue required="True">SPDatabaseServiceInstancePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom de la base de données dont les propriétés publiques doivent être affichées.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 1234-3456-567kg.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ServerInstance</maml:name><maml:description><maml:para>Spécifie le nom de l'instance SQL qui contient la base de données, au format « Serveur » pour une base de données SQL par défaut ou « Serveur\Instance » pour une instance SQL nommée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPDatabaseServiceInstancePipeBind</command:parameterValue><dev:type><maml:name>SPDatabaseServiceInstancePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPDatabase affiche toutes les propriétés publiques d'une base de données dans la fenêtre active. Si le paramètre Identity est spécifié, seules les propriétés de cet identifiant sont affichées.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE---------------------</maml:title>
<dev:code>C:\PS>Get-SPDatabase -ServerInstance "ServerA\SharePoint"</dev:code><dev:remarks><maml:para>Cet exemple renvoie toutes les bases de données d'une instance SQL Server Express nommée spécifique.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPWeb</command:name><maml:description><maml:para>Supprime entièrement le site Web spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPWeb</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPWeb</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'identité du site Web à supprimer.</maml:para><maml:para /><maml:para>Le type doit être une URL entière valide, au format http://server_name/site_name, ou un objet 
SPWeb.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebPipeBind</command:parameterValue><dev:type><maml:name>SPWebPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPWeb supprime entièrement le site Web spécifié par le paramètre Identity.</maml:para><maml:para /><maml:para>La suppression du site Web de niveau supérieur d'une collection de sites entraîne la suppression de toute la collection de sites.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Remove-SPWeb http://sitename/subsite</dev:code><dev:remarks><maml:para>Cet exemple supprime entièrement un subsite.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SPWeb</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPWeb</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPWebApplication</command:name><maml:description><maml:para>Supprime l'application Web spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPWebApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPWebApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DeleteIISSite</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>RemoveContentDatabases</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Remove-SPWebApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Zone</maml:name><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DeleteIISSite</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'URL ou le nom de l'application Web à supprimer.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://server_name, ou un nom valide, au format ApplicationWeb-1212.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Zone</maml:name><maml:description><maml:para>Spécifie une des
cinq zones 

à supprimer. Si ce paramètre n'est pas fourni, toutes les zones d'application Web sont supprimées. </maml:para><maml:para /><maml:para>Le type doit être une des valeurs suivantes : 
Default
, 
Intranet
, 
Internet
, 
Extranet
 ou 
Custom
.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue><dev:type><maml:name>Default | Intranet | Internet | Custom | Extranet</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DeleteIISSite</maml:name><maml:description><maml:para>Supprime les sites Web IIS associés. Si ce paramètre n'est pas fourni, le site IIS n'est pas supprimé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>RemoveContentDatabases</maml:name><maml:description><maml:para>Supprime définitivement toutes les bases de données de contenu associées. Si ce paramètre n'est pas fourni, aucune base de données de contenu n'est supprimée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPWebApplication supprime l'application Web spécifiée par les paramètres Identity et Zone. Si aucune zone n'est fournie, l'application Web entière et toutes les zones sont supprimées.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Get-SPWebApplication http://sitename | Remove-SPWebApplication -Zone "Internet" -Confirm</dev:code><dev:remarks><maml:para>Cet exemple invite, puis supprime l'extension d'application Web de la zone Internet sur l'application Web à l'adresse http://sitename. Cette commande ne supprime ni les bases de données de contenu ni le site Web IIS.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Remove-SPWebApplication http://sitename -Confirm -DeleteIISSite -RemoveContentDatabases</dev:code><dev:remarks><maml:para>Cet exemple supprime définitivement l'application Web, toutes les bases de données de contenu, ainsi que le site Web IIS à l'adresse http://sitename </maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWebApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPWebApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPWebApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Enable-SPTimerJob</command:name><maml:description><maml:para>Active un travail du minuteur.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Enable</command:verb><command:noun>SPTimerJob</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Enable-SPTimerJob</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTimerJobPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le travail du minuteur à activer. </maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de travail du minuteur valide (par exemple, TravailMinuteur1) ou une instance d'un objet SPTimerJob valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTimerJobPipeBind</command:parameterValue><dev:type><maml:name>SPTimerJobPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Enable-SPTimerJob active un travail du minuteur. Un travail du minuteur doit être activé avant d'être démarré.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE---------------------</maml:title>
<dev:code>C:\PS>Get-SPTimerJob job-ceip-datacollection | Enable-SPTimerJob</dev:code><dev:remarks><maml:para>Cet exemple active le travail du minuteur appelé job-ceip-datacollection.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Start-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Enable-SPTimerJob</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPMobileMessagingAccount</command:name><maml:description><maml:para>Configure le compte de messagerie mobile spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPMobileMessagingAccount</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPMobileMessagingAccount</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPMobileMessagingAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Password</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceUrl</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UserId</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le type d'informations de compte à retourner : SMS (Short Message Service) ou MMS (Multimedia Messaging Service). Les valeurs valides sont 
SMS
 et 
MMS
. Si vous ne spécifiez pas ce compte de paramètre, les informations sont renvoyées à la fois pour SMS et MMS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPMobileMessagingAccountPipeBind</command:parameterValue><dev:type><maml:name>SPMobileMessagingAccountPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'identité de l'application Web qui héberge le chemin d'accès géré à 
supprimer. 
Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web valide (par exemple, ApplicationWeb1212) ou un nom valide (par exemple, WebApp2423).</maml:para><maml:para /><maml:para>Vous devez soit spécifier 
WebApplication
 ou utiliser le commutateur 
HostHeader
 et spécifier l'URL entière dans le paramètre 
Identity.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Password</maml:name><maml:description><maml:para>Spécifie le mot de passe, si les informations d'identification sont requises pour le compte.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceName</maml:name><maml:description><maml:para>Spécifie le nom du service SMS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceUrl</maml:name><maml:description><maml:para>Spécifie l'URL du service SMS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UserId</maml:name><maml:description><maml:para>Spécifie le nom d'utilisateur, si les informations d'identification sont requises pour le compte.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPMobileMessagingAccount configure le compte de messagerie mobile spécifié.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPMobileMessagingAccount -WebApplication http://sitename -Identity SMS -ServiceName SMSLink -ServiceUrl https://www.adatum.com/Service/MessagingService.asmx-UserId someone@example.com -Password password1</dev:code><dev:remarks><maml:para>Cet exemple remplace les paramètres de compte mobile SMS de l'application Web, http://sitename, par les valeurs suivantes :
nom du service : SMSLink; URL du service : https://www.adatum.com/Service/MessagingService.asmx; ID utilisateur : someone@example.com et mot de passe : password1.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>
<maml:navigationLink><maml:linkText>Get-SPMobileMessagingAccount</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPMobileMessagingAccount</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPUser</command:name><maml:description><maml:para>Supprime un utilisateur d'un site Web.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPUser</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPUser</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUserPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Web</maml:name><command:parameterValue required="True">SPWebPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Group</maml:name><command:parameterValue required="True">SPGroupPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID, le nom d'utilisateur ou l'objet 
SPUser
 à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide de l'utilisateur, au format 1234-5678-9876-0987.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserPipeBind</command:parameterValue><dev:type><maml:name>SPUserPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Web</maml:name><maml:description><maml:para>Spécifie le nom de l'URL ou le GUID duquel l'utilisateur doit être supprimé. Ce paramètre est requis uniquement si l'identité fournie est le nom d'utilisateur.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://server_name, ou un GUID, au format 1234-5678-9807.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebPipeBind</command:parameterValue><dev:type><maml:name>SPWebPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Group</maml:name><maml:description><maml:para>L'utilisateur est supprimé de ce groupe uniquement. Sinon, il est supprimé du site.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPGroupPipeBind</command:parameterValue><dev:type><maml:name>SPGroupPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPUser spécifie l'identité et le groupe d'utilisateurs duquel un utilisateur doit être supprimé. L'applet de commande Remove-SPUser ne supprime pas l'utilisateur des services AD DS (Active Directory Domain Services).</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Remove-SPUser "Contoso \jdoe" -web http://test/web1

C:\PS>Get-SPWeb "http://test/web1" | Remove-SPUser "Contoso\jdoe"</dev:code><dev:remarks><maml:para>Cet exemple supprime l'utilisateur (Contoso\jdoe) de l'application Web http://test/web1.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Get-SPSite http://contoso.com |Get-SPWeb |Remove-SPUser "Contoso\jdoe"</dev:code><dev:remarks><maml:para>Cette syntaxe supprime l'utilisateur (Contoso\Jdoe) de tous les sites Web d'une collection de sites située à l'adresse http://contoso.com.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPUser</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUser</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPUser</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Export-SPWeb</command:name><maml:description><maml:para>Exporte une collection de sites, une application Web, une liste ou une bibliothèque.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Export</command:verb><command:noun>SPWeb</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Export-SPWeb</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>CompressionSize</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HaltOnError</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HaltOnWarning</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>IncludeUserSecurity</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>IncludeVersions</maml:name><command:parameterValue required="True">LastMajor | CurrentVersion | LastMajorAndMinor | All</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ItemUrl</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>NoFileCompression</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>NoLogFile</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UseSqlSnapshot</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID du site Web à exporter.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de site Microsoft SharePoint Foundation 2010 valide (par exemple, MySPSite1) ou une instance d'un objet SPWeb valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebPipeBind</command:parameterValue><dev:type><maml:name>SPWebPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Path</maml:name><maml:description><maml:para>Indique le nom du fichier d'exportation.</maml:para><maml:para /><maml:para>Si vous utilisez le paramètre NoFileCompression, vous devez spécifier un répertoire. Dans le cas contraire, tous les formats de fichiers sont valides.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>CompressionSize</maml:name><maml:description><maml:para>Définit la taille de fichier maximale des fichiers d'exportation compressés. Si la taille totale du package exporté est supérieure à cette taille, le package exporté sera fractionné en plusieurs fichiers.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Force le remplacement du package d'exportation s'il existe déjà.</maml:para><maml:para /><maml:para>Le type doit être l'une des valeurs suivantes :</maml:para><maml:para /><maml:para>-True</maml:para><maml:para /><maml:para>-False</maml:para><maml:para /><maml:para>La valeur par défaut est False.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HaltOnError</maml:name><maml:description><maml:para>Interrompt le processus d'exportation en cas d'erreur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HaltOnWarning</maml:name><maml:description><maml:para>Interrompt le processus d'exportation en cas d'avertissement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>IncludeUserSecurity</maml:name><maml:description><maml:para>Conserve les paramètres de sécurité de l'utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>IncludeVersions</maml:name><maml:description><maml:para>Indique le type d'historique de versions des fichiers et des éléments de liste à inclure dans l'opération d'exportation. Si le paramètre IncludeVersions n'est pas spécifié, l'applet de commande Export-SPWeb utilise par défaut la valeur 1.</maml:para><maml:para /><maml:para>Le type doit être l'une des versions suivantes :</maml:para><maml:para /><maml:para>-Dernière version principale des fichiers et des éléments de liste (par défaut)</maml:para><maml:para /><maml:para>-Version actuelle, qu'il s'agisse de la dernière version principale ou de la dernière version secondaire</maml:para><maml:para /><maml:para>-Dernière version principale et dernière version secondaire des fichiers et des éléments de liste</maml:para><maml:para /><maml:para>-Toutes les versions des fichiers et des éléments de liste</maml:para><maml:para /></maml:description><command:parameterValue required="True">LastMajor | CurrentVersion | LastMajorAndMinor | All</command:parameterValue><dev:type><maml:name>LastMajor | CurrentVersion | LastMajorAndMinor | All</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ItemUrl</maml:name><maml:description><maml:para>Spécifie l'URL de l'application Web, le GUID ou l'objet à exporter.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, par exemple http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NoFileCompression</maml:name><maml:description><maml:para>Active ou désactive la compression des fichiers dans le package d'exportation. Le package d'exportation est stocké dans le dossier spécifié par le paramètre Path ou Identity. Pour des raisons de performances, il est recommandé d'utiliser ce paramètre. L'activation de la compression peut allonger la durée du processus d'exportation d'environ 30 pour cent.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NoLogFile</maml:name><maml:description><maml:para>Empêche la génération d'un fichier journal d'exportation. Si ce paramètre n'est pas spécifié, l'applet de commande Export-SPWeb génère un fichier journal d'exportation au même emplacement que le package d'exportation. Le fichier journal utilise le service de journalisation unifiée (ULS).</maml:para><maml:para /><maml:para>Il est recommandé d'utiliser ce paramètre. Cependant, pour des raisons de performances, il peut parfois être utile de ne pas générer de fichier journal.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UseSqlSnapshot</maml:name><maml:description><maml:para>Spécifie qu'un instantané de la base de données SQL sera créé au démarrage du processus d'exportation et que toutes les données exportées seront récupérées directement depuis l'instantané de la base de données. Cet instantané sera automatiquement supprimé au terme de l'exportation.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Export-SPWeb exporte une collection de sites, une application Web, une liste ou une bibliothèque. La possibilité d'exporter depuis une bibliothèque est une fonctionnalité nouvelle dans SharePoint 2010 Products.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE-----------------------.</maml:title>
<dev:code>C:\PS>Export-SPWeb http://site -Path "site export.cmp"</dev:code><dev:remarks><maml:para>Cet exemple exporte le site de l'adresse http://site/ vers un fichier appelé site export.cmp dans le répertoire actif.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SPWeb</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPWeb</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Export-SPWeb</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPTrustedServiceTokenIssuer</command:name><maml:description><maml:para>Crée une approbation avec la batterie SharePoint.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPTrustedServiceTokenIssuer</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPTrustedServiceTokenIssuer</maml:name><command:parameter required="True" position="1"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Certificate</maml:name><command:parameterValue required="True">X509Certificate2</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Description</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom de l'approbation.</maml:para><maml:para /><maml:para>Le type doit être un nom valide d'émetteur de service approuvé, par exemple, WFEFarmTrust1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Certificate</maml:name><maml:description><maml:para>Le type doit être un nom de certificat X.509 valide ; par exemple, Certificate1.</maml:para><maml:para /><maml:para>Spécifie l'objet de certificat X.509 de la batterie de fournisseurs d'identité approuvés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">X509Certificate2</command:parameterValue><dev:type><maml:name>X509Certificate2</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Description</maml:name><maml:description><maml:para>Spécifie une description pour l'approbation.</maml:para><maml:para /><maml:para>Le type doit être une chaîne valide, par exemple WFE Farm Trust1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPTrustedServiceTokenIssuer crée une approbation avec une batterie SharePoint. Si un fichier de certificat est utilisé, il doit contenir un seul certificat X509 sans clé privée. Dans le cas contraire, une exception est déclenchée.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>$cert = Get-PfxCertificate C:\LiveIDSigningCert.pfx
New - SPTrustedServiceTokenIssuer -Name "WFEFarm1" - Description "WFE Farm 1" - ImportTrustCertificate $cert</dev:code><dev:remarks><maml:para>Cet exemple illustre la manière de créer une nouvelle approbation de batterie SharePoint à l'aide du certificat approuvé d'un fichier.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>New - SPTrustedServiceTokenIssuer -Name "WFEFarm1" - Description "WFE Farm 1" -FederationMetadataUrl "https://liveid.com/STS/2007/03/fedmetadata.xml"</dev:code><dev:remarks><maml:para>Cet exemple illustre la manière de créer une approbation de batterie SharePoint à l'aide du certificat approuvé de l'URL de terminaison de métadonnées de la fédération.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPTrustedServiceTokenIssuer</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPUsageLogFile</command:name><maml:description><maml:para>Démarre un nouveau fichier journal d'utilisation sur le serveur actif.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPUsageLogFile</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPUsageLogFile</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPUsageLogFile démarre un nouveau fichier journal d'utilisation sur le serveur actif. Les données d'utilisation en mémoire sont envoyées au fichier journal d'utilisation actif avant la création du nouveau fichier journal.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE-------------------</maml:title>
<dev:code>C:\PS>New-SPUsageLogFile</dev:code><dev:remarks><maml:para>Cet exemple termine le fichier journal d'utilisation actif et en crée un nouveau.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPUsageLogFile</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPUserSolution</command:name><maml:description><maml:para>Renvoie une solution de type sandbox spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPUserSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPUserSolution</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUserSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Site</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la solution de type sandbox à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de solution utilisateur (par exemple, UserSolution1), ou une instance d'un objet SPUserSolution valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserSolutionPipeBind</command:parameterValue><dev:type><maml:name>SPUserSolutionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Site</maml:name><maml:description><maml:para>Spécifie la collection de sites qui contient la solution de type sandbox.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide, au format http://server_name, ou une instance d'un objet SPSite valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPUserSolution renvoie une solution de type sandbox spécifiée. Si le paramètre Identity n'est pas spécifié, cette applet de commande renvoie la collection de solutions de type sandbox de la batterie SharePoint. Une solution d'utilisateur est une solution de type sandbox.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-----------------EXEMPLE---------------------</maml:title>
<dev:code>C:\PS>Get-SPUserSolution -Site http://sitename</dev:code><dev:remarks><maml:para>Cet exemple affiche les informations sur les solutions de type sandbox du site http://sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Update-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPUserSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPBusinessDataCatalogServiceApplication</command:name><maml:description><maml:para>Crée une nouvelle application de service de connectivité de données métiers dans la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPBusinessDataCatalogServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPBusinessDataCatalogServiceApplication</maml:name><command:parameter required="True" position="Named"><maml:name>ApplicationPool</maml:name><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabasePassword</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseUsername</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PartitionMode</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Sharing</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ApplicationPool</maml:name><maml:description><maml:para>Spécifie que le pool d'applications IIS utilise la nouvelle application de service de connectivité des données métiers.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue><dev:type><maml:name>SPIisWebServiceApplicationPoolPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseName</maml:name><maml:description><maml:para>Spécifie le nom de la base de données de connectivité de données métiers.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Spécifie le nom du serveur hôte pour la base de données spécifiée dans DatabaseName.</maml:para><maml:para /><maml:para>Le type doit être un nom d'hôte SQL Server valide, par exemple SERVER\Database.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie un nom d'affichage pour la nouvelle application de service de connectivité de données métiers. </maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseCredentials</maml:name><maml:description><maml:para>Spécifie l'objet PSCredential qui contient le nom d'utilisateur et le mot de passe à utiliser pour l'authentification SQL Server de la base de données.</maml:para><maml:para /><maml:para>Le type doit être un objet PSCredential valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabasePassword</maml:name><maml:description><maml:para>Spécifie le mot de passe de l'utilisateur spécifié dans DatabaseUserName. Utilisez ce paramètre uniquement si vous accédez à la base de données de connectivité de données métiers via l'authentification SQL Server.</maml:para><maml:para /><maml:para>Le type doit être un mot de passe valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseUsername</maml:name><maml:description><maml:para>Spécifie le nom d'utilisateur à utiliser pour se connecter à la base de données. Utilisez ce paramètre uniquement si vous accédez à la base de données de connectivité de données métiers via l'authentification SQL Server.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><maml:description><maml:para>Spécifie le nom du serveur hôte pour le serveur de bases de données de basculement.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PartitionMode</maml:name><maml:description><maml:para>Spécifie que l'application de service limite les données par ID d'abonnement. Cette propriété ne peut plus être modifiée une fois l'application de service créée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Sharing</maml:name><maml:description><maml:para>Spécifie que l'application de connectivité de données métiers est publiée et partagée dans la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPBusinessDataCatalogServiceApplication crée une nouvelle application de service de connectivité de données métiers dans la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>New-SPBusinessDataCatalogServiceApplication -ApplicationPool "SharePoint Web Services Default" -DatabaseName "ContosoBdcDB" -DatabaseServer "CONTOSO\SharePoint" -Name "ContosoServiceApp"</dev:code><dev:remarks><maml:para>Cet exemple crée une application de service de connectivité de données métiers nommée ContosoServiceApp. Pour cela, il utilise le pool d'applications SharePoint Web Services Default et crée une base de données nommée ContosoBdcDB.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPBusinessDataCatalogServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPBusinessDataCatalogServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPBusinessDataCatalogServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPServiceApplicationEndpoint</command:name><maml:description><maml:para>Définit l'hôte d'un point de terminaison pour une application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPServiceApplicationEndpoint</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPServiceApplicationEndpoint</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceEndpointPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>HostName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPServiceApplicationEndpoint</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceEndpointPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ResetHostName</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le point de terminaison du service à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide d'adresse de point de terminaison, au format http://sitename:8003/exemplemodèleservice/service, ou une instance d'un objet SPServiceEndpoint valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceEndpointPipeBind</command:parameterValue><dev:type><maml:name>SPServiceEndpointPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HostName</maml:name><maml:description><maml:para>Spécifie l'hôte par défaut du point de terminaison du service.</maml:para><maml:para /><maml:para>Le type doit être une URL entière avec équilibrage de la charge réseau valide, au format http://nom_serveur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ResetHostName</maml:name><maml:description><maml:para>Supprime l'hôte actuel du point de terminaison du service et utilise l'hôte par défaut.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPServiceApplicationEndpoint définit l'hôte d'un point de terminaison d'un service. Utilisez le second jeu de paramètres pour réinitialiser l'hôte du point de terminaison du service afin d'utiliser le point de terminaison par défaut.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE-------------------</maml:title>
<dev:code>C:\PS>Set-SPServiceApplicationEndpoint -Identity "ServiceApp1" -HostName http://sitename -ResetHostName $true</dev:code><dev:remarks><maml:para>Cet exemple associe l'objet SPServiceEndpoint à l'identité spécifiée et réinitialise le nom d'hôte.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplicationEndpoint</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPServiceApplicationEndpoint</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Backup-SPSite</command:name><maml:description><maml:para>Effectue une sauvegarde d'une collection de sites.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Backup</command:verb><command:noun>SPSite</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Backup-SPSite</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>NoSiteLock</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UseSqlSnapshot</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID de la collection de sites à sauvegarder.</maml:para><maml:para /><maml:para>Par exemple, une URL valide telle que http://server_name/sites/nom_site ou un GUID tel que 01234567-89ab-cdef-0123-456789abcdef. </maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Path</maml:name><maml:description><maml:para>Spécifie le chemin d'accès complet au fichier de sauvegarde (C:\Backup\nom_site.bak).</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Spécifie le remplacement d'un fichier de sauvegarde s'il existe déjà.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NoSiteLock</maml:name><maml:description><maml:para>Spécifie la collection de sites à laisser en lecture/écriture pendant la sauvegarde.</maml:para><maml:para /><maml:para>Si le paramètre NoSiteLock n'est pas spécifié, une collection de sites dont le paramètre de verrouillage est « Aucun » ou « Aucun ajout » sera temporairement définie sur « Lecture seule » pendant l'opération de sauvegarde. Une fois la sauvegarde terminée, le verrou de la collection de sites revient à son état d'origine. Le package de sauvegarde enregistre l'état d'origine du verrou de la collection de sites de manière à le restaurer dans cet état.</maml:para><maml:para /><maml:para>Si des utilisateurs sont occupés à écrire dans la collection de sites pendant sa sauvegarde, il est recommandé de ne pas utiliser le paramètre NoSiteLock afin d'éviter de porter atteinte à l'intégrité de la sauvegarde. </maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UseSqlSnapshot</maml:name><maml:description><maml:para>Spécifie qu'un instantané de la base de données SQL sera créé au début de la sauvegarde et que toutes les données de la collection de sites seront récupérées directement depuis l'instantané de la base de données. Cet instantané sera automatiquement supprimé au terme de la sauvegarde. </maml:para><maml:para /><maml:para>Il est recommandé d'utiliser le paramètre UseSqlSnapshot si le serveur de bases de données qui héberge votre base de données de contenu prend en charge les instantanés de base de données tels que SQL Server Enterprise Edition et SQL Server Developer Edition. Ceci permet de s'assurer de l'intégrité de la sauvegarde tout en permettant aux utilisateurs de continuer à lire et à écrire dans la collection de sites pendant la sauvegarde. Il n'est pas nécessaire de spécifier le paramètre NoSiteLock lorsque vous spécifiez le paramètre UseSqlSnapshot.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Backup-SPSite effectue une sauvegarde de la collection de sites lorsque le paramètre Identity est utilisé. </maml:para><maml:para /><maml:para>Par défaut, la collection de sites sera définie en lecture seule pour la durée de la sauvegarde afin de réduire le risque que l'activité utilisateur endommage la sauvegarde en cours d'opération. Si vous avez SQL Server Enterprise Edition, nous vous recommandons d'utiliser le paramètre UseSqlSnapshot qui assure une sauvegarde valide tout en permettant aux utilisateurs de continuer à lire ou à écrire dans la collection de sites pendant la sauvegarde.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE 1--------------------</maml:title>
<dev:code>C:\PS>Backup-SPSite http://server_name/sites/site_name -Path C:\Backup\site_name.bak</dev:code><dev:remarks><maml:para>Cet exemple sauvegarde une collection de sites située à l'adresse http://server_name/sites/nom_site dans le fichier C:\Backup\nom_site.bak.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-------------------EXEMPLE 2--------------------</maml:title>
<dev:code>C:\PS>Get-SPSiteAdministration http://server_name/sites/site_name | Backup-SPSite -Path C:\Backup\site_name.bak</dev:code><dev:remarks><maml:para>Cet exemple sauvegarde une collection de sites située à l'adresse http://server_name/sites/nom_site dans le fichier C:\Backup\nom_site.bak. Le résultat est identique à l'exemple 1, mais l'opération se déroule différemment.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>-------------------EXEMPLE 3--------------------</maml:title>
<dev:code>C:\PS>Backup-SPSite http://server_name/sites/site_name -Path C:\Backup\site_name.bak -UseSqlSnapshot</dev:code><dev:remarks><maml:para>Cet exemple sauvegarde une collection de sites à l'aide d'instantanés de base de données afin de s'assurer de l'intégrité de la sauvegarde.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Move-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Restore-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPSiteAdministration</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Backup-SPSite</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Update-SPUserSolution</command:name><maml:description><maml:para>Met à niveau une solution de type sandbox activée dans une batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SPUserSolution</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Update-SPUserSolution</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPUserSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Site</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ToSolution</maml:name><command:parameterValue required="True">SPUserSolutionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la solution de type sandbox à mettre à niveau.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de solution en mode bac à sable (par exemple, UserSolution1), ou une instance d'un objet SPUserSolution valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserSolutionPipeBind</command:parameterValue><dev:type><maml:name>SPUserSolutionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Site</maml:name><maml:description><maml:para>Met à niveau la solution de type sandbox de la collection de sites spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide, au format http://server_name, ou une instance d'un objet SPSite valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ToSolution</maml:name><maml:description><maml:para>Spécifie la solution de type sandbox vers laquelle mettre à niveau.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de solution en mode bac à sable (par exemple, UserSolution1), ou une instance d'un objet SPUserSolution valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserSolutionPipeBind</command:parameterValue><dev:type><maml:name>SPUserSolutionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Update-SPUserSolution met à niveau une solution de type sandbox ayant déjà été activée dans une batterie. Une solution d'utilisateur est une solution de type sandbox. Avant d'utiliser cette applet de commande pour mettre à niveau la solution activée, utilisez l'applet de commande Add-SPUserSolution pour télécharger la solution mise à niveau dans la galerie de solutions.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE---------------------</maml:title>
<dev:code>C:\PS>Update-SPUserSolution -Identity contoso_solution.wsp -Site http://sitename -ToSolution contoso_solution_v2.wsp</dev:code><dev:remarks><maml:para>Cet exemple met à niveau la solution de type sandbox contoso_solution.wsp du site http://sitename vers la solution contoso_solution_v2.wsp.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Install-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Add-SPUserSolution</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Update-SPUserSolution</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPSiteSubscription</command:name><maml:description><maml:para>Renvoie l'abonnement au site de l'URL donnée ou tous les abonnements au site de la batterie locale.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPSiteSubscription</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPSiteSubscription</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'ID de l'abonnement.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPSiteSubscription renvoie l'abonnement au site pour l'URL donnée lorsque le paramètre Identity est utilisé. Si aucun paramètre n'est spécifié, tous les abonnements au site uniques de la batterie sont répertoriés.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE----------------------</maml:title>
<dev:code>C:\PS>$SiteSub = Get-SPSiteSubscription http://Contoso.com

C:\PS>$SiteSub = Get-SPSite http://contoso.com | Get-SPSiteSubscription</dev:code><dev:remarks><maml:para>Cet exemple extrait l'abonnement au site pour http://Contoso.com.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPSiteSubscription</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSiteSubscription</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPSiteSubscription</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPBusinessDataCatalogThrottleConfig</command:name><maml:description><maml:para>Renvoie la configuration de limitation pour une application de service de connectivité de données métiers.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPBusinessDataCatalogThrottleConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPBusinessDataCatalogThrottleConfig</maml:name><command:parameter required="True" position="Named"><maml:name>Scope</maml:name><command:parameterValue required="True">Global | Database | WebService | Wcf | Custom</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ServiceApplicationProxy</maml:name><command:parameterValue required="True">SPServiceApplicationProxyPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ThrottleType</maml:name><command:parameterValue required="True">None | Items | Size | Connections | Timeout</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPBusinessDataCatalogThrottleConfig</maml:name><command:parameter required="True" position="Named"><maml:name>FileBacked</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Scope</maml:name><command:parameterValue required="True">Global | Database | WebService | Wcf | Custom</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ThrottleType</maml:name><command:parameterValue required="True">None | Items | Size | Connections | Timeout</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>FileBacked</maml:name><maml:description><maml:para>Demande la configuration de limitation pour les catalogues de métadonnées sauvegardées de fichiers.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Scope</maml:name><maml:description><maml:para>Renvoie la configuration de limitation pour l'étendue spécifiée.</maml:para><maml:para /><maml:para>Le type doit être l'un des suivants : Wcf, WebService, Database, Global ou Custom.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Global | Database | WebService | Wcf | Custom</command:parameterValue><dev:type><maml:name>Global | Database | WebService | Wcf | Custom</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceApplicationProxy</maml:name><maml:description><maml:para>Spécifie le proxy d'application du service Connexion de données métiers qui contient la configuration de limitation à obtenir.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ThrottleType</maml:name><maml:description><maml:para>Renvoie la configuration de limitation pour le type de limitation spécifié.</maml:para><maml:para /><maml:para>Le type doit être l'un des suivants : None, Items, Size, Connections ou Timeout.</maml:para><maml:para /></maml:description><command:parameterValue required="True">None | Items | Size | Connections | Timeout</command:parameterValue><dev:type><maml:name>None | Items | Size | Connections | Timeout</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPBusinessDataCatalogThrottleConfig lit la configuration de limitation pour une application de service de connectivité de données métiers.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPBusinessDataCatalogThrottleConfig -Scope Database -ThrottleType Items -ServiceApplicationProxy $contosoServAppProxy</dev:code><dev:remarks><maml:para>Cet exemple renvoie les informations de limitation relatives aux éléments de base de données de l'application de service donnée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPBusinessDataCatalogThrottleConfig</maml:linkText><maml:uri /></maml:navigationLink>Remove-SPBusinessDataCatalogThrottleConfig</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPBusinessDataCatalogThrottleConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Add-SPSiteSubscriptionFeaturePackMember</command:name><maml:description><maml:para>Ajoute un composant fonctionnel à un ensemble de composants fonctionnels SharePoint.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SPSiteSubscriptionFeaturePackMember</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Add-SPSiteSubscriptionFeaturePackMember</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteSubscriptionFeaturePackPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>FeatureDefinition</maml:name><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'objet d'ensemble de composants fonctionnels ou le GUID auquel le composant fonctionnel SharePoint donné est ajouté.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'ensemble de composants fonctionnels valide (par exemple, EnsembleComposantFonctionnel1) ou une instance d'un objet SPFeatureSet valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionFeaturePackPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionFeaturePackPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>FeatureDefinition</maml:name><maml:description><maml:para>Spécifie la définition, le nom ou le GUID du composant fonctionnel à ajouter à l'ensemble.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue><dev:type><maml:name>SPFeatureDefinitionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Add- SPSiteSubscriptionFeaturePackMember ajoute des composants fonctionnels à l'ensemble de composants fonctionnels SharePoint fourni. Les ensembles de composants fonctionnels sont une liste autorisée de composants fonctionnels SharePoint pouvant être associés à tout abonnement au site. Si un ensemble de composants fonctionnels est affecté à un abonnement au site, seul l'objet SPFeatures de cet ensemble peut être utilisé sur les collections de sites et les sites Web membres de l'abonnement au site. Les ensembles de composants fonctionnels contiennent une liste des GUID de chaque composant fonctionnel de la liste autorisée pour les abonnements au site associés.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------EXEMPLE----------------</maml:title>
<dev:code>C:\PS>$fs = New-SPFeatureSet

C:\PS>Get-SPFeature -limit all | Where{ $_.Scope -eq "WEB" } | Add-SPFeatureSetMember -id $fs

C:\PS>$fs = Get-SPFeatureSet $fs</dev:code><dev:remarks><maml:para>Cet exemple crée un ensemble de composants fonctionnels et y ajoute tous les composants fonctionnels à étendue de site Web.</maml:para><maml:para /><maml:para>L'ensemble de composants fonctionnels est actualisé dans la dernière ligne afin que l'objet local dispose des valeurs correctes.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Remove-SPSiteSubscriptionFeaturePackMember</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Add-SPSiteSubscriptionFeaturePackMember</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPServiceApplicationPool</command:name><maml:description><maml:para>Change le compte utilisé pour l'identité du pool d'applications spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPServiceApplicationPool</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPServiceApplicationPool</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="2"><maml:name>Account</maml:name><command:parameterValue required="True">SPProcessAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'identité du pool d'applications de service Web à configurer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue><dev:type><maml:name>SPIisWebServiceApplicationPoolPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>Account</maml:name><maml:description><maml:para>Spécifie les informations d'identification qui seront la nouvelle identité du pool d'applications.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPProcessAccountPipeBind</command:parameterValue><dev:type><maml:name>SPProcessAccountPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPServiceApplicationPool change le compte utilisé pour l'identité du pool d'applications spécifié.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPServiceApplicationPool  TestServiceWebApplicationPool -Account testdomain\testuser1</dev:code><dev:remarks><maml:para>Cet exemple change l'identité du pool d'applications de service sélectionné.</maml:para><maml:para /><maml:para>Pour le paramètre Account, le nom d'un compte géré de la batterie peut être donné. Utilisez l'applet de commande Get-SPManagedAccount pour afficher le compte géré existant dans la batterie. Par ailleurs, un compte de processus issu de la sortie de l'applet de commande Get-SPProcessAccount peut être utilisé.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPServiceApplicationPool</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPTrustedServiceTokenIssuer</command:name><maml:description><maml:para>Renvoie l'objet qui représente l'approbation de batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPTrustedServiceTokenIssuer</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPTrustedServiceTokenIssuer</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTrustedServiceTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'émetteur de jeton de service approuvé à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'émetteur de jeton de service approuvé (par exemple, WFEFarm1) ou une instance d'un objet SPTrustedRootAuthority valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedServiceTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedServiceTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPTrustedServiceTokenIssuer renvoie l'objet qui représente l'approbation de batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get - SPTrustedServiceTokenIssuer "WFEFarm1"</dev:code><dev:remarks><maml:para>Cet exemple obtient l'émetteur de jeton de services approuvé WFEFarm1.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPTrustedServiceTokenIssuer</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPShellAdmin</command:name><maml:description><maml:para>Supprime un utilisateur du rôle SharePoint_Shell_Access.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPShellAdmin</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPShellAdmin</maml:name><command:parameter required="True" position="1"><maml:name>UserName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>database</maml:name><command:parameterValue required="True">SPDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>UserName</maml:name><maml:description><maml:para>Spécifie le nom de l'utilisateur à supprimer du rôle SharePoint_Shell_Access dans la base de données spécifiée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>database</maml:name><maml:description><maml:para>Spécifie le nom de la base de données qui inclut le rôle SharePoint_Shell_Access duquel l'utilisateur doit être supprimé. Si le paramètre database n'est pas spécifié, la base de données de configuration est utilisée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Remove-SPShellAdmin pour supprimer un utilisateur du rôle SharePoint_Shell_Access dans une base de données spécifiée.</maml:para><maml:para /><maml:para>Lorsque vous utilisez cette applet de commande pour supprimer un utilisateur du rôle, vous ne supprimez pas l'utilisateur du groupe WSS_ADMIN_WPG dans la base de données cible.</maml:para><maml:para /><maml:para>Lorsque vous exécutez cette applet de commande pour ajouter un utilisateur au rôle SharePoint_Shell_Access, l'utilisateur doit disposer des autorisations de sécurité suivantes :</maml:para><maml:para />
<maml:para>- Accès au rôle Security_Admin sur l'instance SQL et au rôle db_owner dans la base de données.</maml:para><maml:para /><maml:para>- Droit administratif sur l'ordinateur local.</maml:para><maml:para />
<maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------------EXEMPLE------------------------</maml:title>
<dev:code>C:\PS>Remove-SPShellAdmin -UserName CONTOSO\User1 -database WSS_Content</dev:code><dev:remarks><maml:para>Cet exemple supprime un utilisateur existant appelé User1 du rôle SharePoint_Shell_Access dans la base de données WSS_Content.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Add-SPShellAdmin</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPShellAdmin</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPShellAdmin</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Import-SPSiteSubscriptionSettings</command:name><maml:description><maml:para>Restaure une sauvegarde des paramètres d'abonnement au site sur l'identifiant d'abonnement donné.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Import</command:verb><command:noun>SPSiteSubscriptionSettings</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Import-SPSiteSubscriptionSettings</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AdminProperties</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'ID de l'abonnement faisant l'objet de la restauration.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://server_name, ou un GUID, au format 1234-4567-985tg.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Path</maml:name><maml:description><maml:para>Spécifie l'emplacement du fichier d'entrée.</maml:para><maml:para /><maml:para>Le type doit être un chemin d'accès valide, au format C:\nomfichier.bak.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AdminProperties</maml:name><maml:description><maml:para>Spécifie que seules les propriétés de l'abonnement de l'administrateur sont importées. Si ce paramètre n'est pas défini, seules les propriétés de l'abonnement non-administrateur sont importées.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Si une clé de paramètre existe déjà, détermine si la valeur doit être écrasée par celle du fichier de sauvegarde.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Import-SPSiteSubscriptionSettings restaure une sauvegarde des paramètres d'abonnement au site sur l'identifiant d'abonnement donné lorsque le paramètre Identity est utilisé.
Pour écraser les paramètres existants, utilisez le paramètre Force.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPSiteSubscription http://contoso.com | Import-SPSiteSubscriptionSettings -path "c:/backups/contoso_settings_file.bak" -force</dev:code><dev:remarks><maml:para>Cet exemple restaure le magasin de paramètres d'abonnement de contoso.com.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Export-SPSiteSubscriptionSettings</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSiteSubscriptionSettings</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Import-SPSiteSubscriptionSettings</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPServiceEndpoint</command:name><maml:description><maml:para>Définit l'hôte d'un point de terminaison pour une application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPServiceEndpoint</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le point de terminaison du service à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide d'adresse de point de terminaison, au format http://sitename:8003/exemplemodèleservice/service, ou une instance d'un objet SPServiceEndpoint valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>HostName</maml:name><maml:description><maml:para>Spécifie l'hôte par défaut du point de terminaison du service.</maml:para><maml:para /><maml:para>Le type doit être une URL entière avec équilibrage de la charge réseau valide, au format http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>ResetHostName</maml:name><maml:description><maml:para>Supprime l'hôte actuel du point de terminaison du service et utilise l'hôte par défaut.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPServiceEndpoint définit l'hôte d'un point de terminaison d'un service. Utilisez le second jeu de paramètres pour réinitialiser l'hôte du point de terminaison du service afin d'utiliser le point de terminaison par défaut.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE-------------------</maml:title>
<dev:code>C:\PS>Set-SPServiceEndpoint -Identity "ServiceApp1" -HostName http://sitename -ResetHostName $true</dev:code><dev:remarks><maml:para>Cet exemple associe l'objet SPServiceEndpoint à l'identité spécifiée et réinitialise le nom d'hôte.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>Get-SPServiceEndpoint</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPServiceEndpoint</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPWebTemplate</command:name><maml:description><maml:para>Affiche tous les modèles de sites installés globalement qui correspondent à l'identité donnée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPWebTemplate</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPWebTemplate</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom du modèle Web à afficher.</maml:para><maml:para /><maml:para>Le type doit être l'ID ou le nom complet ou partiel du modèle Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue><dev:type><maml:name>SPWebTemplatePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPWebTemplate affiche tous les modèles de sites installés qui correspondent à l'identité partielle ou complète donnée.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>$template = Get-SPWebTemplate "STS#0"

C:\PS>New-SPSite http://contoso.com -OwnerAlias "DOMAIN\JDOE" -Template $template</dev:code><dev:remarks><maml:para>Cet exemple crée une collection de sites à l'aide du modèle de site Web d'équipe (ID =STS#0).</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Get-SPWebTemplate "STS*"</dev:code><dev:remarks><maml:para>Cet exemple affiche les informations de base concernant tous les modèles STS.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPWebTemplate</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPManagedPath</command:name><maml:description><maml:para>Renvoie tous les chemins d'accès gérés qui répondent aux critères donnés.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPManagedPath</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPManagedPath</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPPrefixPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPManagedPath</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPPrefixPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>HostHeader</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID du chemin d'accès géré à renvoyer. </maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://server_name, ou un GUID valide (par exemple, 12345678-90ab-cdef-1234-567890bcdefgh).</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPPrefixPipeBind</command:parameterValue><dev:type><maml:name>SPPrefixPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HostHeader</maml:name><maml:description><maml:para>Si ce paramètre est fourni, les chemins d'accès gérés renvoyés proviennent des sites HostHeader de la batterie.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID de l'application Web à partir de laquelle extraire le chemin d'accès géré.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://server_name, ou un GUID valide (par exemple, 12345678-90ab-cdef-1234-567890bcdefgh).</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPManagedPath renvoie le chemin d'accès géré SharePoint qui correspond à l'identité fournie pour une application Web, une collection de sites ou toutes les collections de sites HostHeader. Si aucun paramètre Identity n'est fourni, tous les chemins d'accès gérés pour l'étendue donnée sont renvoyés.</maml:para><maml:para /><maml:para>Les sites HostHeader (indépendamment de l'application Web dans laquelle ils se trouvent) partagent un ensemble unique de chemins d'accès gérés. Utilisez le paramètre HostHeader pour renvoyer les chemins d'accès gérés d'en-tête d'hôte.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Get-SPManagedPath -WebApplication http://sitename</dev:code><dev:remarks><maml:para>Cet exemple renvoie tous les chemins d'accès gérés pour l'application Web spécifiée.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Get-SPManagedPath -identity "Sites" -HostHeader</dev:code><dev:remarks><maml:para>Cet exemple extrait le chemin d'accès géré Sites des chemins d'accès gérés HostHeader.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPManagedPath</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPManagedPath</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPManagedPath</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPContentDatabase</command:name><maml:description><maml:para>Définit les propriétés globales d'une base de données de contenu SharePoint.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPContentDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPContentDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxSiteCount</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Status</maml:name><command:parameterValue required="True">Online | Disabled | Offline | Unprovisioning | Provisioning | Upgrading</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WarningSiteCount</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la base de données de contenu à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de base de données de contenu SharePoint valide (par exemple, BDContenuSP1) ou une instance d'un objet SPContentDatabase valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>MaxSiteCount</maml:name><maml:description><maml:para>Spécifie le nombre maximal de collections de sites que cette base de données peut héberger.</maml:para><maml:para /><maml:para>Le type doit être un entier positif. Définissez-le sur $null pour effacer cette valeur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Status</maml:name><maml:description><maml:para>Spécifie le statut de la base de données SQL Server. Définissez ce paramètre sur Ready pour que la base de données soit disponible pour héberger de nouveaux sites. Définissez-le sur Offline pour que la base de données ne soit pas disponible pour héberger de nouveaux sites.</maml:para><maml:para /><maml:para>Le type doit être un des suivants : Ready ou Offline</maml:para><maml:para /></maml:description><command:parameterValue required="True">Online | Disabled | Offline | Unprovisioning | Provisioning | Upgrading</command:parameterValue><dev:type><maml:name>Online | Disabled | Offline | Unprovisioning | Provisioning | Upgrading</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WarningSiteCount</maml:name><maml:description><maml:para>Spécifie le nombre de collections de sites pouvant être créées avant qu'un événement d'avertissement ne soit généré et le propriétaire de la collection de sites averti.</maml:para><maml:para /><maml:para>Le type doit être un entier positif. Définissez-le sur $null pour effacer cette valeur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPContentDatabase définit les propriétés globales d'une base de données de contenu SharePoint.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------EXEMPLE 1---------------</maml:title>
<dev:code>C:\PS>Get-SPContentDatabase http://contoso.com | Set-SPContentDatabase -MaxSiteCount 1</dev:code><dev:remarks><maml:para>Cet exemple définit le MaxSiteCount pour la base de données de contenu qui renferme contoso.com sur 1.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>---------------EXEMPLE 2---------------</maml:title>
<dev:code>C:\PS>Get-SPContentDatabase -WebApplication http://sitename | Set-SPContentDatabase -WarningSiteCount $null</dev:code><dev:remarks><maml:para>Cet exemple efface le WarningSiteCount pour toutes les bases de données de l'application Web sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Upgrade-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Dismount-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink>Initialize-SPContentDatabase</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPContentDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Stop-SPServiceInstance</command:name><maml:description><maml:para>Arrête l'instance de service d'un service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Stop</command:verb><command:noun>SPServiceInstance</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Stop-SPServiceInstance</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceInstancePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'instance de service à obtenir.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceInstancePipeBind</command:parameterValue><dev:type><maml:name>SPServiceInstancePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Arrête l'instance de service d'un service sur le serveur spécifié ou pour la batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Stop-SPServiceInstance 67877d63-bff4-4521-867a-ef4979ba07ce</dev:code><dev:remarks><maml:para>Cet exemple arrête l'instance de service dans le serveur donné.</maml:para><maml:para /><maml:para>Le GUID de l'instance de service est unique pour chaque batterie. Vous pouvez exécuter l'applet de commande Get-SPServiceInstance pour afficher le GUID des instances de service, puis utiliser le résultat tiré de l'applet de commande SPServiceInstance pour les autres applets de commande.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Start-SPServiceInstance</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Stop-SPServiceInstance</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPTimerJob</command:name><maml:description><maml:para>Renvoie des travaux du minuteur.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPTimerJob</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPTimerJob</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTimerJobPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Type</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le travail du minuteur à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de travail du minuteur valide (par exemple, TravailMinuteur1) ou une instance d'un objet SPTimerJob valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTimerJobPipeBind</command:parameterValue><dev:type><maml:name>SPTimerJobPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Type</maml:name><maml:description><maml:para>Filtre pour renvoyer les travaux du minuteur d'un type spécifié.</maml:para><maml:para /><maml:para>Le type doit être un nom de type de travail du minuteur valide, par exemple, TravailMinuteur1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Filtre pour renvoyer les travaux du minuteur définis pour l'étendue d'une application Web SharePoint spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MonAppOffice1) ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPTimerJob lit un travail du minuteur spécifié, les travaux du minuteur d'un type spécifié ou les travaux du minuteur définis pour une étendue spécifiée. Si aucun paramètre n'est spécifié, cet applet de commande renvoie toutes les définitions de travaux du minuteur de la batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------------EXEMPLE--------------------- </maml:title>
<dev:code>C:\PS>Get-SPTimerJob -WebApplication "http://servername" | select Name, DisplayName</dev:code><dev:remarks><maml:para>Cet exemple affiche tous les travaux du minuteur pour une application Web spécifiée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Start-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPTimerJob</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Move-SPSite</command:name><maml:description><maml:para>Déplace les collections de site d'une base de données de contenu à une autre.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Move</command:verb><command:noun>SPSite</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Move-SPSite</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>DestinationDatabase</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'identité de la collection de sites à déplacer. Par exemple, http://previous_server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DestinationDatabase</maml:name><maml:description><maml:para>Spécifie la base de données de contenu vers laquelle la collection de sites doit être transférée. Par exemple, ContentDB2.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Move-SPSite déplace les données de la collection de sites spécifiée de sa base de données actuelle à la base de données spécifiée par le paramètre DestinationDatabase. Un verrou en lecture seule est appliqué à la collection de sites afin d'empêcher les utilisateurs d'en modifier les données pendant le transfert. Une fois le transfert terminé, la collection de sites est renvoyée à son état de verrouillage d'origine. La base de données de destination spécifiée doit exister, être attachée au même serveur SQL Server que la base de données de contenu actuelle de la collection de sites et à l'application Web actuelle de la collection de sites.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Move-SPSite http://servername/sites/sitename -DestinationDatabase ContentDb2</dev:code><dev:remarks><maml:para>Cet exemple déplace la collection de sites http://previous_server_name vers la base de données de contenu ContentDb2.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>---------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>Get-SPSite -ContentDatabase ContentDb1 | Move-SPSite -DestinationDatabase ContentDb2</dev:code><dev:remarks><maml:para>Cet exemple déplace toutes les collections de sites de ContentDb1 vers ContentDb2.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>---------------------EXEMPLE 3-----------------------</maml:title>
<dev:code>C:\PS>Get-SPSiteAdministration | where { $_.OwnerLoginName -eq "DOMAIN\username" } | Move-SPSite -DestinationDatabase ContentDb2</dev:code><dev:remarks><maml:para> Cet exemple déplace toutes les collections de sites dont DOMAINE\nomutilisateur est le propriétaire vers ContentDb2. L'applet de commande Get-SPSiteAdministration est utilisée plutôt que Get-SPSite car vous devez posséder les autorisations d'accès aux propriétés de l'objet SPSite dans la collection de sites. Vous pouvez accéder aux propriétés de l'objet SPSiteAdministration en tant qu'administrateur de batterie SharePoint.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Backup-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Restore-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPSiteAdministration</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Move-SPSite</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPTimerJob</command:name><maml:description><maml:para>Définit la planification d'exécution d'un travail du minuteur.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPTimerJob</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPTimerJob</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTimerJobPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Schedule</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le travail du minuteur à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de travail du minuteur valide (par exemple, TravailMinuteur1) ou une instance d'un objet SPTimerJob valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTimerJobPipeBind</command:parameterValue><dev:type><maml:name>SPTimerJobPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Schedule</maml:name><maml:description><maml:para>Spécifie la planification d'exécution du travail du minuteur.</maml:para><maml:para /><maml:para>Le type doit être une des planifications de service Minuteur SharePoint (SPTimer) valides suivantes :</maml:para><maml:para /><maml:para>- Toutes les 5 minutes entre 0 et 59</maml:para><maml:para /><maml:para>- Toutes les heures entre 0 et 59</maml:para><maml:para /><maml:para>- Tous les jours à 15:00:00</maml:para><maml:para /><maml:para>- Toutes les semaines entre ven 22:00:00 et dim 06:00:00</maml:para><maml:para /><maml:para>- Le 15 de chaque mois à 15:00:00</maml:para><maml:para /><maml:para>- Le 1er janvier de chaque année à 15:00:00</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPTimerJob définit la planification d'exécution d'un travail du minuteur spécifié.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE------------------------ </maml:title>
<dev:code>C:\PS>Get-SPTimerJob job-recycle-bin-cleanup | Set-SPTimerJob -Schedule "weekly at sat 5:00"</dev:code><dev:remarks><maml:para>Cet exemple définit la planification d'exécution du travail du minuteur job-recylce-bin-cleanup à weekly at sat 5:00.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Start-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPTimerJob</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPTimerJob</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPClaimProvider</command:name><maml:description><maml:para>Met à jour l'inscription d'un fournisseur de revendications.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPClaimProvider</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPClaimProvider</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPClaimProviderPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Default</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Enabled</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le fournisseur de revendications à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de fournisseur de revendications valide (par exemple, MyClaimProvider1) ou une instance d'un objet SPClaimProvider valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimProviderPipeBind</command:parameterValue><dev:type><maml:name>SPClaimProviderPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Default</maml:name><maml:description><maml:para>Spécifie que le fournisseur de revendications s'applique à toutes les applications et zones Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Enabled</maml:name><maml:description><maml:para>Active le fournisseur de revendications.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPClaimProvider met à jour l'inscription d'un fournisseur de revendications.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Set-SPClaimProvider -Identity "12345678-90ab-cdef-1234-567890bcdefgh"</dev:code><dev:remarks><maml:para>Cet exemple désactive le fournisseur de revendications spécifié.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPClaimProvider</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPClaimProvider</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPBusinessDataCatalogMetadataObject</command:name><maml:description><maml:para>Définit la valeur d'une propriété ou d'un attribut d'un objet de métadonnées Magasin de métadonnées de connectivité de données métiers.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPBusinessDataCatalogMetadataObject</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPBusinessDataCatalogMetadataObject</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">MetadataObject</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PropertyName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PropertyValue</maml:name><command:parameterValue required="True">PSObject</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Remove</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SettingId</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPBusinessDataCatalogMetadataObject</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">MetadataObject</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DisplayName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Remove</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SettingId</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPBusinessDataCatalogMetadataObject</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">MetadataObject</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PropertyName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Remove</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Remove</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SettingId</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'objet de métadonnées Magasin de métadonnées de connectivité de données métiers à mettre à jour.</maml:para><maml:para /></maml:description><command:parameterValue required="True">MetadataObject</command:parameterValue><dev:type><maml:name>MetadataObject</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DisplayName</maml:name><maml:description><maml:para>Spécifie le nom d'affichage de l'objet de métadonnées Magasin de métadonnées de connectivité de données métiers.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PropertyName</maml:name><maml:description><maml:para>Spécifie le nom de la propriété à mettre à jour.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PropertyValue</maml:name><maml:description><maml:para>Définit la nouvelle valeur de la propriété spécifiée dans le paramètre PropertyName.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSObject</command:parameterValue><dev:type><maml:name>PSObject</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Remove</maml:name><maml:description><maml:para>Supprime la propriété spécifiée dans le paramètre PropertyName.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SettingId</maml:name><maml:description><maml:para>Spécifie le secteur du modèle de paramètres d'environnement personnalisé auquel s'applique la propriété.</maml:para><maml:para /><maml:para>Le type doit être une chaîne valide qui identifie un secteur du modèle, par exemple ModelSlice1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPBusinessDataCatalogMetadataObject définit la valeur d'une propriété ou d'un attribut d'un objet de métadonnées Magasin de métadonnées de connectivité de données métiers.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>$objectToSetOn = Get-SPBusinessDataCatalogMetadataObject -Namespace "ContosoDatabase" -Name "ContosoDatabase" -BdcObjectType "LobSystemInstance" -ServiceContext http://contoso</dev:code><dev:remarks><maml:para>Cet exemple crée une propriété sur LobSystemInstance (instance de système externe) nommée ContosoDatabase. La propriété a pour nom ShowInSearchUI et pour valeur True.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>Set-SPBusinessDataCatalogMetadataObject -Identity $objectToSetOn -PropertyName "ShowInSearchUI" -PropertyValue "True"</dev:code><dev:remarks><maml:para>Cet exemple crée une propriété sur LobSystemInstance (instance de système externe). Le paramètre namespace doit être le nom du LobSystem (système externe) de l'instance. Dans cet exemple, ils partagent le même nom.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Revoke-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Grant-SPBusinessDataCatalogMetadataObject</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPBusinessDataCatalogMetadataObject</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPContentDatabase</command:name><maml:description><maml:para>Supprime une base de données de contenu.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPContentDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPContentDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie la base de données de contenu à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom de base de données de contenu SharePoint valide (par exemple, BDContenuSP1) ou une instance d'un objet SPContentDatabase valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPContentDatabase supprime définitivement une base de données de contenu de Microsoft SQL Server 2008 R2, SQL Server 2008 avec Service Pack 1 (SP1) ou SQL Server 2005 avec SP3. Dans les situations où les données doivent être conservées, utilisez l'applet de commande Dismount-SPContentDatabase. Cette dernière supprime la base de données de contenu de SharePoint 2010 Products mais pas de SQL Server 2008 R2, SQL Server 2008 avec SP1 ou SQL Server 2005 avec SP3.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-----------------EXEMPLE---------------------</maml:title>
<dev:code>C:\PS>Get-SPContentDatabase 12345678-90ab-cdef-1234-567890abcdef | Remove-SPContentDatabase</dev:code><dev:remarks><maml:para>Cet exemple supprime la base de données de contenu spécifiée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Upgrade-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPContentDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPServiceApplicationPool</command:name><maml:description><maml:para>Supprime entièrement le pool d'applications de service Web spécifié.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPServiceApplicationPool</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPServiceApplicationPool</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'identité du pool d'applications de service Web à supprimer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue><dev:type><maml:name>SPIisWebServiceApplicationPoolPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPServiceApplicationPool supprime entièrement le pool d'applications de service Web spécifié.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Remove-SPServiceApplicationPool TestServiceWebApplicationPool</dev:code><dev:remarks><maml:para>Cet exemple supprime le pool d'applications de service sélectionné.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPServiceApplicationPool</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPServiceApplicationPool</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPServiceHostConfig</command:name><maml:description><maml:para>Configure un ou plusieurs paramètres communs pour tous les services Web.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPServiceHostConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPServiceHostConfig</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPIisWebServiceSettings</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HttpPort</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HttpsPort</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ImportSslCertificate</maml:name><command:parameterValue required="True">X509Certificate2</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>NetTcpPort</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>NoWait</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPServiceHostConfig</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPIisWebServiceSettings</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>SslCertificateThumbprint</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HttpPort</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HttpsPort</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>NetTcpPort</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>NoWait</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SslCertificateStoreName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'identité de l'application de service Web à configurer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPIisWebServiceSettings</command:parameterValue><dev:type><maml:name>SPIisWebServiceSettings</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SslCertificateThumbprint</maml:name><maml:description><maml:para>Spécifie l'empreinte du certificat SSL à extraire pour les protocoles sécurisés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HttpPort</maml:name><maml:description><maml:para>Spécifie le nouveau port pour le service Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HttpsPort</maml:name><maml:description><maml:para>Spécifie le nouveau port sécurisé pour le service Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ImportSslCertificate</maml:name><maml:description><maml:para>Spécifie le certificat SSL à utiliser pour les protocoles sécurisés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">X509Certificate2</command:parameterValue><dev:type><maml:name>X509Certificate2</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NetTcpPort</maml:name><maml:description><maml:para>Définit le port TCP pour le service Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>NoWait</maml:name><maml:description><maml:para>Pour plus d'informations, voir TechNet.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SslCertificateStoreName</maml:name><maml:description><maml:para>Spécifie l'empreinte du certificat SSL à extraire pour les protocoles sécurisés.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPServiceHostConfig configure un ou plusieurs paramètres communs pour tous les services Web.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPServiceHostConfig -Port 12345</dev:code><dev:remarks><maml:para>Cet exemple définit le port HTTP pour les services Web. </maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceHostConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPServiceHostConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPAlternateURL</command:name><maml:description><maml:para>Renvoie toutes les URL de substitution qui correspondent à un ensemble de critères donné.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPAlternateURL</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPAlternateURL</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPAlternateUrlPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Zone</maml:name><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPAlternateURL</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPAlternateUrlPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Zone</maml:name><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPAlternateURL</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPAlternateUrlPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>ResourceName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Zone</maml:name><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID de l'URL de substitution à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, ou une URL valide au format http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAlternateUrlPipeBind</command:parameterValue><dev:type><maml:name>SPAlternateUrlPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ResourceName</maml:name><maml:description><maml:para>Spécifie le nom de la ressource à partir de laquelle répertorier les URL de substitution.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'application Web à partir de laquelle répertorier les URL de substitution.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Zone</maml:name><maml:description><maml:para>Spécifie une des cinq zones à laquelle l'URL de substitution est associée.</maml:para><maml:para /><maml:para>Doit être une zone valide : Default, Intranet, Internet, Extranet ou Custom</maml:para><maml:para /></maml:description><command:parameterValue required="True">Default | Intranet | Internet | Custom | Extranet</command:parameterValue><dev:type><maml:name>Default | Intranet | Internet | Custom | Extranet</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPAlternateURL fait partie d'un ensemble de paramètres. Elle renvoie toutes les URL de substitution qui correspondent à l'étendue donnée soit par le paramètre facultatif Identity, soit par la combinaison des paramètres facultatifs WebApplication, Zone ou Resource. Chaque critère ajouté rétrécit l'étendue. Si aucun critère n'est spécifié, toutes les URL de substitution sont renvoyées.</maml:para><maml:para /><maml:para>Si le paramètre Identity est spécifié, seule l'URL de substitution spécifique correspondante est renvoyée. S'il n'existe aucune URL de substitution de l'identité donnée dans l'étendue donnée, rien n'est renvoyé.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Get-SPAlternateURL -WebApplication http://sitename</dev:code><dev:remarks><maml:para>Cet exemple affiche toutes les URL de substitution d'une application Web donnée.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Get-SPAlternateURL -ResourceName "MyResource"</dev:code><dev:remarks><maml:para>Cet exemple affiche toutes les URL de substitution d'une ressource donnée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>



<maml:navigationLink><maml:linkText>New-SPAlternateUrl</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPAlternateUrl</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPAlternateUrl</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPAlternateURL</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPTrustedServiceTokenIssuer</command:name><maml:description><maml:para>Met à jour une approbation avec la batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPTrustedServiceTokenIssuer</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPTrustedServiceTokenIssuer</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTrustedServiceTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Certificate</maml:name><command:parameterValue required="True">X509Certificate2</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Description</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'émetteur de jeton de service approuvé à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'émetteur de jeton de service approuvé (par exemple, WFEFarm1) ou une instance d'un objet SPTrustedRootAuthority valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedServiceTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedServiceTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Certificate</maml:name><maml:description><maml:para>Spécifie l'objet de certificat X.509 de la batterie de fournisseurs d'identité approuvés.</maml:para><maml:para /><maml:para>Le type doit être un nom de certificat X.509 valide ; par exemple, Certificate1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">X509Certificate2</command:parameterValue><dev:type><maml:name>X509Certificate2</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Description</maml:name><maml:description><maml:para>Spécifie une description pour l'approbation.</maml:para><maml:para /><maml:para>Le type doit être une chaîne valide, par exemple WFE Farm Trust1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPTrustedServiceTokenIssuer met à jour une approbation avec une batterie SharePoint. Si un fichier de certificat est utilisé, il doit contenir un seul certificat X509 sans clé privée. Dans le cas contraire une exception est déclenchée.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>$cert = Get-PfxCertificate C:\LiveIDSigningCert.pfx
Set - SPTrustedServiceTokenIssuer "WFEFarm1" - Description "WFE Farm 1" - ImportTrustCertificate $cert</dev:code><dev:remarks><maml:para>Cet exemple met à jour une approbation de batterie SharePoint à l'aide du certificat approuvé d'un fichier.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>Set - SPTrustedServiceTokenIssuer "WFEFarm1" - Description "WFE Farm 1" -FederationMetadataUrl "https://liveid.com/STS/2007/03/fedmetadata.xml"</dev:code><dev:remarks><maml:para>Cet exemple met à jour une approbation de batterie SharePoint à l'aide du certificat approuvé de l'URL de terminaison de métadonnées de la fédération.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPTrustedServiceTokenIssuer</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPTrustedServiceTokenIssuer</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPServiceApplicationEndpoint</command:name><maml:description><maml:para>Renvoie le point de terminaison d'une application de service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPServiceApplicationEndpoint</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPServiceApplicationEndpoint</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceEndpointPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPServiceApplicationEndpoint</maml:name><command:parameter required="True" position="Named"><maml:name>ServiceApplication</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le point de terminaison du service à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide d'adresse de point de terminaison, au format http://sitename:8003/exemplemodèleservice/service, ou une instance d'un objet SPServiceEndpoint valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceEndpointPipeBind</command:parameterValue><dev:type><maml:name>SPServiceEndpointPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Spécifie l'application de service à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application de service de paramètres d'abonnement valide (par exemple, SubscriptionSettingsApp1) ou une instance d'un objet SPServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom du point de terminaison de l'application de service.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de point de terminaison d'application de service comme SvcAppEndpoint1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPServiceApplicationEndpoint définit l'hôte d'un point de terminaison d'un service. Utilisez le deuxième paramètre défini et ne spécifiez pas le paramètre Name pour renvoyer une collection de tous les points de terminaison de l'application de service spécifiée.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE--------------------</maml:title>
<dev:code>C:\PS>Get- SPServiceApplicationEndpoint -ServiceApplication "ServiceSubApp1"</dev:code><dev:remarks><maml:para>Cet exemple renvoie l'objet SPServiceEndpoint basé sur l'application de service spécifiée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPServiceApplicationEndpoint</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPServiceApplicationEndpoint</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPDesignerSettings</command:name><maml:description><maml:para>Affiche les composants fonctionnels Microsoft SharePoint Designer 2010.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPDesignerSettings</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPDesignerSettings</maml:name><command:parameter required="True" position="1"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'application Web à laquelle les paramètres sont appliqués.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPDesignerSettings détermine si les composants fonctionnels SharePoint Designer 2010 sont activés sur l'application Web spécifiée.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------------EXEMPLE------------------------ </maml:title>
<dev:code>C:\PS>Get-SPDesignerSettings -webapplication http://contoso</dev:code><dev:remarks><maml:para>Cet exemple extrait les paramètres SharePoint Designer 2010 de l'application Web http://contoso.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPDesignerSettings</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPDesignerSettings</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPWebApplication</command:name><maml:description><maml:para>Crée une nouvelle application Web au sein de la batterie locale.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPWebApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPWebApplication</maml:name><command:parameter required="True" position="Named"><maml:name>ApplicationPool</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AdditionalClaimProvider</maml:name><command:parameterValue required="True">SPClaimProviderPipeBind[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AllowAnonymousAccess</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ApplicationPoolAccount</maml:name><command:parameterValue required="True">SPProcessAccountPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AuthenticationMethod</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AuthenticationProvider</maml:name><command:parameterValue required="True">SPAuthenticationProviderPipeBind[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HostHeader</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Path</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Port</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SecureSocketsLayer</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceApplicationProxyGroup</maml:name><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SignInRedirectProvider</maml:name><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SignInRedirectURL</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Url</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ApplicationPool</maml:name><maml:description><maml:para>Spécifie le nom d'un pool d'applications à utiliser ; par exemple, SharePoint - 1213. Si aucun pool d'applications au nom fourni n'existe, le paramètre ApplicationPoolAccount doit être fourni et un nouveau pool d'applications est créé. Si aucune valeur n'est spécifiée, le pool d'applications par défaut est utilisé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom de la nouvelle application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>AdditionalClaimProvider</maml:name><maml:description><maml:para>Ajoute un fournisseur de revendications spécifique à l'application Web définie.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPClaimProviderPipeBind[]</command:parameterValue><dev:type><maml:name>SPClaimProviderPipeBind[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AllowAnonymousAccess</maml:name><maml:description><maml:para>Autorise l'accès anonyme à l'application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ApplicationPoolAccount</maml:name><maml:description><maml:para>Spécifie le compte d'utilisateur que ce pool d'applications utilise pour son exécution. Utilisez l'applet de commande Get-SPIisWebServicApplicationPool pour utiliser un compte système.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPProcessAccountPipeBind</command:parameterValue><dev:type><maml:name>SPProcessAccountPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AuthenticationMethod</maml:name><maml:description><maml:para>Utilise Kerberos ou NTLM pour spécifier la méthode d'authentification. Si aucune valeur n'est spécifiée, la méthode NTLM par défaut est appliquée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="False" position="Named"><maml:name>AuthenticationProvider</maml:name><maml:description><maml:para>Spécifie le ou les fournisseurs d'authentification qui s'appliquent à une application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAuthenticationProviderPipeBind[]</command:parameterValue><dev:type><maml:name>SPAuthenticationProviderPipeBind[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseCredentials</maml:name><maml:description><maml:para>Spécifie l'objet Credential Windows PowerShell du compte d'utilisateur de base de données.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseName</maml:name><maml:description><maml:para>Spécifie le nom de la base de données de contenu d'origine de la nouvelle application Web.</maml:para><maml:para /><maml:para>Le type doit être un nom de base de données valide, par exemple, ContentDB1. Si aucune valeur n'est spécifiée, une valeur au format WSS_Content_&lt;GUID&gt; est générée automatiquement.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Spécifie le nom du serveur de base de données. Le type doit être un nom de serveur de bases de données valide, au format SQL1 ; lorsque des instances nommées sont utilisées, le format peut être serveur\serveur. L'instance de serveur SQL par défaut est utilisée si aucune valeur n'est fournie.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HostHeader</maml:name><maml:description><maml:para>Spécifie une URL valide affectée à l'application Web correspondant à la configuration alternative du mappage d'accès, au format http://server_name.</maml:para><maml:para /><maml:para>Lorsque le paramètre HostHeader est spécifié, la valeur de ce champ correspond à l'URL interne de l'application Web. Le paramètre Url sert à spécifier l'URL publique. Si aucune valeur n'est spécifiée, elle est laissée vierge.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Path</maml:name><maml:description><maml:para>Spécifié le répertoire physique de la nouvelle application Web dans le dossier des répertoires virtuels. Le type est un chemin d'accès valide, au format C:\Inutepub\wwwroot\MyWebApplication. Si aucune valeur n'est spécifiée, la valeur %wwwroot%\wss\VirtualDirectories\&lt;numéroport&gt; est appliquée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Port</maml:name><maml:description><maml:para>Spécifie le port sur lequel cette application Web est accessible. Il peut s'agir d'un numéro de port valide. Si aucun port n'est spécifié, un numéro de port non conflictuel est automatiquement généré.</maml:para><maml:para /><maml:para>Si vous spécifiez un numéro de port qui a déjà été attribué, IIS ne démarre pas le nouveau site tant que vous n'avez pas changé le numéro de port du nouveau site ou celui de l'ancien site.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SecureSocketsLayer</maml:name><maml:description><maml:para>Autorise le chiffrement SSL (Secure Sockets Layer) pour cette application Web. Si vous choisissez d'utiliser le protocole SSL, vous devez doter chaque serveur du certificat approprié à l'aide des outils d'administration IIS. Tant que les certificats ne sont pas ajoutés, l'application Web reste inaccessible depuis ce site Web IIS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceApplicationProxyGroup</maml:name><maml:description><maml:para>Spécifie le groupe de proxies d'applications de service personnalisés pour l'application Web à utiliser. L'application Web utilise les proxies de ce groupe pour se connecter aux applications de service. Si ce paramètre n'est pas spécifié, le groupe de proxies par défaut pour la batterie est utilisé.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationProxyGroupPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationProxyGroupPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SignInRedirectProvider</maml:name><maml:description><maml:para>Définit l'URL de redirection d'ouverture de session afin de pointer vers l'URL définie dans le fournisseur d'authentification spécifié.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTrustedIdentityTokenIssuerPipeBind</command:parameterValue><dev:type><maml:name>SPTrustedIdentityTokenIssuerPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SignInRedirectURL</maml:name><maml:description><maml:para>Spécifie l'URL de redirection d'ouverture de session pour l'application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Url</maml:name><maml:description><maml:para>Spécifie l'URL à charge équilibrée pour l'application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Crée une nouvelle application Web spécifiée par le paramètre Name. L'utilisateur spécifié par le paramètre DatabaseCredentials doit être membre du rôle de serveur fixe dbcreator sur le serveur de bases de données.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>New-SPWebApplication -Name "Contoso Internet Site" -Port 80 -HostHeader "http://sharepoint.contoso.com" -URL "https://www.contoso.com" -ApplicationPool "ContosoAppPool" -ApplicationPoolAccount (Get-SPManagedAccount "DOMAIN\jdoe")</dev:code><dev:remarks><maml:para>Cet exemple crée une nouvelle application Web en utilisant l'en-tête d'hôte interne sharepoint.contoso.com et l'URL publique https://www.contoso.com.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWebApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPWebApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPWebApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPTopologyServiceApplicationProxy</command:name><maml:description><maml:para>Définit les propriétés de proxy de l'application du service de topologie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPTopologyServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPTopologyServiceApplicationProxy</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTopologyWebServiceProxyPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>BadListPeriod</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID du proxy de l'application.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 1234-4567-098jhj.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTopologyWebServiceProxyPipeBind</command:parameterValue><dev:type><maml:name>SPTopologyWebServiceProxyPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>BadListPeriod</maml:name><maml:description><maml:para>Spécifie la durée pendant laquelle un nœud est conservé dans une liste incorrecte.</maml:para><maml:para /><maml:para>Le type doit être une valeur valide comprise entre 1 et 480 (en minutes).</maml:para><maml:para /><maml:para>La valeur par défaut est 10.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPTopologyServiceApplicationProxy définit les propriétés du proxy de l'application du service de topologie locale et du programme d'équilibrage de charge par défaut.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPTopologyServiceApplicationProxy 67877d63-bff4-4521-867a-ef4979ba07ce -BadListPeriod 1234</dev:code><dev:remarks><maml:para>Cet exemple définit la durée de liste incorrecte pour le proxy de l'application du service de topologie donné.</maml:para><maml:para /><maml:para>Le GUID de l'application du service de topologie est unique pour chaque batterie. Vous pouvez exécuter l'applet de commande Get-SPTopologyServiceApplication pour extraire le GUID.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPTopologyServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPTopologyServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPTopologyServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPBusinessDataCatalogServiceApplication</command:name><maml:description><maml:para>Définit les propriétés globales d'une application de service de connectivité de données métiers dans la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPBusinessDataCatalogServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPBusinessDataCatalogServiceApplication</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ApplicationPool</maml:name><command:parameterValue required="True">SPIisWebServiceApplicationPool</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseName</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabasePassword</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseUsername</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Sharing</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ApplicationPool</maml:name><maml:description><maml:para>Spécifie que le pool d'applications IIS utilise la nouvelle application de service de connectivité des données métiers.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPIisWebServiceApplicationPool</command:parameterValue><dev:type><maml:name>SPIisWebServiceApplicationPool</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DatabaseCredentials</maml:name><maml:description><maml:para>Spécifie l'objet PSCredential qui contient le nom d'utilisateur et le mot de passe à utiliser pour l'authentification SQL Server de la base de données.</maml:para><maml:para /><maml:para>Le type doit être un objet PSCredential valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DatabaseName</maml:name><maml:description><maml:para>Spécifie le nom de la base de données de connectivité de données métiers.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de base de données SQL Server, par exemple UsageLogDB1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DatabasePassword</maml:name><maml:description><maml:para>Spécifie le mot de passe de l'utilisateur spécifié dans DatabaseUserName. Utilisez ce paramètre uniquement si vous accédez à la base de données de connectivité de données métiers via l'authentification SQL Server.</maml:para><maml:para /><maml:para>Le type doit être un mot de passe valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Spécifie le nom de la base de données de connectivité de données métiers.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de base de données SQL Server, par exemple UsageLogDB1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DatabaseUsername</maml:name><maml:description><maml:para>Spécifie le nom d'utilisateur à utiliser pour se connecter à la base de données du catalogue. Utilisez ce paramètre uniquement si vous accédez à la base de données de connectivité de données métiers via l'authentification SQL Server.</maml:para><maml:para /><maml:para>Le type doit être un nom d'utilisateur valide, par exemple UserName1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>FailoverDatabaseServer</maml:name><maml:description><maml:para>Spécifie le nom du serveur hôte pour le serveur de bases de données de basculement.</maml:para><maml:para /><maml:para>Le type doit être un nom d'hôte SQL Server valide, par exemple SQLServerHost1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application de service de connectivité de données métiers associée au nouveau proxy.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie un nom d'affichage pour le nouveau proxy de l'application de service de connectivité de données métiers.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Sharing</maml:name><maml:description><maml:para>Spécifie que l'application de service de connectivité de données métiers est publiée et partagée dans la batterie de serveurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentColletion</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPBusinessDataCatalogServiceApplication définit les propriétés globales d'une application de service de connectivité de données métiers dans la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Set-SPBusinessDataCatalogServiceApplication -Identity $serviceApplication -FailoverDatabaseServer "CONTOSO\Backup"</dev:code><dev:remarks><maml:para>Cet exemple définit le serveur de bases de données de basculement sur CONTOSO\Backup pour l'application de service donnée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPBusinessDataCatalogServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPBusinessDataCatalogServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPBusinessDataCatalogServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPSite</command:name><maml:description><maml:para>Crée une nouvelle collection de sites à l'URL spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPSite</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPSite</maml:name><command:parameter required="True" position="1"><maml:name>Url</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>OwnerAlias</maml:name><command:parameterValue required="True">SPUserPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AdministrationSiteType</maml:name><command:parameterValue required="True">None | TenantAdministration</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ContentDatabase</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Description</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HostHeaderWebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>OwnerEmail</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>QuotaTemplate</maml:name><command:parameterValue required="True">SPQuotaTemplatePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SecondaryEmail</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SecondaryOwnerAlias</maml:name><command:parameterValue required="True">SPUserPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SiteSubscription</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Template</maml:name><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Url</maml:name><maml:description><maml:para>Spécifie l'URL qu'utilise la nouvelle collection de sites. S'il ne s'agit pas d'un site d'en-tête d'hôte, l'URL doit commencer par l'URL de l'application Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>OwnerAlias</maml:name><maml:description><maml:para>Spécifie le nom de connexion d'utilisateur du propriétaire du site.</maml:para><maml:para /><maml:para>Le type doit être un alias d'utilisateur valide au format Domaine\utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserPipeBind</command:parameterValue><dev:type><maml:name>SPUserPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AdministrationSiteType</maml:name><maml:description><maml:para>Spécifie le type de site.</maml:para><maml:para /><maml:para>Les valeurs valides sont None ou TentantAdministration.</maml:para><maml:para /></maml:description><command:parameterValue required="True">None | TenantAdministration</command:parameterValue><dev:type><maml:name>None | TenantAdministration</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ContentDatabase</maml:name><maml:description><maml:para>Spécifie le nom ou le GUID de la base de données de contenu dans laquelle le nouveau site doit être créé. Si aucune base de données de contenu n'est spécifiée, la collection de sites est sélectionnée automatiquement.
</maml:para><maml:para /><maml:para>Le type doit être un nom de base de données valide au format SiteContent1212, ou un GUID au format 1234-5678-9807.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Description</maml:name><maml:description><maml:para>Décrit le nouveau site. Si aucune valeur n'est spécifiée, la valeur reste vide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>HostHeaderWebApplication</maml:name><maml:description><maml:para>Spécifie si l'URL spécifiée est un en-tête d'hôte, le paramètre HostHeaderWebApplication doit correspondre au nom, à l'URL, au GUID ou à l'objet SPWebApplication de l'application Web dans laquelle cette collection de sites est créée. Si aucune valeur n'est spécifiée, la valeur reste vide.</maml:para><maml:para /><maml:para>Le type doit être un nom valide au format WebApplication-1212, une URL (par exemple, http://server_name), ou un GUID (par exemple, 1234-5678-9876-0987).</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Language</maml:name><maml:description><maml:para>Spécifie l'ID de langue de la nouvelle collection de sites. Si aucune langue n'est spécifiée, la collection de sites est créée avec la même langue que celle qui a été spécifiée lors de l'installation du produit.</maml:para><maml:para /><maml:para>Le type doit être un identifiant de langue valide (LCID).</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le titre de la nouvelle collection de sites. Si aucun nom n'est spécifié, le nom par défaut s'applique.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>OwnerEmail</maml:name><maml:description><maml:para>Spécifie l'adresse de messagerie du propriétaire du site. Si aucune valeur n'est spécifiée, la valeur reste vide.</maml:para><maml:para /><maml:para>Le type doit être une adresse de messagerie valide au format xyz@example.com.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>QuotaTemplate</maml:name><maml:description><maml:para>Spécifie le modèle de quota du nouveau site. Le modèle doit déjà exister. Si aucun modèle n'est spécifié, aucun quota n'est appliqué.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPQuotaTemplatePipeBind</command:parameterValue><dev:type><maml:name>SPQuotaTemplatePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SecondaryEmail</maml:name><maml:description><maml:para>Spécifie l'adresse de messagerie du propriétaire secondaire du site. Si aucune valeur n'est spécifiée, la valeur reste vide.</maml:para><maml:para /><maml:para>Le type doit être une adresse de messagerie valide au format xyz@example.com.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SecondaryOwnerAlias</maml:name><maml:description><maml:para>Spécifie les informations de connexion utilisateur du propriétaire secondaire du site. Si aucune valeur n'est spécifiée, la valeur reste vide.</maml:para><maml:para /><maml:para>Le type doit être un alias d'utilisateur valide au format Domaine\utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserPipeBind</command:parameterValue><dev:type><maml:name>SPUserPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SiteSubscription</maml:name><maml:description><maml:para>Spécifie le groupe de sites pour l'obtention des collections de sites.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Template</maml:name><maml:description><maml:para>Spécifie le modèle Web du site Web racine de la nouvelle collection de sites. Le modèle doit déjà être installé. Si aucun modèle n'est spécifié, aucun modèle n'est mis en service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue><dev:type><maml:name>SPWebTemplatePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPSite crée une nouvelle collection de sites avec l'URL et le propriétaire spécifiés par les paramètres Url et OwnerAlias.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>New-SPSite http://sitename/sites/test -OwnerAlias "DOMAIN\JDoe" -Language 1033</dev:code><dev:remarks><maml:para>Cet exemple crée une collection de sites française à l'adresse http://sitename/sites/test détenue par l'utilisateur DOMAIN\Jdoe.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>$w = Get-SPWebApplication http://sitename

C:\PS>New-SPSite http://www.contoso.com -OwnerAlias "DOMAIN\jdoe" -HostHeaderWebApplication $w -Title "Contoso" -Template "STS#0"</dev:code><dev:remarks><maml:para>Cet exemple crée une collection de sites d'en-tête d'hôte. Le modèle étant spécifié, le site Web racine de la collection de sites sera créé.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3-----------------------</maml:title>
<dev:code>C:\PS>Get-SPWebTemplate | Where{ $_.Title -eq "Team Site" } | ForEach-Object{ New-SPSite http://sitename/sites/test -OwnerAlias DOMAIN\jdoe -Template $_ }</dev:code><dev:remarks><maml:para>Cet exemple crée une collection de sites à l'aide du modèle Web "Team Site".</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Backup-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Move-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Restore-SPSite</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPSite</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPCertificateAuthority</command:name><maml:description><maml:para>Renvoie l'autorité de certification (CA) SharePoint.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPCertificateAuthority</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPCertificateAuthority</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPCertificateAuthority renvoie l'autorité de certification SharePoint.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$signingCert = (Get-SPServiceApplication | where $_.Name -eq 'SecurityTokenServiceApplication').SigningCertificate</dev:code><dev:remarks><maml:para>Cet exemple extrait le certificat de signature du fournisseur d'identité STS.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPCertificateAuthority</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Test-SPContentDatabase</command:name><maml:description><maml:para>Teste une base de données de contenu.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Test</command:verb><command:noun>SPContentDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Test-SPContentDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServerInstance</maml:name><command:parameterValue required="True">SPDatabaseServiceInstancePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ShowRowCounts</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Test-SPContentDatabase</maml:name><command:parameter required="True" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServerInstance</maml:name><command:parameterValue required="True">SPDatabaseServiceInstancePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ShowRowCounts</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie la base de données de contenu existante à tester.</maml:para><maml:para /><maml:para>Le type doit être un nom valide de base de données de contenu SharePoint, par exemple SPContentDB1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'application Web SharePoint à utiliser pour tester la base de données de contenu.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'application Web SharePoint (par exemple, MyOfficeApp1), ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseCredentials</maml:name><maml:description><maml:para>Spécifie l'objet PSCredential qui contient le nom d'utilisateur et le mot de passe à utiliser pour l'authentification SQL Server de la base de données.</maml:para><maml:para /><maml:para>Le type doit être un objet PSCredential valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServerInstance</maml:name><maml:description><maml:para>Spécifie l'instance du service de base de données à utiliser pour tester la base de données de contenu spécifiée.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'instance SQL Server (par exemple, DBSvrInstance1), ou une instance d'un objet SPDatabaseServiceInstance valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPDatabaseServiceInstancePipeBind</command:parameterValue><dev:type><maml:name>SPDatabaseServiceInstancePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name /><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ShowRowCounts</maml:name><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Test-SPContentDatabase pour tester une base de données de contenu avec une application Web afin de vérifier que toutes les personnalisations référencées dans la base de données de contenu sont également installées dans l'application Web. Cette applet de commande peut être émise sur une base de données de contenu attachée à la batterie de serveurs, ou sur une base de données de contenu qui n'est pas connectée à la batterie de serveurs. Elle peut également être utilisée pour tester des bases de données de contenu de SharePoint 2010 Products et de SharePoint Products and Technologies.</maml:para><maml:para /><maml:para>L'applet de commande Test-SPContentDatabase ne modifie ni les données, ni la structure de la base de données de contenu, mais peut occasionner une charge sur la base de données pendant les vérifications, pouvant empêcher momentanément son utilisation. Cette applet de commande ne peut être utilisée que sur une base de données de contenu présentant une utilisation faible ou nulle.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>----------------------------EXEMPLE 1-----------------------</maml:title>
<dev:code>C:\PS>Test-SPContentDatabase -name WSS_Content_DB -webapplication http://sitename</dev:code><dev:remarks><maml:para>Cet exemple teste la base de données de contenu WSS_Content_DB avec l'application Web sitename et renvoie une liste de problèmes.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>----------------------------EXEMPLE 2-----------------------</maml:title>
<dev:code>C:\PS>$DB = Get-SPContentDatabase -site http://contoso.com

C:\PS>Test-SPContentDatabase $DB -showrowcounts</dev:code><dev:remarks><maml:para>Cet exemple obtient la base de données de contenu contenant la collection de sites à l'adresse http://contoso.com et la teste ensuite avec l'application Web qui l'héberge afin de déterminer les problèmes. Il affiche donc la liste des problèmes, spécifie le paramètre ShowRowCounts et renvoie les mesures de taille du tableau de la base de données de contenu.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Mount-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Upgrade-SPContentDatabase</maml:linkText><maml:uri /></maml:navigationLink>Initialize-SPContentDatabase</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Test-SPContentDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPWebTemplate</command:name><maml:description><maml:para>Change le titre et la description d'un modèle de site installé.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPWebTemplate</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPWebTemplate</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Description</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom du modèle Web à modifier.</maml:para><maml:para /><maml:para>Le type doit être l'ID ou le nom complet du modèle Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue><dev:type><maml:name>SPWebTemplatePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Description</maml:name><maml:description><maml:para>Spécifie la nouvelle description.</maml:para><maml:para /><maml:para>Le type doit être une description valide, par exemple, Ceci est un modèle.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nouveau nom du modèle.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPWebTemplate change le titre et la description d'un modèle de site installé.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Get-SPSiteTemplate "ATH#0" | Set-SPSiteTemplate -name "Athletics Site"

C:\PS>Set-SPSiteTemplate "ATH#0" -name "Athletics Site"</dev:code><dev:remarks><maml:para>Cet exemple remplace le titre du modèle ATH#0 par Athletics Site.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPWebTemplate</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPWebApplicationHttpThrottlingMonitor</command:name><maml:description><maml:para>Définit les valeurs de compartiment de score d'intégrité pour un compteur de performance de limitation du réseau existant pour une application Web spécifiée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPWebApplicationHttpThrottlingMonitor</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPWebApplicationHttpThrottlingMonitor</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>Category</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="3"><maml:name>Counter</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>HealthScoreBuckets</maml:name><command:parameterValue required="True">Double[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Instance</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>IsDESC</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LowerLimit</maml:name><command:parameterValue required="True">Double</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UpperLimit</maml:name><command:parameterValue required="True">Double</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application Web SharePoint à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application Web SharePoint valide (par exemple, MonAppOffice1) ou une instance d'un objet SPWebApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="2"><maml:name>Category</maml:name><maml:description><maml:para>Spécifie le nom de la catégorie de compteur de performance.</maml:para><maml:para /><maml:para>Le type doit être une catégorie de compteur de performance valide de l'écran de limitation. Utilisez l'applet de commande Get-SPWebApplicationHttpThrottlingMonitor pour renvoyer une liste des catégories de compteur de performance de l'écran de limitation.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="3"><maml:name>Counter</maml:name><maml:description><maml:para>Spécifie le nom du compteur de performance.</maml:para><maml:para /><maml:para>Le type doit être une catégorie de compteur de performance valide de l'écran de limitation. Utilisez l'applet de commande Get-SPWebApplicationHttpThrottlingMonitor pour renvoyer une liste des compteurs de performance de l'écran de limitation.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="True" globbing="False" pipelineInput="True" position="Named"><maml:name>HealthScoreBuckets</maml:name><maml:description><maml:para>Spécifie les plages de compartiments à utiliser pour déterminer le calcul du score d'intégrité du serveur pour ce compteur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Double[]</command:parameterValue><dev:type><maml:name>Double[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Instance</maml:name><maml:description><maml:para>Spécifie l'instance du compteur de performance. La valeur par défaut est vide. Si la valeur spécifiée est incorrecte, cette applet de commande n'est pas exécutée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>IsDESC</maml:name><maml:description><maml:para>Spécifie que ce compteur est interprété dans l'ordre décroissant. </maml:para><maml:para /><maml:para>Si ce paramètre est défini, les valeurs de score d'intégrité sont interprétées dans l'ordre décroissant ; par exemple, définissez ce paramètre en utilisant la catégorie Memory et le compteur Available Mbytes pour analyser la mémoire disponible.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>LowerLimit</maml:name><maml:description><maml:para>Spécifie la limite inférieure du seuil numérique du compte de performance spécifié. Cette limite correspond à la valeur la plus basse des valeurs de compartiment de score d'intégrité.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">Double</command:parameterValue><dev:type><maml:name>Double</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>UpperLimit</maml:name><maml:description><maml:para>Spécifie la limite supérieure du seuil numérique du compte de performance spécifié. Cette limite correspond à la valeur la plus élevée des valeurs de compartiment de score d'intégrité.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Double</command:parameterValue><dev:type><maml:name>Double</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPWebApplicationHttpThrottlingMonitor définit les valeurs de compartiment de score d'intégrité pour un compteur de performance de limitation du réseau existant pour une application Web spécifiée.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>$buckets=(2000,1000,500,300,200,100,50,30,20,10)
Set-SPWebApplicationHttpThrottlingMonitor http://sharepoint -
Category Memory -Counter 'Available Mbytes' -IsDesc -HealthScoreBuckets $buckets</dev:code><dev:remarks><maml:para>Cet exemple définit les valeurs de compartiment du score d'intégrité du compteur Memory\Available Mbytes sur le tableau mentionné pour l'application Web http://sharepoint.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>Set-SPWebApplicationHttpThrottlingMonitor http://sharepoint
0 -Category Memory -Counter 'Available Mbytes' -IsDesc -UpperLimit 3000</dev:code><dev:remarks><maml:para>Cet exemple définit la limite supérieure du compteur Memory\Available Mbytes, la valeur la plus élevée des compartiments de score d'intégrité, à 3000 pour l'application Web the http://sharepoint.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebApplicationHttpThrottlingMonitor</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPWebApplicationHttpThrottling</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SPWebApplicationHttpThrottling</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPWebApplicationHttpThrottlingMonitor</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPIisWebServiceSettings</command:name><maml:description><maml:para>Renvoie les paramètres de service Web communs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPIisWebServiceSettings</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Default</maml:name><maml:description><maml:para>Ce paramètre n'a aucun effet.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPIisWebServiceSettings renvoie les paramètres de service Web communs.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-------------------</maml:title>
<dev:code>C:\PS>Get-SPIisWebServiceSettings</dev:code><dev:remarks><maml:para>Cet exemple affiche les paramètres de service Web.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>Set-SPIisWebServiceSettings</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPIisWebServiceSettings</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPFeature</command:name><maml:description><maml:para>Renvoie les fonctionnalités SharePoint sur la base d'une étendue donnée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPFeature</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPFeature</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPFeature</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Farm</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPFeature</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Sandboxed</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Site</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPFeature</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Web</maml:name><command:parameterValue required="True">SPWebPipeBind</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPFeature</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom de la fonctionnalité à récupérer.</maml:para><maml:para /><maml:para>Le type doit être le nom complet ou partiel au format Feature1, ou un GUID au format 1234-4567-9879, de la fonctionnalité à obtenir.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPFeatureDefinitionPipeBind</command:parameterValue><dev:type><maml:name>SPFeatureDefinitionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Farm</maml:name><maml:description><maml:para>Spécifie que si ce paramètre est utilisé, seules les fonctionnalités activées de la batterie de serveurs s'affichent.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Limit</maml:name><maml:description><maml:para>Limite les résultats affichés. Si « Tous » est spécifié, toutes les fonctionnalités s'affichent.</maml:para><maml:para /><maml:para>Le type doit être un nombre valide supérieur à 0. La valeur par défaut est 200.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Site</maml:name><maml:description><maml:para>Spécifie le nom de la collection de sites à partir de laquelle obtenir les fonctionnalités activées.</maml:para><maml:para /><maml:para>Le type doit être une URL valide d'une collection de sites au format http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Web</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID du site Web.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, ou un GUID au format 1234-5678-9876-0987.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebPipeBind</command:parameterValue><dev:type><maml:name>SPWebPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie le nom de l'application Web à partir de laquelle obtenir les fonctionnalités activées.</maml:para><maml:para /><maml:para>Le type doit être une URL valide vers l'application Web au format http://server_name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande SPFeature fait partie d'un ensemble de paramètres. Tous les paramètres prennent le paramètre Identity, qui peut être le chemin d'accès relatif de la fonctionnalité SharePoint (nom de la fonctionnalité) ou le GUID d'une définition de fonctionnalité. Si le paramètre Identity est spécifié, les applets de commande recherchent l'instance ou la définition de la fonctionnalité donnée pour l'étendue donnée. Si aucun paramètre n'est spécifié, toutes les fonctionnalités installées sont renvoyées.</maml:para><maml:para /><maml:para>L'applet de commande Get-SPFeature se comporte différemment dans chaque étendue et renvoie les fonctionnalités activées à chaque niveau. Si aucune étendue n'est spécifiée, toutes les fonctionnalités installées sont renvoyées.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Get-SPFeature -Limit ALL | Where-Object {$_.Scope -eq "SITE"}</dev:code><dev:remarks><maml:para>Cet exemple renvoie la liste de toutes les fonctionnalités SITE de l'étendue installées.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXEMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Get-SPSite http://somesite | Get-SPWeb -Limit ALL |%{ Get-SPFeature -Web $_ } | Select DisplayName,ID -Unique</dev:code><dev:remarks><maml:para>Cet exemple renvoie le nom et l'identifiant (ID) de chaque fonctionnalité activée de manière unique sur chaque objet SPWeb de la collection de sites à l'adresse http://somesite.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Install-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SPFeature</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SPFeature</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPFeature</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPSecurityTokenServiceManager</command:name><maml:description><maml:para>Met à jour les paramètres du fournisseur d'identité STS SharePoint.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPSecurityTokenServiceManager</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>ImportSigningCertificate</maml:name><maml:description><maml:para>Spécifie l'objet de certificat X.509 de la batterie de fournisseurs d'identité approuvés.</maml:para><maml:para /><maml:para>Le type doit être un nom de certificat X.509 valide ; par exemple, Certificate1.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>SigningCertificateThumbprint</maml:name><maml:description><maml:para>Spécifie l'empreinte du certificat de signature.</maml:para><maml:para /><maml:para>Le type doit être une identité valide d'un certificat de signature, par exemple, 2796BAE63F1801E277261BA0D77770028F20EEE4.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>SigningCertificateStoreName</maml:name><maml:description><maml:para>Spécifie le magasin de certificats dans lequel le certificat de signature réside. Le magasin d'identités d'un fournisseur d'identités peut être une table de base de données SQL, un AD DS ou un AD LDS.</maml:para><maml:para /><maml:para>Le type doit être une identité valide de magasin de certificats de signature, par exemple IdentityStore1.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPSecurityTokenServiceManager met à jour les paramètres du fournisseur d'identité STS SharePoint. Si un fichier de certificat est utilisé, le certificat doit être un certificat X509 sans clé privée. Dans le cas contraire, une exception est déclenchée.</maml:para><maml:para /><maml:para>Cette applet de commande fonctionne uniquement avec des certificats pouvant être exportés. Pour créer un certificat utilisable avec cette applet de commande, spécifiez la partie X509KeyStorageFlags.Exportable dans le paramètre keyStorageFlags du constructeur d'objets x509Certificate2.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>Set - SPSecurityTokenServiceManager - SigningCertificateThumbprint "2796BAE63F1801E277261BA0D77770028F20EEE4"</dev:code><dev:remarks><maml:para>Cet exemple met à jour le certificat de signature du fournisseur d'identité STS SharePoint avec un certificat ayant été déployé dans un magasin de certificats.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>$cert = Get-PfxCertificate C:\LiveIDSigningCert.pfx
Enter password: ****
Set - SPSecurityTokenServiceManager -ImportSingingCertificate $cert</dev:code><dev:remarks><maml:para>Cet exemple importe le certificat de signature pour le fournisseur d'identités STS SharePoint.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>Get-SPSecurityTokenServiceManager</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPSecurityTokenServiceManager</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPSite</command:name><maml:description><maml:para>Supprime entièrement une collection de sites existante et tous ses sous-sites.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPSite</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPSite</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DeleteADAccounts</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>GradualDelete</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'identité du site à supprimer. ll peut s'agir d'une URL valide, au format http://server_name, d'un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, ou d'un objet 
SPSite.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DeleteADAccounts</maml:name><maml:description><maml:para>Force la suppression des comptes utilisateurs des services AD DS (Active Directory Domain Services). Cela s'applique en mode de création de compte AD DS et lorsque la valeur de ce paramètre est True. Les comptes AD DS associés à la collection de sites sont également supprimés des services AD DS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>GradualDelete</maml:name><maml:description><maml:para>Si ce paramètre est fourni, l'opération est exécutée graduellement afin de réduire la charge sur le système. Cette opération est vivement conseillée pour supprimer des sites très volumineux.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPSite supprime entièrement une collection de sites existante et tous ses sous-sites. Cette opération ne peut pas être annulée.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Remove-SPSite -Identity "http://sitename" -GradualDelete -Confirm:$False</dev:code><dev:remarks><maml:para>Cet exemple supprime la collection de sites donnée et tous ses sites avec le paramètre GradualDelete ; la confirmation a été supprimée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Backup-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Move-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Restore-SPSite</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPSite</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPSite</command:name><maml:description><maml:para>Renvoie toutes les collections de sites correspondant aux critères donnés.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPSite</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPSite</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Filter</maml:name><command:parameterValue required="True">ScriptBlock</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WebApplication</maml:name><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPSite</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Filter</maml:name><command:parameterValue required="True">ScriptBlock</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Regex</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPSite</maml:name><command:parameter required="True" position="Named"><maml:name>ContentDatabase</maml:name><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Filter</maml:name><command:parameterValue required="True">ScriptBlock</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SPSite</maml:name><command:parameter required="True" position="Named"><maml:name>SiteSubscription</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Filter</maml:name><command:parameterValue required="True">ScriptBlock</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Limit</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID de la collection de sites à obtenir.
</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://server_name ou http://server_name/site_name, ou un GUID valide (par exemple, 12345678-90ab-cdef-1234-567890bcdefgh).</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ContentDatabase</maml:name><maml:description><maml:para>Spécifie le GUID de la base de données de contenu à partir de laquelle répertorier les collections de sites.</maml:para><maml:para /><maml:para>Le type doit être un nom de base de données valide, au format SPContentDB01, ou un GUID valide (par exemple, 12345678-90ab-cdef-1234-567890bcdefgh). </maml:para><maml:para /></maml:description><command:parameterValue required="True">SPContentDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPContentDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>SiteSubscription</maml:name><maml:description><maml:para>Spécifie l'inscription de sites à partir de laquelle obtenir les collections de sites.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://server_name, ou un GUID valide (par exemple, 12345678-90ab-cdef-1234-567890bcdefgh).</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Filter</maml:name><maml:description><maml:para>Spécifie le bloc de script du filtre côté serveur à appliquer.</maml:para><maml:para /><maml:para>Le type doit être un nom et une valeur de filtre valides au format {$_PropertyName &lt;operator&gt; "filterValue"}.</maml:para><maml:para /><maml:para>Les opérateurs valides sont : EQ, NE, LIKE, NOTLIKE.</maml:para><maml:para /></maml:description><command:parameterValue required="True">ScriptBlock</command:parameterValue><dev:type><maml:name>ScriptBlock</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Limit</maml:name><maml:description><maml:para>Limite le nombre maximal de collections de sites à renvoyer. La valeur par défaut est 200.</maml:para><maml:para /><maml:para>Le type doit être un nombre non négatif valide. Spécifiez ALL pour renvoyer toutes les collections de sites de l'étendue donnée.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Regex</maml:name><maml:description><maml:para>Spécifie si l'URL fournie par le paramètre Identity est traitée comme une expression régulière.</maml:para><maml:para /><maml:para>Le type doit être nombre valide entre 0 et ??
</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WebApplication</maml:name><maml:description><maml:para>Spécifie l'URL, le GUID ou le nom de l'application Web à partir de laquelle répertorier les sites.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, un GUID valide (par exemple, 12345678-90ab-cdef-1234-567890bcdefgh) ou le nom de l'application Web (par exemple, WebApplication1212).</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPWebApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPSite renvoie soit un seul site correspondant au paramètre Identity, soit tous les sites correspondant au paramètre Filter pour l'étendue spécifiée. Les étendues sont les paramètres WebApplication, ContentDatabase et SiteSubscription. Si aucune de ces étendues n'est fournie, l'étendue est la batterie. Si l'étendue est spécifiée sans paramètre Filter, tous les sites de cette étendue sont renvoyés.</maml:para><maml:para /><maml:para>Le paramètre Identity prend également en charge la spécification d'une URL partielle qui se termine par un caractère générique (*). Toutes les collections de sites qui correspondent à cette URL partielle pour l'étendue spécifiée sont renvoyées. De plus, si le paramètre Regex est spécifié, le paramètre Identity est traité comme une expression régulière, et chaque collection de sites dont l'URL fait partie de l'étendue donnée et correspond à l'expression est renvoyée.</maml:para><maml:para /><maml:para>Le paramètre Filter est un filtre côté serveur pour certaines propriétés de collection de sites stockées dans la base de données de contenu. Sans le paramètre Filter, le filtrage sur ces propriétés est lent. Ces propriétés de collection de sites sont Owner, SecondaryOwner et LockState. Le paramètre Filter est un bloc de script qui utilise la même syntaxe qu'une instruction Where-Object, mais qui s'exécute côté serveur pour des résultats plus rapides.</maml:para><maml:para /><maml:para>Les valeurs valides pour LockState sont Unlock, NoAdditions, ReadOnly, NoAccess.</maml:para><maml:para /><maml:para>Il est important de noter que chaque collection de sites renvoyée par l'applet de commande Get-SPSite est automatiquement éliminée au terme du pipeline. Pour stocker les résultats de l'applet de commande Get-SPSite dans une variable locale, utilisez les applets de commande Start-SPAssignment et Stop-SPAssignment afin d'éviter les fuites de mémoire.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1---------------------</maml:title>
<dev:code>C:\PS>Get-SPSite 'http://sitename' | Get-SPWeb -Limit All | Select Title</dev:code><dev:remarks><maml:para>Cet exemple extrait la collection de titres de sous-sites de la collection de sites à l'adresse http://sitename.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2---------------------</maml:title>
<dev:code>C:\PS>Get-SPSite -ContentDatabase "b399a366-d899-4cff-8a9b-8c0594ee755f" | Format-Table -Property Url, Owner, SecondaryOwner</dev:code><dev:remarks><maml:para>Cet exemple extrait un sous-ensemble de données de tous les sites de la base de données b399a366-d899-4cff-8a9b-8c0594ee755f actuelle.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 3---------------------</maml:title>
<dev:code>C:\PS>Start-SPAssignment -Global

C:\PS>$s = Get-SPSite -Identity http://MyApp/Sites/Site1

C:\PS>$s.Url

C:\PS>Stop-SPAssignment -Global</dev:code><dev:remarks><maml:para>Cet exemple extrait les sites spécifiés par le paramètre Identity et insère les résultats dans la variable s.</maml:para><maml:para /><maml:para>L'exemple précédent utilise la méthode Global d'affectation de collection. La méthode Global est plus simple à utiliser mais le contenu de cet objet croît rapidement. Veillez à ne pas exécuter de commande Get-SPSite qui renvoie un grand nombre de résultats lorsque l'affectation globale est activée.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 4---------------------</maml:title>
<dev:code>C:\PS>$GC = Start-SPAssignment

C:\PS>$Sites = $GC | Get-SPSite -Filter {$_.Owner -eq "DOMAIN\JDoe"} -Limit 50

C:\PS>Stop-SPAssignment $GC</dev:code><dev:remarks><maml:para>Cet exemple obtient les 50 premiers sites détenus par l'utilisateur DOMAIN\JDoe via une requête côté serveur et les affecte à une variable locale.</maml:para><maml:para /><maml:para>Cet exemple utilise des méthodes avancées d'affectation de collection.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 5---------------------</maml:title>
<dev:code>C:\PS>Get-SPWebApplication http://sitename | Get-SPSite -Limit All |ForEach-Object {$sum=0}{ $sum+=$_.Usage.Storage }{$sum}</dev:code><dev:remarks><maml:para>Cet exemple montre une commande qui renvoie la somme de l'espace disque utilisé pour tous les sites d'une application Web donnée.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 6---------------------</maml:title>
<dev:code>C:\PS>Get-SPSite -identity "http://localserver/(my|personal)/sites" -Regex</dev:code><dev:remarks><maml:para>Cet exemple renvoie tous les sites qui correspondent à l'expression régulière donnée.</maml:para><maml:para /><maml:para>Les guillemets dans le paramètre Identity sont obligatoires lorsque vous utilisez le paramètre Regex.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 7---------------------</maml:title>
<dev:code>C:\PS>Get-SPSite http://sitename/sites/teams/* -Limit 100</dev:code><dev:remarks><maml:para>Cet exemple obtient jusqu'à 100 sites sous l'URL http://sitename/sites/teams.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 8---------------------</maml:title>
<dev:code>C:\PS>Get-SPSite | select url, @{Expression={$_.Usage.Storage}}</dev:code><dev:remarks><maml:para>Cet exemple obtient le volume de stockage utilisé par une collection de sites en utilisant le champ de stockage de la propriété .UsageInfo.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Backup-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Move-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Restore-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSite</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPSite</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPBusinessDataCatalogServiceApplicationProxy</command:name><maml:description><maml:para>Crée un nouveau proxy d'application du service Connexion de données métiers dans la batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPBusinessDataCatalogServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPBusinessDataCatalogServiceApplicationProxy</maml:name><command:parameter required="True" position="Named"><maml:name>Uri</maml:name><command:parameterValue required="True">Uri</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DefaultProxyGroup</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>PartitionMode</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SPBusinessDataCatalogServiceApplicationProxy</maml:name><command:parameter required="True" position="Named"><maml:name>ServiceApplication</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DefaultProxyGroup</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom complet du nouveau proxy d'application du service Connexion de données métiers. </maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Spécifie l'application du service Connexion de données métiers associée au nouveau proxy.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Uri</maml:name><maml:description><maml:para>Spécifie l'URI d'une application de service distante à laquelle se connecter.</maml:para><maml:para /><maml:para>Le type doit être un URI valide, au format file:\\nom_serveur\docssite.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Uri</command:parameterValue><dev:type><maml:name>Uri</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DefaultProxyGroup</maml:name><maml:description><maml:para>Spécifie que le proxy de cette application de service est ajouté au groupe de proxies par défaut de la batterie.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-SPBusinessDataCatalogServiceApplicationProxy crée un nouveau proxy d'application du service Connexion de données métiers pour une application de ce même service dans la batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>New-SPBusinessDataCatalogServiceApplicationProxy -Name "ContosoServiceAppProxy" -ServiceApplication $serviceApplication</dev:code><dev:remarks><maml:para>Cet exemple crée un nouveau proxy d'application du service Connexion de données métiers appelé ContosoServiceAppProxy pour l'application de service donnée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPBusinessDataCatalogServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPBusinessDataCatalogServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPBusinessDataCatalogServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Uninstall-SPWebTemplate</command:name><maml:description><maml:para>Désinstalle le modèle de site donné.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Uninstall</command:verb><command:noun>SPWebTemplate</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Uninstall-SPWebTemplate</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Language</maml:name><command:parameterValue required="True">UInt32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'ID ou le nom complet du modèle de site à supprimer.</maml:para><maml:para /><maml:para>Un modèle de site valide, par exemple, MYTEMP#0.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue><dev:type><maml:name>SPWebTemplatePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Language</maml:name><maml:description><maml:para>Spécifie la langue du fichier à supprimer. Si ce paramètre n'est pas fourni, toutes les langues du modèle donné sont supprimées. La valeur par défaut est ALL.</maml:para><maml:para /><maml:para>Le type doit être un ID de paramètre régional linguistique valide. Pour Anglais, utilisez 
1033
.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Uninstall-SPWebTemplate désinstalle le modèle de site donné en fournissant une identité complète.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues><maml:para>Aucun</maml:para><maml:para /></command:returnValues><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Uninstall-SPWebTemplate "mytemplate"

C:\PS>Get-SPWebTemplate "mytemplate" | Uninstall-SPWebTemplate</dev:code><dev:remarks><maml:para>Cet exemple supprime un modèle de site appelé mytemplate.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWebTemplate</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Uninstall-SPWebTemplate</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>New-SPSubscriptionSettingsServiceApplicationProxy</command:name><maml:description><maml:para>Crée un proxy d'application dans une application de service de paramètres d'abonnement.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPSubscriptionSettingsServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPSubscriptionSettingsServiceApplicationProxy</maml:name><command:parameter required="True" position="Named"><maml:name>Uri</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SPSubscriptionSettingsServiceApplicationProxy</maml:name><command:parameter required="True" position="Named"><maml:name>ServiceApplication</maml:name><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Spécifie l'application de service de paramètres d'abonnement associée au nouveau proxy.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application de service de paramètres d'abonnement valide (par exemple, AppParamètresAbonnement1) ou une instance d'un objet SPServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Uri</maml:name><maml:description><maml:para>Spécifie l'adresse de l'application de service de paramètres d'abonnement à associer au nouveau proxy d'application.</maml:para><maml:para /><maml:para>Le type doit être un URI valide, au format file:\\nom_serveur\docssite.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande New-SPSubscriptionSettingsServiceApplicationProxy pour créer un proxy d'application dans une application de service de paramètres d'abonnement. Cette opération est nécessaire pour que la batterie locale puisse utiliser une telle application.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------------EXEMPLE---------------------------</maml:title>
<dev:code>C:\PS>$AppPool = New-SPIisWebServiceApplicationPool -Name SettingsServiceAppPool -Account (Get-SPManagedAccount DOMAIN\jdoe)

C:\PS>$App = New-SPSubscriptionSettingsServiceApplication -ApplicationPool $appPool -Name SettingsServiceApp -DatabaseName SettingsServiceDB

C:\PS>$proxy = New-SPSubscriptionSettingsServiceApplicationProxy -ServiceApplication $App

C:\PS>Get-SPServiceInstance | where{$_.TypeName -eq "Windows SharePoint Services Subscription Settings Service"} | Start-SPServiceInstance</dev:code><dev:remarks><maml:para>Cet exemple crée un pool d'applications, une nouvelle application de service de paramètres, un proxy d'application de service de paramètre, puis démarre l'instance de service sur l'ordinateur local. Cet exemple suppose qu'un compte géré pour DOMAIN\jdoe existe déjà.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPSubscriptionSettingsServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSubscriptionSettingsServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>New-SPSubscriptionSettingsServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPSite</command:name><maml:description><maml:para>Configure les sites spécifiés.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPSite</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPSite</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AdministrationSiteType</maml:name><command:parameterValue required="True">None | TenantAdministration</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>LockState</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxSize</maml:name><command:parameterValue required="True">Int64</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>OwnerAlias</maml:name><command:parameterValue required="True">SPUserPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>QuotaTemplate</maml:name><command:parameterValue required="True">SPQuotaTemplatePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SecondaryOwnerAlias</maml:name><command:parameterValue required="True">SPUserPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Template</maml:name><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Url</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>UserAccountDirectoryPath</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WarningSize</maml:name><command:parameterValue required="True">Int64</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SPSite</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSitePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AdministrationSiteType</maml:name><command:parameterValue required="True">None | TenantAdministration</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SiteSubscription</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'URL ou le GUID de la collection de sites à configurer ou fait référence à un objet SPSite contenant des sites à configurer.</maml:para><maml:para /><maml:para>Le type doit être une URL valide au format http://server_name, un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, ou un objet SPSite.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSitePipeBind</command:parameterValue><dev:type><maml:name>SPSitePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AdministrationSiteType</maml:name><maml:description><maml:para>Spécifie le type de site.</maml:para><maml:para /><maml:para>Les valeurs valides sont None ou TentantAdministration.</maml:para><maml:para /></maml:description><command:parameterValue required="True">None | TenantAdministration</command:parameterValue><dev:type><maml:name>None | TenantAdministration</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Supprime les messages de confirmation impliqués dans la définition de l'abonnement de site. Ce paramètre est utilisé avec le paramètre SiteSubscription.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>LockState</maml:name><maml:description><maml:para>Définit l'état de verrouillage de la collection de sites. Les états de verrouillage valides sont Unlock, Content, ReadOnly ou NoAccess.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>MaxSize</maml:name><maml:description><maml:para>Définit la taille de stockage maximale de la collection de sites en mégaoctets.</maml:para><maml:para /><maml:para>Le nombre entier doit être supérieur à la valeur WarningSize. Vous ne pouvez pas utiliser ce paramètre si la collection de sites utilise un modèle de quota.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int64</command:parameterValue><dev:type><maml:name>Int64</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>OwnerAlias</maml:name><maml:description><maml:para>Spécifie le nom du propriétaire de la collection de sites.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserPipeBind</command:parameterValue><dev:type><maml:name>SPUserPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>QuotaTemplate</maml:name><maml:description><maml:para>Spécifie le nouveau modèle de quota pour la collection de sites. </maml:para><maml:para /><maml:para>Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890abcdef.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPQuotaTemplatePipeBind</command:parameterValue><dev:type><maml:name>SPQuotaTemplatePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SecondaryOwnerAlias</maml:name><maml:description><maml:para>Définit le propriétaire secondaire.</maml:para><maml:para /><maml:para>Le type doit être un alias de messagerie valide au format domaine\utilisateur.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPUserPipeBind</command:parameterValue><dev:type><maml:name>SPUserPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SiteSubscription</maml:name><maml:description><maml:para>Spécifie le groupe de sites pour l'obtention des collections de sites.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Template</maml:name><maml:description><maml:para>Spécifie le modèle pour la collection de sites.</maml:para><maml:para /><maml:para> Le type doit être un GUID valide au format 12345678-90ab-cdef-1234-567890abcdef.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPWebTemplatePipeBind</command:parameterValue><dev:type><maml:name>SPWebTemplatePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Url</maml:name><maml:description><maml:para>Spécifie le nom de l'URL du nouveau site.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>UserAccountDirectoryPath</maml:name><maml:description><maml:para>Définit une unité d'organisation sur laquelle définir l'étendue des comptes d'utilisateurs.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WarningSize</maml:name><maml:description><maml:para>Définit le niveau d'avertissement de stockage pour la collection de sites.</maml:para><maml:para /><maml:para>Le nombre entier doit être compris entre 0 et la valeur MaxSize. Vous ne pouvez pas utiliser ce paramètre si la collection de sites utilise un modèle de quota.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int64</command:parameterValue><dev:type><maml:name>Int64</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPSite configure la collection de sites spécifiée par le paramètre Identity. En l'absence d'un paramètre, la valeur n'est pas modifiée.</maml:para><maml:para /><maml:para>Le paramètre QuotaTemplate est mutuellement exclusif avec le paramètre MaxSize et le paramètre WarningSize.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1---------------------</maml:title>
<dev:code>C:\PS>Get-SPSite http://sitename/sites/teams/* | Set-SPSite -SecondaryOwner "DOMAIN\Jdoe"</dev:code><dev:remarks><maml:para>Cet exemple définit le propriétaire secondaire d'un jeu de collections de sites sur DOMAIN\Jdoe.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2---------------------</maml:title>
<dev:code>C:\PS>Set-SPSite -identity "http://sitename" -MaxSize 4000000 -WarningSize 2000000</dev:code><dev:remarks><maml:para>Cet exemple configure les paramètres de quota de la collection de sites http://sitename.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Restore-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Move-SPSite</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Restore-SPSite</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPSite</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPTopologyWebServiceApplication</command:name><maml:description><maml:para>Définit les propriétés de l'application du service de topologie de la batterie locale.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPTopologyWebServiceApplication</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'application à définir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 1234-456-854gh.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>LoadBalancerUrl</maml:name><maml:description><maml:para>Spécifie un programme d'équilibrage de la charge physique externe.</maml:para><maml:para /><maml:para>Le type doit être une URL valide, au format http://search.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPTopologyWebServiceApplication définit les propriétés avancées d'une application lorsque le paramètre Identity est utilisé.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPTopologyWebServiceApplication 67877d63-bff4-4521-867a-ef4979ba07ce -LoadBalancedURL "https://testurl"</dev:code><dev:remarks><maml:para>Cet exemple définit l'URL avec équilibrage de la charge pour l'application du service de topologie.</maml:para><maml:para /><maml:para>Le GUID de l'application du service de topologie est unique pour chaque batterie. Vous pouvez exécuter l'applet de commande Get-SPTopologyServiceApplication pour extraire le GUID.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>Get-SPTopologyWebServiceApplication</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPTopologyWebServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPIisWebServiceSettings</command:name><maml:description><maml:para>Configure un ou plusieurs paramètres communs pour tous les services Web.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPIisWebServiceSettings</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'identité de l'application de service Web à configurer.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>SslCertificateThumbprint</maml:name><maml:description><maml:para>Spécifie l'empreinte du certificat SSL à extraire pour les protocoles sécurisés.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>HttpPort</maml:name><maml:description><maml:para>Spécifie le nouveau port pour le service Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>HttpsPort</maml:name><maml:description><maml:para>Spécifie le nouveau port sécurisé pour le service Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>ImportSslCertificate</maml:name><maml:description><maml:para>Spécifie le certificat SSL à utiliser pour les protocoles sécurisés.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>NetTcpPort</maml:name><maml:description><maml:para>Définit le port TCP pour le service Web.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>NoWait</maml:name><maml:description><maml:para>Pour plus d'informations, voir TechNet.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>SslCertificateStoreName</maml:name><maml:description><maml:para>Spécifie l'empreinte du certificat SSL à extraire pour les protocoles sécurisés.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPIisWebServiceSettings configure un ou plusieurs paramètres communs pour tous les services Web.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Set-SPIisWebServiceSettings -Port 12345</dev:code><dev:remarks><maml:para>Cet exemple définit le port HTTP pour les services Web. </maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks>Get-SPIisWebServiceSettings</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPIisWebServiceSettings</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPTopologyServiceApplication</command:name><maml:description><maml:para>Affiche les propriétés de l'application de service de topologie pour la batterie actuelle.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPTopologyServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPTopologyServiceApplication</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPTopologyWebServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'application.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 1234-4567-098jhj.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPTopologyWebServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPTopologyWebServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPTopologyServiceApplication affiche les propriétés avancées d'une application lorsque le paramètre Identity est utilisé.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur les produits Windows PowerShell for SharePoint, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>--------------EXEMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPTopologyServiceApplication</dev:code><dev:remarks><maml:para>Cet exemple affiche les propriétés de l'application de service de topologie pour la batterie actuelle.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPTopologyServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPTopologyServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPTopologyServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPFarmConfig</command:name><maml:description><maml:para>Définit une propriété globale ou une collection de propriétés globales pour la batterie locale.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPFarmConfig</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPFarmConfig</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DataFormWebPartAutoRefreshEnabled</maml:name><command:parameterValue required="True">$true | $false</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>InstalledProductsRefresh</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceConnectionPointBindingInformation</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceConnectionPointDelete</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WorkflowBatchSize</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WorkflowEventDeliveryTimeout</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WorkflowPostponeThreshold</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>DataFormWebPartAutoRefreshEnabled</maml:name><maml:description><maml:para>Spécifie si les composants DataFormWebPart de n'importe quelle page de la batterie sont autorisés à actualiser régulièrement leur contenu de manière asynchrone (une fois que la page est entièrement rendue). Défini sur false, tous les composants DataFormWebParts ignorent l'intervalle d'actualisation automatique fourni dans les propriétés des composants WebPart.</maml:para><maml:para /></maml:description><command:parameterValue required="True">$true | $false</command:parameterValue><dev:type><maml:name>$true | $false</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Force la suppression ou la mise à jour du point de connexion du service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>InstalledProductsRefresh</maml:name><maml:description><maml:para>Met à jour l'état de la licence de l'ordinateur actuel avec la liste des produits installés sur la batterie.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceConnectionPointBindingInformation</maml:name><maml:description><maml:para>Ajoute ou met à jour le point de connexion du service pour la batterie actuelle dans AD DS (Active Directory Domain Service).</maml:para><maml:para /><maml:para>Le type doit être un tableau de chaînes correspondant à des paires de valeurs clés qui seront ajoutées au point de connexion du service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceConnectionPointDelete</maml:name><maml:description><maml:para>Supprime le point de connexion du service pour la batterie actuelle dans AD DS.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WorkflowBatchSize</maml:name><maml:description><maml:para>Spécifie la taille de pagination pour les événements remis à une même instance de flux de travail. Pour chaque demande, les événements sont transférés en continu, par 100 à la fois.</maml:para><maml:para /><maml:para>La taille de lot est le nombre d'événements traités pour une même instance de flux de travail, qui peut avoir de nombreux événements mis en file d'attente en même temps. Throttle a priorité sur la taille de lot : si l'instance de flux de travail ne peut pas être démarrée ou redémarrée en raison d'un trop grand nombre d'instances en cours d'exécution sur tous les serveurs Web frontaux, aucun des événements ne sera extrait, indépendamment de la taille de lot.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WorkflowEventDeliveryTimeout</maml:name><maml:description><maml:para>Spécifie le délai en tant qu'entier dans lequel un travail de flux de travail doit s'exécuter sans que le travail dépasse le délai d'expiration. Si le travail de flux de travail dépasse le délai d'expiration, il est replacé dans la file d'attente pour être exécuté à nouveau.
</maml:para><maml:para /><maml:para>Par exemple, si la valeur est définie à 5, le travail de flux de travail doit s'exécuter dans les 5 minutes, sans quoi il dépassera le délai d'expiration. Tout travail de flux de travail qui dépasse le délai d'expiration est replacé dans la file d'attente pour s'exécuter à nouveau. La valeur par défaut est 5.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>WorkflowPostponeThreshold</maml:name><maml:description><maml:para>Spécifie le nombre de flux de travail pouvant être exécutés simultanément dans IIS sur une base de données avant que les nouvelles instances de flux de travail ne soient ajournées dans une file d'attente.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPFarmConfig met à jour une collection de paramètres globaux pour la batterie locale qui ne sont pas membres de l'objet SPFarm. Utilisez l'applet de commande Get-SPFarmConfig pour lire les paramètres globaux de la batterie locale et créer un nouvel objet PSCustomObject à partir de la collection de propriétés renvoyées par la batterie locale, puis ajoutez cet objet au pipeline. Modifiez l'objet PSCustomObject et transférez-le à l'applet de commande Set-SPFarmConfig pour changer les valeurs du paramètre.</maml:para><maml:para /><maml:para>Les propriétés collectées dans l'objet PSCustomObject doivent être des paramètres à l'échelle de la batterie. Elles doivent également être configurables une seule fois pour la batterie entière. Le nom du paramètre ajouté à l'objet PSCustomObject doit correspondre exactement au nom du paramètre d'entrée de l'applet de commande Set-the SPFarmConfig.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------------EXEMPLE--------------------------</maml:title>
<dev:code>C:\PS>$a = Get-SPFarmConfigPS&gt; $a.AjaxTimeout = 200PS&gt; $a | Set-SPFarmConfig</dev:code><dev:remarks><maml:para>Cet exemple utilise l'applet de commande Get-SPFarmConfig pour ajouter le paramètre Ajax Timeout à l'objet PSCustomObject, définit la valeur de Ajax Timeout, puis transmet PSCustomObject à l'applet de commande Set-SPFarmConfig pour changer le paramètre Ajax Timeout. Ajax Timeout, un paramètre à l'échelle de la batterie, est membre de l'objet SPWebService et n'est pas accessible via un applet de commande Windows PowerShell.</maml:para><maml:para /><maml:para>Vous pouvez effectuer les mêmes opérations avec n'importe laquelle des commandes suivantes.</maml:para><maml:para />

C:\PS>Set-SPFarmConfig -AjaxTimeout 200</dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPFarmConfig</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Set-SPFarmConfig</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Start-SPServiceInstance</command:name><maml:description><maml:para>Démarre l'instance de service d'un service sur un serveur spécifique ou sur la batterie.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Start</command:verb><command:noun>SPServiceInstance</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Start-SPServiceInstance</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPServiceInstancePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le GUID de l'instance de service à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPServiceInstancePipeBind</command:parameterValue><dev:type><maml:name>SPServiceInstancePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>Utilisez l'applet de commande Start-SPServiceInstance pour démarrer l'instance de service d'un service sur un serveur spécifique ou sur la batterie.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Start-SPServiceInstance 67877d63-bff4-4521-867a-ef4979ba07ce</dev:code><dev:remarks><maml:para>Cet exemple démarre l'instance de service donnée sur le serveur.</maml:para><maml:para /><maml:para>Le GUID de l'instance de service est unique pour chaque batterie. Vous pouvez exécuter l'applet de commande Get-SPServiceInstance pour afficher le GUID des instances de service, puis utiliser le résultat tiré de l'applet de commande SPServiceInstance pour les autres applets de commande.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPServiceInstance</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Start-SPServiceInstance</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPParentFarmTrust</command:name><maml:description><maml:para>Renvoie une approbation avec la batterie parente.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPParentFarmTrust</command:noun><dev:version /></command:details><command:syntax /><command:parameters><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'approbation de batterie parente à obtenir.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'approbation de batterie parente valide (par exemple, BatterieParente1) ou une instance d'un objet SPParentFarmTrust valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPParentFarmTrust lit une approbation avec la batterie parente.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur Windows PowerShell pour SharePoint Foundation 2010, voir TechNet (http://go.microsoft.com/fwlink/?linkid=163184&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-----------------------EXEMPLE------------------------- </maml:title>
<dev:code>C:\PS>Get -SPParentFarmTrust "parentFarm"</dev:code><dev:remarks /></command:example></command:examples><maml:relatedLinks>New-SPParentFarmTrustSet-SPParentFarmTrustRemove-SPParentFarmTrust</maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPParentFarmTrust</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Get-SPFarm</command:name><maml:description><maml:para>Renvoie la batterie SharePoint locale.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPFarm</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPFarm</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPFarm renvoie la batterie SharePoint locale. Aucun paramètre n'est utilisé.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).

</maml:para><maml:para /></maml:description><command:returnValues><maml:para>SPFarm</maml:para><maml:para /></command:returnValues><command:examples><command:example><maml:title />
<dev:code>C:\PS>$f = Get-SPFarm</dev:code><dev:remarks><maml:para>Cet exemple stocke la batterie locale dans une variable.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPFarmConfig</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPFarmConfig</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Backup-SPFarm</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Restore-SPFarm</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPFarm</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Remove-SPSiteSubscription</command:name><maml:description><maml:para>Supprime les données stockées dans une application de service de paramètres d'abonnement pour un ensemble d'abonnements aux sites.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPSiteSubscription</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPSiteSubscription</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Force</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application de service de paramètres d'abonnement au site contenant les données de service à supprimer.</maml:para><maml:para /><maml:para>Le type doit être un GUID valide, au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom d'application de service de paramètres d'abonnement valide (par exemple, AppParamètresAbonnement1) ou une instance d'un objet SPSubscriptionSettingsServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSiteSubscriptionPipeBind</command:parameterValue><dev:type><maml:name>SPSiteSubscriptionPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Force</maml:name><maml:description><maml:para>Force la suppression d'un abonnement au site. Il s'agit de la seule manière d'empêcher 
cette commande

 de demander une confirmation.</maml:para><maml:para /><maml:para>Le type doit être une des valeurs suivantes :</maml:para><maml:para /><maml:para>- True</maml:para><maml:para /><maml:para>- False</maml:para><maml:para /><maml:para>La valeur par défaut est 
False
.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Remove-SPSiteSubscription supprime un abonnement au site et tous les paramètres et collections de sites qu'il contient.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus récentes concernant Windows PowerShell for SharePoint Products 2010, voir la documentation en ligne (http://go.microsoft.com/fwlink/?linkid=163185&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE-----------------------</maml:title>
<dev:code>C:\PS>Remove-SPSiteSubscription "http://contoso.com"</dev:code><dev:remarks><maml:para>Cet exemple supprime toutes les données de l'abonnement au site contoso.com (collections de sites, abonnement au site et paramètres).</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSiteSubscription</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSiteSubscription</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSiteSubscription</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Remove-SPSiteSubscription</name><role /><functionality /><component /></UserDefinedData>
</HelpItems>