Skip to content
Nate Ferrell edited this page Jan 8, 2017 · 16 revisions

PSGoogle

Powershell module wrapping Google Apps API calls 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

Credits

Handling the Service Account OAuth procedure in Powershell:

Initial expoloration into Google Apps management via command line:

Prerequisites / How To Setup (updated 08/02/2016)

In order to use this module, you'll need to have the following:

  • Service Account Key created and downloaded as a P12 key file.
  • API Client access allowed for the Service Account that will be used towards the API scopes that you intend to utilize
  • Domain-Wide Delegation enabled for the service account
Clone this wiki locally