How can I enroll an unmanaged Windows device without touching it locally?

0
0
Asked By MellowCedar42 On

I have Windows devices that were never enrolled in our management system. I can sometimes use PsExec when the built-in local administrator account is enabled, but that is not always the case. Is there a legitimate way to connect remotely and deploy an enrollment script without requiring someone to perform an action on the device?

3 Answers

Answered By NovaBrook5 On

If the user can run an installer, an authorized remote-support or management agent with a silent enrollment package may work. The package should come from your organization’s approved tooling, use tightly controlled enrollment credentials, and be distributed through a trusted channel. An unmanaged computer cannot safely self-enroll from nothing without some initial authorized action.

Answered By QuietHarbor19 On

WMI, PowerShell remoting, and similar tools can run commands remotely, but they do not bypass access controls. You still need administrator rights, suitable firewall and network settings, and the relevant services enabled. If those prerequisites are missing, another remote execution method will not solve the problem.

Answered By CobaltPine63 On

Check whether the machines already have an approved tool that can deploy software, such as endpoint security, remote support, or another agent. In some environments, that existing tool can be used to install the proper management client. Otherwise, plan for a supported enrollment workflow that requires local user involvement or a technician visit.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.