﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><!--Version 1.0.9306.1059 --><!--Date created: 12/10/2009 10:16:53 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>New-SPSecureStoreTargetApplication</command:name><maml:description><maml:para>Crée une nouvelle application cible Secure Store.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPSecureStoreTargetApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPSecureStoreTargetApplication</maml:name><command:parameter required="True" position="Named"><maml:name>ApplicationType</maml:name><command:parameterValue required="True">Individual | Group | IndividualWithTicketing | GroupWithTicketing | RestrictedIndividual | RestrictedGroup</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>FriendlyName</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>ContactEmail</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SetCredentialsUri</maml:name><command:parameterValue required="True">Uri</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>TimeoutInMinutes</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>ApplicationType</maml:name><maml:description><maml:para>Spécifie le type d'application cible.</maml:para><maml:para /><maml:para>Le type doit être l'un des suivants : Individual, Group, IndividualWithTicketing, GroupWithTicketing, RestrictedIndividual ou RestrictedGroup.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">Individual | Group | IndividualWithTicketing | GroupWithTicketing | RestrictedIndividual | RestrictedGroup</command:parameterValue><dev:type><maml:name>Individual | Group | IndividualWithTicketing | GroupWithTicketing | RestrictedIndividual | RestrictedGroup</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>FriendlyName</maml:name><maml:description><maml:para>Spécifie le nom de la nouvelle application cible.</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="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom complet de la nouvelle application 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>ContactEmail</maml:name><maml:description><maml:para>Spécifie les informations de contact de l'application 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="False" position="Named"><maml:name>SetCredentialsUri</maml:name><maml:description><maml:para>Spécifie l'URI permettant de définir les informations d'identification d'application utilisateur.</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="False" position="Named"><maml:name>TimeoutInMinutes</maml:name><maml:description><maml:para>Durée, en minutes, pendant laquelle un ticket est valide s'il n'est pas échangé par l'application cible. Assurez-vous que la valeur du délai d'expiration du ticket est suffisamment longue pour permettre l'émission du ticket et son échange. La valeur par défaut est 2.</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 New-SPSecureStoreTargetApplication crée une nouvelle application cible Secure Store.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>New-SPSecureStoreTargetApplication -Name "ContosoTargetApplication" -FriendlyName "Contoso Target Application" -ApplicationType Group</dev:code><dev:remarks><maml:para>Cet exemple crée une nouvelle application cible de type groupe avec les nom et nom complet convivial indiqués.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPSecureStoreApplicationField</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-SPSecureStoreTargetApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreApplicationField</command:name><maml:description><maml:para>Crée un nouvel objet de champ d'application Secure Store.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPSecureStoreApplicationField</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPSecureStoreApplicationField</maml:name><command:parameter required="True" position="Named"><maml:name>Masked</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>Type</maml:name><command:parameterValue required="True">UserName | Password | Pin | Key | Generic | WindowsUserName | WindowsPassword</command: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>Masked</maml:name><maml:description><maml:para>Masque les caractères visibles tapés dans le champ.</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 du nouveau champ d'application cible.</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="False" position="Named"><maml:name>Type</maml:name><maml:description><maml:para>Spécifie le type de champ d'informations d'identification à ajouter à une application cible.</maml:para><maml:para /><maml:para>Le type doit être l'un des suivants : UserName, Password, Pin, Key, Generic, WindowsUserName ou WindowsPassword.</maml:para><maml:para /></maml:description><command:parameterValue required="True">UserName | Password | Pin | Key | Generic | WindowsUserName | WindowsPassword</command:parameterValue><dev:type><maml:name>UserName | Password | Pin | Key | Generic | WindowsUserName | WindowsPassword</maml:name><maml: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-SPSecureStoreApplicationField crée un nouvel objet de champ d'application Secure Store pour une application cible.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>New-SPSecureStoreApplicationField -Name "UserName" -Type WindowsUserName -Masked:$false</dev:code><dev:remarks><maml:para>Cet exemple crée un nouveau champ d'informations d'identification de type WindowsUserName avec le nom UserName et la propriété Masked définie sur false (si cette propriété a pour valeur « true », elle masque les caractères lorsqu'ils sont tapés par l'utilisateur). Cette applet de commande est généralement utilisée conjointement avec l'applet de commande New-SPSecureStoreApplication.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPSecureStoreTargetApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSecureStoreApplication</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-SPSecureStoreApplicationField</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreApplication</command:name><maml:description><maml:para>Retourne une application Secure Store.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPSecureStoreApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPSecureStoreApplication</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>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:syntaxItem><command:syntaxItem><maml:name>Get-SPSecureStoreApplication</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="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: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 de l'application Secure Store à obtenir.</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 de service de l'application Secure Store local à laquelle se connecter.</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:parameters><maml:description><maml:para>L'applet de commande Get-SPSecureStoreApplication retourne une application Secure Store.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE 1------------------</maml:title>
<dev:code>C:\PS>$ssApp = Get-SPSecureStoreApplication -ServiceContext http://contoso -Name "ContosoTargetApplication"</dev:code><dev:remarks><maml:para>Cet exemple obtient l'application Secure Store pour l'application cible portant le nom ContosoTargetApplication.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXEMPLE 2------------------</maml:title>
<dev:code>C:\PS>-SPSecureStoreApplication -ServiceContext http://contoso -All</dev:code><dev:remarks><maml:para>Cet exemple retourne toutes les applications Secure Store http://consoso.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPSecureStoreApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSecureStoreApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSecureStoreApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SPSecureStoreApplicationServerKey</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-SPSecureStoreApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreCredentialMapping</command:name><maml:description><maml:para>Définit un nouveau mappage des informations d'identification pour une application de service Secure Store.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SPSecureStoreCredentialMapping</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Update-SPSecureStoreCredentialMapping</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSecureStoreApplication</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>Values</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: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'application de service Secure Store (qui contient le principal) de laquelle supprimer le mappage des informations d'identification.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSecureStoreApplication</command:parameterValue><dev:type><maml:name>SPSecureStoreApplication</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 l'objet SPClaims qui contient le principal.</maml:para><maml:para /><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="Named"><maml:name>Values</maml:name><maml:description><maml:para>Spécifie les valeurs de champ du mappage des informations d'identification.</maml:para><maml:para /><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>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-SPSecureStoreCredentialMapping définit un nouveau mappage des informations d'identification pour une application de service Secure Store.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$ssApp = Get-SPSecureStoreApplication -ServiceContext http://contoso -Name "ContosoTargetApplication"

