﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><!--Version 1.0.9306.1059 --><!--Date created: 12/10/2009 10:08:02 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-SPWebAnalyticsServiceApplicationProxy</command:name><maml:description><maml:para>Définit un nouveau proxy pour l'application de service Web Analytics.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPWebAnalyticsServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPWebAnalyticsServiceApplicationProxy</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">WebAnalyticsServiceApplicationProxyPipeBind</command:parameterValue></command:parameter><command:parameter required="True" position="2"><maml:name>ViewDataPermissionLevel</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom du proxy d'application de service Web Analytics.</maml:para><maml:para /></maml:description><command:parameterValue required="True">WebAnalyticsServiceApplicationProxyPipeBind</command:parameterValue><dev:type><maml:name>WebAnalyticsServiceApplicationProxyPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2"><maml:name>ViewDataPermissionLevel</maml:name><maml:description><maml:para>Spécifie la restriction du niveau de sécurité définie sur le proxy utilisé pour authentifier une demande.</maml:para><maml:para /><maml:para>Les valeurs valides sont High et Medium. La valeur High indique que les informations d'identification de l'utilisateur seront utilisées pour authentifier la demande. La valeur Medium indique que l'objet SPContext de la demande est utilisée pour l'authentification.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-SPWebAnalyticsServiceApplicationProxy définit un nouveau proxy d'application de service Web Analytics pour la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur Windows PowerShell pour SharePoint Server 2010, voir TechNet (http://go.microsoft.com/fwlink/?linkid=163183&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------------EXEMPLE---------------------- </maml:title>
<dev:code>C:\PS>Set-SPWebAnalyticsServiceApplicationProxy -Identity "web analytics service application" -ViewDataPermissionLevel High</dev:code><dev:remarks><maml:para>Cet exemple illustre la définition du niveau d'autorisation du proxy d'application de service Web Analytics sur High.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPWebAnalyticsServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SPWebAnalyticsServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.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-SPWebAnalyticsServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPWebAnalyticsServiceApplicationProxy</command:name><maml:description><maml:para>Récupère un nouveau proxy d'application de service Web Analytics.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPWebAnalyticsServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPWebAnalyticsServiceApplicationProxy</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">WebAnalyticsServiceApplicationProxyPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie le nom du proxy d'application de service Web Analytics à récupérer.</maml:para><maml:para /></maml:description><command:parameterValue required="True">WebAnalyticsServiceApplicationProxyPipeBind</command:parameterValue><dev:type><maml:name>WebAnalyticsServiceApplicationProxyPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-SPWebAnalyticsServiceApplicationProxy récupère un proxy d'application de service Web Analytics de la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur Windows PowerShell pour SharePoint Server 2010, voir TechNet (http://go.microsoft.com/fwlink/?linkid=163183&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-----------------EXEMPLE--------------------- </maml:title>
<dev:code>C:\PS>Get-SPWebAnalyticsServiceApplicationProxy -Identity "WebAnalyticsServiceApp1"</dev:code><dev:remarks><maml:para>Cet exemple illustre la récupération des paramètres du proxy d'application appelé WebAnalyticsServiceApp1.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPWebAnalyticsServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWebAnalyticsServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.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-SPWebAnalyticsServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPWebAnalyticsServiceApplication</command:name><maml:description><maml:para>Ajoute une nouvelle application de service Web Analytics à la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPWebAnalyticsServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPWebAnalyticsServiceApplication</maml:name><command:parameter required="True" position="Named"><maml:name>ApplicationPool</maml:name><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EnableDataTrimming</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ListOfReportingDatabases</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ListOfStagingDatabases</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxAggregationDepth</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MinAggregationDepth</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Name</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ReportingDataRetentionPeriod</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SamplingRate</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ApplicationPool</maml:name><maml:description><maml:para>Spécifie que le pool d'applications IIS existant doit exécuter le service Web dans l'application de service.</maml:para><maml:para /><maml:para>Le type doit correspondre à un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, une URL valide d'application de recherche au format http://server_name ou une instance d'un objet SPIisWebServiceApplicationPool valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue><dev:type><maml:name>SPIisWebServiceApplicationPoolPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Spécifie le nom complet de la nouvelle application de service Web Analytics. Le nom utilisé doit être un nom d'application de service Web Analytics unique dans cette batterie de serveurs. Il doit comporter 128 caractères au maximum et ne peut pas contenir les caractères non valides suivants : virgule (,), signe égal (=) ou deux-points (:).</maml:para><maml:para /><maml:para>Le type doit être un nom valide de proxy d'application de service, comme WebAnalyticsSvc1.</maml:para><maml:para /></maml:description><command:parameterValue required="True">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>ReportingDataRetentionPeriod</maml:name><maml:description><maml:para>Spécifie la période, en mois, pendant laquelle les données sont conservées dans la base de données de création de rapports Web Analytics. La valeur par défaut est 25
.</maml:para><maml:para /><maml:para>Entier compris entre 1 et 25.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ListOfReportingDatabases</maml:name><maml:description><maml:para>Spécifie le nom de la base de données et du serveur pour la base de données de création de rapports Web Analytics. La valeur du paramètre est une chaîne XML contenant le nom du serveur et de la base de données.</maml:para><maml:para /><maml:para>Le type doit être une chaîne XML valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ListOfStagingDatabases</maml:name><maml:description><maml:para>Spécifie le nom de la base de données et du serveur pour la base de données Web Analytics de la zone de transit. La valeur du paramètre est une chaîne XML contenant le nom du serveur et de la base de données.</maml:para><maml:para /><maml:para>Le type doit être une chaîne XML valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>MaxAggregationDepth</maml:name><maml:description><maml:para>Spécifie la profondeur d'agrégation maximale que le composant Report Consolidator utilisera pour agréger les données. Le paramètre MaxAggregationDepth doit toujours être utilisé conjointement avec le paramètre MinAggregationDepth .</maml:para><maml:para /><maml:para>La valeur spécifiée pour le paramètre MaxAggregationDepth doit toujours être supérieure à la valeur du paramètre MinAggregationDepth.</maml:para><maml:para /><maml:para>La plage de valeurs possibles par ordre croissant est la suivante : All, WebApplication, SiteCollection,Site. </maml:para><maml:para /><maml:para>La valeur par défaut est Web Application.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>MinAggregationDepth</maml:name><maml:description><maml:para>Spécifie la profondeur d'agrégation minimale que le composant Report Consolidator utilisera pour agréger les données. Le paramètre MinAggregationDepth doit toujours être utilisé conjointement avec le paramètre MaxAggregationDepth .</maml:para><maml:para /><maml:para>La valeur spécifiée pour le paramètre MinAggregationDepth doit toujours être inférieure à la valeur du paramètre MaxAggregationDepth.</maml:para><maml:para /><maml:para>La plage de valeurs possibles par ordre croissant est la suivante : Web Application, SiteCollection, Site. </maml:para><maml:para /><maml:para>La valeur par défaut est WebApplication.</maml:para><maml:para /></maml:description><command:parameterValue required="True">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>SamplingRate</maml:name><maml:description><maml:para>Spécifie le taux d'échantillonnage des données entrantes. Ce paramètre contrôle la limitation pour réduire la quantité de données à traiter. Un processus principal estime les nombres de trafic d'origine. La valeur par défaut est 100.</maml:para><maml:para /><maml:para>Le type doit être un entier compris entre 0 et 100.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>EnableDataTrimming</maml:name><maml:description><maml:para>Lorsque ce paramètre est activé, le nombre de lignes de données dans la base de données de création de rapports est réduit à 20 000 par jour et par composant (site, collection de sites, application Web). En règle générale, l'activation du paramètre EnableDataTrimming vise à améliorer les performances du composant Web Analytics Report Consolidator.</maml:para><maml:para /><maml:para>La valeur par défaut est false.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-WebAnalyticsServiceApplication crée un application de service Web Analytics dans la batterie de serveurs.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur Windows PowerShell for SharePoint Server 2010, voir TechNet (http://go.microsoft.com/fwlink/?linkid=163183&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>---------------------EXEMPLE------------------- </maml:title>
<dev:code>C:\PS>New-SPWebAnalyticsServiceApplication -Name WebAnalyticsServiceApplication1 -ReportingDataRetention 20 -SamplingRate 100 -ApplicationPool WebAnalyticsServiceApplication1</dev:code><dev:remarks><maml:para>Cet exemple illustre la création d'une application de service Web Analytics.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebAnalyticsServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWebAnalyticsServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.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-SPWebAnalyticsServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPWebAnalyticsServiceApplicationProxy</command:name><maml:description><maml:para>Ajoute un nouveau proxy d'application de service Web Analytics à la batterie de serveurs.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SPWebAnalyticsServiceApplicationProxy</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>New-SPWebAnalyticsServiceApplicationProxy</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>Name</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">WebAnalyticsServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>URI</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ViewDataPermissionLevel</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ServiceApplication</maml:name><maml:description><maml:para>Application de service Web Analytics associée au nouveau proxy d'application de service. Le type doit correspondre à un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'application de service Web Analytics (par exemple, WebAnalyticsApp1) ou une instance d'un objet WebAnalyticsServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">WebAnalyticsServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>WebAnalyticsServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description>
<maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>Name</maml:name><maml:description><maml:para>Fournit un nom unique pour l'application de service Web Analytics.</maml:para><maml:para /></maml:description><command:parameterValue required="True">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>URI</maml:name><maml:description><maml:para>Spécifie l'adresse de l'application de service Web Analytics à associer au nouveau proxy d'application.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>ViewDataPermissionLevel</maml:name><maml:description><maml:para>Spécifie la restriction du niveau de sécurité définie sur le proxy utilisé pour authentifier une demande.
Les valeurs valides sont High et Medium. La valeur High indique que les informations d'identification de l'utilisateur seront utilisées pour authentifier la demande. La valeur Medium indique que l'objet SPContext de la demande est utilisé pour l'authentification.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande New-WebAnalyticsServiceApplicationProxy crée un proxy d'application de service Web Analytics dans la batterie de serveurs ou une instance d'un proxy d'application de service Web Analytics.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur Windows PowerShell pour SharePoint Server 2010, voir TechNet (http://go.microsoft.com/fwlink/?linkid=163183&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>----------------EXEMPLE---------------- </maml:title>
<dev:code>C:\PS>New-SPWebAnalyticsServiceApplicationProxy -Name WebAnalyticsServiceApplicationProxy1 -ServiceApplication WebAnalyticsServiceApplication1</dev:code><dev:remarks><maml:para>Cet exemple illustre la création d'un proxy d'application de service Web Analytics.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebAnalyticsServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWebAnalyticsServiceApplicationProxy</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.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-SPWebAnalyticsServiceApplicationProxy</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPWebAnalyticsServiceApplication</command:name><maml:description><maml:para>Renvoie les paramètres d'une application de service Web Analytics.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SPWebAnalyticsServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Get-SPWebAnalyticsServiceApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">WebAnalyticsServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application de service Web Analytics à récupérer.</maml:para><maml:para /><maml:para>Le type doit correspondre à un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'application de service Web Analytics (par exemple, WebAnalyticsApp1) ou une instance d'un objet WebAnalyticsServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">WebAnalyticsServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>WebAnalyticsServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Get-WebAnalyticsServiceApplication lit les paramètres pour une application de service Web Analytics.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur Windows PowerShell pour SharePoint Server 2010, voir TechNet (http://go.microsoft.com/fwlink/?linkid=163183&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>----------------------EXEMPLE------------------</maml:title>
<dev:code>C:\PS>get-spwebanalyticsserviceapplication WebAnalyticsServiceApplication1</dev:code><dev:remarks><maml:para>Cet exemple illustre l'affichage de tous les paramètres de l'application de service Web Analytics. </maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>New-SPWebAnalyticsServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SPWebAnalyticsServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.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-SPWebAnalyticsServiceApplication</name><role /><functionality /><component /></UserDefinedData>

	
	
	
		<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/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-SPWebAnalyticsServiceApplication</command:name><maml:description><maml:para>Définit les propriétés d'une application de service Web Analytics.</maml:para><maml:para /></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SPWebAnalyticsServiceApplication</command:noun><dev:version /></command:details><command:syntax><command:syntaxItem><maml:name>Set-SPWebAnalyticsServiceApplication</maml:name><command:parameter required="True" position="1"><maml:name>Identity</maml:name><command:parameterValue required="True">WebAnalyticsServiceApplicationPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ApplicationPool</maml:name><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>AssignmentCollection</maml:name><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>Confirm</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>EnableDataTrimming</maml:name><command:parameterValue required="True">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ListOfReportingDatabases</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ListOfStagingDatabases</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MaxAggregationDepth</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>MinAggregationDepth</maml:name><command:parameterValue required="True">String</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ReportConsolidationStartTime</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>ReportingDataRetentionPeriod</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>SamplingRate</maml:name><command:parameterValue required="True">Int32</command:parameterValue></command:parameter><command:parameter required="False" position="Named"><maml:name>WhatIf</maml:name><command:parameterValue required="False">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1"><maml:name>Identity</maml:name><maml:description><maml:para>Spécifie l'application de service Web Analytics à mettre à jour.</maml:para><maml:para /><maml:para>Le type doit correspondre à un GUID valide au format 12345678-90ab-cdef-1234-567890bcdefgh, un nom valide d'application de service Web Analytics (par exemple, WebAnalyticsApp1) ou une instance d'un objet WebAnalyticsServiceApplication valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">WebAnalyticsServiceApplicationPipeBind</command:parameterValue><dev:type><maml:name>WebAnalyticsServiceApplicationPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ApplicationPool</maml:name><maml:description><maml:para>Spécifie le nom du pool d'application sous la forme d'un GUID. Vous pouvez transmettre le nom de l'objet à partir de l'applet de commande New-SPIisWebServiceApplicationPool.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPIisWebServiceApplicationPoolPipeBind</command:parameterValue><dev:type><maml:name>SPIisWebServiceApplicationPoolPipeBind</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named"><maml:name>AssignmentCollection</maml:name><maml:description><maml:para>Gère les objets de manière à optimiser leur libération. L’utilisation d’objets, tels que SPWeb ou SPSite, peut consommer des quantités de mémoire élevées et le recours à ces objets dans des scripts Windows PowerShell implique une gestion appropriée de la mémoire. À l’aide de l’objet SPAssignment, vous pouvez affecter des objets à une variable et les libérer dès qu’ils ne sont plus nécessaires afin de libérer de la mémoire. Lorsque les objets SPWeb, SPSite ou SPSiteAdministration sont utilisés, ils sont automatiquement libérés si une collection d’attributions ou le paramètre Global ne sont pas utilisés.</maml:para><maml:para /><maml:para>Lorsque le paramètre Global est utilisé, tous les objets sont contenus dans le magasin global. Si des objets ne sont pas utilisés immédiatement ou libérés à l’aide de la commande Stop-SPAssignment, un scénario d’insuffisance de mémoire peut se produire.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SPAssignmentCollection</command:parameterValue><dev:type><maml:name>SPAssignmentCollection</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>Confirm</maml:name><maml:description><maml:para>Vous demande confirmation avant d’exécuter la commande. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>EnableDataTrimming</maml:name><maml:description><maml:para>Lorsque ce paramètre est activé, le nombre de lignes de données dans la base de données de création de rapports est réduit à 20 000 par jour et par composant (site, collection de sites, application Web). En règle générale, l'activation du paramètre EnableDataTrimming vise à améliorer les performances du composant Web Analytics Report Consolidator.</maml:para><maml:para /><maml:para>La valeur par défaut est false.</maml:para><maml:para /></maml:description><command:parameterValue required="True">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ReportingDataRetentionPeriod</maml:name><maml:description><maml:para>Spécifie la période, en mois, pendant laquelle les données sont conservées dans la base de données de création de rapports Web Analytics. La valeur par défaut est 25.</maml:para><maml:para /><maml:para>Entier compris entre 1 et 25.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ReportConsolidationStartTime</maml:name><maml:description><maml:para>Spécifie l'heure à laquelle le processus de consolidation des rapports est démarré. La valeur par défaut est 3.</maml:para><maml:para /><maml:para>Entier valide compris entre 1 et 23.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>SamplingRate</maml:name><maml:description><maml:para>Spécifie le taux d'échantillonnage des données entrantes. Ce paramètre contrôle la limitation pour réduire la quantité de données à traiter. Un processus principal estime les nombres de trafic d'origine. La valeur par défaut est 100.</maml:para><maml:para /><maml:para>Le type doit être un entier compris entre 0 et 100.</maml:para><maml:para /></maml:description><command:parameterValue required="True">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ListOfReportingDatabases</maml:name><maml:description><maml:para>Spécifie le nom de la base de données et du serveur pour la base de données de création de rapports Web Analytics. La valeur du paramètre est une chaîne XML contenant le nom du serveur et de la base de données.</maml:para><maml:para /><maml:para>Le type doit être une chaîne XML valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>ListOfStagingDatabases</maml:name><maml:description><maml:para>Spécifie le nom de la base de données et du serveur pour la base de données Web Analytics de la zone de transit. La valeur du paramètre est une chaîne XML contenant le nom du serveur et de la base de données.</maml:para><maml:para /><maml:para>Le type doit être une chaîne XML valide.</maml:para><maml:para /></maml:description><command:parameterValue required="True">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>MaxAggregationLevel</maml:name><maml:description>
<maml:para>Spécifie le niveau d'agrégation maximal que le composant Report Consolidator utilisera pour agréger les données. Le paramètre MaxAggregationDepth doit toujours être utilisé conjointement avec le paramètre MinAggregationDepth .</maml:para><maml:para /><maml:para>La valeur spécifiée pour le paramètre MaxAggregationDepth doit toujours être supérieure à la valeur du paramètre MinAggregationDepth.</maml:para><maml:para /><maml:para>La plage de valeurs possibles par ordre croissant est la suivante : All, WebApplication, SiteCollection,Site.</maml:para><maml:para /><maml:para>La valeur par défaut est WebApplication.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="" variableLength="" globbing="False" pipelineInput="" position=""><maml:name>MinAggregationLevel</maml:name><maml:description><maml:para>Spécifie le niveau d'agrégation minimal que le composant Report Consolidator utilisera pour agréger les données. Le paramètre MinAggregationDepth doit toujours être utilisé conjointement avec le paramètre MaxAggregationDepth .</maml:para><maml:para /><maml:para>La valeur spécifiée pour le paramètre MinAggregationDepth doit toujours être inférieure à la valeur du paramètre MaxAggregationDepth.</maml:para><maml:para /><maml:para>La plage de valeurs possibles par ordre croissant est la suivante : Web Application, SiteCollection, Site. </maml:para><maml:para /><maml:para>La valeur par défaut est WebApplication.</maml:para><maml:para /></maml:description><command:parameterValue required="True" /><dev:type><maml:name /><maml:uri href="" /></dev:type><dev:defaultValue /></command:parameter><command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Affiche un message qui explique l’effet de la commande au lieu de l’exécuter. Pour plus d’informations, tapez la commande suivante : get-help about_commonparameters</maml:para><maml:para /></maml:description><command:parameterValue required="False">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri href="" /></dev:type><dev:defaultValue>
        </dev:defaultValue></command:parameter></command:parameters><maml:description><maml:para>L'applet de commande Set-WebAnalyticsServiceApplication définit les propriétés d'une application de service Web Analytics.</maml:para><maml:para /><maml:para>Pour les autorisations et les informations les plus à jour sur Windows PowerShell for SharePoint Server 2010, voir TechNet (http://go.microsoft.com/fwlink/?linkid=163183&amp;clcid=0x40C).
</maml:para><maml:para /></maml:description><command:returnValues /><command:examples><command:example><maml:title>-------------------EXEMPLE---------------</maml:title>
<dev:code>C:\PS>Set-SPWebAnalyticsServiceApplication -Identity WebAnalyticsServiceApplication1 -ReportingDataRetention 20 -SamplingRate 90</dev:code><dev:remarks><maml:para>Cet exemple illustre la définition de la rétention des données de rapport et du taux d'échantillonnage pour une application de service Web Analytics appelée WebAnalyticsServiceApplication1.</maml:para><maml:para /></dev:remarks></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Get-SPWebAnalyticsServiceApplication</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SPWebAnalyticsServiceApplication</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command>
	
	
	
		
	
	<UserDefinedData xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.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-SPWebAnalyticsServiceApplication</name><role /><functionality /><component /></UserDefinedData>
</HelpItems>