Hello everyone im trying out Pulseway right now but i wanted to give you a nice idea how you can push software to clients in an easy way.
You could use chocolatey and then just open a powershell session and type for example choco upgrade all -y to upgrade all applications installed to latest version. You can type choco install 7zip -y to install 7-zip. and so on.
You can read more at chocolatey website. You can also set up your own repo for software and updates.
Hello everyone im trying out Pulseway right now but i wanted to give you a nice idea how you can push software to clients in an easy way.
You could use chocolatey and then just open a powershell session and type for example choco upgrade all -y to upgrade all applications installed to latest version. You can type choco install 7zip -y to install 7-zip. and so on.
You can read more at chocolatey website. You can also set up your own repo for software and updates.
Im using proget to host my internal choco server.
Just my two cents