Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

Go Back   EduGeek.net Forums > Coding and Web Development > Coding
Reply
 
LinkBack Thread Tools Search Thread Language
Sponsored Links
Old 13-03-2007, 10:21 AM   #1
 
monkeyx's Avatar
 
Join Date: Nov 2006
Posts: 182
Thanks: 3
Thanked 14 Times in 12 Posts
Rep Power: 7 monkeyx will become famous soon enough
Default VNC and AD

ops:
  Reply With Quote
Old 15-03-2007, 02:22 PM   #2
 
monkeyx's Avatar
 
Join Date: Nov 2006
Posts: 182
Thanks: 3
Thanked 14 Times in 12 Posts
Rep Power: 7 monkeyx will become famous soon enough
Default Re: VNC and AD

ops:
  Reply With Quote
Old 15-03-2007, 02:36 PM   #3
 
ChrisH's Avatar
 
Join Date: Jun 2005
Location: East Lancs
Posts: 3,982
uk uk lancashire
Thanks: 3
Thanked 43 Times in 37 Posts
Rep Power: 22 ChrisH has a spectacular aura aboutChrisH has a spectacular aura aboutChrisH has a spectacular aura about
Default Re: VNC and AD

Looking good
  Reply With Quote
Old 15-03-2007, 03:14 PM   #4
 
Midget's Avatar
 
Join Date: Oct 2006
Location: In a Server Room cutting through a forest of Cat5e
Posts: 1,024
uk uk wales
Thanks: 1
Thanked 6 Times in 6 Posts
Rep Power: 8 Midget is on a distinguished road
Default Re: VNC and AD

I get an Unknown Error (0x80005004) whenever I try to populate the list.
I have manually entered the domain and ADserver info, and tried it on both the server and a domain machine.

am I missing something?
  Reply With Quote
Old 15-03-2007, 03:29 PM   #5
 
monkeyx's Avatar
 
Join Date: Nov 2006
Posts: 182
Thanks: 3
Thanked 14 Times in 12 Posts
Rep Power: 7 monkeyx will become famous soon enough
Default Re: VNC and AD

ops:
  Reply With Quote
Old 15-03-2007, 03:43 PM   #6
 
Midget's Avatar
 
Join Date: Oct 2006
Location: In a Server Room cutting through a forest of Cat5e
Posts: 1,024
uk uk wales
Thanks: 1
Thanked 6 Times in 6 Posts
Rep Power: 8 Midget is on a distinguished road
Default Re: VNC and AD

I'm signed into the DC as admin and using the full domain name of "myplace.net". When I'm free I'll give it another try to see if I'm doing something stupid.
  Reply With Quote
Old 15-03-2007, 03:47 PM   #7
 
monkeyx's Avatar
 
Join Date: Nov 2006
Posts: 182
Thanks: 3
Thanked 14 Times in 12 Posts
Rep Power: 7 monkeyx will become famous soon enough
Default Re: VNC and AD

ops:
  Reply With Quote
Old 16-03-2007, 02:57 PM   #8
 
monkeyx's Avatar
 
Join Date: Nov 2006
Posts: 182
Thanks: 3
Thanked 14 Times in 12 Posts
Rep Power: 7 monkeyx will become famous soon enough
Default Re: VNC and AD

ops:
  Reply With Quote
Old 16-03-2007, 03:01 PM   #9
 
Midget's Avatar
 
Join Date: Oct 2006
Location: In a Server Room cutting through a forest of Cat5e
Posts: 1,024
uk uk wales
Thanks: 1
Thanked 6 Times in 6 Posts
Rep Power: 8 Midget is on a distinguished road
Default Re: VNC and AD

ah HA! So now when I try myplace.net it does as above, but when i just use "myplace" it works. I may have to check that my DNS isn't buggered up.
  Reply With Quote
Old 16-03-2007, 03:09 PM   #10
 
plexer's Avatar
 
Join Date: Dec 2005
Location: Norfolk
Posts: 4,269
uk
Thanks: 30
Thanked 102 Times in 101 Posts
Rep Power: 33 plexer is a name known to allplexer is a name known to allplexer is a name known to allplexer is a name known to allplexer is a name known to allplexer is a name known to all
Default Re: VNC and AD

Looks good I haven't had time to test it in anger at the moment but the first comment I'd like to make is that the order of tabbing between elements is messed up.

If I start by typing in the domain name I'd expect a tab to take me to the server field but it takes me to save settings instead.

Ben
  Reply With Quote
Old 16-03-2007, 03:11 PM   #11
 
monkeyx's Avatar
 
Join Date: Nov 2006
Posts: 182
Thanks: 3
Thanked 14 Times in 12 Posts
Rep Power: 7 monkeyx will become famous soon enough
Default Re: VNC and AD

ops:
  Reply With Quote
Old 16-03-2007, 03:13 PM   #12
 
monkeyx's Avatar
 
Join Date: Nov 2006
Posts: 182
Thanks: 3
Thanked 14 Times in 12 Posts
Rep Power: 7 monkeyx will become famous soon enough
Default Re: VNC and AD

ops:
  Reply With Quote
Old 16-03-2007, 03:43 PM   #13
 
Midget's Avatar
 
Join Date: Oct 2006
Location: In a Server Room cutting through a forest of Cat5e
Posts: 1,024
uk uk wales
Thanks: 1
Thanked 6 Times in 6 Posts
Rep Power: 8 Midget is on a distinguished road
Default Re: VNC and AD

Where does it save the domain/server info?
  Reply With Quote
Old 16-03-2007, 03:57 PM   #14
 
monkeyx's Avatar
 
Join Date: Nov 2006
Posts: 182
Thanks: 3
Thanked 14 Times in 12 Posts
Rep Power: 7 monkeyx will become famous soon enough
Default Re: VNC and AD

ops:
  Reply With Quote
Old 16-03-2007, 04:44 PM   #15
 
Midget's Avatar
 
Join Date: Oct 2006
Location: In a Server Room cutting through a forest of Cat5e
Posts: 1,024
uk uk wales
Thanks: 1
Thanked 6 Times in 6 Posts
Rep Power: 8 Midget is on a distinguished road
Default Re: VNC and AD

ah ha got it (although it saves it under YOUR school name - you may want to change that)

Have to say i'm impressed, my only complaint is with VNC, because it's crap compared to other remote control programs. Would it be possible to have a line in the config that lets you set the remote program of your choice by changing the call? ie if you are wanting to use RDP change it so that when you press connect it uses
Code:
c:\WINDOWS\system32\mstsc.exe /console /v: <ipaddress from program>
instead of
Code:
C:\Program Files\RealVNC\VNC4\vncviewer.exe <ipaddress from program>
You use any program you like by just changing the location, however if it requires any switches (eg /v: in RDP's case) then it doesn't work

The WMI info is very useful for me tracking down the machine when it only shows the IP address instead of the DNS name. Although on some machines I get an accessdenied but I think that might be windows firewall. (I'll try that again when more people are online)

Congratulations on getting it to where it is now, it's a very useful tool for business as well as schools.
  Reply With Quote
Reply

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 10:43 PM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net