{"id":80,"date":"2026-03-22T12:51:35","date_gmt":"2026-03-22T12:51:35","guid":{"rendered":"https:\/\/overlaps.co.uk\/docs\/?page_id=80"},"modified":"2026-04-14T11:31:01","modified_gmt":"2026-04-14T10:31:01","slug":"command-line-configuration-tool","status":"publish","type":"page","link":"https:\/\/overlaps.co.uk\/docs\/overlaps-documentation\/additional-tools\/command-line-configuration-tool\/","title":{"rendered":"Command Line Configuration Tool"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">C:\\Program Files (x86)\\OVERLAPS\\olconfig.exe\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The command-line configuration tool can be used to perform a number of tasks such as adding\/removing users and managing HTTPS certifications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"modules\">Modules<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are 4 main sections (or modules) of the olconfig tool:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/overlaps.co.uk\/docs\/overlaps-documentation\/additional-tools\/command-line-configuration-tool\/#user\">User<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/overlaps.co.uk\/docs\/overlaps-documentation\/additional-tools\/command-line-configuration-tool\/#self-service\">SelfService<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/overlaps.co.uk\/docs\/overlaps-documentation\/additional-tools\/command-line-configuration-tool\/#https\">Https<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/overlaps.co.uk\/docs\/overlaps-documentation\/additional-tools\/command-line-configuration-tool\/#security\">Security<\/a><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"user\">User<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Used to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>List Existing Explicit OVERLAPS Users<\/li>\n\n\n\n<li>Add Users<\/li>\n\n\n\n<li>Remove Users<\/li>\n\n\n\n<li>Disable Two-Factor Authentication on a user&#8217;s account<\/li>\n\n\n\n<li>Set whether a user is an Administrator or not (has the &#8220;Edit Settings&#8221; option)<\/li>\n\n\n\n<li>Import users from a text or CSV file<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"command-line-arguments\">Command Line Arguments<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">olconfig.exe user \/list<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">List all OVERLAPS users and groups.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">olconfig.exe user [&lt;domain&gt;\\]&lt;username&gt; \/add<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Add a user from Active Directory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Example:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">olconfig.exe user contoso\\exampleuser \/add\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe user [&lt;domain&gt;\\]&lt;username&gt; \/add \/admin<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Add an Administrator user from Active Directory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe user [&lt;domain&gt;\\]&lt;username&gt; \/remove<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Remove a user or group.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe user [&lt;domain&gt;\\]&lt;username&gt; \/admin<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Make an existing user an Administrator.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe user [&lt;domain&gt;\\]&lt;username&gt; \/noadmin<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Remove an existing user&#8217;s Administrator rights.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe user [&lt;domain&gt;\\]&lt;username&gt; \/disabletwofactor<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Disable two factor authentication on a user account.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe user \/import &lt;C:\\\\path\\\\to\\\\list.txt&gt;<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Import a list of users or groups from a text file. The file should only include one user per line, with or without domain information. This can be combined with the &#8220;\/admin&#8221; option to make all of the users administrators (though this is not recommended).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe user \/importcsv &lt;C:\\\\path\\\\to\\\\list.csv&gt;<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Import a list of users or groups from a csv file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Each line in the CSV file should be in the format: <strong>&#8220;DistiguishedName&#8221;,&#8221;GUID&#8221;,IsGroup<\/strong> (0\/1, where 1 indicates the user <strong>is<\/strong> a group).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Example:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\"CN=username1,OU=users,DC=domain,DC=name\",\"1234-56789-012345-6780\",0\n\"CN=username2,OU=users,DC=domain,DC=name\",\"1234-56789-012345-6781\",0\n\"CN=username3,OU=users,DC=domain,DC=name\",\"1234-56789-012345-6782\",0\n\"CN=username4,OU=users,DC=domain,DC=name\",\"1234-56789-012345-6783\",0\n\"CN=group1,OU=groups,DC=domain,DC=name\",\"1234-56789-012345-6784\",1\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Note that the purpose of this import method (as compared to the text file import method) is that none of the data is validated, the user records are just inserted directly into the database. This can be significantly quicker for large import processes when you are certain that the information you have is correct, but should be used with caution.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"self-service\">Self Service<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Used to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add a Self Service Computer to an Existing User<\/li>\n\n\n\n<li>Remove a Self Service Computer from a User<\/li>\n\n\n\n<li>Clear all Self Service Computers from a User<\/li>\n\n\n\n<li>Import Multiple Self Service Computers to Existing Users<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"command-line-arguments_1\">Command Line Arguments<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">olconfig.exe selfservice \/add \/user [&lt;domain&gt;\/]&lt;username&gt; \/computer &lt;computer DN&gt;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Add a Self Service computer to an existing user.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter Name<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>\/user [&lt;domain&gt;]&lt;username&gt;<\/td><td>The (optional) domain and username of the Self-Service user.<br>The user must already exist in OVERLAPS.<\/td><\/tr><tr><td>\/computer &lt;computer DN&gt;<\/td><td>The distinguished name of an AD computer.<br>Must be enclosed in quotes if there are any spaces.<br>Can be specified more than once to add multiple computers.<\/td><\/tr><tr><td>\/reqauth<\/td><td>The user needs to submit an Authorisation Request to access the<br>passwords (not compatible with reqjust).<\/td><\/tr><tr><td>\/reqjust<\/td><td>The user needs to supply a Justification before accessing the<br>passwords (not compatible with reqauth).<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Example:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">olconfig selfservice \/user contoso\\exampleuser \/computer \"CN=ComputerA,OU=Computers,DC=contoso,DC=com\" \/reqjust\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe selfservice \/remove \/user [&lt;domain&gt;\/]username&gt; \/computer &lt;computer DN&gt;<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Remove a Self Service computer from a user.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter Name<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>\/user [&lt;domain&gt;]&lt;username&gt;<\/td><td>The (optional) domain and username of the Self-Service user. The user<br>must already exist in OVERLAPS.<\/td><\/tr><tr><td>\/computer &lt;computer DN&gt;<\/td><td>The distinguished name of an AD computer.<br>Must be enclosed in quotes if there are any spaces.<br>Can be specified more than once to remove multiple computers.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">olconfig.exe selfservice \/clear \/user [&lt;domain&gt;\/]&lt;username&gt;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Remove all Self Service computers from a user.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter Name<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>\/user [&lt;domain&gt;]&lt;username&gt;<\/td><td>The (optional) domain and username of the Self-Service user. The<br>user must already exist in OVERLAPS.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe selfservice \/importcsv &lt;C:\\path\\to\\list.csv&gt;<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Imports a list of Self Service computers from a CSV file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The CSV file should be formatted as UTF-8 and one row for each user\/computer entry with the following columns:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\"UserDistinguishedName\",\"ComputerDistinguishedName\",\"ComputerGuid\",RequiresAuthorisation (0\/1),RequiresJustification (0\/1)\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\"CN=User1,OU=Users,DC=contoso,DC=com\",\"CN=ComputerA,OU=Computers,DC=contoso,DC=com\",\"00000000-0000-0000-0000-000000000000\",0,1\n\"CN=User1,OU=Users,DC=contoso,DC=com\",\"CN=ComputerB,OU=Computers,DC=contoso,DC=com\",\"00000000-0000-0000-0000-000000000000\",1,0\n\"CN=User1,OU=Users,DC=contoso,DC=com\",\"CN=ComputerC,OU=Computers,DC=contoso,DC=com\",\"00000000-0000-0000-0000-000000000000\",0,1\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The import process assumes that the user already exists in OVERLAPS and will fail if they are not. To add a new user first, refer the above &#8220;user&#8221; module.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"https\">HTTPS<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Used to: * Enable or disable HTTPS * Install a new certificate for HTTPS and create bindings so they will be used by OVERLAPS * Remove existing HTTPS certificate bindings<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe https \/enable [\/restart]<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Enable HTTPS in OVERLAPS and optionally restart the service.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter Name<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>\/restart<\/td><td>Restart the OVERLAPS service on success.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe https \/disable [\/restart]<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Disable HTTPS in OVERLAPS and optionally restart the service.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter Name<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>\/restart<\/td><td>Restart the OVERLAPS service on success.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe https \/certfile [\/password ] [\/store ] [\/hostname ] [\/ipaddress ] [\/port ] [\/restart]<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Install using a Certificate File (*.pfx) with the certificate password (if required).<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter Name<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>\/certfile &lt;filename&gt;<\/td><td>The certificate&#8217;s private key file (*.pfx)<\/td><\/tr><tr><td>\/password &lt;password&gt;<\/td><td>The password needed to read the private key file<\/td><\/tr><tr><td>\/store &lt;My|Root&gt;<\/td><td>Whether the certificate is stored in the Personal store (My &#8211; used for<br>self-signed certificates), or the Trusted Root Authorities (Root) store.<\/td><\/tr><tr><td>\/hostname &lt;host&gt;<\/td><td>Specify the URL or semicolon list of hostnames to bind to.<\/td><\/tr><tr><td>\/ipaddress &lt;ip&gt;<\/td><td>Specify the IP address to bind to.<\/td><\/tr><tr><td>\/port &lt;port&gt;<\/td><td>The SSL\/TLS port (defaults to 443)<\/td><\/tr><tr><td>\/restart<\/td><td>Restart the OVERLAPS service on success.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Examples:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">olconfig.exe https \/certfile \"C:\\certificates\\third-party-private-key.pfx\" \/password C3rtificateP4ss \/restart\nInstalls the \\\"third-party-private-key.pfx\\\" certificate and binds it to the local IP of the server, then restarts OVERLAPS.\n\nolconfig.exe https \/certfile \"C:\\certificates\\third-party-private-key.pfx\" \/password C3rtificateP4ss \/store Root \/hostname overlaps.contoso.com \/ipaddress 192.168.0.4 \/restart\nInstalls the \\\"third-party-private-key.pfx\\\" certificate and binds it to a specific hostname and IP address.\n\nolconfig.exe https \/certfile \"C:\\certificates\\self-signed-private-key.pfx\" \/password C3rtificateP4ss \/store My \/hostname overlaps.contoso.com \/ipaddress 192.168.0.4 \/port 8443 \/restart\nInstalls the \\\"self-signed-private-key.pfx\\\" certificate and binds it to a specific hostname, IP address and port.\n\nolconfig.exe https \/certfile \"C:\\certificates\\self-signed-private-key.pfx\" \/password C3rtificateP4ss \/hostname overlaps.contoso.com;*.contoso.com \/port 8443\nInstalls the \\\"self-signed-private-key.pfx\\\" wildcard certificate and binds it to both the specific hostname and the wildcard.\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Note that if you don&#8217;t provide the &#8220;\/store&#8221; parameter, olconfig will attempt to determine the nature of the certificate and therefore the certificate store automatically.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe https \/thumbprint \/store [\/hostname ] [\/ipaddress ] [\/port ] [\/restart]<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Install using an already installed Certificate (in the Local Computer\/Personal Store or Trusted Root Authorities).<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter Name<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>\/thumbprint &lt;certid&gt;<\/td><td>The certificate&#8217;s &#8220;thumbprint&#8221;.<\/td><\/tr><tr><td>\/store &lt;My|Root&gt;<\/td><td>Which store the certificate can be found in.<\/td><\/tr><tr><td>\/hostname &lt;host&gt;<\/td><td>Specify the URL or semicolon list of hostnames to bind to.<\/td><\/tr><tr><td>\/ipaddress &lt;ip&gt;<\/td><td>Specify the IP address to bind to.<\/td><\/tr><tr><td>\/port &lt;port&gt;<\/td><td>The SSL\/TLS port (defaults to 443)<\/td><\/tr><tr><td>\/restart<\/td><td>Restart the OVERLAPS service on success.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Examples:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">olconfig.exe https \/thumbprint c6b10ffec9f6a5051a78cc86132f4eddd83cafc3 \/password C3rtificateP4ss \/store Root \/hostname overlaps.contoso.com \/ipaddress 192.168.0.4 \/restart\nolconfig.exe https \/thumbprint c6b10ffec9f6a5051a78cc86132f4eddd83cafc4 \/password C3rtificateP4ss \/store My \/hostname overlaps.contoso.com \/ipaddress 192.168.0.4 \/port 8443 \/restart\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe https \/disableclientcertcheck<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Disable Client Certificate checks on existing certificate bindings (to stop browsers prompting users for a certificate, requires a server restart).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>olconfig.exe https \/unbind [\/ipaddress ] [\/hostname ] [\/port ] [\/restart]<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unbind an existing certificate binding.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter Name<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>\/hostname &lt;host&gt;<\/td><td>Specify the URL or semicolon list of hostnames to unbind from.<\/td><\/tr><tr><td>\/ipaddress &lt;ip&gt;<\/td><td>Specify the IP address to unbind from.<\/td><\/tr><tr><td>\/port &lt;port&gt;<\/td><td>The SSL\/TLS port (defaults to 443)<\/td><\/tr><tr><td>\/restart<\/td><td>Restart the OVERLAPS service on success.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Examples:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">olconfig.exe https \/unbind \/ipaddress 192.168.12.12 \/port 8443\nUnbinds the certificate from a specific IP address and port.\n\nolconfig.exe https \/unbind \/hostname overlaps.contoso.com\nUnbinds the certificate from a specific hostname using the default port (443).\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"security\">Security<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">olconfig.exe security [\/krbstatus] [\/enablekrb ] [\/disablekrb ]<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Used to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Get the systems current Kerberos SPN configuration.<\/li>\n\n\n\n<li>Enable or disable Kerberos by registering or unregistering SPNs.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter Name<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>\/krbstatus<\/td><td>Show the current Kerberos SPN status<\/td><\/tr><tr><td>\/enablekrb &lt;http|https|both&gt;<\/td><td>Enable Kerberos encryption on Windows Authentication<\/td><\/tr><tr><td>\/disablekrb &lt;http|https|both&gt;<\/td><td>Disable Kerberos encryption for Windows Authentication<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Optional Parameters:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter Name<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>\/url &lt;hostname\/address&gt;<\/td><td>The hostname or address of the server (defaults to the hostname)<\/td><\/tr><tr><td>\/account &lt;account&gt;<\/td><td>The service account OVERLAPS runs as (defaults to LOCAL SYSTEM)<\/td><\/tr><\/tbody><\/table><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>The command-line configuration tool can be used to perform a number of tasks such as adding\/removing users and managing HTTPS certifications. Modules There are 4 main sections (or modules) of the olconfig tool: User Used to: Command Line Arguments olconfig.exe user \/list List all OVERLAPS users and groups. olconfig.exe user [&lt;domain&gt;\\]&lt;username&gt; \/add Add a user [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":78,"menu_order":100,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-80","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/overlaps.co.uk\/docs\/wp-json\/wp\/v2\/pages\/80","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/overlaps.co.uk\/docs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/overlaps.co.uk\/docs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/overlaps.co.uk\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/overlaps.co.uk\/docs\/wp-json\/wp\/v2\/comments?post=80"}],"version-history":[{"count":2,"href":"https:\/\/overlaps.co.uk\/docs\/wp-json\/wp\/v2\/pages\/80\/revisions"}],"predecessor-version":[{"id":467,"href":"https:\/\/overlaps.co.uk\/docs\/wp-json\/wp\/v2\/pages\/80\/revisions\/467"}],"up":[{"embeddable":true,"href":"https:\/\/overlaps.co.uk\/docs\/wp-json\/wp\/v2\/pages\/78"}],"wp:attachment":[{"href":"https:\/\/overlaps.co.uk\/docs\/wp-json\/wp\/v2\/media?parent=80"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}