PSGSuite
PSGSuite copied to clipboard
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 handsof...
Is it possible to add the lastKnownNetwork info from https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices to the Get-GSChromeOSDevice function?
Is this still being developed at all?
**Describe the bug** I failed multiple times setting this up. There are multiple things that do not work from the https://psgsuite.io/Initial%20Setup/ setup guide beginning with the broken links to create...
After a coupe of hours of screwing around I believe I have hit a wall, and I assumption is due to this module not recognising the newer license types now...
Hello, I'm actually creating some groups using PSGsuite with this command line : New-GSGroup Email [email protected] -Name "Maxou test list" Description "none" The group is created successfully, but I don't...
 Google has updated their admin console. Wiping a device asks the user if they'd like to wipe just the profiles from the device or factory reset. We have a...
This adds the functionality discussed in Issue #363. Added functions: * `Invoke-GSChromeOSDeviceCommand` which issues a command to a ChromeOS device. * `Get-GSChromeOSDeviceCommand` which fetches the status of a command that...
Added `Get-GSChromeDeviceTelemetry` Added ChromeMamnagement API to NuGetDependencies.json Updated Newtonsoft.Json version in NuGetDependencies.json to support the ChromeManagement API This will allow use of the [customers.telemetry.devices](https://developers.google.com/chrome/management/reference/rest/v1/customers.telemetry.devices) method of the Chrome Management API....
The code currently in the release/2.37.0 branch, when built, comes out to around 63,000 lines of code. I've had no issues importing this in a PowerShell session in my local...
Sync-GSCourse function per issue #334.