Set_ComputerName and Reboot

Rename a windows endpoint and optionally reboot the device

Set_ComputerName and Reboot

This one does what it says on the tin. Renames the windwos endpoint and optionally reboots it. It verifies that the chosen name is less than 15 characters and only contains AlphaNumeric and Hyphens. If the checkbox is selected, the computer will force reboot the endpoint with no warning to an end user.

This component first checks the length and characterset of the NewComputerName variable to ensure that it has the correct character set [A-Z0-9-] and length [<15]. It then renames the computer. If the ForceReboot checkbox is checked, it will then force reboot the endpoint.

Level
Name
Value
Notes
Component
NewComputerName
missing
Enter the name you would like to set on the endpoint
Component
ForceReboot
Checked
Force reboots the computer if selected.

If this component downloads any external files other than grabbing the script from our repository, they will be listed here so you can do your own due diligence if needed.

Filename
URL
Path
Notes
No Files downloaded from the internet.

5/29/2023 – Initial Release

11/24/2023 – Updated to v4 launcher

GET IN TOUCH