/build/static/layout/Breadcrumb_cap_w.png

Renaming Computers

Hello.

Is there a way to rename computers on KACE using a script or any other options for non-domain-joined computers? For example, if I have 10 computers that are not domain joined nor are they on ActiveDirectory, would the only option to rename them be manually at the device one-by-one? Thank you. 


0 Comments   [ + ] Show comments

Answers (1)

Posted by: AmberSDNB 3 weeks ago
Orange Senior Belt
0

Could just do it with scripting.


Powershell:

Rename-Computer -NewName NEWCOMPNAME -Restart
-or-

Rename-Computer -NewName NEWCOMPNAME (without the restart)


CMD:
WMIC computersystem where caption='current_pc_name' rename new_pc_name

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