Skip to content

Get-GSUserLicense doesnt show all licenses #270

@pompushko

Description

@pompushko

Describe the bug
Get-GSUserLicense doesnt show all licenses

To Reproduce
Steps to reproduce the behavior:

  1. Get-GSUserLicense -User USER
  2. Show only one license
  3. Get-GSUserLicense -User USER -License Google-Vault
  4. Show Google Vault license
  5. Get-GSUserLicense -User USER -License Google-Apps-For-Business
  6. Show G Suite Basic license
  7. Get-GSUserLicense -User USER | ForEach-Object { Remove-GSUserLicense -User $_.UserId -License $_.SkuId -Confirm }
  8. Remove only one (or first) license which you can see in 1 item.

Environment (please complete the following information):

  • OS: Windows 2016
  • PowerShell Version: 5.1.14393.3053
  • PSGSuite Version: 2.35.1

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions