microsoft / 30daysof

30 Day of Learning Resources, Samples and Curricula
https://aka.ms/30DaysOf
MIT License
169 stars 56 forks source link

Incident Management Application using Graph API #162

Open VijayalakshmiVijir6 opened 1 year ago

VijayalakshmiVijir6 commented 1 year ago

Submitted By

Vijayalakshmi - VijayalakshmiVijir6


Your project name

Incident Management using Graph API

Your project description

This PowerShell script is to be run on a schedule on an hourly basis. It reads items from Shared Mailbox whose subject Starts with "Incident" Keyword and Creates item in SharePoint list. Initially the status of the item will be "Not started". Based on Importance mentioned in the email, the item will be assigned to specific person. It uses Graph Api with Application permission scope(Mail.ReadBasic.All, Sites.ReadWrite.All) as we are scheduling it as a Job. This can be used in incident management scenarios. Version History in SharePoint list enables better tracking of the incident.

GitHub repository of your project

https://github.com/VijayalakshmiVijir6/Graph