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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name MSGraphPSEssentials -RequiredVersion 0.2.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name MSGraphPSEssentials -Version 0.2.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Desktop Core

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

Version History

Version Downloads Last updated
0.6.0 152 1/12/2022
0.5.5 89 9/9/2021
0.5.0 26 8/24/2021
0.4.1 47 5/27/2021
0.4.0 22 5/13/2021
0.3.1 23 4/21/2021
0.3.0 20 4/14/2021
0.2.0 (current version) 39 1/3/2021
0.1.0 23 12/17/2020
Show less