Skip to content

Commit c866767

Browse files
committed
Minor edits
1 parent 1ab53d8 commit c866767

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

microsoftgraph/docs-conceptual/get-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To get started with the SDK, follow these steps:
2828

2929
## Authentication
3030

31-
The PowerShell SDK supports two types of authentication: [*delegated access*](/graph/auth/auth-concepts#delegated-access-access-on-behalf-of-a-user), and [*app-only access*](/graph/auth/auth-concepts#app-only-access-access-without-a-user). In this guide, you use delegated access to sign in as a user, grant consent to the SDK to act on your behalf, and call Microsoft Graph.
31+
The PowerShell SDK supports two types of authentication: [*delegated access*](/graph/auth/auth-concepts#delegated-access-access-on-behalf-of-a-user), and [*app-only access*](/graph/auth/auth-concepts#app-only-access-access-without-a-user). In this guide, you use delegated access to sign in as a user, grant consent to the application to act on your behalf, and call Microsoft Graph.
3232

3333
For more details on using app-only access for unattended scenarios, see [Use app-only authentication with the Microsoft Graph PowerShell SDK](app-only.md).
3434

@@ -82,8 +82,6 @@ The command prompts you to go to a web page to sign in with your credentials. On
8282

8383
After signing in, you can begin making calls to Microsoft Graph.
8484

85-
[!INCLUDE [aad-advanced-queries-note](../includes/aad-advanced-queries-note.md)]
86-
8785
### Get a user
8886

8987
In this section, you will identify a user in the list returned by `Get-MgUser` and store their information in the `$user` variable, which will be used as a parameter in subsequent commands. Start by running the following command.

0 commit comments

Comments
 (0)