Send an alert message to users

Send an alert message to users

Question

Is it possible to send a pop-up alert message to users that are authenticated to Unified Workspace?


Solution

Unified Workspace does not allow for the admin to send pop-up alerts and messages to users in real time.  It does, however, have the ability to set an alert or message that will be displayed to the user at login, via their profile's Login Script.

To set a simple message about network downtime tomorrow, that displays at each login, the admin can follow these steps:
  1. Open webAdmin Dashboard.
  2. Expand Customization Center.
  3. Select the profile that is assigned to the users.  The default profile is usually the SecureCloudAccess-Profile.
  4. Select the profile's Login Script Tab.
  5. Enter the following into the Profile Login Script field:
    message( text =" The network will be down tomorrow" )
  6. Click the Save button to save the profile.

Now when users that are assigned that profile will have a window open, at login, displaying the message "The network will be down tomorrow".



Additional message options from the UW Product Guide's section on Login Scripts

  • Message - will display a message with a Message status
    message( text =" The network will be down tomorrow" )

  • Alert - will display a message with an Alert status
    message( type=alert, text =" The network will be down tomorrow" )

  • Warning - will display a message with a Warning status
    message( type=warning, text =" The network will be down today" )

  • Information - will display a message with an Information status
    message( type=information, text =" The network might be down" )

  • Error - will display a message with an Error status
    message( type=error, text =" The network will is down" )

  • Icon - will set the icon displayed in the message (icon supports information, alert, error, and warning messages)
    message( type=alert, text =" The network will is down", icon="/images/anvil.gif")

  • RunOnce - only runs the command once (must set a directory cookie or browser cookie)
    message( type=alert, text =" The network will is down", icon="/images/anvil.gif", runonce, dCookie="netDown")

  • DCookie - sets a directory cookie that determines if the command has been run. Used with the RunOnce option. Uses quotes.
    message( type=alert, text =" The network will is down", icon="/images/anvil.gif", runonce, dcookie="netDown")

  • Cookie - sets a browser cookie that determines if the command has been run. Used with RunOnce option. Uses quotes.
    message( type=alert, text =" The network will is down", icon="/images/anvil.gif", runonce, cookie="netDown")

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Security Information alert from browser

        Issue: When connecting to a site through a webApp, like Microsoft SharePoint server,  through stoneware, ie shows the message "Security Information alert : The page contains both secure and nonsecure items" How can we fix it? Solution: This comes ...
      • Add large number of users to group - Form Too Large

        The customer was trying to add a member to a group which has lots of users already. They got "script running slowly" messages, however, users were finally added. The customer then tried adding them in a few at a time, On the last bunch after clicking ...
      • Account Locked message

        User is getting a message when logging into webNetwork that says : Account Locked This means that the directory ( Microsoft Active Directory or Novell eDirectory ) has detected too many invalid logins and has locked the account for intruder attempts. ...
      • Assigning users to Domain Users group

        Question When I assign a link to Domain Users, the users never get the link. If I assign the link directly to the user or another group, then things work.   Resolution This is a feature/limitation of Microsoft Active Directory (MS AD). Domain Users ...
      • webApp causes a Security Information alert

        Issue: We have a web app that works fine except we get the Security Information alert : The page contains both secure and nonsecure items.  If you click on No, a couple of graphics don’t show up but the rest of the page is fine.  What can we do ...