SCRT-HQ / PSGSuite

Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
https://psgsuite.io/
Apache License 2.0
234 stars 66 forks source link

Added G-Suite Enterprise for Education licence #261

Closed Foggy2 closed 4 years ago

Foggy2 commented 4 years ago

This is my first time using GIT so I hope I get this right.

I have added in the product IDs and SKUs for G-Suite Enterprise for Education as found from here: https://developers.google.com/admin-sdk/licensing/v1/how-tos/products

I couldn't figure out how to build the module to test my changes. So although this looks correct I have not yet tested it.

scrthq commented 4 years ago

Thanks, @Foggy2 !!! I'll check this out ASAP and let you know!

To build the module locally, run the build.ps1 file. That should install any dependencies and build the module with your changes to a folder named "BuildOutput" in the root of the repo

scrthq commented 4 years ago

Hey @Foggy2 - just made some updates and committed to your source branch :-) I'm going to get this merged in, thanks again for sending over!!!