-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpowershell.yml
44 lines (44 loc) · 1.36 KB
/
powershell.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
### YamlMime:Tutorial
title: Build PowerShell scripts with Microsoft Graph
metadata:
title: Build PowerShell scripts with Microsoft Graph
description: In this tutorial, you'll build a PowerShell script that uses the Microsoft Graph API to access data on behalf of a user.
audience: Developer
level: Beginner
displayType: one-column
ms.date: 09/29/2022
author: jasonjoh
ms.author: jasonjoh
ms.topic: tutorial
scenarios: getting-started
languages: PowerShell
items:
- durationInMinutes: 1
content: |
[!INCLUDE [](./includes/powershell/01-intro.md)]
- title: Register the app in the portal
durationInMinutes: 3
content: |
[!INCLUDE [](./includes/powershell/02-register-app.md)]
- title: Add user authentication
durationInMinutes: 5
content: |
[!INCLUDE [](./includes/powershell/03-add-user-auth.md)]
- title: Get user
durationInMinutes: 2
content: |
[!INCLUDE [](./includes/powershell/04-get-user.md)]
- title: List inbox
durationInMinutes: 2
content: |
[!INCLUDE [](./includes/powershell/05-get-inbox-messages.md)]
- title: Send mail
durationInMinutes: 3
content: |
[!INCLUDE [](./includes/powershell/06-send-mail.md)]
- title: "Optional: add your own code"
durationInMinutes: 5
content: |
[!INCLUDE [](./includes/powershell/07-extend-app.md)]
- content: |
[!INCLUDE [](./includes/powershell/08-completed.md)]