﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><!--Version 1.0.9306.1647 --><!--Date created: 11/2/2009 4:48:39 PM--><HelpItems xmlns="http://msh" schema="maml">
	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Set-SPStateServiceApplication</command:name><maml:description><maml:para>Updates the name of a state service application.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPStateServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPStateServiceApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command: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>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Specifies the state service application to update.</maml:para><maml:para /><maml:para>The type must be a valid name of a state service application (for example, StateServiceApp1); a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; or an instance of a valid SPStateServiceApplication object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPStateServiceApplicationPipeBind</maml:name><maml: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>Name</maml:name><maml:description><maml:para>Specifies the display name of the state service application.</maml:para><maml:para /><maml:para>The type must be a valid name of a state service application; for example, StateSvc1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">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 Set-SPStateServiceApplication cmdlet updates the name of a state service application.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE-----------------</maml:title>
<dev:code>C:\PS>Set-SPStateServiceApplication -Identity "State Service Application 1" -Name "New name for State Service Application 1"</dev:code><dev:remarks><maml:para>This example changes the display name of a state service application.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPStateServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPStateServiceApplication</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-SPStateServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPStateServiceDatabase</command:name><maml:description><maml:para>Creates and provisions a new state service database, and installs the state database schema into it.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPStateServiceDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPStateServiceDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceApplication</maml:name><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Weight</maml:name><command:parameterValue required="True">Nullable</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name for the state service database that is stored in SQL 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="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>DatabaseCredentials</maml:name><maml:description><maml:para>Specifies the database credentials for SQL Authentication used to access the state service database. If this parameter is not specified, Windows authentication is used.</maml:para><maml:para /><maml:para>The type must be a valid PSCredential object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Specifies the name of the host server for the state service database.</maml:para><maml:para /><maml:para>The type must be a valid SQL Server host name; for example, SQLServerHost1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Specifies the state service application to add the state database to.</maml:para><maml:para /><maml:para>The type must be a valid name of a state service application (for example, StateServiceApp1); a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; or an instance of a valid SPStateServiceApplication object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPStateServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Weight</maml:name><maml:description><maml:para>Specifies the weight for the state database. The default value is 1.</maml:para><maml:para /><maml:para>This parameter is used when new rows of data are allocated among the collection of databases that are associated with a service application</maml:para><maml:para /><maml:para>The type must be a valid integer in the range of 1 to 10.</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:parameters><maml:description><maml:para>The New-SPStateServiceDatabase cmdlet creates and a new state service database. This cmdlet installs the session state database schema in the state service database.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Get-SPStateServiceApplication -name "State Service Application 1" | New-SPStateServiceDatabase -Name "statedata1" -DatabaseServer "localhost"</dev:code><dev:remarks><maml:para>This example creates a new state service database by using Windows authentication, and associates it with the provided service application. </maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXAMPLE 2-----------------</maml:title>
<dev:code>C:\PS>$cred = Get-Credential

C:\PS>Get-SPStateServiceApplication -name "State Service Application 1" | New-SPStateServiceDatabase -Name "statedata1" -DatabaseServer "localhost" -DatabaseCredentials $cred</dev:code><dev:remarks><maml:para>This example creates a new state service database, a new state service application associated with the database and a new state service application proxy associated with the state service application proxy.</maml:para><maml:para /><maml:para>This example configures all the objects required to have State Service operational on a farm.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Dismount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Initialize-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Mount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Resume-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Suspend-SPStateServiceDatabase</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-SPStateServiceDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPStateServiceApplicationProxy</command:name><maml:description><maml:para>Updates the name of a state service application proxy.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPStateServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPStateServiceApplicationProxy</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPStateServiceApplicationProxyPipeBind</command: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>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Specifies the state service application proxy to update.</maml:para><maml:para /><maml:para>The type must be a valid name of a state service application proxy (for example, StateServiceProxy); a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; or an instance of a valid SPStateServiceApplicationProxy object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateServiceApplicationProxyPipeBind</command:parameterValue><dev:type><maml:name>SPStateServiceApplicationProxyPipeBind</maml:name><maml: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 /><maml:para /></maml:description><command:parameterValue 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>Name</maml:name><maml:description><maml:para>Specifies the display name of the state service application proxy.</maml:para><maml:para /><maml:para>The type must be a valid name of a state service application; for example, StateSvcProxy1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">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 /><maml:para /></maml:description><command:parameterValue 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-SPStateServiceApplicationProxy cmdlet updates the name of a state service application proxy.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE-----------------</maml:title>
<dev:code>C:\PS>Set-SPServiceApplicationProxy -Identity 9703f7e2-9521-47c3-bd92-80e3eeba391b -Name "New Service Application Proxy Name"</dev:code><dev:remarks><maml:para>This example changes the display name of a state service application proxy.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPStateServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPStateServiceApplicationProxy</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-SPStateServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPStateServiceDatabase</command:name><maml:description><maml:para>Removes a state service database from a state service application and drops it from the SQL Server.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SPStateServiceDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Remove-SPStateServiceDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Specifies the state service database to remove.</maml:para><maml:para /><maml:para>The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of a state database (for example, StateSvcDB1); or an instance of a valid SPStateServiceDatabase object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPStateDatabasePipeBind</maml:name><maml: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-SPStateServiceDatabase cmdlet removes a state service database from a state service application and deletes the database. To remove a state service database and not delete the database, use the Dismount-SPStateServiceDatabase cmdlet.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE-----------------</maml:title>
<dev:code>C:\PS>Remove-SPStateServiceDatabase -Identity 9703f7e2-9521-47c3-bd92-80e3eeba391b</dev:code><dev:remarks><maml:para>This example removes the specified database from a Microsoft SharePoint Server 2010 farm and drops the database from the SQL Server (data loss).</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Dismount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Initialize-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Mount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Resume-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Suspend-SPStateServiceDatabase</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-SPStateServiceDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPStateServiceApplication</command:name><maml:description><maml:para>Returns state service applications on the farm.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPStateServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPStateServiceApplication</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Specifies the state service application to get.</maml:para><maml:para /><maml:para>The type must be a valid name of a state service application (for example, StateServiceApp1) or a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPStateServiceApplicationPipeBind</maml:name><maml: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 Get-SPStateServiceApplication cmdlet returns a state service application on the farm. If the Identity parameter is not specified, this cmdlet returns the collection of all state service applications on the farm.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183). </maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Get-SPStateServiceApplication</dev:code><dev:remarks><maml:para>This example displays all state service applications in the farm.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXAMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Get-SPStateServiceApplication -Identity "StateServiceApp1"</dev:code><dev:remarks><maml:para>This example displays a specific state service application in the farm.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPStateServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPStateServiceApplication</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-SPStateServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPStateServiceDatabase</command:name><maml:description><maml:para>Updates properties of a state service database.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPStateServiceDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPStateServiceDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="1"><maml:name>ServiceApplication</maml:name><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Weight</maml:name><command:parameterValue required="True">Nullable</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Specifies the state service database to update.</maml:para><maml:para /><maml:para>The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of a state database (for example, StateSvcDB1); or an instance of a valid SPStateServiceDatabase object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPStateDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Specifies the state service application to which to add the state database.</maml:para><maml:para /><maml:para>The type must be a valid name of a state service application (for example, StateServiceApp1); a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; or an instance of a valid SPStateServiceApplication object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPStateServiceApplicationPipeBind</maml:name><maml: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>DatabaseCredentials</maml:name><maml:description><maml:para>Specifies the database credentials for SQL Authentication used to access the state service database. If this parameter is not specified, Windows authentication is used.</maml:para><maml:para /><maml:para>The type must be a valid PSCredential object.</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>Weight</maml:name><maml:description><maml:para>Specifies the weight for the state database. The default value is 1.</maml:para><maml:para /><maml:para>The type must be a valid integer in the range of 1 to 10.</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>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-SPStateServiceDatabase cmdlet manages the credentials that are used to communicate with the database, sets the weight of the database, or changes the state service application with which it is associated.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE 1--------------</maml:title>
<dev:code>C:\PS>Set-SPStateServiceDatabase -Identity 9703f7e2-9521-47c3-bd92-80e3eeba391b -Weight 10</dev:code><dev:remarks><maml:para>This example updates the database weight to the maximum (10).</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXAMPLE 2--------------</maml:title>
<dev:code>C:\PS>Set-SPStateServiceDatabase -Identity 9703f7e2-9521-47c3-bd92-80e3eeba391b -ServiceApplication "StateSvcApp1"</dev:code><dev:remarks><maml:para>This example updates the associated service application for a state service database.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXAMPLE 3--------------</maml:title>
<dev:code>C:\PS>$cred = Get-Credential