$firstCredential = ConvertTo-SecureString "LOBDATABASE\jdoe" -AsPlainText -Force

$secondCredential = ConvertTo-SecureString "abcDEF123$%^" -AsPlainText -Force

$credentialValues = $firstCredential,$secondCredential

$userClaim = New-SPClaimsObject -User "CONTOSO\janedoe" -Type WindowsSamAccountName

Update-SPSecureStoreCredentialMapping -Identity $ssApp -Values $credentialValues -Principal $userClaim</dev:code><dev:remarks><maml:para>Cet exemple met à jour un mappage des informations d'identification pour le site indiqué et l'application cible ContosoTargetApplication, pour l'utilisateur dont l'identité est janedoe sur le domaine CONTOSO. Cet utilisateur est mappé sur une paire de valeurs d'informations d'identification sur le système externe avec un nom d'utilisateur dont l'identité est jdoe sur le domaine LOBDATABASE et le mot de passe abcDEF123$%^.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Clear-SPSecureStoreCredentialMapping</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SPSecureStoreGroupCredentialMapping</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-SPSecureStoreCredentialMapping</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreApplicationServerKey</command:name><maml:description><maml:para>Synchronise la clé sur un serveur Microsoft SharePoint avec la clé principale Secure Store.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SPSecureStoreApplicationServerKey</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Update-SPSecureStoreApplicationServerKey</maml:name><command:parameter required="True" position="Named"><maml:name>Passphrase</maml:name><command:parameterValue required="True">String</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="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>Passphrase</maml:name><maml:description><maml:para>Spécifie la phrase secrète utilisée pour la base de données de service Secure Store.</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>ServiceApplicationProxy</maml:name><maml:description><maml:para>Spécifie le proxy de l'application de service qui contient la clé de serveur à synchroniser.</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 Update-SPSecureStoreApplicationServerKey synchronise la clé sur un serveur SharePoint avec la clé principale pour la base de données de service Secure Store.</maml:para><maml:para /><maml:para>La mise à jour d'une clé de serveur est nécessaire dans les cas suivants :</maml:para><maml:para /><command:list>bullet<command:listItem><maml:para>Un nouveau serveur SharePoint destiné à exécuter une instance de service Secure Store est lié à la batterie de serveurs.</maml:para><maml:para /></command:listItem><command:listItem><maml:para>La clé stockée sur le serveur n'est pas la clé requise pour la base de données de service Secure Store actuelle (en raison de problèmes liés au serveur ou au réseau).</maml:para><maml:para /></command:listItem><command:listItem><maml:para>La clé principale est mise à jour, mais pendant la propagation de la nouvelle clé, ce processus échoue sur un ou plusieurs serveurs.</maml:para><maml:para /></command:listItem></command:list></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$newPassPhrase = "abcDEF123!"

