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
Existing default views (Format-List) should only have properties that are returned by default. For example, UserType is only returned by default in beta and shouldn't be present in v1.0:
- where:
model-name: ^MicrosoftGraphUser\d*$set:
format-table:
properties:
- Id
- DisplayName
- Mail
- UserPrincipalName
- UserType