We have an application installed on a client machine which needs to be updated every 14-21 days. I'm looking for a way to run C:\Program Files (x86)\ProgamName\Update\UpdateClient.exe on the client computer without having to give the user admin credentials.
- Can this be done using SCCM?
- Powershell script?
Currently (temporarily) we have a domain user account that stays disabled until the update period and then we enable to account to be used. We do not want to use this method much longer.