Get-SPProfilePropertyCollection

 

**S’applique à :**SharePoint Server 2016 Preview

**Dernière rubrique modifiée :**2015-03-09

Gets all user profile properties.

Syntaxe

Get-SPProfilePropertyCollection [-Source] <String>

Detailed Description

ImportantImportant :
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.

NoteRemarque :
Duplicate profile property subtypes are removed.

Paramètres

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

Exemple

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

get-spprofilepropertycollection -source http://hq.contoso.com:8081
ImportantImportant :
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.

Voir aussi

Stop-SPProfileServiceIncrementalReplication