Search
Page 4 of 41. Showing 401 results (0.017 seconds)
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…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…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…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…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…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…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…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…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…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…