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 67 forks source link

set-psgsuiteconfig not giving me a config #315

Closed poseyjmac closed 3 years ago

poseyjmac commented 3 years ago

There aren't any errors, so I'm unsure what's going on. I input all the required info, but I don't see a config file appear anywhere after I run the command. Any ideas?

FISHMANPET commented 3 years ago

The module uses the Configuration module, which will place it (if doing a user Config, on Windows), at ~\AppData\Local\powershell\SCRT HQ\PSGSuite\Configuration.psd1. A machine config will go to %PROGRAMDATA%\powershell\SCRT HQ\PSGSuite\Configuration.psd1. I'm not sure off the top of my head where they'd go in Unix.

poseyjmac commented 3 years ago

Thanks