Question
Execute service which requires Administrative group membership
I would like to have ability to execute service which terminates session (CurrentSessionInfo.TerminateUserSessions) with non-administrative user.
When I execute the service I recieve:
Session termination services may only be used by members of the Administrators group!
Is there any way to overcome this? I really need this functionality to be available for normal users.

