Get-SPProfileLeader
Published: August 23, 2011
Returns the current company leaders.
Get-SPProfileLeader [-ProfileServiceApplicationProxy] <SPServiceApplicationProxyPipeBind> [-AssignmentCollection <SPAssignmentCollection>] [-SiteSubscription <SPSiteSubscriptionPipeBind>]
Parameters
| Parameter | Required | Type | Description | ||
|---|---|---|---|---|---|
|
ProfileServiceApplicationProxy |
Required |
Microsoft.SharePoint.PowerShell.SPServiceApplicationProxyPipeBind |
Specifies the name of the User Profile Service Application Proxy to use. |
||
|
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.
|
||
|
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. |
Detailed Description
This cmdlet was introduced in Microsoft SharePoint Server 2010 with Service Pack 1 (SP1) and Microsoft SharePoint Foundation 2010 with Service Pack 1 (SP1).
Use the Get-SPProfileLeader cmdlet to display the current company leaders.
For additional information about SPProfileLeader cmdlets, see The *-SPProfileLeader Windows PowerShell cmdlets in SharePoint Server 2010 SP1 (http://go.microsoft.com/fwlink/p/?LinkId=226295).
Input Types
Return Types
----------EXAMPLE-----------------
$upaProxy = Get-SPServiceApplicationProxy 1232b6f7-b9ff-99ad-0cd0-fg1g67h981aq
Get-SPProfileLeader -ProfileServiceApplicationProxy $upaProxy
This example returns a company leader from the specific user profile service application as indicated by the variable, $upaProxy.
Change History
| Date | Description | Reason |
|---|---|---|
|
August 23, 2011 |
Initial publication |
|

Note: