MSGraphPSEssentials
0.3.1
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
PSEditions
Dependencies
This module has no dependencies.
Release Notes
v0.3.1 (2021-04-21):
- Fixed 3 instances of same typo ('throw = ' (dropped the '=').
- Fixed New-SelfSignedMSGraphApplicationCertificate function:
Implemented crutch-fix for New-SelfSignedCertificate on PS Core to make private key available.
(related to known issue: https://github.com/PowerShell/PowerShell/issues/12081)
- Updated New-SelfSignedMSGraphApplicationCertificate function:
Re-introduced -Subject parameter in favor of DnsName because it just makes more sense.
(**Not doing any validation of the supplied string**)
The -FriendlyName parameter is now optional.
FileList
- MSGraphPSEssentials.nuspec
- MSGraphPSEssentials.psd1
- MSGraphPSEssentials.psm1