Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
There has been a recent discussion about managing policy for a Windows Server Core instance that is in a workgroup configuration. This is a little more complex than normal, but here's what you'll need to do to enable Allow remote access to PnP interface and enable control:
1. Configure the firewall on the Server Core machine to all connection via gpedit.
Not being in a domain, the Windows Firewall will have things locked up tight. You will need to enable communication on the target ports or temporarily disable the firewall. For this example, we'll just disable the firewall:
netsh firewall set opmode disable
Don't forget to turn the firewall back on later!
netsh firewall set opmode enable
2. Logon to a Windows Server 2008 "full" system and establish an authenticated session.
a) Logon to a full system and establish a session using net use. The following should do the trick:
net use \\<Server Core FQDN>\ipc$ /user:administrator
3. Create a custom MMC console containing GPEdit.
a) Start | Search | MMC
b) Add Group Policy Editor and point to the IP, or FQDN of the Server Core system.
4. Set the local policy:
a) Navigate to Policy | Computer Config | Admin Templates | System | Device Installation | Allow remote access to PnP interface and set to Enabled
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in