MSGraphPSEssentials
0.5.0
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.0 (2021-08-24):
- Added 'Ignore' option for New-MSGraphRequest's -nextLinkAction parameter.
-- Main reason for this addition is that suppressing the warning can be nearly impossible when
New-MSGraphRequest is being called from another function (from outside of this module).
FileList
- MSGraphPSEssentials.nuspec
- MSGraphPSEssentials.psd1
- MSGraphPSEssentials.psm1