Search

Search

Help

Page 4 of 41. Showing 401 results (0.017 seconds)

  1. How to implement locking/unlocking an OS X worker at user login/out

    Many users have asked if we have scripts that would automatically lock the worker when a user logs in, and unlock it when they log out. Here's how. ensure that no other…
    Qube 6.6May 11, 2015
  2. How to implement locking/unlocking a Windows worker at user login/out

    You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock…
    Qube 6.6May 11, 2015
  3. How to implement locking/unlocking an OS X worker at user login/out

    Many users have asked if we have scripts that would automatically lock the worker when a user logs in, and unlock it when they log out. Here's how. ensure that no other…
    Qube 6.7Jan 11, 2016
  4. How to implement locking/unlocking a Windows worker at user login/out

    You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock…
    Qube 6.7Jan 11, 2016
  5. How to implement locking/unlocking an OS X worker at user login/out

    Many users have asked if we have scripts that would automatically lock the worker when a user logs in, and unlock it when they log out. Here's how. ensure that no other…
    Qube 6.10May 23, 2018
  6. How to implement locking/unlocking a Windows worker at user login/out

    You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock…
    Qube 6.10May 23, 2018
  7. How to implement locking/unlocking an OS X worker at user login/out

    Many users have asked if we have scripts that would automatically lock the worker when a user logs in, and unlock it when they log out. Here's how. ensure that no other…
    Qube 7.0Nov 04, 2020
  8. How to implement locking/unlocking a Windows worker at user login/out

    You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock…
    Qube 7.0Nov 04, 2020
  9. How to implement locking/unlocking a Linux worker at user login/out

    ) PostSession/Default (Logoff) This is the script that runs on login: MYHOSTNAME=`/bin/hostname` COMMAND="/usr/local/pfx/qube/bin/qblock --lock --purge $MYHOSTNAME" logger Running "$COMMAND…
    Qube 6.5May 21, 2013
  10. How to implement locking/unlocking a Linux worker at user login/out

    ) PostSession/Default (Logoff) This is the script that runs on login: MYHOSTNAME=`/bin/hostname` COMMAND="/usr/local/pfx/qube/bin/qblock --lock --purge $MYHOSTNAME" logger Running "$COMMAND…
    QubeOct 15, 2014