Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome Devices #147

Closed
Foggy2 opened this issue Jan 15, 2019 · 3 comments
Closed

Chrome Devices #147

Foggy2 opened this issue Jan 15, 2019 · 3 comments
Assignees

Comments

@Foggy2
Copy link
Contributor

Foggy2 commented Jan 15, 2019

Is your feature request related to a problem? Please describe.
I am wanting to generate a CSV list of all ChromeOS devices but the functionality for this does not exist in Google Admin.

Describe the solution you'd like
Functions similar to the *-GSMobileDevice functions but which instead work for ChromeOS devices.

Looking at the API, the ChromeOS functionality looks very similar to the existing functionality but just with different names.

https://developers.google.com/admin-sdk/directory/v1/guides/manage-chrome-devices

Additional context
All I am after for now is the ability to query a list of devices that I can export to a CSV file for use in another application. However, I can definitely see the potential and usefulness of being able to update device information in the future.

Also, the Classroom and Calendar functions are working great for me now! Thanks again!

@scrthq
Copy link
Member

scrthq commented Jan 16, 2019

Great idea, @Foggy2! I'm on it!

@scrthq scrthq self-assigned this Jan 16, 2019
@scrthq
Copy link
Member

scrthq commented Feb 2, 2019

Hey @Foggy2 - Should have this pushed out by tonight/tomorrow! Sorry on the delay, been slammed! This is going to add 2 new functions:

  • Get-GSChromeOSDevice

    Handles Get or List requests, depending on if you specify a ResourceId or not.

  • Update-GSChromeOSDevice

    Handles Action, Move and/or Patch requests depending on the parameters passed.

I'll respond back here once deployed!

@scrthq
Copy link
Member

scrthq commented Feb 4, 2019

Hey @Foggy2 - v2.22.4 is out now with those added functions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants