You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commandlet only returns:
AccountName
DirectReports
DisplayName
Email
ExtendedManagers
ExtendedReports
IsFollowed
LatestPost
Peers
PersonalSiteHostUrl
PersonalUrl
PictureUrl
Title
UserProfileProperties
UserUrl
Context
Tag
Path
ObjectVersion
ServerObjectIsNull
TypedObject
It should return all properties of the userprofile.
I know that it returns it within the userprofileproperty property. But this is a extra complication that should not be there.
Also I would like it to return a property directly if I ex. write:
Missing properties on Get-PnPUserProfileProperty
This commandlet only returns:
AccountName
DirectReports
DisplayName
Email
ExtendedManagers
ExtendedReports
IsFollowed
LatestPost
Peers
PersonalSiteHostUrl
PersonalUrl
PictureUrl
Title
UserProfileProperties
UserUrl
Context
Tag
Path
ObjectVersion
ServerObjectIsNull
TypedObject
It should return all properties of the userprofile.
I know that it returns it within the userprofileproperty property. But this is a extra complication that should not be there.
Also I would like it to return a property directly if I ex. write:
Get-PnPUserProfileProperty -propertyname "FirstName"
Return: Firstname
The text was updated successfully, but these errors were encountered: