MSGraphPSEssentials
0.5.5
A collection of functions enabling easier consumption of Microsoft Graph using just PowerShell (Desktop/Core).
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2020 Jeremy Bradshaw. All rights reserved.
Package Details
Author(s)
- Jeremy.Bradshaw@Outlook.com
Tags
MicrosoftGraph OAuth App-Only Delegated DeviceCode JWT AccessToken RefreshToken
Functions
New-MSGraphAccessToken New-MSGraphRequest New-SelfSignedMSGraphApplicationCertificate New-MSGraphPoPToken Add-MSGraphApplicationKeyCredential Remove-MSGraphApplicationKeyCredential ConvertFrom-JWTAccessToken New-RefreshTokenCredential Get-AccessTokenExpiration
PSEditions
Dependencies
This module has no dependencies.
Release Notes
v0.5.5 (2021-09-08):
- Added [-ExoEwsAppOnlyScope] switch parameter for New-MSGraphAccessToken's ClientCredentials parameter sets.
-- This will change the scope to https://outlook.office365.com/.default instead of the typical
https://graph.microsoft.com/.default, to enable OAuth app-only authentication with Exchange Online for EWS
applications.
-- Delegated permissions / user-present auth. flows for EWS are already covered in the DeviceCode and
RefreshToken parameter sets (i.e., supply -Scopes Ews.AccessUser.All).
FileList
- MSGraphPSEssentials.nuspec
- MSGraphPSEssentials.psd1
- MSGraphPSEssentials.psm1