Deploying an application on a windows domain
- by ALOToverflow
I'm looking for different ways to deploy, execute and uninstall an application on all machines of a Windows domain. I've did some research on Group Policy Object (GPO) but I'm still looking for other ideas.
As I said, I need to deploy the application, run it without the user having to click anything and letting him to control over the machine. Once it's finished running I need to uninstall it and never run it again.
Can such things be done with a GPO?
Are there any other possibilites on a Windows domain?
Thank you