Create Remote Desktop Monitoring Using Microsoft Terminal Services

Dec 26, 2010

creating remote desktop connection in vb.net using Microsoft Terminal Services(msrdp.ocs). The main objective is to remote monitor clients without interrupting them or knowing they are monitored.

View 5 Replies


ADVERTISEMENT

VB6 App In Terminal Services Remote Desktop Error?

Mar 11, 2010

I have a VB6 app using MS Access2003 database ODBC connection in Windows Server 2008my connection string is simple ODBC-- DSN=hotel -- using Microsoft Access Driver (.mdbusing admin user - i can run all forms on windows server 2003 successfullyusing other users - i get "permission denied error 70"I have 2 problems,1- cannot use software in terminalservices using remote desktop to server @Windows Server 2008i have 10 machines connected using Remote desktopfor a limited user, >> permission deniedif i cange the limited user to admin >> things work but ONLY FOR THAT USER!ALL OTHER USERS THEN HAVE PROBLEMS WITH THE SOFTWARE, some exit, some cannot fetch data, etc.

View 1 Replies

Connect To A Remote Pc Via Terminal Services?

Aug 11, 2011

i connect to a remote pc via terminal services, when i print with the Microsoft Office Word i get the print in my local printer fast, but when i try to print with my own application the print take 10 seconds.

I use to print the control PrintDocument.

View 5 Replies

Microsoft Terminal Services Library

Jan 2, 2011

Is it possible that the control MS Terminal Service Library control cannot be found on my add reference tool in VB.net 2008?

View 2 Replies

Way To Setup Remote Desktop Services Profile Up?

Mar 21, 2012

This code so far works like a charm, and I need a couple more things before I'm finished.

1. I know the UPN (userPrincipalName) is setup using user.Properties("userPrincipalName").Value = ComboBox2.Text and that works fine... however, we have an additional UPN name.. check out the picture below.

2. Any way to setup the Remote Desktop Services Profile up? Peticularly Remote Desktop Services home folder. Where Connet: would be selected, as well as Drive letter, and To: would be filled out as well. [code]

View 2 Replies

Cannot Get The Correct Buildnumber Of The Remote Desktop Services Client

Jul 6, 2010

I want to use the c# write a programe to get the logon session information.I use the WTS_INFO_CLASS Enumeration refrenced to the msdn library,the url link is [URL]

Everything is ok except the WTSClientBuildNumber property. The WTSClientBuildNumber that I get is 5875288,but it should be 6001.I use the 6.0.6001 RDC for my test.Can anyone tell me the problem.

The following is my sample code

If WTSQuerySessionInformation2(ptrOpenedServer, active_session, WTS_INFO_CLASS.WTSClientBuildNumber, istr, returned) = True Then
ClientInfo.WTSClientBuildNumber = istr.ToString()
End If

View 1 Replies

Create An Application That Will Allow To Monitoring In Real-time The Screen On A Remote Computer?

Feb 18, 2009

I would to create an application that will allow me to monitoring in real-time the screen on a remote computer, I dont want to keylog, or control mouse,ot keyboard, just watch what they do at real-time.

View 6 Replies

Hooking Into Terminal Services Manager?

Jun 1, 2009

Has anyone ever come across a way of a way to create an app that kind of mimics what Terminal Services manager does in Windows2003/XP.

I would like to write something that would either go and query a farm of server every n secs a get me a list of users logged in, there process's etc or do maybe type a username in and it goes and finds the user in the farm and returns their details.

View 3 Replies

API For Determining If App Is Running On Citrix Or Terminal Services

Nov 15, 2010

I'm looking for an API/function I can call to determine if software is running on Citrix, Terminal Services, or a stand-alone PC. Optimally, it would work something like this: [code]I would prefer something that worked from an API call as opposed to looking at something in the registry as we're having more and more customers that are locking down the registry.

View 3 Replies

ComboBox Dropdown Server 2003 Terminal Services?

Dec 22, 2011

I have built an application in VB 2010 on my Windows 7 Pro desktop. I have a particular combo box with a datasource that is dynamically populated, depending on certain values entered by the user; it may or may not have any records in the datasource. When I run/install the application on my desktop, the combo box acts normal, if I click the dropdown button and the datasource contains no records, the combobox will show a single blank beneath the combobox (to indicate no records). When I perform the same action on server 2003, the combobox DOES NOT show a blank row, it does nothing! It act's like it's broken.

View 3 Replies

Getting A Unique ID For A Thin Client Running Terminal Services?

Apr 20, 2009

We want to set up a bunch of thin clients linked to a server running server 2003 using terminal services. When the thin client runs our app it needs to know which station it is so it can gather information unique to itself from the database. (IP address?). Our app is written in VB6.

View 3 Replies

Upload A File Into Program Application Running Under Terminal Services?

Jul 28, 2011

We are developing an application in VB.NET that will need to accomodate remote users logging onto a Microsoft Terminal Server using RDP through the MSTSC.exe client.

Is it possible to offer an 'Upload' button which will allow the remote user to pick a file from his/her local hard drive and upload to the server ?

View 1 Replies

Remote Access Terminal System?

Jun 10, 2011

what are the requirements needed on how to control a terminal pc in terms of programming it. i am planning to use vb.net when we develop the system.

View 1 Replies

Open Excel On Local Desktop Using Remote Desktop Application ?

Jun 11, 2012

We have a Windows Forms VB.NET application running on Windows Server 2008. Users access this app using Remote desktop.The app displays information in Excel, but Excel opens on the server.Is there a way for the .NET app to launch Excel on the users local desktop?

View 1 Replies

Microsoft Terminal Control Problem In MDI?

Feb 11, 2011

trying to write an app consisting of MDI parent where the child forms are:

- created with the Microsoft Terminal Services Control

- connected to remote server (from a listbox)

I can get it to work in a SDI, however whenever I try to spawn the child window in MDI format I get:

System.InvalidOperationException was unhandled

Message="Unable to get the window handle for the 'AxMsTscAxNotSafeForScripting' control. Windowless ActiveX controls are not supported." Source="System.Windows.Forms"

View 2 Replies

Remote Desktop - Make An Application Of Remote Management For Images

Aug 5, 2010

I want to do a small application that made the broadcast of images from a PC. The idea is to make an application of remote management but without the management part, only with the viewing of images. Anyone know any code already done or any API that helps in the project?

View 8 Replies

Remote Terminal - Use (API Or The Framework) To Tell If The User Is Logged In Locally ?

Sep 14, 2009

Can I use vb (API or the framework) to tell if the user is logged in locally or with terminal services / remote desktop.

View 2 Replies

Local & Remote Service Monitoring?

Mar 10, 2011

I put together a small app I want to use on my local network for service monitoring across a few of my servers.

I'm using vb.net express 2010 with system.serviceprocess imported The problem I am having is that my code only seems to work locally, and will not retrieve the service data for any server on my network.

For example, my local machine is called "office-pc", and when running the app on it, I get all the service information.

Dim localServices As ServiceController() = ServiceController.GetServices("office-pc")
For Each localservice As ServiceController In localServices
ComboBox1.Items.Add(localservice.DisplayName)
Next

But, if I want the service info from my web server called "casper", I use the same code, but i change the GetServices() parameter like so;

Dim localServices As ServiceController() = ServiceController.GetServices("casper")
For Each localservice As ServiceController In localServices
ComboBox2.Items.Add(localservice.DisplayName)
Next

After a few seconds delay, nothing happens, ComboBox2 remains empty.

It was my understanding that GetServices() would get the local machines service info unless a machine name was specified, which in both cases is true.

So why isn't it working? Do I need to set something up on the network servers first?

View 8 Replies

Microsoft Fax Error Monitoring (SBS2008)?

Sep 2, 2011

how to catch faxing errors (outbound) using VB.NET.I am using this reference: MSDN Basically, the issue is that SBS2008 Event Log does not give the same amount of information that Windows XP did, so the users are being forced to look in the text activity log. Am I forced to loop through the log for new items, or can I actually catch errors as they come?My ultimate goal is to send an email report with the erroneous fax information (destination#, error reason, code, body or attachment).So essentially I need to figure out how to catch fax errors as they arise, by listening (this will be a VB.NET console app), and then I can take it from there.

Private Sub GetOutgoingArchiveMessages()
Dim objFaxServer As New FAXCOMEXLib.FaxServer
Dim vMessages As FAXCOMEXLib.FaxOutgoingMessageIterator

[code]....

This is what I am using to get the outgoing archive messages, but I either need to reliably get an error when it happens there, or get one on demand. I would much rather just poll the fax service for the information if I can.

View 7 Replies

Sample Code For Remote Process/Application Monitoring?

Sep 23, 2010

I am looking for a bit of inspiration here, a client has requested me to build a simple remote process monitoring application with capability for smtp notification, when monitored processes go down or come back on-line. Can anyone point me in the direction of some sample code to get me started. I have briefly looked at .net remoting as a potential development path, from my understanding of how this works, the remoting architecture would require both a client and remote server component, (though I am not a 100% sure on this one), however if this is the case, then it will not fit the bill, as one of the fundamental requirements is that no additional software can be deployed on the servers which are to be monitored

View 1 Replies

Check Multiple Services On Remote Machines?

Jun 20, 2011

Im trying to check multiple services on different remote servers. i need to check lets say, RPC, Themes and Print Spooler services.

how can i list the services i need to make sure they're running and if they're not to start them in VB.net without using WMI?[code]...

View 2 Replies

Looking For Any Reporting Services, Ie, Microsoft Report Viewer?

Apr 1, 2010

Does Visual Basic 2010 have any reporting services, ie, Microsoft Report viewer?

View 6 Replies

VS 2008 GlobalKeyboardHook - Application That Will Run On A Terminal Similar To A Micros Terminal

Feb 19, 2010

I have an application that will run on a terminal similar to a micros terminal. The terminal is already running another vendors app that captures the users logon ID from a swipecard. I need to capture the same logon ID at the same time. This is no problem, I just hook it.

The problem is I have another app which also captures swipes. In development I am running both apps for testing. It appears that when I unhook one app it unhooks both. Rehook and all is fine. As my two apps will never be on the same terminal this is not a problem. What I am concerned about is the vendors app unhooking mine or the other way around.

I would of thought that each app would have it's own ID and that each hook would be independent. I have considered finding a way to determine if a global hook is present and then use some logic to decide on unhooking or not but can't find anything.

View 1 Replies

Make An Application That Can Control The Processes And The Services In A Remote Machine?

Feb 17, 2012

I am a new member here and a new user of VB.Net.So, I would like to know how to make an application that can control the processes and the services in a remote machine.

View 4 Replies

Sharing Microsoft Office Events With Processes (i.e. Windows Services) Via VB

Mar 27, 2009

Is it possible to expose an event in an Microsoft Office product to a Windows service? That is, are the Office product events shared with other processes like Windows services? I know I can handle these events in VBA code in Word/Excel. However if the code is disabled the handling does not occur. I want to be able to have a service run in the background to log these events as they occr.

View 4 Replies

Use Directory Services For Listing The Members Of The Local Administrators Group On A Remote Pc

Sep 22, 2010

how to use directory services for listing the members of the local administrators group on a remote pc in the following format?

[Code]...

View 1 Replies

Display The Data On Terminal B If Inserted From Terminal A?

Dec 8, 2010

my project work on server if inserted data from terminal A i need display the data on terminal B

View 1 Replies

Asp.net - Connecting To Remote Computer Using WinNT:// Provider And Directory Services Ignores Username/password

Jun 10, 2010

Here is the final code that worked for me. This uses WNetAddConnection2 to establish a connection first, before using DirectoryEntry.

Imports System.Runtime.InteropServices
Imports System.Net
Imports System.DirectoryServices
Imports System.IO

[Code]...

So I moved the code to an ASP.Net web app, which is impersonating a service account through the Impersonate section of web.config. The account I am impersonating does not have admin rights on any of the workstations so I put in a username/password into the constructor for the computer entry like so:

Dim deComputer As New DirectoryEntry("WinNT://" + Computername + ",computer", username, password).The username is that of a domain account which has local admin rights on every workstation. If I look at the Username property of the resulting deComputer object I can see that the username matches what I entered.Also if I enter in an invalid password it throws an error, so it is authenticating in some fashion.

However if I now try and add or remove a user from a remote workstation I get a general access denied error. If I add the service account that ASP.Net is using as a local admin on that workstation it will add and remove no problem.So next I tried using the LogonAPI (advapi32.dll ->LogonUser call) to login as the user account that is a local admin on all workstations, impersonated the resulting WindowsIdentitiy and tried running just the original deComputer instantiation. When I do this every property, excepty Path, returns an OLE exception..

View 1 Replies

Connecting Remote Pc Desktop?

Jul 7, 2010

I want to create a software for remote computer Desktop connection(we can see and operate remote computer in our computer display), can any one give Windows itself has a long procedure to do that(Remote Desktop Web connection), sometime it develops security issue, other options are 3rd party. I want to create it on my own.

View 1 Replies

Remote Desktop Client?

Oct 17, 2011

Both I and a Friend are working on a Visual Basic Remote Desktop Client, we've got as far as laying it out the way we want it but are unsure of how to code the program. Can anyone shed some light upon what we could use to make our program generate an ID which another user can enter at their site to connect to the computer?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved