Admin Actions

LogViewPlus supports three advanced commands which may be useful for system administrators.  These commands are only available from the command line. 

Command
Purpose
Syntax
register
Registers a new user from the command line.  This command requires a network connection.
logviewplus.exe -register -username:{User} -key:{Key}
 
To execute with output, use:
start /wait logviewplus.exe -register -username:{User} -key:{Key} -redirectoutput
 
Show the return value with:
echo %ErrorLevel%
addsetting
Adds a Admin Setting to the appropriate location.
logviewplus.exe -addsetting -key:{Key} -value:{Value}
 
Examples:
start /wait logviewplus.exe -addsetting -key:HideLicenseKey -value:true -redirectoutput
removesetting
Removes a Admin Setting from the appropriate location.
logviewplus.exe -removesetting -key:{Key}
 
Examples:
start /wait logviewplus.exe -removesetting -key:HideLicenseKey -redirectoutput

Admin Settings are discussed in the next section.


< >