poshgraph

0.13.0

CLI for Microsoft Graph interaction

Installation Options

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

Install-Module -Name poshgraph -RequiredVersion 0.13.0

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

Install-PSResource -Name poshgraph -Version 0.13.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) 2018 Adam Edwards.

Package Details

Author(s)

  • Adam Edwards

Tags

MSGraph Graph AADGraph Azure MicrosoftGraph Microsoft-Graph MS-Graph AAD-Graph GraphExplorer REST CRUD GraphAPI

Cmdlets

Get-Graph Get-GraphChildItem Get-GraphLocation Get-GraphUri New-Graph Remove-Graph Set-GraphLocation Set-GraphPrompt Update-GraphMetadata

Dependencies

Release Notes

# PoshGraph 0.13.0 Release Notes

This release includes app-only related features from PoshGraph-SDK 0.3.0 as well as argument completion for Graph URIs and graph names.

## New Features

* `Get-GraphChildItem` now supports app-only authentication with MS Graph through the `New-GraphConnection` and Connect-Graph` cmdlets
* `Set-GraphPrompt` displays app + tenant information for app-only connections
* `Get-GraphChildItem` now supports V1 token caching due to update to newer `poshgraph-sdk` dependency
* `Get-GraphChildItem`, `Set-GraphLocation`, and `Get-GraphUri` now support auto-completion of Graph uri parameters once metadata has been processed
8 `Get-Graph`, `Remove-Graph` cmdlets support auto-completion of Graph name arguments
* New `-Force` option for `Set-GraphLocation` let's you bypass the wait on metadata processing and set the location to the root of the specified graph.
* New `-Current` option for `Get-Graph` to get the current Graph
* Include tenant information in `Get-Graph` result
* Add `-Search` option for `Get-GraphChildItem` to enable full-text search on Graph REST calls that support the OData `$search` query parameter

## New dependencies

* PoshGraph-SDK 0.3.0

## Fixed defects

* See release notes for `PoshGraph-SDK 0.3.0` for fixes in that module that affected `PoshGraph`

FileList

Version History

Version Downloads Last updated
0.13.1 772 9/22/2018
0.13.0 (current version) 25 9/10/2018
0.13.0-preview 16 9/9/2018
0.12.0 24 8/25/2018
0.12.0-preview 16 8/23/2018
0.11.1 27 8/16/2018
0.11.1-preview 17 8/15/2018
0.10.7 20 8/11/2018
0.10.6 19 8/9/2018
0.10.5 30 7/22/2018
0.10.4 27 7/9/2018
0.10.3 17 7/9/2018
0.10.2 18 7/9/2018
0.10.1 17 7/9/2018
0.10.0 18 7/9/2018
0.9.0 42 4/14/2018
0.8.2 26 3/17/2018
0.8.1 17 3/17/2018
0.8.0 24 3/8/2018
0.7.15 33 2/14/2018
0.7.14 16 2/14/2018
0.7.13 17 2/14/2018
0.7.12 19 2/14/2018
0.7.11 19 2/14/2018
0.7.10 19 2/12/2018
0.7.9 15 2/11/2018
0.7.8 15 2/11/2018
0.7.7 17 2/11/2018
0.7.6 18 2/11/2018
0.7.5 17 2/10/2018
0.7.4 19 2/10/2018
0.7.3 16 2/10/2018
Show more