-
Notifications
You must be signed in to change notification settings - Fork 10
Get GAChromeosdevice
Retrieve Chrome OS Device(s)
Get-GAChromeosdevice [[-CustomerId] <String>] [-DeviceId] <String> [[-OrderBy] <OrderByEnum>]
[[-Projection] <ProjectionEnum>] [[-Query] <String>] [[-SortOrder] <SortOrderEnum>]
[-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf] [-Confirm]
Get-GAChromeosdevice [[-CustomerId] <String>] [-All] [[-MaxResults] <Int32>] [[-OrderBy] <OrderByEnum>]
[[-Projection] <ProjectionEnum>] [[-Query] <String>] [[-SortOrder] <SortOrderEnum>]
[-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf] [-Confirm]
Retrieve Chrome OS Device(s)
PS C:\> Get-GAChromeosdevice -DeviceId $SomeDeviceIdString
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
PS C:\> List-GAChromeosdevice -All
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
Immutable id of the Google Apps account
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Immutable id of Chrome OS Device
Type: String
Parameter Sets: One
Aliases:
Required: True
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
A switch to list all results.
Type: SwitchParameter
Parameter Sets: List
Aliases:
Required: True
Position: 3
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Maximum number of results to return. Default is 100
Type: Int32
Parameter Sets: List
Aliases:
Required: False
Position: 4
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Column to use for sorting results
Possible values: AnnotatedLocation, AnnotatedUser, LastSync, Notes, SerialNumber, Status, SupportEndDate
Type: OrderByEnum
Parameter Sets: (All)
Aliases:
Accepted values: AnnotatedLocation, AnnotatedUser, LastSync, Notes, SerialNumber, Status, SupportEndDate
Required: False
Position: 5
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Restrict information returned to a set of selected fields.
Possible values: BASIC, FULL
Type: ProjectionEnum
Parameter Sets: (All)
Aliases:
Accepted values: BASIC, FULL
Required: False
Position: 6
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Search string in the format given at https://support.google.com/chrome/a/answer/1698333
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Whether to return results in ascending or descending order. Only of use when orderBy is also used
Possible values: ASCENDING, DESCENDING
Type: SortOrderEnum
Parameter Sets: (All)
Aliases:
Accepted values: ASCENDING, DESCENDING
Required: False
Position: 8
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
A Standard Query Parameters Object.
Type: StandardQueryParameters
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
The GAuthId representing the gShell auth credentials this cmdlet should use to run.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Immutable id of the Google Apps account
Immutable id of Chrome OS Device
Maximum number of results to return. Default is 100
Column to use for sorting results
Restrict information returned to a set of selected fields.
Search string in the format given at https://support.google.com/chrome/a/answer/1698333
Whether to return results in ascending or descending order. Only of use when orderBy is also used
Part of the gShell Project, relating to the Google Directory API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads