Luca Fabbri
Luca Fabbri
Hello @scrthq, thank you for your reply. I also have another question regarding G Suite licenses: is there a way to retrieve all available/applicable licenses _(ProductId, ProductName, SkuId, SkuName, total,...
Hello @scrthq, thank you for your feedback. I'm waiting for the latest release. Regards, Luca
Hello, I found a workaround... - FROM: `$objProperty = $content[0].PSObject.Properties.Name` - TO: `$objProperty = $content[0].PSObject.Properties.Name | Where-Object {$_ -like "folder*"}` Bye, Luca