-
Notifications
You must be signed in to change notification settings - Fork 10
Get GRepCustomerUsageReport
Retrieves a report which is a collection of properties / statistics for a specific customer.
Get-GRepCustomerUsageReport [-Date] <DateTime> [[-CustomerId] <String>] [[-Parameters] <String>]
[[-MaxResults] <Int32>] [-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf]
[-Confirm]
Get-GRepCustomerUsageReport [-DateString] <String> [[-CustomerId] <String>] [[-Parameters] <String>]
[[-MaxResults] <Int32>] [-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf]
[-Confirm]
Retrieves a report which is a collection of properties / statistics for a specific customer.
PS C:\> Get-GRepCustomerUsageReport -Date $SomeDateString
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.
Represents the date in yyyy-mm-dd format for which the data is to be fetched.
Type: String
Parameter Sets: datestring
Aliases:
Required: True
Position: 0
Default value:
Accept pipeline input: False
Accept wildcard characters: False
DateTime object for which the data is to be fetched.
Type: DateTime
Parameter Sets: datetime
Aliases:
Required: True
Position: 0
Default value: 1/1/0001 12:00:00 AM
Accept pipeline input: False
Accept wildcard characters: False
Represents the customer for which the data is to be fetched.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Represents the application name, parameter name pairs to fetch in csv as app_name1:param_name1, app_name2:param_name2.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Maximum number of results to return. Maximum allowed is 1000
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value:
Accept pipeline input: False
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
Represents the customer for which the data is to be fetched.
Represents the application name, parameter name pairs to fetch in csv as app_name1:param_name1, app_name2:param_name2.
Part of the gShell Project, relating to the Google Reports API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads