Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
UMRA Automation - Command Line Interface
UMRA Automation supports a command line interface that uses the UMRA
COM object to execute project script on the UMRA Service. The command
line interface is installed as part of UMRA Automation and can be found
in the UMRA base directory. The application is called UmraCmd.exe.
The options of the command line interface can be specified on the command
line or in a text file.
UMRA Automation Command Line Interface
User Management Resource Administrator (UMRA)
Version 7.0 (build 1131) - www.tools4ever.com
(c) Tools4ever 1995-2005. All rights reserved.
Options:
-srv=<Server> : Name of computer running UMRA Service.
-port=<port> : Port of UMRA Service (optional, default=56814).
-project=<name> : Name of the project to be executed.
-commandfile=<name> : Filename containing options.
%Var_1% = Value_1 : Specification of script
variable 1
%Var_2% = Value_2 : Specification of script variable 2
%Var_N% = Value_N : Specification of script variable N
Examples of script variables
%FirstName%=John
%LastName%=Smith
With the -commandfile option, all options can
be specified in a text file instead of on the command line.
Examples:
UmraCmd.exe -srv:SPRING -project:CreateUserAccount
%FirstName%=John %LastName%=Williams
UmraCmd.exe -srv:SPRING -port:56816 -project:DeleteUserAccount
-commandfile:"D:\UMRA\UmraAutoCmd\CommandOptions.txt"
where the command file D:\UMRA\UmraAutoCmd\CommandOptions.txt contains
the variables:
%Domain%=SEASONS
%DomainController%=SPRING
%OU%=USA/Sales
%UserName%=SmithJ
See also:
UMRA forms - Introduction
UMRA Automation - Principle
UMRA console - Command line options
UMRA Automation - COM object
UMRA Automation - COM interface
UMRA service - Introduction
UMRA Automation - Command Line Interface
|