# Access and Control VADC agent from /vadc/admin path
# We only support ListSession, DisconnectSession and
# killSession now. To enable the admin interface of
# VADC agent, please create a "adminEnabled" file in
# /usr/lib/omnissa/viewagent/vadc folder first.

# List session infomation
# python ./adminTools -s <host ip> -c ListSession

# Disconnect sessions by user
# python ./adminTools -s <host ip> -c DisconnectSession -u <username>

# Kill sessions by user
# python ./adminTools -s <host ip> -c KillSession -u <username>
