The idea is to add a domin group into the local Administrators group of every pc in an OU.
I want to add the following code to the startup.bat file in the OU group policy starup scripts.
Net Localgroup Administrators TTM_Tech\TPCG483ADMIN /add
this in theroy should add the group TPCG483ADMIN to the local Administrators group when the computer stats up.
My question is, will the script work like this? Typically, only the administrator of the local computer can add users and groups to the Local administrators group.
I want to add the following code to the startup.bat file in the OU group policy starup scripts.
Net Localgroup Administrators TTM_Tech\TPCG483ADMIN /add
this in theroy should add the group TPCG483ADMIN to the local Administrators group when the computer stats up.
My question is, will the script work like this? Typically, only the administrator of the local computer can add users and groups to the Local administrators group.