The steps below show you how to create a custom group in MicroStrategy Web. For example, you can create a subscription to send multiple recipients a report via email but specify that one member of the subscription receive the information as a link. From the Visualizations panel, select Grid . If you check the file, you may see the password for the administrator user. Managing Configurations for Project Sources Using Command Manager Runtime Statements. • Using MicroStrategy command manager to carry out administrative task like maintaining user cleaning of unused objects. Allows the user to. For more examples, see the Command Manager Help Guide. x and 10. Notice that the Change Journal entry created in Step 3 is not present. ANSWER: Currently, there are two ways that a user may manually trigger an email subscription for other users: Find the schedule associated with the subscription in question. KB440526: How-to-create-a-User-Procedure-based-on-a-Sample-Procedure-in-MicroStrategy-Command-Manager . Creating users within the MicroStrategy metadata and assigning proper application privileges and access control. List of statements supported in Command Manager Runtime. Lists all attributes from a given location path within a project. For example, when users run this script in Command manager, CREATE SECURITY FILTER "SecFilter3" DESCRIPTION "region@id=1" IN PROJECT "MicroStrategy Tutorial" EXPRESSION "Region@ID=?Contributors"; will receive the following error: CAUSE: This is a known limitation in MicroStrategy Command Manager 9. Enterprise Manager consists of a MicroStrategy project, the Enterprise Manager server (service), and an interface in MicroStrategy Command Manager where administrators can control how the server. Open Command Manger and create a connected or connection-less session. Where <Path> is the directory where the setup. It delivers a streamlined data model, simpler schema and real-time monitoring. Command Manager manipulates MicroStrategy objects by means of user-created scripts rather than a graphical user interface. x can be used to create a list of users within a single project source for export to Microsoft Excel. Adding support for TLS is done by selecting the Use SSL checkbox. MicroStrategy Command Manager (CM) is a great tool providing many out-of-the-box scripts (outlines) that make many tasks extremely fast and easy to accomplish. Web Analyst privileges. Connectivity in MicroStrategy Weband MicroStrategy Desktop. This article describes how to generate a list of which user/group has access to a project using Command Manager. Log in a project source in Command Manager. To invoke Command Manager from the database server, use one of the following commands: SQL Server: exec xp. With the minimum privileges the edit user window looks like the following: However, without additional privileges the user will not be able to modify many user and user group properties. Such profile folders for which users do not exist anymore can be identified and deleted using a sample Command Manager procedure/outline. Note that historically the fencing feature was only available in Command. Follow these steps to achieve this customization:. For more information about using Command Manager and for script syntax, see. Type the command of . x and 10. . x. In MicroStrategy, users have the option to create subscriptions in Command Manager using an outline much like the following example: Since the subscription is created using a path and report name, most users would expect the path and name to be evaluated every time the subscription runs. There are 8 new features added in MicroStrategy Command Manager 9. contact_name is the name of the recipient contact. reg file under the. after running the Create User script with multiple qualifications in MicroStrategy Command Manager. For steps to create a custom group in MicroStrategy Developer, see the MicroStrategy Developer help. However, it is also a requirement that. How to create a metric that calculates the distinct count of an attribute order to display total number of. 2. Developers of OEM applications that use embedded MicroStrategy projects may need flexibility in configuring their environment. For details on this process, refer to the following Microstrategy Knowledge Base document: KB6392: How to execute a command manager script through a command. To Execute a Script from the Command Manager Graphical Interface. The 'Enabled Status' form is a flag that has been added to the EM_USER table in the MicroStrategy Enterprise Manager warehouse. Information if the script that is falling come from the outline list or this is new created script. To test, run the script. 4. 3. Developers of OEM applications that use embedded MicroStrategy projects may need flexibility in configuring their environment. The script now runs successfully without. It connects to Metadata, downloads all needed information and creates four CSV files with information needed to visualize user structure. These statements place a lock on the metadata or configuration. Starting in MicroStrategy 2021 Update 8, you must have the Use Python Scripts privilege to access scripts. Run the “Trigger all subscriptions for delivery type” command in Command Manager. 4. Checking Who Is Logged-in To A Remote Computer or Server. For more information about Command Manager, see Automating Administrative Tasks with Command Manager. In MicroStrategy Command Manager, users can take advantage of the auto-complete feature that will help in predicting the next words that can be included in a script statement while typing. ). bat file. The user will now be. Third Party Software Installation: WARNING: The third-party product(s) discussed in this technical note is manufactured by vendors independent of MicroStrategy. To use the Application level, go to 'Tools' > 'Options' > 'Results' tab as shown below. The steps below show you how to create a custom group in MicroStrategy Web. From the Choose a Permission Level drop-down list, select the predefined set of permissions, or select Custom to define a custom set of permissions. x, when using the Command Manger ADD ACE FOR FOLDER or REMOVE ACE FROM FOLDER outlines to affect ACLs in MicroStrategy Developer, the changes are not saved after an I-Server restart or purging object cache. The Security Role Editor opens. 4. Select Automatic as the Startup Type option. Start, stop, or restart the Intelligence Server, configure clusters, and disconnect active sessions. From the Select a Project drop-down list, select the project for which to assign the security role. x-10. USER "login_name" is the name of the user whose security roles you want to list, of type string. This document shows one user procedure which could do the same task as below: The sample outline of executing this procedure is as below: EXECUTE PROCEDURE List_AllAddresses_AllUsers_UserGroup("Everyone"); How to create MicroStrategy user accounts from an existing customer repository in MicroStrategy Administrator - Command Manager This document is a sample methodology on how to synchronize existing MS SQL Server logins to create new MicroStrategy user accounts in the MicroStrategy Metadata, via MicroStrategy Administrator - Command Manager. Scripts from Enterprise manager are working well when they are executing with GUI 'Command Manager'. In the Navigation pane, click Users and Groups. Data Management "I want to create 500+ attributes in bulk using. x? Command Manager can connect to an Intelligence Server (metadata repository) either directly by scripts or by a project source. 4. Click on the "Log" tab. From either machine, launch Command Manager and connect to the Intelligence Server via a 3-tier project source. Create a batch file with content similar to below that can kick off the above Command Manager script by executing Command Manager through Command Line C:Program Files (x86)MicroStrategyCommand Manager>cmdmgr -connlessmstr -f CJ_PURGE. This issue occurs in Command Manager procedures in MicroStrategy 10. ; In the Project Source Name field, type a name for the project source. x, Command Manager returns a row of 1 for script “LIST ALL. x and 10. Type mstrcmdmgrw and press Enter. TEST. If you are using UNIX, you must use Command Manager to manage your system's security roles. ". 1. Drag an attribute from the Datasets panel to the Columns area of the Editor panel to add attributes to the columns. . In Linux: Browse to the MicroStrategy Home folder, then to the /bin subfolder. scp -o DisableUsers_output. 1. Open Object Manager, and connect to the desired project source in which a configuration package will be created to delete users. Example In addition to the graphical user interface and the command line execution, Command Manager has a text-based command line interface. Procedures can use Command Manager syntax, or they can be written in the Java programming language and incorporate Command Manager statements in Java commands. 3. From MicroStrategy Web. Edit the schedule to be an event-based. KB36573: Privileges needed to use the User Manager in MicroStrategy Web 9. With introduction of Library there is a need to synchronize user language preferences between Web and Library interfaces. for (int i = 0; i < _addresses. Just make sure the ssl_verify parameter is set to True when creating the Connection object in mstrio-py (it is True by default): conn = Connection(base_url, mstr_username, mstr_password, project_id=project_id, ssl_verify=True) The second way is to pass the certificate_path parameter to your connection object in mstrio. ACTION: Use a user ID that has administrator privileges to run the. Command Manager manipulates MicroStrategy objects by means of user-created scripts rather than a graphical user interface. MicroStrategy Command Manager can trigger. These are discussed below. To Start the Command Manager Graphical Interface. For example, you can. ACTION:Open MicroSoft Notepad and save the following commands as file: cmdmgr -n LON-GOTTFRIED -u Administrator -p Ad3pwx4 -f c:winntDisableUsers. For details on this process, refer to the following Microstrategy Knowledge Base document: KB6392: How to execute a command manager script through a command. Start, stop, or restart the Intelligence Server, configure clusters, and disconnect active sessions. x do not list out all the users on reports containing metrics for user activity. Run the following command to connect the Enterprise Manager Data Loader service to a MicroStrategy environment by choosing an Intelligence Server from that environment. PROJECT "project_name" is the project for which you want to list the security roles for the user or group, of type string. Statements consist of one or more tokens. All objects in the update package are copied to the destination project or project source, following the rules specified in the update package. KB43715: How to create automated scripts for MicroStrategy Object Manager 9. You can retrieve subscriptions by filtering for Object Type = Subscriptions/Schedule. x-10. 2. x. For more information about Command Manager, see the Automating. 63K. Create two Intelligent Cube Reports: C01 and C02 in the MicroStrategy Tutorial project. Select On from the drop-down. A list of the user groups that reside on the Intelligence Server appears. The default file extension for update packages is . The 'Enabled Status' form is a flag that has been added to the EM_USER table in the MicroStrategy Enterprise Manager warehouse. NET): Program FilesCommon FilesMicroStrategy directory. WORKAROUND: Users can run the update schema command a second time in MicroStrategy Command Manager. For the sample to work, the MicroStrategy Web JAR files must be accessible by the Java Runtime. del c:cmdmgr rigger. For steps to complete various configurations tasks with the Configuration Wizard, see the sections listed below: Once you reach the Summary page for a configuration, click Save. Execute below commands in Command Manager: ADD ADDRESS "01 EMAIL" PHYSICALADDRESS "01@01. these scripts are at C:Program Files (x86)MicroStrategyCommand. The Kernel XML trace (communication between IS and command manager) Kernel XML trace: When opening command manager outlines, look for the 'Alter_user' or 'Alter_users' outlines located under the 'User oulines' folder. The Command Manager script engine uses a unique syntax that is similar to SQL and other such scripting languages. Such profile folders for which users do not exist anymore can be identified and deleted using a sample Command Manager procedure/outline. x, search for Unused Objects with Object Type = Fact. Named User licenses: Governs the number of users that can access certain products or functionalities. This location will vary depending on where MicroStrategy is installed and can be found in the MSIReg. In the Platform Analytics directory, located in C:Program Files (x86)MicroStrategyPlatform Analytics, open the bin folder. Assign users to this group who need to view reports. The following list describes each of them。Managing Configurations for Project Sources Using Command Manager Runtime Statements. scp -o. KB34483: ‘List All Groups’ script in MicroStrategy Command Manager 9. Select the group in which to create a user. Run the following command to connect the Enterprise Manager Data Load Service to a MicroStrategy environment by choosing an Intelligence Server from that environment. From the Visualizations panel, select Grid . Type the command of CONNECTMSTR -n Project_source_name -u username -p password to connect to an existing project source. COM" IN PORT 9999; NOTE: This command to connect is optional, as it just pings the server to check if it is up and running. Specifying "Shared Reports Folder" is one of the missing outlines in the Command Manager. MicroStrategy Command Manager provides a set of Sample Procedures, which take advantage of java code flexibility, out of the box. Controlling Access to a Project. If the procedure file is not created using the Procedure window, the file may be missing this information and may not execute correctly. In order to kick off this Command Manager file, we then create a windows . Then, in the Project Configuration Editor, expand Caching, and then select Result Caches. To manage your subscriptions, select from the tasks below: To create a subscription, right-click in the Subscription Manager and select Subscription Creation Wizard. If you have a large number of objects to create or edit, you can also use MicroStrategy Command Manager to work with these objects. e. In MicroStrategy Object Manager 9. Place the Command Manager procedure file in the specified procedure directory. ImpalaHyperIntelligence Cards deliver instant, inline, context-aware and personalized intelligence to MicroStrategy users. MicroStrategy Enterprise Manager project 9. A blank visualization appears in the dossier. Thus, the user cannot create a new folder inside of the Public Objects folder. For using Enterprise Manager through Command Manager, users don’t have to run this. The following steps show how to create a new user and add the user to multiple user groups in MicroStrategy Command Manager. This means that the Administrator will not be able to directly modify the subscriptions to set them as expired. License Manager can be run as a graphical user interface (GUI) or as a command line tool, in either Windows or UNIX/Linux environments. 1. scp -o DisableUsers_output. To Deny User or. txt goto 20. Follow the steps below to create a list of all groups and the users in each group: In MicroStrategy. User creates a new application object using MicroStrategy Command Manager 9. where: IMPORTWINUSER "nt_user_id" is the Windows user name ID to be linked to the new user, of type string, with format DOMAINusername. In order to grant MicroStrategy privileges through Command Manager, follow the steps below: 1. Variable "INTELLIGENCE_CUBES_RESULT_SET" cannot be recognized in procedure code in MicroStrategy Command Manager 9. Today I bring you another tool from the MicroStrategy suite of products: the Command Manager, a MicroStrategy scheduling tool that can make the difference between a task lasting seconds and lasting. Log in to Command Manager with an Administrator user, and create a new folder to be. You can also lock or unlock a project or a configuration manually using Developer. Even if that report is cached, it does not increase its hit count. In a text editor (such as Notepad), enter the command line statement that the task scheduler should execute. Log in a project source in Command Manager. Security: Grant or revoke user privileges; create security filters and apply them to users or groups; change security roles and user profiles; assign or revoke ACL permissions; disconnect users. Something similar to command manager in Microstrategy Tool) Is there a way to give bulk users access to a group of users?( Something similar to command. This script is at C:Program Files (x86)MicroStrategyCommand ManagerOutlinesCache_OutlinesInvalidate_Report_Cache_Outline. Using MicroStrategy Enterprise Manager 9. ; Select the Security Filters tab. 4. where: USER "login_name" is the login name of the user for whom properties are listed, of type string. 2. The User Editor opens. Create User Group statement Creates a user group. 3. x, the user can choose to create an update package from the command line by specifying values in an XML file. Type CMD and press. In Microstrategy Administrator - Command Manager an administrator can move reports from one folder to another and can even re-name these reports when moving them. This document is a sample. 4. These reports are. Upgrade to that version to take advantage of this fix. 2) Create a subscription to update the caches of the dashboard via Command Manager using a syntax similar to:Once the user creates a workflow using System Manager, the user can use a command line version of the System Manager interface to deploy a workflow in MicroStrategy 9. 5. Administrators no longer need to install Narrowcast Server on the machine where Command Manager. Only the user who locked a project, or another user with the Bypass All Object Security Access Checks and Create Configuration Objects privileges, can unlock a project. Command Manager allows administrators to: Add, remove, or modify users or user groups. Creating a Custom Group. x-10. The Object Telemetry dossier contains a great deal of subscripton information. 4. When possible, references to original articles are listed on each page. Command Manager manipulates MicroStrategy objects by means of user-created scripts rather than a graphical user interface. Email and File Subscriptions cannot be created or edited using MicroStrategy Developer. To locate these settings, right-click the project and select Project Configuration. In Windows: From the Windows Start menu, go to All Programs > MicroStrategy Tools > Command Manager. ” How to use it: mkdir <new folder name> This will create a folder inside the current folder you are in (use pwd to check where you are) Delete a folder or a fileCreate a command script in Command Manager and save it as encrypted. For example, to create a user with ID 'mstr_test' and full name "MSTR Test", type the following command: CREATE USER. bat file. MicroStrategy Office privileges. x-10. TRIGGER SUBSCRIPTIONsubscription_name [MANAGE ALL] [ (USERuser_name| CONTACT contact_name| OWNERowner_name| CONTENT (report_or_document_name IN FOLDER location_name) | GUID report_or_document_guid)] FOR PROJECTproject_name; where: subscription_GUID is the ID of the subscription. x and 10. From the Tools menu, select Import Package: Browse to the saved update package and select it. B: Create new email subscription to a contact group In some scenarios, it is required to list all users with email addresses under specific user group with Command Manager script. Type mstrcmdmgrw and press Enter. The second script, using the Alter User. This involves use of the command line projectmerge utility and xml configuration files. For more information about Command Manager, including steps to use scripts, see the Command Manager chapter of the System Administration Help. The value of '1' means that the user is enabled. Users might also observe that a particular user who is in the export of the command " LIST MEMBERS FOR USER GROUP "Everyone";" might not be in the " LIST MEMBERS FOR USER GROUP "LDAP Users"; CAUSE This is a known defect in MicroStrategy Command Manager 10. You can also create, edit, or delete multiple custom groups at the same time by using a Command Manager script. Depending on the status of the Intelligence Server Producer this may or may not. As MicroStrategy transitions to newer solutions and moves towards sunsetting Command Manager, this list is not maintained. The Advanced Metric Assistant allows you to combine simple metrics with filters or transformations to. This command tells the Enterprise Manager service to start monitoring the specified Intelligence Server. ; OR. With this interface, you can create and execute Command Manager scripts in an environment where the graphical user interface is unavailable, such as when accessing a UNIX system via telnet. Example: A Command Manager script consists of one or more script statements. MicroStrategy Mobile privileges. 4. Start Monitoring. Enter a name such as appdev for the role. x and 10. Les administrateurs n'ont plus besoin d'installer Narrowcast Server sur l'ordinateur où Command Manager est installé pour gérer le système Narrowcast Server. A MicroStrategy user ID to be linked to the address. FOLDER "location_path" is the folder path where the security filter is to be placed in the project, of type string. If you are using UNIX, you must use Command Manager to manage your system's security roles. Create, modify, and delete database instances, connections, and logins. This can go both ways, but this script concentrates on Library -> Web path. To achieve this, perform the following steps: Open. MicroStrategy Command Manager can trigger events from the Windows. 3. Open MicroStrategy Web and click Add external data. You may later assign ownership and access control lists for the folder and its contents to other users. In Windows: From the Windows Start menu, go to All Programs > MicroStrategy Tools > Command Manager. it is evident that the user does not have Write permissions to this object. Open Windows Services and locate MicroStrategy Platform Analytics Consumer and MicroStrategy Usher Metadata Producer. User management: Add, remove, or modify users or user groups; list user profiles Security : Grant or revoke user privileges; create security filters and apply them to. Thus, it is possible to get a list of users that which are enabled by adding a filter to the report with 'Enabled Status. A user creates a report in MicroStrategy Desktop, "Test Report". x will not exclusively show the result with user A only but the result will show all users who belong to one of groups, as illustrated below. Pour les spécifications complètes de. 1. This issue has been classified as a defect by MicroStrategy. Disable the " Synchronize user/group information with LDAP during Windows authentication and import Windows link option during Batch Import " option in LDAP-Import-Options in the Intelligence Server Configuration. 1 Hotfix 3. project_name is the name of the project, of type string, between double quotes ("). man pwd. 1 Support Liaisons MicroStrategy Technical Support can work more effectively with your organization by collaborating with a regular set of contacts, identified as “Support Liaisons. If the value is '0', then the user is disabled. x, all subscriptions outlines are specified in Subscription_Outline folder, as shown below: There are two workarounds to create an email subscription to multiple users: A: Add users/contact group to an existing email subscription. The following MicroStrategy Command Manager script will create a user that must change their password on their next logon: CREATE USER "login_name" PASSWORD "password" FULLNAME "User Full Name" DESCRIPTION "Developer" ALLOWCHANGEPWD TRUE PASSWORDEXPFREQ 30 DAYS CHANGEPWD TRUE; In MicroStrategy Web, create a grid report containing at least three columns. GROUP "parent_user_group_name" is the name of a user group of which the new group is a member, of type string. Double-click the security role you want to assign to the user or group. In MicroStrategy Command Manager 9. These types of subscriptions will need to be expired using Command Manager using the steps below. MicroStrategy Command Manager is an application designed to simplify and automate administration tasks, such as add, delete, or update enterprise-level data associated with large numbers of users and user groups. If you have a large number of objects to create or edit, you can also use MicroStrategy Command Manager to work with these objects. (From within Command Manager, select Help. The following steps show how to create a new user and add the user to multiple user groups in MicroStrategy Command Manager 9. With CM you can manage users (create. Type. The user is listed on the Service Startup tab, in the Login field. 0. 9 MicroStrategy Command Manager MicroStrategy Command Manager is a scripting tool that allows administrators to automate nearly all administrative and maintenance tasks. Drag an attribute from the Datasets panel to the Rows area of the Editor panel to add attributes to the rows. Adding support for TLS is done by selecting the Use SSL checkbox. SOLUTION 1: Take MicroStrategy Tutorial Project for example, Command Manager can be used to get the settings. Knowing this, a user can create their own User Procedures starting from scratch or based in any Sample Procedure provided and making their own modifications. CREATE ATTRIBUTE "Month" DESCRIPTION "Duplicate of Month Attribute from folder Time" IN FOLDER "Schema ObjectsAttributes" ATTRIBUTEFORM "ID" FORMDESC "Basic ID form" FORMTYPE TEXT SORT ASC EXPRESSION " [MONTH_ID]" LOOKUPTABLE "LU_MONTH" FOR PROJECT "MicroStrategy Tutorial";• granting Access to users • Creating Security Roles using Microstrategy Desktop • Migrating project changes from Development to UAT and from UAT to Production using Microstrategy Object Manager • Setting preferences for different projects that govern the way projects are run for web users using Microstrategy Web • Creating Command. Open the Workstation window with the Navigation pane in smart mode. MicroStrategy Web (. Select only Configuration Objects for documentation. This document is divided into two parts: How to create a project update package from the command lineMicroStrategy Web Viewer group grants all the necessary privileges and permissions to view the out-of-the-box Enterprise Manager reports. Therefore, MicroStrategy recommends to add. Click Add. Statements consist of one or more tokens. PROJECT "project_name" is the project for which you want to list the security roles for the user or group, of type string. LIST ALL SUBSCRIPTIONS FOR CONTENT GUID <report_or_document_guid> FOR PROJECT "<project_name>"; CAUSE: This is a known limitation MicroStrategy Command. MicroStrategy Developer et MicroStrategy Command Manager peuvent être installés sur le même ordinateur ou des ordinateurs différents. The MicroStrategy projects on each Intelligence Server can be configured to log usage statistics to the staging tables. For the syntax for using the executable, see Executing a Command. User management: Add, remove,. Then, in the Project Configuration Editor, expand Caching, and then select Result Caches. ”How to Update the Database User Password. 0. txt. If the package made any changes to. For 'Enabled=true' means the user is enabled in metadata while 'Enabled=false' means the user is disabled. 7. MicroStrategy Administrator - Object Manager is the component in the MicroStrategy Product Suite that allows system administrators to conduct project life-cycle management. x. PROJECT "project_name" is the name of the project in which the security filter is to be created, of type string. Enter a name and description for the new security role. The articles and documentation referenced in this article can help provide users with the tools needed to setup and configure Enterprise Manager and to address issues encountered during the statistics. ini". MicroStrategy Command Manager provides the ability to create text-based scripts and automate common administrative functionality. The Enterprise Manager project can be in the same metadata as your other projects. This technical note explains how this can be accomplished using MicroStrategy Administrator - Command Manager . Settings for an individual recipient overwrite settings at the subscription level. For example, you can create a procedure called NewUser that creates a user and adds the user to groups. x Number of Views 2. Select Roles in the Security menu. In Web, access the Intelligence Server Administration page. Thus, it is possible to get a list of users that which are enabled by adding a filter to the report with 'Enabled Status. 0, run the script below: Php. The Command Manager script engine uses a unique syntax that is similar to SQL and other such scripting languages. scp -o c:cmdmgroutput. For example, administrators may configure fences for users who require more processing power or high availability. In Linux: Browse to the MicroStrategy Home folder, then to the /bin subfolder. Run the ALTER CONTACT script to change the LINKMSTRUSER to the new user. Level 1 (0-15 days) Level 2 (15-30 days) Level 3 (30+ days) Hyper-threading technology is ignored when counting CPUs of MicroStrategy Intelligence Server. project_name is the name of the project, of type string, between double quotes ("). This message will also be displayed if a user connects using MicroStrategy Administrator - Command Manager or MicroStrategy License Manager. To list all enabled users is the everyone group, here is sample code: import java. ACTION: This issue has been fixed in MicroStrategy 10. 4. MicroStrategy Command Manager. The Save dialog box opens. For more information about Command Manager, see Automating Administrative Tasks with Command Manager. MicroStrategy Developer and MicroStrategy Command Manager can be installed on the same machine, or on different machines. If you create a batch file to execute a Command Manager script from the. LU_Users. x: Use the "CREATE USER" outline to write a script to create a new user. Enterprise Manager reports in 9. Another method for providing a script to non administrative users for them to use, without giving them access to the adminstrative credentials, is to use encrypted scripts. A Command Manager script consists of one or more script statements. Windows GUI: From the Windows Start menu, point to All Programs, then MicroStrategy Tools, and then select License Manager. bat with the following commands: if not exist c:cmdmgr rigger. 2. Open User Preferences > Project Defaults. x? Number of Views 9. To schedule a script to run at a certain time, use the Windows AT command with the cmdmgr executable. cmdmgr. 8.