Get-SPProfilePropertyCollection

 

Applies to: SharePoint Server 2016 Preview

Gets all user profile properties.

Syntax

Get-SPProfilePropertyCollection [-Source] <String>

Detailed Description

Important

This cmdlet has been deprecated for SharePoint Server 2016 and is not available for use.

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.

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.

Input Types

Return Types

Example

----------Example ----------

get-spprofilepropertycollection -source http://hq.contoso.com:8081

Important

This cmdlet has been deprecated for SharePoint Server 2016 and is not available for use.

This example gets all of the profile property subtypes from hq.contoso.com.

See also

Stop-SPProfileServiceIncrementalReplication