external help file | applicable | schema |
---|---|---|
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online |
2.0.0 |
You must connect to the tenant admin website (https://:-admin.sharepoint.com) with Connect-PnPOnline in order to use this cmdlet.
Get-PnPUserProfileProperty -Account <String[]>
[-Connection <SPOnlineConnection>]
Requires a connection to a SharePoint Tenant Admin site.
PS:> Get-PnPUserProfileProperty -Account '[email protected]'
Returns the profile properties for the specified user
PS:> Get-PnPUserProfileProperty -Account '[email protected]','[email protected]'
Returns the profile properties for the specified users
The account of the user, formatted either as a login name, or as a claims identity, e.g. i:0#.f|membership|[email protected]
Type: String[]
Parameter Sets: (All)
Required: True
Position: 0
Accept pipeline input: False
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False