MSGraphPSEssentials
0.2.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
PSEditions
Dependencies
This module has no dependencies.
Release Notes
v0.2.0 (2021-01-03):
- Fixed missing ')' in the Device Code choice prompt caption.
- Added function: New-RefreshTokenCredential
- Added -RefreshTokenCredential parameter to New-MSGraphAccessToken
- No longer exporting utility functions:
- Test-SigningCertificate
- ConvertFrom-Base64Url
- ConvertTo-Base64Url
- (New) ConvertFrom-SecureStringToPlainText
FileList
- MSGraphPSEssentials.nuspec
- MSGraphPSEssentials.psd1
- MSGraphPSEssentials.psm1