New-SPWebAnalyticsServiceApplicationProxy
Published: May 12, 2010
Adds a new Web Analytics Service application proxy to the farm.
New-SPWebAnalyticsServiceApplicationProxy [-AssignmentCollection <SPAssignmentCollection>] [-Confirm [<SwitchParameter>]] [-Name <String>] [-ServiceApplication <WebAnalyticsServiceApplicationPipeBind>] [-URI <String>] [-ViewDataPermissionLevel <String>] [-WhatIf [<SwitchParameter>]]
Parameters
| Parameter | Required | Type | Description | ||
|---|---|---|---|---|---|
|
ServiceApplication |
Optional |
Microsoft.Office.Server.WebAnalytics.Administration.Cmdlets.WebAnalyticsServiceApplicationPipeBind |
The Web Analytics Service Application that is associated with the new service application proxy. The type must be a valid GUID, in the form 12345678-90ab-cdef-1234-567890bcdefgh; a valid name of a Web Analytics Service Application (for example, WebAnalyticsApp1); or an instance of a valid WebAnalyticsServiceApplication object. |
||
|
AssignmentCollection |
Optional |
Microsoft.SharePoint.PowerShell.SPAssignmentCollection |
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.
|
||
|
Confirm |
Optional |
System.Management.Automation.SwitchParameter |
Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters |
||
|
Name |
Optional |
System.String |
Provides a unqiue name for the Web Analytics Service application. |
||
|
URI |
Optional |
System.String |
Specifies the address of the Web Analytics service application to associate the new application proxy with. |
||
|
ViewDataPermissionLevel |
Optional |
System.String |
Specifies the security level restriction set on the proxy that is used to authenticate a request.Valid values are High and Medium. A value of High specifies that the user's credentials will be used to authenticate the request. A value of Medium specifies that the SPContext object of the request is used for authentication. |
||
|
WhatIf |
Optional |
System.Management.Automation.SwitchParameter |
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 |
Detailed Description
The New-WebAnalyticsServiceApplicationProxy cmdlet creates a new Web Analytics Service application proxy to the farm or creates an instance of a Web Analytics Service application proxy.
Input Types
Return Types
----------------EXAMPLE----------------
New-SPWebAnalyticsServiceApplicationProxy -Name WebAnalyticsServiceApplicationProxy1 -ServiceApplication WebAnalyticsServiceApplication1
This example creates a new Web Analytics Service application proxy.
Change History
| Date | Description | Reason |
|---|---|---|
|
May 12, 2010 |
Initial publication |
|

Note: