Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-MgTeam without -TeamId does not return all property values. #2423

Closed
anthonyherring opened this issue Nov 8, 2023 · 1 comment
Closed

Comments

@anthonyherring
Copy link

When using Get-MgTeam without supplying a -TeamId, values for some properties are not returned, such as CreatedDateTime and IsArchived. Supplying -All or -Top with or without -Property and specifying property names is no help; still no values returned.

When supplying a -TeamId, the property values are returned for the specific Team.

@timayabi2020
Copy link
Contributor

@anthonyherring please refer to the note section on this reference https://learn.microsoft.com/en-us/graph/api/teams-list?view=graph-rest-1.0&tabs=http. This is by design that some of properties are not being returned.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants