sokatra

Results 19 comments of sokatra

perhaps it would be the best if the implementation of the agent can react on multiple circumstances with a before script similar to this https://github.com/OCSInventory-NG/OCSInventory-ocsreports/issues/496 so if you can program...

what is also interesting .. some sort of "Installation completion need user action:" this manage appears everytime .. because the agent does not differentiate if there is a success or...

Get-ChildItem -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall | Get-ItemProperty | Where-Object {$_.DisplayName -match 'Chrome' } | Select-Object -Property DisplayName, UninstallString to find any user installed software uninstall string Get-ChildItem -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall | Get-ItemProperty |...

Please make sure that the agent install script only installs the ocs-inventory agent onetime. This can be done by using a script which checks if the ocs-inventory agent is aleready...

the shutdwon queu should contain all packages which has to be installed at shutdown, but if the ocs-inventory admin decides to remove one package from the client - the package...

a progress or bussy indicator would also be nice- but this can be implemented via command line tools. The main thing is to use the group Policy to start a...

Opsi (it is a fantastic open source package client management) also uses a credential provider to block login. Blocking the login has some advantages . you can have a Computer...

i found a nice script to automate the group policy creation with a single command. It is a visual basic script which creates the necesseary gpo settings. It so fantastic...

this command line tool to create group policys can also be helpfull to create the "shutdown install policy" LGPO.exe https://docs.microsoft.com/de-de/archive/blogs/secguide/lgpo-exe-local-group-policy-object-utility-v1-0