Replies: 1 comment
-
This command is now outputting the values toa hashtable for some reason... Is this a feature update or just a change in the way this command works? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With Powershell 5.x, Get-PnPUserProfileProperty -account | Select PersonalUrl would return the User's OneDrive URL. Now with PnP.Powershell 2.2.0 on PowerShell 7.3, "Select" no longer returns anything.
I'm attempting to run the script below, but I think it chokes on this line:
$url=Get-PnPUserProfileProperty -Account $emailAddress | Select PersonalUrl
https://learn.microsoft.com/en-us/purview/ediscovery-use-a-script-to-add-users-to-a-hold#step-1-install-the-sharepoint-online-management-shell
Thanks in advance for any help
Beta Was this translation helpful? Give feedback.
All reactions