-
Notifications
You must be signed in to change notification settings - Fork 10
Set GAChromeosdevice
Update Chrome OS Device. This method supports patch semantics.
Set-GAChromeosdevice [[-CustomerId] <String>] [-DeviceId] <String> [[-AnnotatedAssetId] <String>]
[[-AnnotatedLocation] <String>] [[-AnnotatedUser] <String>] [[-Notes] <String>] [[-OrgUnitPath] <String>]
[[-Projection] <ProjectionEnum>] [-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>]
[-WhatIf] [-Confirm]
Update Chrome OS Device. This method supports patch semantics.
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.
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
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
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
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
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 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
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
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
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 Chrome OS Device
AssetId specified during enrollment or through later annotation
Address or location of the device as noted by the administrator
User of the device
Notes added by the administrator
OrgUnit of the device
Restrict information returned to a set of selected fields.
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