C:\PS>Set-SPStateServiceDatabase -Identity "StateSvcDB1" -DatabaseCredentials $cred</dev:code><dev:remarks><maml:para>This example updates the SQL Authentication credentials that are used for a given database.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Dismount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Initialize-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Mount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Resume-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Suspend-SPStateServiceDatabase</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-SPStateServiceDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Suspend-SPStateServiceDatabase</command:name><maml:description><maml:para>Pauses a state database and thus prevents new rows of data from being added to a database.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Suspend</command:verb><command:noun>SPStateServiceDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Suspend-SPStateServiceDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Specifies the state database to pause.</maml:para><maml:para /><maml:para>The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of a state database (for example, StateSvcDB1); or an instance of a valid SPStateServiceDatabase object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPStateDatabasePipeBind</maml:name><maml: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 Suspend-SPStateServiceDatabase cmdlet pauses a state database. This cmdlet updates the state database object that is specified in the Identity parameter. </maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE-----------------</maml:title>
<dev:code>C:\PS>Suspend-SPStateServiceDatabase -Identity 9703f7e2-9521-47c3-bd92-80e3eeba391b</dev:code><dev:remarks><maml:para>This example suspends a specified state service database.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Dismount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Initialize-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Mount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Resume-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPStateServiceDatabase</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>Suspend-SPStateServiceDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPStateServiceApplicationProxy</command:name><maml:description><maml:para>Returns state service application proxies on the farm.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPStateServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPStateServiceApplicationProxy</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPStateServiceApplicationProxyPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Specifies the state service application proxy to get.</maml:para><maml:para /><maml:para>The type must be a valid name of a state service application proxy (for example, StateServiceProxy); a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateServiceApplicationProxyPipeBind</command:parameterValue><dev:type><maml:name>SPStateServiceApplicationProxyPipeBind</maml:name><maml: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 Get-SPStateServiceApplicationProxy cmdlet returns a state service application proxy on the farm. If the Identity parameter is not specified, this cmdlet returns the collection of all state service application proxies on the farm.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Get-SPStateServiceApplicationProxy</dev:code><dev:remarks><maml:para>This example displays all the state service application proxies on the farm.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXAMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Get-SPStateServiceApplicationProxy -Identity 81dc50e0-c0f9-4d2c-8284-bb03bb1ea676</dev:code><dev:remarks><maml:para>This example displays a specific state service application proxy on the farm.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPStateServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPStateServiceApplicationProxy</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-SPStateServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Enable-SPSessionStateService</command:name><maml:description><maml:para>Creates a session state database and turns on the session state service.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Enable</command:verb><command:noun>SPSessionStateService</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Enable-SPSessionStateService</maml:name><command:parameter required="True" position="Named"><maml:name>DatabaseName</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>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SessionTimeout</maml:name><command:parameterValue required="True">Nullable</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>Enable-SPSessionStateService</maml:name><command:parameter required="True" position="Named"><maml:name>DefaultProvision</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SessionTimeout</maml:name><command:parameterValue required="True">Nullable</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>DatabaseName</maml:name><maml:description><maml:para>Specifies the name of the database for the session state service.</maml:para><maml:para /><maml:para>The type must be a valid name of a SQL Server database; for example, SessionStateDB1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">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>DefaultProvision</maml:name><maml:description><maml:para>Specifies that the default provisioning settings are used. The default provisioning settings are: Windows Authentication, Auto SQL Server (configuration database), and Auto Catalog Name.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>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>DatabaseCredentials</maml:name><maml:description><maml:para>Specifies the database credentials for SQL Authentication used to access the session state service database. If this parameter is not specified, Windows authentication is used.</maml:para><maml:para /><maml:para>The type must be a valid PSCredential object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Specifies the host SQL Server for the state service database.</maml:para><maml:para /><maml:para>The type must be a valid SQL Server host name; for example, SQLServerHost1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SessionTimeout</maml:name><maml:description><maml:para>Specifies the time, in minutes, that a ASP .NET session state service will remain active with no user activity. The default value is 60.</maml:para><maml:para /><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>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 Enable-SPSessionStateService cmdlet creates a session state database, installs the ASP.NET session state schema, and updates the Web.config files on the farm to turn on the session state service.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Enable-SPSessionStateService -DefaultProvision</dev:code><dev:remarks><maml:para>This example enables a ASP.NET session state on a Microsoft SharePoint Server 2010 farm that uses the defaults (database hosted on the configuration database SQL Server, using Windows authentication, 60-minute session time-out).</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXAMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Enable-SPSessionStateService -DatabaseName "Session State Database" -DatabaseServer "localhost" -SessionTimeout 120</dev:code><dev:remarks><maml:para>This example enables a ASP.NET session state on a Microsoft SharePoint Server 2010 farm that uses a custom database name, database server, session time-out of 120 minutes, and Windows credentials (due to the lack of a DatabaseCredentials parameter).</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Disable-SPSessionStateService</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPSessionStateService</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSessionStateService</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Enable-SPSessionStateService</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Resume-SPStateServiceDatabase</command:name><maml:description><maml:para>Resumes a paused state service database so that new rows of data are received.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Resume</command:verb><command:noun>SPStateServiceDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Resume-SPStateServiceDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Specifies the state service database to resume.</maml:para><maml:para /><maml:para>The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of a state database (for example, StateSvcDB1); or an instance of a valid SPStateServiceDatabase object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPStateDatabasePipeBind</maml:name><maml: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 Resume-SPStateServiceDatabase cmdlet resumes a paused state service database, an operation that adds the state service database to the set of databases that can receive new data as required by Microsoft SharePoint Server 2010 applications.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE------------------</maml:title>
<dev:code>C:\PS>Resume-SPStateServiceDatabase -Identity 9703f7e2-9521-47c3-bd92-80e3eeba391b</dev:code><dev:remarks><maml:para>This example resumes a paused state service database.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Dismount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Initialize-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Mount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Suspend-SPStateServiceDatabase</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>Resume-SPStateServiceDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Dismount-SPStateServiceDatabase</command:name><maml:description><maml:para>Removes the association to a state service database from the farm without dropping the database in the Microsoft SQL Server database.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Dismount</command:verb><command:noun>SPStateServiceDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Dismount-SPStateServiceDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Specifies the state service database to remove from the service application.</maml:para><maml:para /><maml:para>The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of a state database (for example, StateSvcDB1); or an instance of a valid SPStateServiceDatabase object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPStateDatabasePipeBind</maml:name><maml: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 Dismount-SPStateServiceDatabase cmdlet removes a state service database from a service application and deletes the associated SharePoint object. This cmdlet does not delete or alter the state service database.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Dismount-SPStateServiceDatabase -Identity 9703f7e2-9521-47c3-bd92-80e3eeba391b</dev:code><dev:remarks><maml:para>This example removes the association between the SharePoint farm and the SQL Server database without dropping the SQL Server database.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXAMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Get-SPStateServiceDatabase -ServiceApplication F9168C5E-CEB2-4faa-B6B
F-329BF39FA1E4 | Dismount-SPStateServiceDatabase</dev:code><dev:remarks><maml:para>This example dismounts a single database because only the Identity parameter is used.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Initialize-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Mount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Resume-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Suspend-SPStateServiceDatabase</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>Dismount-SPStateServiceDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Initialize-SPStateServiceDatabase</command:name><maml:description><maml:para>Installs the state database schema into a state service database.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Initialize</command:verb><command:noun>SPStateServiceDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Initialize-SPStateServiceDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Specifies the state service database to initialize.</maml:para><maml:para /><maml:para>The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of a state database (for example, StateSvcDB1); or an instance of a valid SPStateServiceDatabase object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPStateDatabasePipeBind</maml:name><maml: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 Initialize-SPStateServiceDatabase cmdlet installs the session state database schema in an empty state service database. The current user's credentials are used to create the state database schema.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Initialize-SPStateServiceDatabase -Identity 9703f7e2-9521-47c3-bd92-80e3eeba391b</dev:code><dev:remarks><maml:para>This example installs the state service database schema into the database associated with the provided identity.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Dismount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Mount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Resume-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Suspend-SPStateServiceDatabase</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>Initialize-SPStateServiceDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSessionStateService</command:name><maml:description><maml:para>Updates the credentials that are used to communicate with the state service database.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPSessionStateService</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPSessionStateService</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SessionTimeout</maml:name><command:parameterValue required="True">Nullable</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>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>DatabaseCredentials</maml:name><maml:description><maml:para>Specifies the database credentials for SQL Authentication that are used to access the state service database. If this parameter is not specified, Windows authentication is used.</maml:para><maml:para /><maml:para>The type must be a valid PSCredential object.</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>SessionTimeout</maml:name><maml:description><maml:para>Specifies the time, in minutes that an ASP.NET session will remain active with no user activity.</maml:para><maml:para /><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>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-SPSessionStateService cmdlet updates the credentials that are used to communicate with the state service database.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE-----------------</maml:title>
<dev:code>C:\PS>Set-SPSessionStateService -SessionTimeout 120</dev:code><dev:remarks><maml:para>This example changes the ASP.NET session state time-out to 2 hours.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Disable-SPSessionStateService</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPSessionStateService</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPSessionStateService</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-SPSessionStateService</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSessionStateService</command:name><maml:description><maml:para>Turns off the session state service on the farm.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SPSessionStateService</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Disable-SPSessionStateService</maml:name><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>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 Disable-SPSessionStateService cmdlet turns off the session state service. If your farm does not depend on session state service, we recommend that you disable it.</maml:para><maml:para /><maml:para>When session state is disabled, some Microsoft SharePoint Server 2010 services, components, and third-party components no longer function. Changing this property modifies the Web.config file on every content Web application on every server in the farm.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE-----------------</maml:title>
<dev:code>C:\PS>Disable-SPSessionStateService</dev:code><dev:remarks><maml:para>This example turns off ASP.NET session state on the farm.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Enable-SPSessionStateService</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPSessionStateService</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSessionStateService</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-SPSessionStateService</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><command:details><command:name>Mount-SPStateServiceDatabase</command:name><maml:description><maml:para>Attaches an existing state service database to the farm.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Mount</command:verb><command:noun>SPStateServiceDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Mount-SPStateServiceDatabase</maml:name><command:parameter required="True" position="1"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseCredentials</maml:name><command:parameterValue required="True">PSCredential</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>DatabaseServer</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ServiceApplication</maml:name><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Weight</maml:name><command:parameterValue required="True">Nullable</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the database name that is created in the SQL Server database.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="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>DatabaseCredentials</maml:name><maml:description><maml:para>Specifies the database credentials for SQL Authentication used to access the state service database. If this parameter is not specified, Windows authentication is used.</maml:para><maml:para /><maml:para>The type must be a valid PSCredential object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>DatabaseServer</maml:name><maml:description><maml:para>Specifies the name of the host server for the state service database.</maml:para><maml:para /><maml:para>The type must be a valid SQL Server host name; for example, SQLServerHost1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Specifies the state service application to which to add the state database.</maml:para><maml:para /><maml:para>
The type must be a valid name of a state service application (for example, StateServiceApp1); a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; or an instance of a valid SPStateServiceApplication object.
</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPStateServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Weight</maml:name><maml:description><maml:para>Specifies the weight for the state database used to load balance the allocation of new data. The default value is 1.</maml:para><maml:para /><maml:para>The type must be a valid integer in the range of 1 to 10.</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:parameters><maml:description><maml:para>The Mount-SPStateServiceDatabase cmdlet attaches an existing state service database to the farm. If the session state database schema is not installed in the state service database, use the Initialize-SPStateServiceDatabase cmdlet to install the schema after the state service database has been mounted.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE 1-----------------</maml:title>
<dev:code>C:\PS>Mount-SPStateServiceDatabase -Name "statedata1" -DatabaseServer "localhost"</dev:code><dev:remarks><maml:para>This example associates a Microsoft SharePoint Server 2010 farm with a SQL Server database.</maml:para><maml:para /><maml:para>This example is used in least privilege scenarios when an administrator cannot create databases in SQL. The database must already exist and be empty. The database cannot be used until the Initialize-SPStateServiceDatabase cmdlet is run, so errors could occur with this example.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXAMPLE 2-----------------</maml:title>
<dev:code>C:\PS>Mount-SPStateServiceDatabase -Name "statedata1" -DatabaseServer "localhost" -ServiceApplication "ServiceApp1" -Weight 10 | Initialize-SPStateServiceDatabase</dev:code><dev:remarks><maml:para>This example associates a Microsoft SharePoint Server 2010 farm with a SQL Server database, at the same time that it also associates the database with a service application and gives a weight of 10. The result is immediately piped to the Initialize-SPStateServiceDatabase cmdlet so that the database can be used.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Dismount-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Initialize-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Resume-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPStateServiceDatabase</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Suspend-SPStateServiceDatabase</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>Mount-SPStateServiceDatabase</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPStateServiceApplication</command:name><maml:description><maml:para>Creates a new state service application.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPStateServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPStateServiceApplication</maml:name><command:parameter required="True" position="1"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Database</maml:name><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the new service application.</maml:para><maml:para /><maml:para>The type must be a valid name of a service application; for example, StateSvcApp1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">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="True" position="Named"><maml:name>Database</maml:name><maml:description><maml:para>Specifies the state service database that is associated with the new service application.</maml:para><maml:para /><maml:para>The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of a state database (for example, StateSvcDB1); or an instance of a valid SPStateServiceDatabase object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPStateDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>The New-SPStateServiceApplication cmdlet creates a new state service application on the farm. A state service application is the container for state service databases.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</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-SPStateServiceApplication -Name "State Service Application 1"</dev:code><dev:remarks><maml:para>This example creates a new state service application, named State Service Application 1, on the farm.</maml:para><maml:para /><maml:para>State service applications are the container for databases. State service applications must have a proxy and a database created to be usable.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXAMPLE 2-----------------</maml:title>
<dev:code>C:\PS>New-SPStateServiceDatabse -Name "State Service Database" | New-SPStateServiceApplication -Name "StateServiceApp1" | New-SPStateServiceApplicationProxy -DefaultProxyGroup</dev:code><dev:remarks><maml:para>This example creates a new state service database, a new state service application associated with the database and a new state service application proxy associated with the state service application proxy.</maml:para><maml:para /><maml:para>This example configures all the objects required to have State Service operational on a farm.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPStateServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPStateServiceApplication</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-SPStateServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPSessionStateService</command:name><maml:description><maml:para>Returns the properties of the session state service, including time-out and database settings.
</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPSessionStateService</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPSessionStateService</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 Get-SPSessionStateService cmdlet reads the properties of the session state service.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE-----------------</maml:title>
<dev:code>C:\PS>Get-SPSessionStateService</dev:code><dev:remarks><maml:para>This example returns the current configuration of the session state service.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Disable-SPSessionStateService</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SPSessionStateService</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPSessionStateService</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-SPSessionStateService</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPStateServiceApplicationProxy</command:name><maml:description><maml:para>Creates a proxy for a state service application.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPStateServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPStateServiceApplicationProxy</maml:name><command:parameter required="True" position="1"><maml:name>ServiceApplication</maml:name><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command: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>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:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Specifies the state service application to associate with the new proxy.</maml:para><maml:para /><maml:para>The type must be a valid name of a state service application (for example, StateServiceApp1); a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; or an instance of a valid SPStateServiceApplication object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPStateServiceApplicationPipeBind</maml:name><maml: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>DefaultProxyGroup</maml:name><maml:description><maml:para>Specifies that the service application proxy is 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 display name of the new proxy.</maml:para><maml:para /><maml:para>The type must be a valid name of a SQL Server database; for example, SessionStateDB1. Service application proxy; for example, StateSvcAppProxy1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>The New-SPStateServiceApplicationProxy cmdlet creates a proxy for a state service application.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE-------------------</maml:title>
<dev:code>C:\PS>Get-SPServiceApplication -Identity 9703f7e2-9521-47c3-bd92-80e3eeba391b | New-SPStateServiceApplicationProxy -DefaultProxyGroup</dev:code><dev:remarks><maml:para>This example creates a new service application proxy, associates it with a provided service application, and adds it to the farm's default proxy group.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPStateServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPStateServiceApplicationProxy</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-SPStateServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPStateServiceDatabase</command:name><maml:description><maml:para>Returns a state service database.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPStateServiceDatabase</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPStateServiceDatabase</maml:name><command:parameter required="False" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">SPStateDatabasePipeBind</command: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>Get-SPStateServiceDatabase</maml:name><command:parameter required="False" position="1"><maml:name>ServiceApplication</maml:name><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Specifies the state service database to get.</maml:para><maml:para /><maml:para>The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh or a valid name of a state database (for example, StateSvcDB1).</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateDatabasePipeBind</command:parameterValue><dev:type><maml:name>SPStateDatabasePipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Filters to return only the state service database associated with the specified state service application.</maml:para><maml:para /><maml:para>The type must be a valid name of a state service application (for example, StateServiceApp1); a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; or an instance of a valid SPStateServiceApplication object.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPStateServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>SPStateServiceApplicationPipeBind</maml:name><maml: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 Get-SPStateServiceDatabase cmdlet returns a state service database on the farm. If the Identity parameter is not specified, this cmdlet returns the collection of all state service databases on the farm.</maml:para><maml:para /><maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Server 2010, see TechNet (http://go.microsoft.com/fwlink/?LinkId=163183).
</maml:para><maml:para /></maml:description><command:inputTypes /><command:returnValues /><command:examples><command:example><maml:title>--------------EXAMPLE 1----------------</maml:title>
<dev:code>C:\PS>Get-SPStateServiceDatabase</dev:code><dev:remarks><maml:para>This example displays all of the state service databases on the farm.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXAMPLE 2--------------</maml:title>
<dev:code>C:\PS>Get-SPStateServiceDatabase -Identity 9703f7e2-9521-47c3-bd92-80e3eeba391b</dev:code><dev:remarks><maml:para>This example displays a specific state service database in the farm.</maml:para><maml:para /></dev:remarks></command:example><command:example><maml:title>--------------EXAMPLE 3--------------</maml:title>
<dev:code>C:\PS>Get-SPStateServiceDatabase -ServiceApplication "StateServiceApp1"</dev:code><dev:remarks><maml:para>This example displays all state service databases associated with a specific service.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks /></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><name>Get-SPStateServiceDatabase</name><role /><functionality /><component /></UserDefinedData>
</HelpItems>