Replies: 1 comment 2 replies
-
all of this could be handled with custom fields and a single script just need to build it to your requirement agentfield: and build a script that will process these informations hostname organisation=clientname-departement-hostname would make asdf-hjkl-pc1 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm still in the process of creating scripts to onboard new clients that run all of the commands / software installations I want remotely vs the manual means of doing that.
One aspect is that I want to change the name of the PC as well as create a new local admin. I can easily create the powershell script for doing that outside of TRMM. However, where I'm unsure is how to pass the contents of a variable that I want my onboarding script to use that is different for each client.
For example, I'd like to name Client A PC's CLIENTA-PC1 (and incrementing) while Client B's may be PC1-DEPT-CLIENTB. Like wise, if I want to create CLIENT D's local admin account with user "Admin" and password "Passw0rd", how can I enter those variables?
Or would I simply create a different onboarding script for each client that has those variables coded into the script?
I'm just looking for advice on the proper usage of TRMM for this aspect.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions