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
Hello,
while executing the cmdlet Update-GSUserLicense -User <User> -License G-Suite-Business I get the error below:
Update-GSUserLicense : Exception calling "Execute" with "0" argument(s): "Google.Apis.Requests.RequestError
skuId is required field [400]
Errors [
Message[skuId is required field] Location[ - ] Reason[required] Domain[global]
Message[productId is required field] Location[ - ] Reason[required] Domain[global]
Message[userId is required field] Location[ - ] Reason[required] Domain[global]
]
"
At line:1 char:1
+ Update-GSUserLicense -User <User> -License G-Suite ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Update-GSUserLicense
I was trying to change G Suite user's license from G-Suite-Lite to G-Suite-Business (same product Google-Apps).
If I run Remove-GSUserLicense and then Set-GSUserLicense, it works.
Bye,
Luca
The text was updated successfully, but these errors were encountered:
lucafabbri365
changed the title
Update-GSUserLicense error
Update-GSUserLicense exception
Jul 8, 2020
Hello,
while executing the cmdlet
Update-GSUserLicense -User <User> -License G-Suite-Business
I get the error below:I was trying to change G Suite user's license from G-Suite-Lite to G-Suite-Business (same product Google-Apps).
If I run
Remove-GSUserLicense
and thenSet-GSUserLicense
, it works.Bye,
Luca
The text was updated successfully, but these errors were encountered: