MSGraphStuff

1.0.0

Various Microsoft Graph API related functions. Some of them are explained at https://doitpsway.com/.

Some of the interesting functions:
- Expand-MgAdditionalProperties - Function for expanding "AdditionalProperties" hash property to the main object aka flattens object
- Get-MgUser2 - Proxy function that when "*" is used as property parameter value returns all poss
Various Microsoft Graph API related functions. Some of them are explained at https://doitpsway.com/.

Some of the interesting functions:
- Expand-MgAdditionalProperties - Function for expanding "AdditionalProperties" hash property to the main object aka flattens object
- Get-MgUser2 - Proxy function that when "*" is used as property parameter value returns all possible properties
- Invoke-GraphAPIRequest - Function for creating request against Microsoft Graph API. Unlike official one supports paging and throttling.
- New-GraphAPIAuthHeader - Function for generating header that can be used for authentication of Graph API requests
- ...
Show more

Minimum PowerShell version

5.1

Installation Options

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

Install-Module -Name MSGraphStuff -RequiredVersion 1.0.0

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

Install-PSResource -Name MSGraphStuff -Version 1.0.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) 2022 @AndrewZtrhgf. All rights reserved.

Package Details

FileList

Version History

Version Downloads Last updated
1.0.9 5,830 3/11/2024
1.0.8 13 3/11/2024
1.0.7 1,557 2/29/2024
1.0.6 548 2/26/2024
1.0.5 50 2/25/2024
1.0.4 110 2/24/2024
1.0.3 11 2/24/2024
1.0.2 122 2/23/2024
1.0.1 12,477 7/11/2023
1.0.0 (current version) 57 4/7/2023
Show less