AB_IT Posted August 22, 2023 Posted August 22, 2023 Hey All, A company we work with is upgrading it's server infrastructure (cloud based) which our meds software runs from and they've given us a weeks notice to install a new program (exe file) across all our computers. We are quite big with 11 premises and over 2,000 users. We only have an IT Team of 2 and this is quite a large project to go around manually to all the machines and manually upgrade them with the administrator credentials. Is there a script or similar that any of you guys know which would run the installer as administrator with the admin credentials so they could install that one application themselves? The computers that are used for the meds software are not domain joined so we can't distribute it easily using the normal channels. Thanks everyone!
MrKJLS Posted August 22, 2023 Posted August 22, 2023 Hey All, A company we work with is upgrading it's server infrastructure (cloud based) which our meds software runs from and they've given us a weeks notice to install a new program (exe file) across all our computers. We are quite big with 11 premises and over 2,000 users. We only have an IT Team of 2 and this is quite a large project to go around manually to all the machines and manually upgrade them with the administrator credentials. Is there a script or similar that any of you guys know which would run the installer as administrator with the admin credentials so they could install that one application themselves? The computers that are used for the meds software are not domain joined so we can't distribute it easily using the normal channels. Thanks everyone! the free version of PDQ deploy might work, you can manually pick what username and password you want it to use.
robintech Posted August 22, 2023 Posted August 22, 2023 Hey All, The computers that are used for the meds software are not domain joined so we can't distribute it easily using the normal channels. If there's a way of contacting the computers remotely then psexec might work with local admin details assuming the password is the same and they don't have the ports blocked. If not i'd probably give them the local admin and have them run a script to join Azure or install some kind of remote management software then change all the local admins , use LAPS etc, couldn't get much worse Some antivirus management tools can install software remotely as well.
dmj Posted August 22, 2023 Posted August 22, 2023 Ansible. You just need a list of ip addresses/hostnames and it will run all the tasks in parallel. It's free, simple to use.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now