OVERLAPS for Windows LAPS Banner Image

Computer Management Tool Permissions

Most of the Computer Management Tools (CMT) require the Windows Management Instrumentation (WMI) interface to be configured and enabled on your clients, and for the OVERLAPS server to have permission to access it.

If you don’t wish to use the tools which make use of WMI (everything except the Ping tool), then you can ignore this section.

The easiest way to configure WMI is by adding the OVERLAPS server’s computer account to the Local Administrators group of the computers it needs to manage.

Alternatively, to setup the precise permissions manually, follow the below guide. Most of these settings are configured in Group Policy except for the first, which must be done on each computer.

WMI Namespace Permissions (locally on each computer)

  1. On the computer to be managed, run wmimgmt.msc in a command prompt
  2. Right-click WMI Control (Local), and select Properties
  3. Select the Security tab
  4. Select Root and click the Security button,
  5. Click the Add… button
  6. Click the Object Types button and make sure Computers is selected
  7. Enter the name of the OVERLAPS server and click Check Names. The computer object of the server is now filled in automatically
  8. Click OK
  9. Click Advanced
  10. Select the OVERLAPS server in the list
  11. Click Edit
  12. In the Applies to list, select This namespace and subnamespaces
  13. Check the permissions boxes for: Execute Methods, Enable Account, Remote Enable and Read Security
  14. Click OK in each dialog until you have exited back to the main window.

User Rights Assignment (Group Policy)

Computer Configuration > Policies > Windows Settings > Security Settings > Local Policies > User Rights Assignment

The OVERLAPS server may require to be added to the following policies to grant it permission to remotely manage computers:

  1. Act as part of the operating system
  2. Impersonate a client after authentication
  3. Log on as batch job
  4. Log on as a service

DCOM Machine Access Restrictions and Machine Launch Restrictions (Group Policy)

Computer Configuration > Policies > Windows Settings > Security Settings > Local Policies > Security Options

  1. Double click the “DCOM: Machine Access Restrictions…” setting
  2. Check the “Define this policy setting” box
  3. Click “Edit Security”
  4. Click “Add”
  5. Click “Object Types”
  6. Check the “Computers” option
  7. Enter the name of the OVERLAPS server followed by “$” (e.g. “myserver$”)<,/li>
  8. Click OK
  9. With the server selected, check the Allow option for “Local Access” and “Remote Access”
  10. Repeat these steps for “DCOM: Machine Launch Restrictions…”, except checking Allow for all four options.

Firewall Setup (if using the Windows Firewall) (Group Policy)

Computer Configuration > Policies > Windows Settings > Security Settings > Windows Firewall with Advanced Security > Inbound Rules

  1. Right click on the right pane and select New Rule
  2. Select Predefined and Windows Management Instrumentation (WMI) in the list
  3. Click Next
  4. Tick all the Windows Management Instrumentation-rules in the list (usually 3 items)
  5. Click Next
  6. Select Allow the Connection
  7. Click Finish

Enable the Windows Management Instrumentation (WMI) and the Remote Procedure Call (RPC) Services (Group Policy)

Computer Configurations > Preferences > Control Panel Settings > Services

  1. Right click in the right pane, select New -> Service
  2. Change Startup to Automatic
  3. Click the “…” button next to “Service name”
  4. Scroll down to Windows Management Instrumentation (Winmgmt) and select it
  5. Change “Service action” to “Start service”
  6. Repeat this for the Remote Procedure Call (RPC) (RpcSs) service.

Access Denied

If you have done all of these steps but are still getting an “Access Denied” or “Privilege not held” error, refer to the Microsoft Support article below:

https://support.microsoft.com/en-au/help/4020459/privilege-not-held-error-with-powershell-stop-computer-command-and-pow