Problem:
Example 1: Get the list of all the users
This command returns a list of all users.
The command is Get-MgUser | Format-List ID, DisplayName, Mail, UserPrincipalName and this does not get all users.
Solution?
Update the example command to include -All or insert some information and/or a link to how to page.