Update-SPSecureStoreApplicationServerKey -ServiceApplicationProxy $contosoProxy -Passphrase $newPassPhrase</dev:code><dev:remarks><maml:para>Cet exemple synchronise la phrase secrète de la clé de serveur sur un serveur SharePoint avec la clé principale pour la base de données de service Secure Store.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Update-SPSecureStoreMasterKey</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-SPSecureStoreApplicationServerKey</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreServiceApplicationProxy</command:name><maml:description><maml:para>Crée un nouveau proxy d'application de service Secure Store dans la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPSecureStoreServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPSecureStoreServiceApplicationProxy</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>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SPSecureStoreServiceApplicationProxy</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="True" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Spécifie l'application de service Secure Store locale 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 Secure Store distante associée au nouveau proxy.</maml:para><maml:para /><maml:para>Le type doit être un URI valide, au format file:\\server_name\sitedocs.</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 d'application de service doit être ajouté au groupe de proxys par défaut 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>Name</maml:name><maml:description><maml:para>Spécifie le nom du nouveau proxy d'application de service à créer.</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-SPSecureStoreServiceApplicationProxy crée un nouveau proxy d'application de service Secure Store pour une application de service Secure Store dans la batterie de serveurs.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>New-SPSecureStoreServiceApplicationProxy -Name "Contoso Service Application Proxy" -ServiceApplication $SSServiceApp</dev:code><dev:remarks><maml:para>Cet exemple crée un nouveau proxy d'application de service Secure Store avec le nom Contoso Service Application Proxy pour l'application de service indiquée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPSecureStoreServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSecureStoreServiceApplication</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-SPSecureStoreServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreApplication</command:name><maml:description><maml:para>Supprime une application Secure Store.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPSecureStoreApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPSecureStoreApplication</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSecureStoreApplication</command: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'application Secure Store à supprimer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSecureStoreApplication</command:parameterValue><dev:type><maml:name>SPSecureStoreApplication</maml:name><maml: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-SPSecureStoreApplication supprime une application Secure Store.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPSecureStoreApplication -ServiceContext http://contoso -Name "ContosoTargetApp" | Remove -SPSecureStoreApplication</dev:code><dev:remarks><maml:para>Cet exemple supprime l'application et la cible spécifiées.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSecureStoreApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSecureStoreApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSecureStoreApplication</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-SPSecureStoreApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreServiceApplication</command:name><maml:description><maml:para>Définit les propriétés d'une application de service Secure Store dans la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPSecureStoreServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPSecureStoreServiceApplication</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>AuditingEnabled</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AuditlogMaxSize</maml:name><command:parameterValue required="True">Nullable</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>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>Identity</maml:name><maml:description><maml:para>Spécifie l'application de service à mettre à jour.</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>ApplicationPool</maml:name><maml:description><maml:para>Spécifie le pool d'applications IIS existant dans lequel exécuter le service Web pour la nouvelle application de service.</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>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>AuditingEnabled</maml:name><maml:description><maml:para>Active l'audit pour le service Secure Store.</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>AuditlogMaxSize</maml:name><maml:description><maml:para>Spécifie, en nombre de jours, la durée de conservation du journal d'audit.</maml:para><maml:para /><maml:para>Le type doit correspondre à un entier valide.</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="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é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: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 du service Secure Store.</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 vous accédez à la base de données d'application de service de métadonnées via l'authentification Server.</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 pour la base de données spécifiée dans 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>DatabaseUsername</maml:name><maml:description><maml:para>Spécifie le nom d'utilisateur à utiliser pour se connecter à la base de données de l'application de service Secure Store. Utilisez ce paramètre uniquement si l'authentification SQL est utilisée pour accéder à la base de données de l'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="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: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>Sharing</maml:name><maml:description><maml:para>Spécifie que l'application de service Secure Store 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 Set-SPSecureStoreServiceApplication définit les propriétés d'une application de service Secure Store dans la batterie de serveurs.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Set-SPSecureStoreServiceApplication -Identity $contosoServApp -AuditlogMaxSize 40</dev:code><dev:remarks><maml:para>Cet exemple définit la taille maximale du journal d'audit sur 40 jours par l'application de service indiquée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPSecureStoreServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSecureStoreServiceApplicationProxy</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-SPSecureStoreServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreApplication</command:name><maml:description><maml:para>Crée une nouvelle application Secure Store.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPSecureStoreApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPSecureStoreApplication</maml:name><command:parameter required="True" position="Named"><maml:name>Fields</maml:name><command:parameterValue required="True">TargetApplicationField[]</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="True" position="Named"><maml:name>TargetApplication</maml:name><command:parameterValue required="True">TargetApplication</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Administrator</maml:name><command:parameterValue required="True">SPClaim[]</command: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>CredentialsOwnerGroup</maml:name><command:parameterValue required="True">SPClaim[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>TicketRedeemer</maml:name><command:parameterValue required="True">SPClaim[]</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 de l'application cible.</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="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>TargetApplication</maml:name><maml:description><maml:para>Spécifie des informations sur l'application cible. Par exemple, l'objet TargetApplication comprend des valeurs de données pour le nom d'application, le nom complet, les informations de contact, l'indicateur d'activation d'émission de tickets et l'adresse URL pour définir les informations d'identification. Le schéma de l'objet TargetApplication est défini dans l'interface ISecureSToreProviderExtended qui expose les métadonnées de l'application cible.</maml:para><maml:para /></maml:description><command:parameterValue required="True">TargetApplication</command:parameterValue><dev:type><maml:name>TargetApplication</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>Administrator</maml:name><maml:description><maml:para>Spécifie l'administrateur de la nouvelle application Secure Store.</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="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>CredentialsOwnerGroup</maml:name><maml:description><maml:para>Spécifie l'objet basé sur des revendications pour les groupes qui détiennent les informations d'identification de groupe.</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="Named"><maml:name>Fields</maml:name><maml:description><maml:para>Spécifie les informations de champ de l'application. Les champs par défaut sont le nom d'utilisateur et le mot de passe.</maml:para><maml:para /></maml:description><command:parameterValue required="True">TargetApplicationField[]</command:parameterValue><dev:type><maml:name>TargetApplicationField[]</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>TicketRedeemer</maml:name><maml:description><maml:para>Spécifie la valeur de revendication de l'échangeur de ticket.</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:parameters><maml:description><maml:para>L'applet de commande New-SPSecureStoreApplication crée une nouvelle application Secure Store.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$usernameField = New-SPSecureStoreApplicationField -Name "UserName" -Type WindowsUserName -Masked:$false

$passwordField = New-SPSecureStoreApplicationField -Name "Password" -Type WindowsPassword -Masked:$true

$fields = $usernameField,$passwordField

$userClaim = New-SPClaimsObject -User "CONTOSO\janedoe" -Type WindowsSamAccountName

$contosoTargetApp = New-SPSecureStoreTargetApplication -Name "ContosoTargetApplication" -FriendlyName "Contoso Target Application" -ApplicationType Group

New-SPSecureStoreApplication -ServiceContext http://contoso -TargetApplication $contosoTargetApp -Fields $fields -Administrator $claimUser</dev:code><dev:remarks><maml:para>Cet exemple crée une nouvelle application cible de groupe ContosoTargetApplication, puis une nouvelle application pour cette application cible. Cette nouvelle application possède deux champs : UserName, de type WindowsUserName, et Password, de type WindowsPassword. L'utilisateur dont l'identité est janedoe sur le domaine CONTOSO est défini en tant qu'administrateur de l'application cible.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSecureStoreApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSecureStoreApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSecureStoreApplication</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-SPSecureStoreApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreMasterKey</command:name><maml:description><maml:para>Modifie la clé principale d'une application de service Secure Store.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SPSecureStoreMasterKey</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Update-SPSecureStoreMasterKey</maml:name><command:parameter required="True" position="Named"><maml:name>Passphrase</maml:name><command:parameterValue required="True">String</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="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>Passphrase</maml:name><maml:description><maml:para>Spécifie la phrase secrète utilisée pour la base de données Secure Store. La phrase secrète que vous entrez n'est pas stockée. Veillez à noter la phrase secrète et à la conserver en lieu sûr. Vous devrez recourir à la phrase secrète pour ajouter de nouveaux serveurs de service Secure Store.</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="False" position="Named"><maml:name>ServiceApplicationProxy</maml:name><maml:description><maml:para>Spécifie le proxy de l'application de service Secure Store contenant la clé principale à mettre à jour.</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="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>Reencrypt</maml:name><maml:description><maml:para>Spécifie que la base de données de l'application de service Secure Store est rechiffrée. Cette opération synchronise la clé principale dans tous les serveurs qui exécutent une instance de l'application Secure Store.</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 Update-SPSecureStoreApplicationServerKey modifie la clé principale d'une application de service Secure Store.</maml:para><maml:para /><maml:para>La mise à jour de la clé principale est nécessaire dans les cas suivants :</maml:para><maml:para /><command:list>bullet<command:listItem><maml:para>Une nouvelle instance d'une application de service est créée et la base de données pour l'application de service Secure Store est nouvelle ou vide.</maml:para><maml:para /></command:listItem><command:listItem><maml:para>La clé principale ou la phrase secrète a été compromise.</maml:para><maml:para /></command:listItem><command:listItem><maml:para>Les consignes de sécurité stipulent que la phrase secrète ou la clé doit être remplacée.</maml:para><maml:para /></command:listItem></command:list></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$newPassPhrase = "abcDEF123!"
Update-SPSecureStoreMasterKey -ServiceApplicationProxy $contosoProxy -Passphrase $newPassPhrase</dev:code><dev:remarks><maml:para>Cet exemple crée une nouvelle clé principale pour l'application de service indiquée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Update-SPSecureStoreApplicationServerKey</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-SPSecureStoreMasterKey</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreApplication</command:name><maml:description><maml:para>Définit les propriétés d'une application de Secure Store.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPSecureStoreApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPSecureStoreApplication</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSecureStoreApplication</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Administrator</maml:name><command:parameterValue required="True">SPClaim[]</command: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>CredentialsOwnerGroup</maml:name><command:parameterValue required="True">SPClaim[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Fields</maml:name><command:parameterValue required="True">TargetApplicationField[]</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>TargetApplication</maml:name><command:parameterValue required="True">TargetApplication</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>TicketRedeemer</maml:name><command:parameterValue required="True">SPClaim[]</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'application Secure Store à mettre à jour.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSecureStoreApplication</command:parameterValue><dev:type><maml:name>SPSecureStoreApplication</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>Administrator</maml:name><maml:description><maml:para>Spécifie l'administrateur de l'application Secure Store.</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="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>CredentialsOwnerGroup</maml:name><maml:description><maml:para>Spécifie l'objet basé sur des revendications pour les groupes qui détiennent les informations d'identification de groupe.</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="Named"><maml:name>Fields</maml:name><maml:description><maml:para>Spécifie les informations de champ de l'application. Les champs par défaut sont le nom d'utilisateur et le mot de passe.</maml:para><maml:para /></maml:description><command:parameterValue required="True">TargetApplicationField[]</command:parameterValue><dev:type><maml:name>TargetApplicationField[]</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>TargetApplication</maml:name><maml:description><maml:para>Spécifie l'application cible.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">TargetApplication</command:parameterValue><dev:type><maml:name>TargetApplication</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>TicketRedeemer</maml:name><maml:description><maml:para>Spécifie la valeur de revendication de l'échangeur de ticket.</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="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-SPSecureStoreApplication définit les propriétés d'une application Secure Store.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$targetApp.FriendlyName = "Updated Contoso Target App"
Set-SPSecureStoreApplication -Identity $application -TargetApplication $targetApp</dev:code><dev:remarks><maml:para>Cet exemple définit un nouveau nom complet Updated Contoso Target App pour l'application cible.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPSecureStoreApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSecureStoreApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPSecureStoreApplication</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-SPSecureStoreApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSingleSignOn</command:name><maml:description><maml:para>Désactive le service d'authentification unique sur un serveur de la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SPSingleSignOn</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Disable-SPSingleSignOn</maml:name><command:parameter required="True" position="Named"><maml:name>ServerName</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>ServerName</maml:name><maml:description><maml:para>Spécifie le nom du serveur sur lequel le service est en cours d'exécution.</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 Disable-SPSingleSignOn pour désactiver le service d'authentification unique sur un serveur de la batterie de serveurs.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Disable-SPSingleSignOn myOldSSO -ServerName CONTOSO</dev:code><dev:remarks><maml:para>Cet exemple désactive le service d'authentification unique sur le serveur nommé CONTOSO.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Upgrade-SPSingleSignOnDatabase</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-SPSingleSignOn</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSingleSignOnDatabase</command:name><maml:description><maml:para>Migre les définitions d'applications depuis la base de données d'authentification unique vers la base de données Secure Store en tant qu'applications cibles.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Upgrade</command:verb><command:noun>SPSingleSignOnDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Upgrade-SPSingleSignOnDatabase</maml:name><command:parameter required="True" position="Named"><maml:name>SecureStoreConnectionString</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>SecureStorePassphrase</maml:name><command:parameterValue required="True">SecureString</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>SSOConnectionString</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="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SecureStoreConnectionString</maml:name><maml:description><maml:para>Spécifie la chaîne de connexion SQL Server pour la base de données Secure Store.</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="False" position="Named"><maml:name>SecureStorePassphrase</maml:name><maml:description><maml:para>Spécifie la phrase secrète utilisée pour la base de données Secure Store.</maml:para><maml:para /><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>SSOConnectionString</maml:name><maml:description><maml:para>Spécifie la chaîne de connexion SQL Server pour la base de données d'authentification unique.</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:parameters><maml:description><maml:para>L'applet de commande Upgrade-SPSingleSignOnDatabase migre les définitions d'applications depuis la base de données d'authentification unique vers la base de données Secure Store en tant qu'applications cibles. Utilisez l'applet de commande Upgrade-SPSingleSignOn pour convertir une base de données d'authentification unique en une base de données Secure Store. L'authentification unique est une fonctionnalité Microsoft SharePoint Server. Les fonctionnalités d'authentification unique sont réalisées par le service Secure Store dans Microsoft SharePoint Server 2010.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Upgrade-SPSingleSignOnDatabase -SSOConnectionString "Data Source=oldServer;Database=SSO;Trusted_Connection=yes;" -SecureStoreConnectionString "Data Source=CONTOSO\SQLDatabase;Database=ContosoSSDatabase;Trusted_Connection=yes;" -SecureStorePassphrase "abcDEF123!@#"</dev:code><dev:remarks><maml:para>Cet exemple migre la base de données d'authentification unique au niveau de la connexion d'authentification unique vers une base de données Secure Store au niveau de la connexion Secure Store.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Disable-SPSingleSignOn</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>Upgrade-SPSingleSignOnDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreDefaultProvider</command:name><maml:description><maml:para>Met à jour le fournisseur de banque d'informations sécurisée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPSecureStoreDefaultProvider</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPSecureStoreDefaultProvider</maml:name><command:parameter required="True" position="Named"><maml:name>Type</maml:name><command:parameterValue required="True">Type</command: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>Type</maml:name><maml:description>Spécifie le type de fournisseur. Le type doit être chargé en mémoire.<maml:para>Le type doit être un type de fournisseur de banque d'informations sécurisée placé entre crochets, par exemple, [Reflection.Assembly].</maml:para><maml:para /></maml:description><command:parameterValue required="True">Type</command:parameterValue><dev:type><maml:name>Type</maml:name><maml: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-SPSecureStoreDefaultProvider définit ou remplace le fournisseur de banque d'informations sécurisée. Pour inscrire une banque d'informations sécurisée tierce, implémentez l'interface ISecureStoreProvider. Une fois l'interface définie, placez le fichier DLL dans le Global Assembly Cache, puis chargez la DLL et chargez le type, comme indiqué dans l'exemple. Vous pouvez ensuite définir le fournisseur de banque d'informations sécurisée.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>[Reflection.Assembly]::LoadFrom("C:\ContosoFolder\contosoSecureStore.dll")

$type = [Contoso.SecureStore.ContosoSecureStoreProvider]</dev:code><dev:remarks><maml:para>Cet exemple définit le fournisseur de banque d'informations sécurisée implémenté personnalisé.</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-SPSecureStoreDefaultProvider</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreServiceApplication</command:name><maml:description><maml:para>Crée une nouvelle application de service Secure Store dans la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPSecureStoreServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPSecureStoreServiceApplication</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="True" position="Named"><maml:name>AuditingEnabled</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>AuditlogMaxSize</maml:name><command:parameterValue required="True">Nullable</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="False" position="Named"><maml:name>ApplicationPool</maml:name><maml:description><maml:para>Spécifie le pool d'applications IIS existant dans lequel exécuter le service Web pour la nouvelle application de service.</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="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AuditingEnabled</maml:name><maml:description><maml:para>Active l'audit pour le service Secure Store.</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>Name</maml:name><maml:description><maml:para>Spécifie le nom de l'application de service Secure Store.</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>AuditlogMaxSize</maml:name><maml:description><maml:para>Spécifie, en nombre de jours, la durée de conservation du journal d'audit.</maml:para><maml:para /><maml:para>Le type doit correspondre à un entier valide.</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="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é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: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 du service Secure Store.</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 vous accédez à la base de données d'application de service de métadonnées via l'authentification Server.</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 pour la base de données spécifiée dans 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>DatabaseUsername</maml:name><maml:description><maml:para>Spécifie le nom d'utilisateur à utiliser pour se connecter à la base de données de l'application de service Secure Store. Utilisez ce paramètre uniquement si l'authentification SQL est utilisée pour accéder à la base de données de l'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="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 service Secure Store 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-SPSecureStoreServiceApplication crée une nouvelle application de service Secure Store dans la batterie de serveurs.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>New-SPSecureStoreServiceApplication -ApplicationPool "SharePoint Web Services Default" -AuditingEnabled:$false -DatabaseServer "CONTOSO\SharePoint" -DatabaseName "ContosoSSDatabase"-Name "Contoso Secure Store"</dev:code><dev:remarks><maml:para>Cet exemple crée une nouvelle application de service Secure Store nommée Contoso Secure Store avec désactivation de l'audit, puis crée, sur le serveur de bases de données indiqué, une base de données nommée ContosoSSDatabase en vue de son utilisation avec l'application de service.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPSecureStoreServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPSecureStoreServiceApplicationProxy</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-SPSecureStoreServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreCredentialMapping</command:name><maml:description><maml:para>Supprime un mappage des informations d'identification d'une application de service Secure Store.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Clear</command:verb><command:noun>SPSecureStoreCredentialMapping</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Clear-SPSecureStoreCredentialMapping</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSecureStoreApplication</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="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>Clear-SPSecureStoreCredentialMapping</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="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>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>All</maml:name><maml:description><maml:para>Spécifie que le principal est supprimé de toutes les applications Secure Store.</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 l'application Secure Store (qui contient le principal) de laquelle supprimer le mappage des informations d'identification.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPSecureStoreApplication</command:parameterValue><dev:type><maml:name>SPSecureStoreApplication</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 l'objet SPClaims qui contient le principal.</maml:para><maml:para /><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>ServiceContext</maml:name><maml:description><maml:para>Spécifie le contexte de service pour lequel le mappage des informations d'identification sera supprimé.</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-SPSecureStoreCredentialMapping supprime un mappage des informations d'identification d'une application Secure Store.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$ssApp = Get-SPSecureStoreApplication -ServiceContext http://contoso -Name "ContosoTargetApplication"
$userClaim = New-SPClaimsObject -User "CONTOSO\johndoe" -Type WindowsSamAccountName
Clear-SPSecureStoreCredentialMapping -Identity $ssApp -Principal $userClaim</dev:code><dev:remarks><maml:para>Cet exemple supprime le mappage des informations d'identification de l'application cible ContosoTargetApplication pour l'utilisateur dont l'alias est johndoe et dont le domaine est CONTOSO.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Update-SPSecureStoreCredentialMapping</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-SPSecureStoreCredentialMapping</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreGroupCredentialMapping</command:name><maml:description><maml:para>Définit un nouveau mappage des informations d'identification de groupe pour une application de service Secure Store.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SPSecureStoreGroupCredentialMapping</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Update-SPSecureStoreGroupCredentialMapping</maml:name><command:parameter required="True" position="Named"><maml:name>Identity</maml:name><command:parameterValue required="True">SPSecureStoreApplication</command:parameterValue></command:parameter><command:parameter required="True" position="Named"><maml:name>Values</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: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'application Secure Store (qui contient le principal) de laquelle supprimer le mappage des informations d'identification.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">SPSecureStoreApplication</command:parameterValue><dev:type><maml:name>SPSecureStoreApplication</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>Values</maml:name><maml:description><maml:para>Spécifie les valeurs de champ du mappage des informations d'identification.</maml:para><maml:para /><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>WhatIf</maml:name><maml:description><maml:para /><maml:para /></maml:description><command:parameterValue 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-SPSecureStoreGroupCredentialMapping définit un nouveau mappage des informations d'identification de groupe pour une application de service Secure Store. Les informations d'identification de groupe constituent un ensemble d'informations d'identification associées à plusieurs identités. Les applications cibles obtiennent les informations d'identification pour une application Secure Store par le biais de l'utilisateur actuel. Si l'utilisateur actuel satisfait à la règle d'autorisation définie dans l'application Secure Store pour les informations d'identification de groupe, les données sont fournies.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>$ssApp = Get-SPSecureStoreApplication -ServiceContext http://contoso -Name "ContosoGroupTargetApplication"

$firstCredential = ConvertTo-SecureString "LOBDATABASE\fulltimeemployees" -AsPlainText -Force

$secondCredential = ConvertTo-SecureString "abcDEF123$%^" -AsPlainText -Force

$credentialValues = $firstCredential,$secondCredential

Update-SPSecureStoreGroupCredentialMapping -Identity $ssApp -Values $credentialValues</dev:code><dev:remarks><maml:para>Cet exemple ajoute un mappage des informations d'identification pour l'application cible ContosoGroupTargetApplication, pour tous les utilisateurs dans cette application cible de groupe. Ces utilisateurs sont mappés sur une paire de valeurs d'informations d'identification sur le système externe avec un nom d'utilisateur dont l'identité est fulltimeemployees sur le domaine LOBDATABASE et avec le mot de passe abcDEF123$%^.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Update-SPSecureStoreCredentialMapping</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Clear-SPSecureStoreCredentialMapping</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-SPSecureStoreGroupCredentialMapping</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSecureStoreDefaultProvider</command:name><maml:description><maml:para>Efface le fournisseur de banque d'informations sécurisée.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Clear</command:verb><command:noun>SPSecureStoreDefaultProvider</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Clear-SPSecureStoreDefaultProvider</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 Clear-SPSecureStoreDefaultProvider efface le fournisseur de banque d'informations sécurisée.</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>Clear-SPSecureStoreDefaultProvider</dev:code><dev:remarks><maml:para>Cet exemple efface le fournisseur de banque d'informations sécurisée.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Set-SPSecureStoreDefaultProvider</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-SPSecureStoreDefaultProvider</name><role /><functionality /><component /></UserDefinedData>
</HelpItems>