EasyGraph
1.3.0
Provides a wrapper for Microsoft Graph REST API, and handles authentication, paging and throttling.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) Andreas Lindahl. All rights reserved.
Package Details
Author(s)
- Andreas Lindahl
 
Tags
Windows Linux macOS Graph Microsoft PowerShell Office365 Automation
Functions
Invoke-EasyGraphRequest Connect-EasyGraph Disconnect-EasyGraph Get-EasyGraphConnectionInfo
PSEditions
Dependencies
This module has no dependencies.
Release Notes
Please refer to GitHub for release notes https://github.com/andlin03/EasyGraph/releases
FileList
- EasyGraph.nuspec
 - EasyGraph.psd1
 - EasyGraph.psm1
 - LICENSE.md
 - README.md
 - Private\Get-EasyGraphAuthToken.ps1
 - Private\Get-EasyGraphAuthTokenCert.ps1
 - Private\Get-EasyGraphAuthTokenClientSecret.ps1
 - Private\Get-EasyGraphAuthTokenDeviceCode.ps1
 - Private\Get-EasyGraphAuthTokenRefreshToken.ps1
 - Private\Get-EasyGraphAuthTokenUserAuth.ps1
 - Public\Connect-EasyGraph.ps1
 - Public\Disconnect-EasyGraph.ps1
 - Public\Get-EasyGraphConnectionInfo.ps1
 - Public\Invoke-EasyGraphRequest.ps1