Skip to content

Set GAChromeosdevice

Spencer Varney edited this page Dec 27, 2016 · 3 revisions

Set-GAChromeosdevice

SYNOPSIS

Update Chrome OS Device. This method supports patch semantics.

SYNTAX

Set-GAChromeosdevice [[-CustomerId] <String>] [-DeviceId] <String> [[-AnnotatedAssetId] <String>]
 [[-AnnotatedLocation] <String>] [[-AnnotatedUser] <String>] [[-Notes] <String>] [[-OrgUnitPath] <String>]
 [[-Projection] <ProjectionEnum>] [-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>]
 [-WhatIf] [-Confirm]

DESCRIPTION

Update Chrome OS Device. This method supports patch semantics.

EXAMPLES

---------- EXAMPLE 1 ----------

PS C:\> Set-GAChromeosdevice -CustomerId $SomeCustomerIdString -DeviceId $SomeDeviceIdString -ChromeOsDeviceBody $SomeChromeOsDeviceObj

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.

PARAMETERS

-CustomerId

The unique ID for the customer's Google account. As an account administrator, you can also use the my_customer alias to represent your account's customerId. The customerId is also returned as part of the Users resource.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 0
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-DeviceId

Immutable id of Chrome OS Device

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 1
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-AnnotatedAssetId

AssetId specified during enrollment or through later annotation

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 2
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-AnnotatedLocation

Address or location of the device as noted by the administrator

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 3
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-AnnotatedUser

User of the device

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 4
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Notes

Notes added by the administrator

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 5
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-OrgUnitPath

OrgUnit of the device

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 6
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Projection

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: 7
Default value: 
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-StandardQueryParams

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

-GAuthId

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

INPUTS

System.String

System.String

Immutable id of Chrome OS Device

System.String

AssetId specified during enrollment or through later annotation

System.String

Address or location of the device as noted by the administrator

System.String

User of the device

System.String

Notes added by the administrator

System.String

OrgUnit of the device

Google.Apis.admin.Directory.directory_v1.ChromeosdevicesResource+PatchRequest+ProjectionEnum

Restrict information returned to a set of selected fields.

OUTPUTS

NOTES

Part of the gShell Project, relating to the Google Directory API; see Related Links or use the -Online parameter.

RELATED LINKS

[Wiki page for this Cmdlet]

[Getting started with gShell]

Clone this wiki locally