Frederico Gendorf

Results 6 comments of Frederico Gendorf

If anyone want install winget to all Users, change from ``` Add-AppxPackage -Path $($desktopAppInstaller.file) -DependencyPath $($vcLibsUwp.file), $($uiLibsUwp.file) ``` to ``` Add-AppxProvisionedPackage -SkipLicense -online -PackagePath $($desktopAppInstaller.file) -DependencyPackagePath $($vcLibsUwp.file), $($uiLibsUwp.file) ```

Same here, - GLPI version : 10.0.0- final release - OCS Inventory NG version : 2.0.0-rc2 - mysql 5.7 - PHP version : 7.4 _________________________ Frederico Gendorf On Tue, Apr...

Hi Mirkk, on ocsweb database the table of softwares just called "software", so I think your problem is that all your ocsweb database is missing. _________________________ Frederico Gendorf On Thu,...

Hi @Mirkk , no clue yet... but I guess the issue are in API GLPI in the latest versions, changed a lot since 10.0 when the last version of plugin...