-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Description
Describe the bug
Get-GSUserLicense
doesnt show all licenses
To Reproduce
Steps to reproduce the behavior:
Get-GSUserLicense -User USER
- Show only one license
Get-GSUserLicense -User USER -License Google-Vault
- Show Google Vault license
Get-GSUserLicense -User USER -License Google-Apps-For-Business
- Show G Suite Basic license
Get-GSUserLicense -User USER | ForEach-Object { Remove-GSUserLicense -User $_.UserId -License $_.SkuId -Confirm }
- 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