question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Get-PnPAADUser Mail Property

See original GitHub issue

Reporting 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 image

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:closed
  • Created 3 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
YuriySamorodovcommented, Feb 2, 2021

Thanks @erwinvanhunen One of the reasons I switched so quickly from SPOOnline module to PnP.PowerShell is you great support!

1reaction
erwinvanhunencommented, Feb 2, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found