[BUG] Get-PnPAADUser Mail Property
See original GitHub issueReporting an Issue or Missing Feature
I am reporting a bug
Expected behavior
Get-PnPAADUser
shoud return mail
property
Actual behavior
Get-PnPAADUser -Filter "DisplayName eq 'Yuriy Samorodov'"
will not return mail
Steps to reproduce behavior
$props = @{
Url = $Url
Thumbprint = $CertThumbprint
ClientId = $ClientId
Tenant = $TenantId
}
Connect-PnPOnline @props
Get-PnPAADUser -Filter "DisplayName eq 'UserName'" -Select DisplayName, mail
What is the version of the Cmdlet module you are running?
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Manifest 1.2.5 nightly PnP.PowerShell {Add-PnPAlert, Add-PnPApp, Add-PnPApplicationCusto…
Which operating system/environment are you running PnP PowerShell on?
- [ x] Windows
- Linux
- MacOS
- Azure Cloud Shell
- Azure Functions
- Other : please specify
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Why do I sometimes get undefined in the 'mail' property ...
I'm trying to debug an issue in an existing product. It uses Microsoft 365's /me endpoint to get the logged in user's information....
Read more >I found a real bug in microsoft office mail
hello Team, I would like to report a bug for mailbox. i can change the subject line in the mailbox and save it....
Read more >Duplicate Incoming mail alerts - Bug or feature?
Whenever I receive any new email and I am working on some other application, Thunderbird shows the new email alert.
Read more >Issues · hteumeuleu/email-bugs
Email quirks and bugs. Contribute to hteumeuleu/email-bugs development by creating an account on GitHub.
Read more >Report a bed bug law violation | Services
If a tenant complains about bed bugs, the landlord must hire a pest ... You can submit your complaint online or mail a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @erwinvanhunen One of the reasons I switched so quickly from SPOOnline module to PnP.PowerShell is you great support!
It has been fixed and the fix will be available in the next nightly build of the PnP.Framework and PnP PowerShell as of tomorrow.