Set-SPProfileServiceApplicationSecurity
Updated: August 23, 2011
Sets permission and identity information.
Set-SPProfileServiceApplicationSecurity -Identity <SPObjectSecurity> -ProfileServiceApplicationProxy <SPServiceApplicationProxyPipeBind> [-AssignmentCollection <SPAssignmentCollection>] [-Confirm [<SwitchParameter>]] [-SiteSubscription <SPSiteSubscriptionPipeBind>] [-Type <String>] [-WhatIf [<SwitchParameter>]]
Parameters
| Parameter | Required | Type | Description | ||
|---|---|---|---|---|---|
|
Identity |
Required |
Microsoft.SharePoint.Administration.AccessControl.SPObjectSecurity |
|
||
|
ProfileServiceApplicationProxy |
Required |
Microsoft.SharePoint.PowerShell.SPServiceApplicationProxyPipeBind |
Specifies the unique identifier for the proxy. |
||
|
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 |
||
|
SiteSubscription |
Optional |
Microsoft.SharePoint.PowerShell.SPSiteSubscriptionPipeBind |
Specifies the account under which this service should run. This parameter is mandatory in a hosted-environment and optional in a non-hosted environment. |
||
|
Type |
Optional |
System.String |
Specifies the type of object to display. The type is any one of the following values: - MySiteReaderACL - UserACL |
||
|
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
Use the Set-SPProfileServiceApplictionSecurity cmdlet to set permission and identity information for the following User Profile objects:
- Read individual My Sites
- Use Personal Features
- Use Social Features
- Create Personal Site
Input Types
Return Types
Change History
| Date | Description | Reason |
|---|---|---|
|
August 11, 2011 |
Updated the Type parameter to show correct values. |
Content update |
|
May 12, 2010 |
Initial publication |
|

Note: