psmsgraph

1.0.27.60

Provides Connectivity and access to Microsoft Graph API

Minimum PowerShell version

5.0

Installation Options

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

Install-Module -Name psmsgraph

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

Install-PSResource -Name psmsgraph

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) 2017. All rights reserved.

Package Details

Author(s)

  • Mark Kraus

Tags

Graph GraphAPI MSGraph MSGraphAPI PSMSGraph PSMSGraphAPI MicrosoftGraph MicrosoftGraphAPI API OAuth REST CRUD

Functions

Add-AADAppRoleAssignment Export-GraphApplication Export-GraphOauthAccessToken Get-AADGroupByDisplayName Get-AADGroupByID Get-AADGroupMember Get-AADServicePrincipalAppRoleAssignedTo Get-AADServicePrinicpalbyDisplayName Get-AADServicePrinicpalbyId Get-AADUserAll Get-AADUserAppRoleAssignment Get-AADUserByID Get-AADUserByUserPrincipalName Get-GraphOauthAccessToken Get-GraphOauthAuthorizationCode Import-GraphApplication Import-GraphOauthAccessToken Invoke-GraphRequest New-GraphApplication New-GraphOauthAccessToken Remove-AADAppRoleAssignment Update-GraphOauthAccessToken

Dependencies

This module has no dependencies.

Release Notes

# Version 1.0.27.60 (2019-05-26)

## Functions

### Add-AADAppRoleAssignment

* Whitespace fixes #32

### Export-GraphApplication

* Whitespace fixes #32
* Renamed `LiterlPath` parameter to `LiteralPath` (non-breaking) #32
* Verbose message spelling fix #32

### Export-GraphOauthAccessTokenFunction

* Whitespace fixes #32

### Get-AADGroupByDisplayName

* Whitespace fixes #32

### Get-AADGroupById

* Whitespace fixes #32

### Get-AADGroupMember

* Whitespace fixes #32

### Get-AADServicePrincipalAppRoleAssignedTo

* Whitespace fixes #32

### Get-AADServicePrinicpalbyDisplayName

* Whitespace fixes #32

### Get-AADServicePrinicpalbyId

* Whitespace fixes #32

### Get-AADUserAll

* Whitespace fixes #32

### Get-AADUserAppRoleAssignment

* Whitespace fixes #32

### Get-AADUserByID

* Whitespace fixes #32

### Get-AADUserByUserPrincipalName

* Whitespace fixes #32

### Get-GraphOauthAccessToken

* Whitespace fixes #32

### Get-GraphOauthAuthorizationCode

* Whitespace fixes #32
* Added a `ForcePrompt` parameter to allow for forcing certain prompts in the authorization process. #34 (Thanks @markdomansky!)

### Import-GraphApplication

* Whitespace fixes #32

### Import-GraphOauthAccessToken

* Whitespace fixes #32

### Invoke-GraphRequest

* Whitespace fixes #32

### New-GraphApplication

* Whitespace fixes #32

### New-GraphOauthAccessToken

* Whitespace fixes #32

### Remove-AADAppRoleAssignment

* Whitespace fixes #32

### Update-GraphOauthAccessToken

* Whitespace fixes #32

## Types

### MSGraphAPI.Application

* Whitespace fixes #32

### MSGraphAPI.Oauth.AccessToken

* Whitespace fixes #32
* Added `ExpiresUTC` and `NotBeforeUTC` properties #27
* `Expires` and `IsExpired` now calculates from UTC unix epoch instead of local time. #27

### MSGraphAPI.Oauth.AuthorizationCode

* Whitespace fixes #32

### MSGraphAPI.Oauth.Exception

* Whitespace fixes #32

FileList

Version History

Version Downloads Last updated
1.0.27.60 (current version) 14,417 5/26/2019
1.0.26.43 3,867 4/30/2017
1.0.25.42 33 4/22/2017
1.0.24.41 29 4/15/2017
1.0.23.40 56 3/5/2017
1.0.20.37 21 3/3/2017
1.0.18.35 25 3/1/2017
1.0.15.17 20 2/27/2017
1.0.15.16 21 2/26/2017
1.0.5.8 75 2/26/2017
1.0.4.2 23 2/25/2017
Show more