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
Get-MgTeamTag Teams GET /teams/{team-id}/tags IMicrosoftGraphTeamworkTag {} {List}
138
-
Get-MgTeamTag Teams GET /teams/{team-id}/tags/{teamworkTag-id} IMicrosoftGraphTeamworkTag {} {Get, GetViaIdentity}
139
-
Get-MgTeamTagMember Teams GET /teams/{team-id}/tags/{teamworkTag-id}/members IMicrosoftGraphTeamworkTagMember {} {List}
140
-
Get-MgTeamTagMember Teams GET /teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id} IMicrosoftGraphTeamworkTagMember {} {Get, GetViaIdentity}
135
+
APIVersion: v1.0
136
+
137
+
Command Module Method URI
138
+
------- ------ ------ ---
139
+
Get-MgUserTodoList Users GET /users/{user-id}/todo/lists
140
+
Get-MgUserTodoList Users GET /users/{user-id}/todo/lists/{todoTaskList-id}
141
+
Get-MgUserTodoListDelta Users.Functions GET /users/{user-id}/todo/lists/delta
142
+
Get-MgUserTodoListExtension Users GET /users/{user-id}/todo/lists/{todoTaskList-id}/extensions
143
+
Get-MgUserTodoListExtension Users GET /users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}
144
+
Get-MgUserTodoListTask Users GET /users/{user-id}/todo/lists/{todoTaskList-id}/tasks
145
+
Get-MgUserTodoListTask Users GET /users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}
141
146
```
142
147
143
148
## Find Microsoft Graph PowerShell commands using a URI wildcard
description: "Learn how to use the Find-MgGraphPermission to discover permissions related to a ___domain."
4
4
5
5
ms.topic: how-to
6
-
ms.date: 01/11/2022
6
+
ms.date: 01/31/2023
7
7
author: msewaweru
8
8
manager: CelesteDG
9
9
ms.author: eunicewaweru
10
+
reviewer: maisarissi
10
11
---
11
12
12
13
# Using Find-MgGraphPermission cmdlet
13
14
14
15
The Microsoft Graph PowerShell SDK application requires users to have ___domain knowledge of both the semantics and syntax of Microsoft Graph API permissions used to authorize access to the API. This cmdlet helps to answer the following questions:
15
16
16
17
- How do I find the values to supply to the permission-related parameters of commands like New-MgApplication and other application and consent related commands?
17
-
- What permissions are applicable to a certain ___domain, for example, application, directory? To use Microsoft Graph PowerShell SDK to access Microsoft Graph, users must sign in to an Azure Active Directory application using the Connect-MgGraph command. Use the [Find-MgGraphCommand](find-mg-graph-command.md) to find which permissions to use for a specific cmdlet or API.
18
+
- What permissions are applicable to a certain ___domain, for example, application, directory? To use Microsoft Graph PowerShell SDK to access Microsoft Graph, users must sign in to an Azure AD application using the `Connect-MgGraph` command. Use the [Find-MgGraphCommand](find-mg-graph-command.md) to find which permissions to use for a specific cmdlet or API.
18
19
19
-
Currently PowerShell commands and scripts, including those implemented with Microsoft Graph PowerShell SDK itself have no way of validating user input that refers to permissions or providing "auto-complete" user experiences to help users accurately supply input to commands
20
+
Currently PowerShell commands and scripts, including those implemented with Microsoft Graph PowerShell SDK itself, have no way of validating user input that refers to permissions or providing "auto-complete" user experiences to help users accurately supply input to commands
0 commit comments