-
Notifications
You must be signed in to change notification settings - Fork 10
Get GAMobiledevice
Retrieve Mobile Device
Get-GAMobiledevice [[-CustomerId] <String>] [-ResourceId] <String>
[-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf] [-Confirm]
Get-GAMobiledevice [[-CustomerId] <String>] [-All] [[-MaxResults] <Int32>] [[-OrderBy] <OrderByEnum>]
[[-Projection] <ProjectionEnum>] [[-Query] <String>] [[-SortOrder] <SortOrderEnum>]
[-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf] [-Confirm]
Retrieve Mobile Device
PS C:\> Get-GAMobiledevice -CustomerId $SomeCustomerIdString -ResourceId $SomeResourceIdString
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:\> Get-GAMobiledevice -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 Mobile 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: False
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: False
Accept wildcard characters: False
Column to use for sorting results
Possible values: DeviceId, Email, LastSync, Model, Name, Os, Status, Type
Type: OrderByEnum
Parameter Sets: List
Aliases:
Accepted values: DeviceId, Email, LastSync, Model, Name, Os, Status, Type
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: List
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 http://support.google.com/a/bin/answer.py?hl=en=1408863#search
Type: String
Parameter Sets: List
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: List
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 Mobile Device
Column to use for sorting results
Restrict information returned to a set of selected fields.
Search string in the format given at http://support.google.com/a/bin/answer.py?hl=en=1408863#search
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