You cannot post messages because only members can post, and you are not currently a member.
Description:
User discussion group for Cassia, a .NET Terminal Services library.
|
|
|
Auto Start RDP session
|
| |
Hi,
Its a great library to work with.
I have been able to monitor/get info about the already opened rdp
sessions using cassia but have not been able to start a session using
it. Is there a way to start an rdp session without having to do an
mstsc from the command prompt, a kinda auto logon if credentials are... more »
|
|
- StartRemoteControl does nothing from 2003 server
|
| |
Using VB.NET I have issues initiating remote control from our 2003
standard sp2 x86 servers (don't know about other 2003 versions as we
don't run them anymore). We have a few 2003 servers left and found
that cassia does nothing at all when trying to remote a session from a
2003 server. Doesn't matter if the session resides either on a 2003,... more »
|
|
Get the application name
|
| |
I have created a little app (similar to tsadmin) using Cassia and
managed to get the properties I need however I can not figure out how
to get the name of the application
Any ideas how I can get the application name for a session?
|
|
Getting the Current Session of the Current User
|
| |
Hi All,
As a noob programmer, I have been tasked with developing a solution
which allows a program (be it console / form) to do a graceful logout
on a RDP session that has been disconnected. A little background:- we
have a database application running on 6 terminal servers where users
log into to access the application. Some users at the end of the day... more »
|
|
using latest build, trying to impersonate shadowing + other issue
|
| |
Hi,
I am not sure if I am allowed to ask questions here about the latest
available build (Cassia-2.1.0.119). I took that as I wrote a helpdesk-
assist tool using Cassia, and there is very strong demand for
shadowing sessions. I am using vb.net 2010.
session.StartRemoteControl(Con soleKey.Multiply,... more »
|
|
Catching cassia errors in VB 2010
|
| |
Hi, I've written a tool for non-admin users to be able to remote-assist other users based on permissions per group, rather than per server. Works great for what I want. To be able for Cassia to read/enumerate a Terminal Server the user needs at least the 'query information' permission on the RDP listener. Now when a user doesn't have that,... more »
|
|
session.MessageBox, "Access is denied"
|
| |
I'm trying to develop an application that does the following:
1) send a message to all users connected to a set of Terminal Services
serversindicating that the session will be closed
2) closing sessions of these users
Part 2) works correctly, but when trying to send a message using the
method:... more »
|
|
Catch "Access Denied" exception?
|
| |
How would you catch an exception in this example:
string host = "192.168.0.11;
using (ITerminalServer server =
_manager.GetRemoteServer(host) )
{
server.Open();
foreach (ITerminalServicesSession session in
server.GetSessions())... more »
|
|
|