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
We have prioritized breaking the module into modular components. This will be fixed as part of a larger work item for pipelining patterns described in this issue - #746 (you are familiar with this item 💯)
Get-EntraUser -UserId <GUID>| Add-EntraGroupMember -GroupId <GUID>
fails with errorNew-MgGroupMember_CreateExpanded: Invalid object identifier 'Microsoft.Graph.PowerShell.Models.MicrosoftGraphUser'.
Instead of the whole object you need to pipe just user's ID to make pipeline work.
The text was updated successfully, but these errors were encountered: