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

Group Project A place to discuss the group projects.

Go Back   EduGeek.net Forums > Coding and Web Development > Group Project
View Poll Results: What Langauge Should We Use
VB 6 3 15.79%
VB.net 8 42.11%
C/C++ 0 0%
C# 5 26.32%
Ruby 2 10.53%
VME (Just For Stewart) 1 5.26%
Voters: 19. You may not vote on this poll

Reply
 
LinkBack Thread Tools Search Thread Language
Old 18-06-2006, 10:27 PM   #61
 
klawd's Avatar
 
Join Date: May 2006
Posts: 138
Thanks: 4
Thanked 2 Times in 1 Post
Rep Power: 6 klawd is on a distinguished road
Default Re: Project Ideas

Is anyone still alive in here?

I would possibly be interested in contributing as a developer. I have been working on my own vb.net application to mass create users.

I have completed most of the major functionality including:

Reading a CSV file
Creating the user object
Creating home folder
Sharing home folder
Setting folder permissions

I started developing it mainly as a mental exercise and a first project in vb.net, so I'm sure the code is not 100% optimised, it does however work.
  Reply With Quote
Old 19-06-2006, 05:28 AM   #62
 
russdev's Avatar
 
Join Date: Jun 2005
Location: Leicestershire
Posts: 5,225
uk
Thanks: 34
Thanked 85 Times in 60 Posts
Blog Entries: 1
Rep Power: 33 russdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of light
Send a message via ICQ to russdev Send a message via AIM to russdev Send a message via MSN to russdev Send a message via Yahoo to russdev Send a message via Skype™ to russdev
Default Re: Project Ideas

well i know several people where looking into it but died a death due to various reasons...

So if you want to take mantle and lead it then do so best way is add gnu license to code and upload it here.

Then once done that I will sort out setting a proper cvs system up.

Russell
  Reply With Quote
Old 22-06-2006, 06:36 AM   #63
 
uk101man's Avatar
 
Join Date: Jan 2006
Location: Hertfordshire
Posts: 87
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0 uk101man is an unknown quantity at this point
Send a message via MSN to uk101man
Default Re: Project Ideas

I'm going to upload something on Monday once I have finished debugging it.
  Reply With Quote
Old 22-06-2006, 07:51 AM   #64
 
russdev's Avatar
 
Join Date: Jun 2005
Location: Leicestershire
Posts: 5,225
uk
Thanks: 34
Thanked 85 Times in 60 Posts
Blog Entries: 1
Rep Power: 33 russdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of light
Send a message via ICQ to russdev Send a message via AIM to russdev Send a message via MSN to russdev Send a message via Yahoo to russdev Send a message via Skype™ to russdev
Default Re: Project Ideas

cool

Look forward to it

Russ
  Reply With Quote
Old 22-06-2006, 07:25 PM   #65
 
uk101man's Avatar
 
Join Date: Jan 2006
Location: Hertfordshire
Posts: 87
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0 uk101man is an unknown quantity at this point
Send a message via MSN to uk101man
Default Re: Project Ideas

Hi,

Hopefully what I have attached will help get this project kick started.

When first running the program you will have to enter the domain controller name and your domain name (school.net). The reason for this is all to do with child domains

Written in vb.net

lol just figured out I can not attach zip files to my posts help!!!

Cheers

Tom
  Reply With Quote
Old 22-06-2006, 08:21 PM   #66
 
russdev's Avatar
 
Join Date: Jun 2005
Location: Leicestershire
Posts: 5,225
uk
Thanks: 34
Thanked 85 Times in 60 Posts
Blog Entries: 1
Rep Power: 33 russdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of light
Send a message via ICQ to russdev Send a message via AIM to russdev Send a message via MSN to russdev Send a message via Yahoo to russdev Send a message via Skype™ to russdev
Default Re: Project Ideas

try that



Russ
  Reply With Quote
Old 22-06-2006, 09:33 PM   #67
 
CyberNerd's Avatar
 
Join Date: Jan 2006
Posts: 3,451
Thanks: 49
Thanked 151 Times in 124 Posts
Rep Power: 39 CyberNerd is a splendid one to beholdCyberNerd is a splendid one to beholdCyberNerd is a splendid one to beholdCyberNerd is a splendid one to beholdCyberNerd is a splendid one to beholdCyberNerd is a splendid one to beholdCyberNerd is a splendid one to behold
Default Re: Project Ideas

We've employed someone parttime to integrate CMIS with AD. Accounts will be created in SQL by admin staff then script will run nightly to hook into SQL and populate AD, Its SQL to AD so should be adaptable for SIMS, if you're familiar with the database structure and don't tell capita. When a student leaves the account will be disabled automatically. Script will also look at a CSV to add acounts from if we need emergency accounts. I've been given ok to GPL it, so will keep you posted. Its likely I'll post the script in parts rather than an entire program as it has been designed specifically for our architecture. It may not be a complete working solution, as it will need tailoring to individual sites. (its in VBS and I have some python components to add things like mail aliases and zimbra accounts from AD). We're in beta testing phase now so should be ready to go in few weeks, so far its looking v.good.
  Reply With Quote
Old 23-06-2006, 08:46 PM   #68
 
uk101man's Avatar
 
Join Date: Jan 2006
Location: Hertfordshire
Posts: 87
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0 uk101man is an unknown quantity at this point
Send a message via MSN to uk101man
Default Re: Project Ideas

What I provide is an interface for the group project. It's easy interface to AD. I know it’s a bit rough around the edges but hey give should get us started.

I’m looking for people to undertake the following tasks:


Code the user panel
Add
Delete
Update details
Move user in AD
Reset Password
List user details
Open home drive / profile

Code the computer panel
Remote System Information
Remote Log Off
Remote Shut-Down
Remote Restart
Remote gpupdate
RDC launcher
VNC launcher
Move Computer in AD
Remote Logon

Code the mass panel
Mass move of users/computers in AD
Mass delete of users
Mass add of users
Mass Reset Password
Mass remote Log Off of computers
Mass remote Shut-Down of computers
Mass remote Restart of computers
Mass remote logon

Code AD panel
Search
Search for not used in x amount of days

I know all of the above is possible and there are plenty of help on the web. I can where needed provide help.

If we work together I’m sure we can turn out an application to help all schools and save them money.
Attached Files
File Type: rar simplead_464.rar (1.45 MB, 86 views)
  Reply With Quote
Old 23-06-2006, 08:50 PM   #69
 
uk101man's Avatar
 
Join Date: Jan 2006
Location: Hertfordshire
Posts: 87
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0 uk101man is an unknown quantity at this point
Send a message via MSN to uk101man
Default Re: Project Ideas

please delete
  Reply With Quote
Old 23-06-2006, 08:53 PM   #70
 
uk101man's Avatar
 
Join Date: Jan 2006
Location: Hertfordshire
Posts: 87
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0 uk101man is an unknown quantity at this point
Send a message via MSN to uk101man
Default Re: Project Ideas

cheers russ

also could you one of my posts?

cheers
  Reply With Quote
Old 27-06-2006, 07:48 AM   #71
 
russdev's Avatar
 
Join Date: Jun 2005
Location: Leicestershire
Posts: 5,225
uk
Thanks: 34
Thanked 85 Times in 60 Posts
Blog Entries: 1
Rep Power: 33 russdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of light
Send a message via ICQ to russdev Send a message via AIM to russdev Send a message via MSN to russdev Send a message via Yahoo to russdev Send a message via Skype™ to russdev
Default Re: Project Ideas

Hi

Not forgotten about this...

What version of vb.net is it written in by the way??

also just seeen there is an exe in the rar file so will have a play with later

russ
  Reply With Quote
Old 27-06-2006, 05:18 PM   #72
 
uk101man's Avatar
 
Join Date: Jan 2006
Location: Hertfordshire
Posts: 87
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0 uk101man is an unknown quantity at this point
Send a message via MSN to uk101man
Default Re: Project Ideas

It's written in version 8 of vb.net (Visual Studio 2005)

Tom
  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 

Similar Threads
Thread Thread Starter Forum Replies Last Post
Project Management blackcat General Chat 4 21-06-2007 08:51 AM
ICT Project Manager SpecialAgent Educational IT Jobs 0 28-02-2007 07:03 PM
Gizmo Project CyberNerd Educational Software 0 02-10-2006 09:47 PM
new toys - Project MIX I/O plexer Hardware 0 15-08-2006 01:10 PM
An interesting CDT project maybe? Ric_ Jokes/Interweb Things 1 12-04-2006 08:34 PM



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 09:48 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