├── Connect-Graph.ps1 ├── Connect_Graph_Password_Grant.ps1 ├── Grant-Types.ps1 ├── Graph_Get_All_CompanyAdmins.ps1 ├── Graph_Get_All_Devices.ps1 ├── Graph_Get_All_Groups.ps1 ├── Graph_Get_All_Groups_Paging.ps1 ├── Graph_Get_All_SharePoint_Sites.ps1 ├── Graph_Get_All_Users.ps1 ├── Graph_Get_All_Users_Sort_DisplayName.ps1 ├── Graph_Get_Calendar_Events_Top5.ps1 ├── Graph_Get_Intune_CompliancePolicies.ps1 ├── Graph_Get_OneDrive_Items.ps1 ├── Graph_Get_Recent_Emails.ps1 ├── Graph_Get_Recent_Security_Alerts.ps1 ├── Graph_Get_Teams_Channel_Messages_Top3.ps1 ├── Graph_Get_Tenant_Domains.ps1 ├── Graph_Get_Tenant_SkuInfo.ps1 ├── Graph_Post_SharePoint_List.ps1 ├── Graph_Post_Teams_Message.ps1 ├── Graph_Upload_OneDrive_File.ps1 ├── Graph_Upload_OneDrive_File2.ps1 ├── MSGraph API.pdf ├── MSGraph API.pptx ├── README.md └── Report.ps1 /Connect-Graph.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Connect-Graph.ps1 -------------------------------------------------------------------------------- /Connect_Graph_Password_Grant.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Connect_Graph_Password_Grant.ps1 -------------------------------------------------------------------------------- /Grant-Types.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Grant-Types.ps1 -------------------------------------------------------------------------------- /Graph_Get_All_CompanyAdmins.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_All_CompanyAdmins.ps1 -------------------------------------------------------------------------------- /Graph_Get_All_Devices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_All_Devices.ps1 -------------------------------------------------------------------------------- /Graph_Get_All_Groups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_All_Groups.ps1 -------------------------------------------------------------------------------- /Graph_Get_All_Groups_Paging.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_All_Groups_Paging.ps1 -------------------------------------------------------------------------------- /Graph_Get_All_SharePoint_Sites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_All_SharePoint_Sites.ps1 -------------------------------------------------------------------------------- /Graph_Get_All_Users.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_All_Users.ps1 -------------------------------------------------------------------------------- /Graph_Get_All_Users_Sort_DisplayName.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_All_Users_Sort_DisplayName.ps1 -------------------------------------------------------------------------------- /Graph_Get_Calendar_Events_Top5.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_Calendar_Events_Top5.ps1 -------------------------------------------------------------------------------- /Graph_Get_Intune_CompliancePolicies.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_Intune_CompliancePolicies.ps1 -------------------------------------------------------------------------------- /Graph_Get_OneDrive_Items.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_OneDrive_Items.ps1 -------------------------------------------------------------------------------- /Graph_Get_Recent_Emails.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_Recent_Emails.ps1 -------------------------------------------------------------------------------- /Graph_Get_Recent_Security_Alerts.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_Recent_Security_Alerts.ps1 -------------------------------------------------------------------------------- /Graph_Get_Teams_Channel_Messages_Top3.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_Teams_Channel_Messages_Top3.ps1 -------------------------------------------------------------------------------- /Graph_Get_Tenant_Domains.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_Tenant_Domains.ps1 -------------------------------------------------------------------------------- /Graph_Get_Tenant_SkuInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Get_Tenant_SkuInfo.ps1 -------------------------------------------------------------------------------- /Graph_Post_SharePoint_List.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Post_SharePoint_List.ps1 -------------------------------------------------------------------------------- /Graph_Post_Teams_Message.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Post_Teams_Message.ps1 -------------------------------------------------------------------------------- /Graph_Upload_OneDrive_File.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Upload_OneDrive_File.ps1 -------------------------------------------------------------------------------- /Graph_Upload_OneDrive_File2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Graph_Upload_OneDrive_File2.ps1 -------------------------------------------------------------------------------- /MSGraph API.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/MSGraph API.pdf -------------------------------------------------------------------------------- /MSGraph API.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/MSGraph API.pptx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # GraphAPI -------------------------------------------------------------------------------- /Report.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bwya77/GraphAPI/HEAD/Report.ps1 --------------------------------------------------------------------------------