-
Notifications
You must be signed in to change notification settings - Fork 10
Get GLicenseAssignment
Get license assignment of a particular product and sku for a user
Get-GLicenseAssignment [-ProductId] <String> [-SkuId] <String> [-UserId] <String>
[-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf] [-Confirm]
Get-GLicenseAssignment [-ProductId] <String> [-SkuId] <String> [-CustomerId] <String> [-ListForProductAndSku]
[[-MaxResults] <Int32>] [-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf]
[-Confirm]
Get-GLicenseAssignment [-ProductId] <String> [-ListForProduct] [-CustomerId] <String> [[-MaxResults] <Int32>]
[-StandardQueryParams <StandardQueryParameters>] [-GAuthId <String>] [-WhatIf] [-Confirm]
Get license assignment of a particular product and sku for a user
PS C:\> Get-GLicenseAssignment -ProductId $SomeProductIdString -SkuId $SomeSkuIdString -UserId $SomeUserIdString
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-GLicenseAssignment -ListForProduct -ProductId $SomeProductIdString -CustomerId $SomeCustomerIdString
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-GLicenseAssignment -ListForProductAndSku -ProductId $SomeProductIdString -SkuId $SomeSkuIdString -CustomerId $SomeCustomerIdString
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.
Name for product
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Name for sku
Type: String
Parameter Sets: one, sku
Aliases:
Required: True
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
email id or unique Id of the user
Type: String
Parameter Sets: one
Aliases:
Required: True
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
List license assignments for given product of the customer.
Type: SwitchParameter
Parameter Sets: product
Aliases:
Required: True
Position: 0
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
CustomerId represents the customer for whom licenseassignments are queried
Type: String
Parameter Sets: sku, product
Aliases:
Required: True
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
List license assignments for given product and sku of the customer.
Type: SwitchParameter
Parameter Sets: sku
Aliases:
Required: True
Position: 0
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Maximum number of campaigns to return at one time. Must be positive. Optional. Default value is 100.
Type: Int32
Parameter Sets: sku, product
Aliases:
Required: False
Position: 4
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
Name for product
Name for sku
email id or unique Id of the user
CustomerId represents the customer for whom licenseassignments are queried
Maximum number of campaigns to return at one time. Must be positive. Optional. Default value is 100.
Part of the gShell Project, relating to the Google Licensing API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads