Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 1.37 KB

Day22-Intune.md

File metadata and controls

10 lines (7 loc) · 1.37 KB

Navigate to the dotnetcore-console-sample repo.  Do one (or both) of the following:

  1. Sign up for a free Intune trial at https://docs.microsoft.com/en-us/intune/get-started-evaluation.
  2. Clone the dotnetcore-console-sample repo and configure the project in the Day 22 sub-folder.
  3. Follow the instructions in readme.md to add Intune functionality to the sample program. (This exercise requires delegated permissions so be sure to include device code authentication from Day 20 if building from scratch).
  4. Check out https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/intune_graph_overview for more details on the Intune APIs in Microsoft Graph.

If you run into any issues while building or configuring the project please create a new Issue on the repo.