You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a coupe of hours of screwing around I believe I have hit a wall, and I assumption is due to this module not recognising the newer license types now provided through Google Workspace.
The CMDlet Get-GSUserLicense no longer returns any licenses information against users with a Google Workspace Enterprise Standard license, or Google Workspace Enterprise Standard - Archived User license. It simply returns that no license was found. Even with the -CheckAll parameter added from this issue #270
This is further confirmed, if you try to run something like the following; Get-GSUserLicense -License "Google-Workspace-Enterprise-Standard" you'll receive and error with all of the expected license names, which most do not exist and do not reflect what is detailed in Googles documentation https://developers.google.com/admin-sdk/licensing/v1/how-tos/products
You can run Get-GSUserLicense with -CheckAll and -Verbose to confirm the same result.
The text was updated successfully, but these errors were encountered:
After a coupe of hours of screwing around I believe I have hit a wall, and I assumption is due to this module not recognising the newer license types now provided through Google Workspace.
The CMDlet Get-GSUserLicense no longer returns any licenses information against users with a Google Workspace Enterprise Standard license, or Google Workspace Enterprise Standard - Archived User license. It simply returns that no license was found. Even with the -CheckAll parameter added from this issue #270
This is further confirmed, if you try to run something like the following;
Get-GSUserLicense -License "Google-Workspace-Enterprise-Standard"
you'll receive and error with all of the expected license names, which most do not exist and do not reflect what is detailed in Googles documentation https://developers.google.com/admin-sdk/licensing/v1/how-tos/productsYou can run Get-GSUserLicense with -CheckAll and -Verbose to confirm the same result.
The text was updated successfully, but these errors were encountered: