﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><!--Version 1.0.9327.1909 --><!--Date created: 12/1/2009 9:51:30 AM--><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>Creates a new Secure Store target application.</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>Specifies the type of target application.</maml:para><maml:para /><maml:para>The type must be one of the following: Individual, Group, IndividualWithTicketing, GroupWithTicketing, RestrictedIndividual, or 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>Specifies the name of the new target application.</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>Specifies the display name of the new target application.</maml:para><maml:para /></maml:description><command:parameterValue 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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Specifies the contact information for the target application.</maml:para><maml:para /></maml:description><command:parameterValue 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>Specifies the URI for setting the user application credentials.</maml:para><maml:para /><maml:para>The type must be a valid URI, in the form 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="False" position="Named"><maml:name>TimeoutInMinutes</maml:name><maml:description><maml:para>The time, in minutes, a ticket is valid if it is not redeemed by the target application. Make sure that the ticket time-out value is long enough to last between the time when the ticket is issued to the time that it is redeemed The default value is 2.</maml:para><maml:para /><maml:para>The type must be a valid integer.</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>The New-SPSecureStoreTargetApplication cmdlet creates a new Secure Store Target application.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE 1------------------</maml:title>
<dev:code>C:\PS>New-SPSecureStoreTargetApplication -Name "ContosoTargetApplication" -FriendlyName "Contoso Target Application" -ApplicationType Group</dev:code><dev:remarks><maml:para>This example creates a new group type target application with the given name and friendly display name.</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>Creates a new Secure Store application fields object.</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>Masks the visible characters that are typed in the field.</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>Specifies the name of the new target application field.</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>Specifies the type of credential field to add to a target application.</maml:para><maml:para /><maml:para>The type must be one of the following: UserName, Password, Pin, Key, Generic, WindowsUserName, or 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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>The New-SPSecureStoreApplicationField cmdlet creates a new Secure Store application field object for a target application.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</maml:title>
<dev:code>C:\PS>New-SPSecureStoreApplicationField -Name "UserName" -Type WindowsUserName -Masked:$false</dev:code><dev:remarks><maml:para>This example creates a new credential field of type WindowsUserName with the name UserName, and the masked property (which when true will hide characters as they are typed in by the user) set to false. This cmdlet is typically used in conjunction with the New-SPSecureStoreApplication cmdlet.</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>Returns a Secure Store application.</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>Specifies the name of the Secure Store application to get.</maml:para><maml:para /></maml:description><command:parameterValue 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>Specifies the service context for the local Secure Store application to connect to.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>The Get-SPSecureStoreApplication cmdlet returns a Secure Store application.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE 1------------------</maml:title>
<dev:code>C:\PS>$ssApp = Get-SPSecureStoreApplication -ServiceContext http://contoso -Name "ContosoTargetApplication"</dev:code><dev:remarks><maml:para>This example gets the Secure Store application for the target application with the name ContosoTargetApplication.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>------------------EXAMPLE 2------------------</maml:title>
<dev:code>C:\PS>-SPSecureStoreApplication -ServiceContext http://contoso -All</dev:code><dev:remarks><maml:para>This example returns all of the Secure Store applicationshttp://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>Sets a new credential mapping for a Secure Store Service application.</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>Specifies the Secure Store Service application (that contains the principal) from which to delete the credential mapping.</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>Specifies the SPClaims object that contains the 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>Specifies the field values for the credential mapping.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>The Update-SPSecureStoreCredentialMapping cmdlet sets a new credential mapping for a Secure Store Service application.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</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>This example updates a credential mapping for the given site and the target application ContosoTargetApplication, for the user with the identity janedoe on domain CONTOSO. This user is mapped to a pair of credential values on the External System with a username of identity jdoe on domain LOBDATABASE and password 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>Synchronizes the key on a Microsoft SharePoint server with the Secure Store master key.</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>Specifies the passphrase that is used for the Secure Store service database.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ServiceApplicationProxy</maml:name><maml:description><maml:para>Specifies the proxy of the service application that contains the server key to synchronize.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>The Update-SPSecureStoreApplicationServerKey cmdlet synchronizes the key on a SharePoint server with the master key for the Secure Store service database.</maml:para><maml:para /><maml:para>Updating a server key is required when:</maml:para><maml:para /><command:list>bullet<command:listItem><maml:para>A new SharePoint server that will run a Secure Store service instance is joined to the farm.</maml:para><maml:para /></command:listItem><command:listItem><maml:para>The key stored in the server is not the key required for the current Secure Store service database (because of server or networking issues).</maml:para><maml:para /></command:listItem><command:listItem><maml:para>The master key is updated but during propagation of the new key, this process fails on one or more of the servers.</maml:para><maml:para /></command:listItem></command:list></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</maml:title>
<dev:code>C:\PS>$newPassPhrase = "abcDEF123!"

Update-SPSecureStoreApplicationServerKey -ServiceApplicationProxy $contosoProxy -Passphrase $newPassPhrase</dev:code><dev:remarks><maml:para>This example synchronizes the passphrase of the server key on a SharePoint server with the master key for the Secure Store service database.</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>Creates a new Secure Store Service application proxy in the farm.</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>Specifies the local Secure Store Service application associated with the new 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>Specifies the URI of a remote Secure Store Service application associated with the new proxy.</maml:para><maml:para /><maml:para>The type must be a valid URI, in the form 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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>Specifies that the service application proxy be added to the farm's default proxy group.</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>Specifies the name of the new service application proxy to create.</maml:para><maml:para /></maml:description><command:parameterValue 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>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>The New-SPSecureStoreServiceApplicationProxy cmdlet creates a new Secure Store Service application proxy for a Secure Store Service application in the farm.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</maml:title>
<dev:code>C:\PS>New-SPSecureStoreServiceApplicationProxy -Name "Contoso Service Application Proxy" -ServiceApplication $SSServiceApp</dev:code><dev:remarks><maml:para>This example creates a new Secure Store Service application proxy with the name Contoso Service Application Proxy for the given service application.</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>Deletes a Secure Store application.</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>Specifies the Secure Store application to delete.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>The Remove-SPSecureStoreApplication cmdlet deletes a Secure Store application.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</maml:title>
<dev:code>C:\PS>Get-SPSecureStoreApplication -ServiceContext http://contoso -Name "ContosoTargetApp" | Remove -SPSecureStoreApplication</dev:code><dev:remarks><maml:para>This example removes the specified application and target.</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>Sets properties of a Secure Store Service application in the farm.</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>Specifies the service application to update.</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>Specifies the existing IIS application pool to run the Web service in for the new service application.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Turns on auditing for the Secure Store Service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>AuditlogMaxSize</maml:name><maml:description><maml:para>Specifies the number of days to retain the audit log.</maml:para><maml:para /><maml:para>The type must be a valid integer.</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>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>Specifies the PSCredential object that contains the user name and password to be used for database SQL authentication.</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>Specifies the name of the Secure Store service database.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabasePassword</maml:name><maml:description><maml:para>Specifies the password for the user specified in DatabaseUserName. Use this parameter only if SQL authentication is used to access the metadata service application database.</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>Specifies the name of the host server for the database specified in 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>Specifies the user name to use for connecting to the database for the Secure Store service application. Use this parameter only if SQL authentication is used to access the service application database.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><maml:description><maml:para>Specifies the name of the host server for the failover database server.</maml:para><maml:para /></maml:description><command:parameterValue 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>Specifies that the Secure Store Service application is published and shared across the farm.</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>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>The Set-SPSecureStoreServiceApplication cmdlet sets properties of a Secure Store Service application in the farm.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</maml:title>
<dev:code>C:\PS>Set-SPSecureStoreServiceApplication -Identity $contosoServApp -AuditlogMaxSize 40</dev:code><dev:remarks><maml:para>This example sets the maximum size of the audit log to 40 days for the given service application.</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>Creates a new Secure Store application.</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>Specifies the service context for the target application.</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>Specifies information about the target application. For example, the TargetApplication object includes data values for application name, display name, contact info, enable ticketing flag, and URL address to set the credential. The schema for the TargetApplication object is defined in the ISecureSToreProviderExtended interface that exposes the target application metadata.</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>Specifies the administrator of the new Secure Store application.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Specifies the claims object for the groups that own the group credentials.</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>Specifies the field information for the application. The default fields are username and password.</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>Specifies the ticket redeemer claim value.</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>The New-SPSecureStoreApplication cmdlet creates a new Secure Store application.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</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>This example creates a new group target application ContosoTargetApplication, and then a new application for that target application. This new application has two fields; UserName of type WindowsUserName, and Password of type WindowsPassword. The user with identity janedoe on the CONTOSO domain is set as the target application administrator.</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>Changes the master key of a Secure Store Service application.</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>Specifies the passphrase that is used for the Secure Store database. The passphrase that you enter is not stored. Make sure that you write down the passphrase and store it in a secure location. The passphrase will be required to add new Secure Store service servers.</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>Specifies the proxy of the Secure Store service application that contains the master key to update.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Specifies that the database for the Secure Store service application is re-encrypted. This synchronizes the master key in all servers that run an instance of the Secure Store application.</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>The Update-SPSecureStoreApplicationServerKey cmdlet changes the master key of a Secure Store Service application.</maml:para><maml:para /><maml:para>Updating the master key is required when:</maml:para><maml:para /><command:list>bullet<command:listItem><maml:para>A new instance of a service application is created and the database for the Secure Store service application is new or empty.</maml:para><maml:para /></command:listItem><command:listItem><maml:para>The master key or passphrase has been compromised.</maml:para><maml:para /></command:listItem><command:listItem><maml:para>Security guidelines require that the passphrase or key be replaced.</maml:para><maml:para /></command:listItem></command:list></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</maml:title>
<dev:code>C:\PS>$newPassPhrase = "abcDEF123!"
Update-SPSecureStoreMasterKey -ServiceApplicationProxy $contosoProxy -Passphrase $newPassPhrase</dev:code><dev:remarks><maml:para>This example creates a new master key for the given service application.</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>Sets properties of a Secure Store application.</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>Specifies the Secure Store application to update.</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>Specifies the administrator of the Secure Store application.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>Specifies the claims object for the groups that own the group credentials.</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>Specifies the field information for the application. The default fields are username and password.</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>Specifies the target application.</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>Specifies the ticket redeemer claim value.</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>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>The Set-SPSecureStoreApplication cmdlet sets properties of a Secure Store application.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</maml:title>
<dev:code>C:\PS>$targetApp.FriendlyName = "Updated Contoso Target App"
Set-SPSecureStoreApplication -Identity $application -TargetApplication $targetApp</dev:code><dev:remarks><maml:para>This example sets a new display name Updated Contoso Target App for the target application.</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>Disables the single sign-on (SSO) Service on a farm server.</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>Specifies the name of the server in which the service is running.</maml:para><maml:para /></maml:description><command:parameterValue 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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>Use the Disable-SPSingleSignOn cmdlet to disable the SSO Service on a farm server.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</maml:title>
<dev:code>C:\PS>Disable-SPSingleSignOn myOldSSO -ServerName CONTOSO</dev:code><dev:remarks><maml:para>This example turns off the SSO Service on the server named 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>Migrates the application definitions from Single Sign-On (SSO) database to Secure Store database as target applications.</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>Specifies the SQL Server connection string for the Secure Store database.</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>Specifies the passphrase used for the Secure Store database.</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>Specifies the SQL Server connection string for the SSO database.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>The Upgrade-SPSingleSignOnDatabase cmdlet migrates the application definitions from SSO database to Secure Store database as target applications. Use the Upgrade-SPSingleSignOn cmdlet to convert an SSO database to a Secure Store database. SSO is a Microsoft SharePoint Server feature. SSO functionality is performed by the Secure Store Service in Microsoft SharePoint Server 2010.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</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>This example migrates the SSO database at the SSO connection to a Secure Store database at the Secure Store connection.</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>Updates the secure store provider.</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>Specifies the provider type. The type must be loaded in memory.<maml:para>The type must be a secure store provider type enclosed in square brackets; for example, [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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>The Set-SPSecureStoreDefaultProvider cmdlet sets or replaces the secure store provider. To register a third-party secure store, implement the ISecureStoreProvider interface. With the interface defined, place the DLL file in the global assembly cache, and then load the DLL and load the type, as shown in the example. You can then set the secure store provider.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</maml:title>
<dev:code>C:\PS>[Reflection.Assembly]::LoadFrom("C:\ContosoFolder\contosoSecureStore.dll")

$type = [Contoso.SecureStore.ContosoSecureStoreProvider]</dev:code><dev:remarks><maml:para>This example sets the custom implemented secure store provider.</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>Creates a new Secure Store Service application in the farm.</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>Specifies the existing IIS application pool to run the Web service in for the new service application.</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>Turns on auditing for the Secure Store Service.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the new Secure Store Service application.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Specifies the number of days to retain the audit log.</maml:para><maml:para /><maml:para>The type must be a valid integer.</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>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>Specifies the PSCredential object that contains the user name and password to be used for database SQL authentication.</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>Specifies the name of the Secure Store service database.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabasePassword</maml:name><maml:description><maml:para>Specifies the password for the user specified in DatabaseUserName. Use this parameter only if SQL authentication is used to access the metadata service application database.</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>Specifies the name of the host server for the database specified in 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>Specifies the user name to use for connecting to the database for the Secure Store service application. Use this parameter only if SQL authentication is used to access the service application database.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>FailoverDatabaseServer</maml:name><maml:description><maml:para>Specifies the name of the host server for the failover database server.</maml:para><maml:para /><maml:para /><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>PartitionMode</maml:name><maml:description><maml:para>Specifies that the service application restricts data by subscription ID. This property cannot be changed after the service application is created.</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>Specifies that the Secure Store service application is published and shared across the farm.</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>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>The New-SPSecureStoreServiceApplication cmdlet creates a new Secure Store Service application in the farm.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</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>This example creates a new Secure Store Service application with the name Contoso Secure Store with auditing disabled, and creates a database with the name ContosoSSDatabase on the given database server for use with the service application.</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>Deletes a credential mapping from a Secure Store Service application.</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>Specifies that the principal is deleted from all Secure Store applications.</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>Specifies the Secure Store application (that contains the principal) from which to delete the credential mapping.</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>Specifies the SPClaims object that contains the 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>Specifies the service context for which the credential mapping will be deleted.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>The Clear-SPSecureStoreCredentialMapping cmdlet deletes a credential mapping from a Secure Store application.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</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>This example deletes the credential mapping from the target application ContosoTargetApplication for the user with alias johndoe and domain 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>Sets a new group credential mapping for a Secure Store Service application.</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>Specifies the Secure Store application (that contains the principal) from which to delete the credential mapping.</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>Specifies the field values for the credential mapping.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue 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>The Update-SPSecureStoreGroupCredentialMapping cmdlet sets a new group credential mapping for a Secure Store Service application. Group credentials are a set of credentials that are associated with multiple identities. Target applications will get credentials for a Secure Store application by using the current user. If the current user meets the authorization rule defined in the Secure Store application for the group credentials, then the data is provided.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</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>This example adds a credential mapping for the target application ContosoGroupTargetApplication, for all users in this group target application. These users are mapped to a pair of credential values on the External System with a username of identity fulltimeemployees on domain LOBDATABASE and with password 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>Clears the secure store provider.</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>Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.</maml:para><maml:para /><maml:para>When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.</maml:para><maml:para /></maml:description><command:parameterValue 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>The Clear-SPSecureStoreDefaultProvider cmdlet clears the secure store provider.</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>------------------EXAMPLE------------------</maml:title>
<dev:code>C:\PS>Clear-SPSecureStoreDefaultProvider</dev:code><dev:remarks><maml:para>This example clears the secure store provider.</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>