MsftGraph
MsftGraph copied to clipboard
A PowerShell module for interacting with the Microsoft Graph API for Directory, OneNote, OneDrive, Outlook, Planner, Teams and Sharepoint in Office 365 or consumer versions
added -user parameter to Send-GraphMailMessage, updated documentation, added parameterhelp, tested with a few users, including me (which requires delegated permissions instead of app permissions)
This is the initial commit which uses mkdocs and PlatyPS to generate MD formatted documentation Future commits will link HelpUri cmdletBinding properties to each function. This will enable Get-Help -Online...
`Import-Module Microsoft.Graph.Import-ModuleOrInstall Microsoft.Graph.PlusPlus` `Select-MgProfile -Name "beta"` `$graphuri` >_https://graph.microsoft.com/v1.0_
**steps to produce error :** ggu -userid user@somwhere -teams ggg somegroup error reported (user) WARNING: Only the -Drive, -Calendars and -Notebooks options work when you are logged in with this...
Hello, Another helpful tidbit maybe for inclusion, this is a "CreateOrUpdate" function for Microsoft groups, but it can be adapted to pretty much any object type. https://gist.github.com/JustinGrote/124fec2928ec8678d9c4a77237042eab
Receiving the following error when sending `Connect-MSGraph -ForceNew`: ``` WARNING: It doesn't look like there was a valid access token. ```
When I attempt to install this into Azure Automation - using the Browse Modules - search - msftGraph , then chose install, the module goes into "installing mode" then a...