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
Hello @bb-Ricardo, the `obj.config.extraConfig` contains two different keys: 1. `guestOS.detailed.data` ``` (vim.option.OptionValue) { dynamicType = , dynamicProperty = (vmodl.DynamicProperty) [], key = 'guestOS.detailed.data', value = "bitness='64' distroName='Red Hat Enterprise Linux...
Hello @bb-Ricardo, Yes, it works correctly. However, I suggest one more improvement. In some cases, depending on the installed version of VMware Tools, the `prettyName` field for **Linux** systems may...