Get-PnPUserProfileProperty
SYNOPSIS
Required Permissions
- SharePoint: Access to the SharePoint Tenant Administration site
You must connect to the tenant admin website (https://:
Requires a connection to a SharePoint Tenant Admin site. Returns the profile properties for the specified user 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|user@domain.com Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.SYNTAX
Get-PnPUserProfileProperty [-Account] <String[]> [-Connection <PnPConnection>] [<CommonParameters>]
DESCRIPTION
EXAMPLES
EXAMPLE 1
Get-PnPUserProfileProperty -Account 'user@domain.com'
EXAMPLE 2
Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'
PARAMETERS
-Account
Type: String[]
Parameter Sets: (All)
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Connection
Type: PnPConnection
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
RELATED LINKS