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

Added Invoke-GSChromeOSDeviceCommand and Get-GSChromeOSDeviceCommand #372

Open Foggy2 opened 2 years ago

Foggy2 commented 2 years ago

This adds the functionality discussed in Issue #363.

Added functions:

I had to bump up the version of the Admin SDK. I am unsure if this will introduce any issues for other functions but I was unable to identify any obvious problems.

From my testing this appears to be all working correctly.

Let me know any feedback.