Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save claw0ry/ae5a090a609a5ea946d9cbdf76afe218 to your computer and use it in GitHub Desktop.

Select an option

Save claw0ry/ae5a090a609a5ea946d9cbdf76afe218 to your computer and use it in GitHub Desktop.
PS> Get-Command -Module Microsoft.Graph* "get*userprofile*"
CommandType Name Version Source
----------- ---- ------- ------
Function Get-MgUserProfile 1.25.0 Microsoft.Graph.People
Function Get-MgUserProfileAccount 1.25.0 Microsoft.Graph.People
Function Get-MgUserProfileAddress 1.25.0 Microsoft.Graph.People
Function Get-MgUserProfileAnniversary 1.25.0 Microsoft.Graph.People
Function Get-MgUserProfileAward 1.25.0 Microsoft.Graph.People
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment