Skip to main content
Skip table of contents

How to control internal messages from the command line

Overview

The command line tool "VISULOX policy internal" allows to control internal messages (Welcome INT).

Usage


The following subcommands are available:

CommandDescription
listList and print internal welcome messages.
addAdd an internal welcome message.
editModify fields of an internal welcome message.
deleteRemove an internal welcome message.
purgeRemove outdated entries. Can be used via cron-job.

Welcome INT elements (edit)


ElementDescription
-name <>Name of Policy or use AUTO <>.
-starttime <>Starttime of the message: now or timestring. Default value: now.
-endtime <>

Endtime of the message: endless or timestring. Default value: endless.

-object <>Policy filter: mask or unique distinguished object of user or group <>

-accesspoint <>

Policy filter: Access Point <>
-content <>

Content of the policy. Default value: CLI.

-grant <>

Set granted user in database record <>


Examples


List current available Welcome INT policies

CODE
visulox policy internal list
    --------------------------
    |              basicname |
    --------------------------
    | DefaultInternalMessage |
    --------------------------

Add new Welcome INT Policy

CODE
visulox policy internal add -name MSG3 -content Meeting at 10:00

Edit policy

CODE
visulox policy internal edit -name MSG3 -object Miller

Remove an entry

CODE
visulox policy internal delete -name MSG3



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.