Get-SPProfilePropertyCollection

 

**Gilt für:**SharePoint Server 2016 Preview

**Letztes Änderungsdatum des Themas:**2015-03-09

Gets all user profile properties.

Syntax

Get-SPProfilePropertyCollection [-Source] <String>

Detailed Description

Wichtig

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.

Hinweis

Duplicate profile property subtypes are removed.

Parameter

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

Beispiel

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

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

Wichtig

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.

Siehe auch

Stop-SPProfileServiceIncrementalReplication