Hello everyone,
I have the unfortunate task of trying to give 1 user local admin access to about 50 pc's. This user cannot be a member of the Domain admin group and this user can only have this admin access to these 50 pc's.
Any ideas on how to accomplish this through LANDesk?
Regards,
JustinAZ.
Create a batch file that uses the NET command then push out that batch file using LANDesk to the 50 machines.
Follow what Leff stated and review this How to Add Local Users and Groups with a Batch File Distribution Package
I use a old-style Landesk script to do this primarily because I reuse the code and add it to some special purpose OSD scripts. The advantage to using batch deployments is that you don't need an app like hidedos.exe, but if you've got it, flaunt it.
REMEXEC00=<qt/>
server\share\hidedos.exe<qt/> cmd /c net localgroup <qt/>administrators<qt/> /add <qt/>domain\username<qt/>
| ||||||
