Adding support for selecting ALL properties using '*' wildcard in Mg Graph commands 'property' parameter
Problem
You may have noticed that Microsoft Graph SDK commands like Get-MgUser, Get-MgDevice, etc don't retrieve all properties by default. π
All object properties are returned, but most of them are empty.
What you need to do, is explicitly specify...