Get-SPProfilePropertyCollection
SharePoint 2013
Published: December 11, 2012
Applies to: SharePoint Server 2013
Gets all user profile properties.
Get-SPProfilePropertyCollection [-Source] <String>
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| Source | Required | System.String | Specifies the URL of the My Site Host from where the user profiles are retrieved, for example, http://hq.contoso.com:8081/my. |
Detailed Description
The Get-SPProfilePropertyCollection cmdlet returns an object that contains a collection of all profile property subtypes from the source server. You can pipe the resulting object to other User Profile Replication Engine cmdlets.
Note: |
|---|
| Duplicate profile property subtypes are removed. |
Input Types
Return Types
----------Example ----------
get-spprofilepropertycollection –source http://hq.contoso.com:8081
This example gets all of the profile property subtypes from hq.contoso.com.
Change History
| Date | Description |
|---|---|
| December 11, 2012 | Initial publication |

Note: