Jump to content

peterdoherty

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by peterdoherty

  1. use screenstream - ScreenStream Frequently Asked Questions
  2. http://www.speedtest.net/result/653247613.png
  3. cheers everyone works a treat! now any ideas on how to script a backup to backup all dbs (was going to then schedule the script in using a scheduled task). Thanks
  4. Cheers, CSV file just contains 2 fields (username/studentid & password) - permissions will be the same for each user on their appropriate DB (the db name will be their username/studentid)
  5. thanks, yeah will only be allowing them a few permission on the DB (SELECT/DELETE/UPDATE/INSERT/CREATE I think). Theyre only doing basic stuff. passwords will be set to their DOB (not majorly concerned with security as the server is isolated etc..)
  6. Hi, We are in the process of setting up a mysql server (running on W2k3) for student use and have to set up a user and db for each student (100's). Is it possible to script the creation of user accounts (& set db permission) & script the creation of dbs from a file? UserId and DB name will be thier student ID which I can have in a CSV file already. Tried googling but had no luck. Any help much appreciated.
  7. erm... http://www.edugeek.net/forums/how-do-you-do/44171-personal-webspace-pupils.html#post406578
  8. Option Explicit Dim oFSO, oExcel, oSheet, sUser, iRow, sYear, sCourse iRow = 9 Set oFSO = CreateObject("Scripting.FileSystemObject") Set oExcel = CreateObject("Excel.Application") Set oSheet = oExcel.Workbooks.Open("C:\createaccounts\RequestForCAASWEB.xls") Do Until oExcel.Cells(iRow,1).Value= "" sUser=oExcel.Cells(iRow,1).Value sYear=oExcel.Cells(iRow,3).Value sCourse=oExcel.Cells(3,2).Value Call HomeDir() iRow = iRow+1 Loop oExcel.Quit WScript.Echo "finished!!" Wscript.Quit Sub HomeDir() Dim sHome, sHomeDir, oFolder,oShell sHome = "d:\Web\" sHomeDir = sHome&sCourse&"\"&sYear&"\"&sUser 'WScript.Echo sHomeDir If oFSO.FolderExists(sHomeDir) Then Set oFolder = oFSO.GetFolder(sHomeDir) Else oFSO.CreateFolder(sHomeDir) End If Set oShell = Wscript.CreateObject("Wscript.Shell") oShell.Run "%COMSPEC% /c cacls "& sHomeDir & " /e /g " & sUser&"@student.belfastmet.int:c", 2, false oShell.Run "%COMSPEC% /c cacls "& sHomeDir & " /e /g " & "caasweb\iusr_caasweb:c", 2, false 'set up IIS application for VD dim IIsWebVDirObj dim IIsWebVDirRootObj dim NewFolderName NewFolderName = sCourse&"\"&sYear&"\"&sUser '"HNCComputingDay\07\GIL08173716" const UseExistingApplicationPool = true 'Set IIsWebVDirObj = GetObject("IIS://localhost/W3SVC/1/Root/" & NewFolderName) ' Create the Metabase entry Set IIsWebVDirRootObj = GetObject("IIS://LocalHost/W3SVC/1/Root") Set IIsWebVDirObj = IIsWebVDirRootObj.Create("IIsWebDirectory", NewFolderName) IIsWebVDirObj.AppCreate3 2, "DefaultAppPool", UseExistingApplicationPool IIsWebVDirObj.AppFriendlyName = sUser IIsWebVDirObj.SetInfo End Sub Obviously will need to change paths etc. Blank excel file also attached I'll just wait for all the powershell fans to crucify my vbscripting!!!! RequestForCAASWEB.xls
  9. We have a W2k3 server running IIS. have created a script to create a folder for the class then a subfolder for each students (which is then set up as an application in IIS incase they need ASP.net). Folder permissions are all set up so that they can only add/edit files in their folder. They can upload in a couple of ways - either by connecting to a file share then navigating to their class and then their folder or the server is also set up for FTP access. All authentican is though AD. Server also had PHP installed for the adventerous types!!
  10. i've used these guys a lot in the past - AMC :: Home cheap, excellent quality and can do any length of their max width.
  11. some sort of foam pipe insulation or decorative coving from a diy store may do
  12. its really the same process as vista so any any site with a guide to deploying vista will be 99% of the way to 7
  13. big thumbs up for teamviewer - saved me a lot of miles over the past while!
  14. you could use the file and settings transfer wizard to copy most of your files and settings over to a clean install machine then you owuld only need to install apps
  15. try kenable - HDMI Cables, Optical Cables, USB Cables, Network Cables, Audio Cables, Sata Cables kenable for HDMI Optical TOS Network Ethernet RJ45 Scart Audio Phono Jack USB Firewire 800 ADSL Cable Leads
  16. oh and the questions are all really long winded - a LOT of reading to do in the exam
  17. 70-271 is all multiple choice Approx 50 questions in 2.30-3hrs Marked out of 1000 (MS do not release how they mark questions and if some questions are worth more than others or if you get part of a multi-answer question whether yuo get credit or not) Pass mrk 700 (ie 70%) You will get your result at the end of the test.
  18. your graphics scores may be improved by updating the driver. have you checked its just not a generic driver. My machine....... (dell Precision 690) Processor Intel® Xeon® CPU 5140 @ 2.33GHz 5.6 5.5 Memory (RAM) 4.00 GB 5.6 Graphics ATI FireGL V7200 (Microsoft Corporation - WDDM) 5.9 Gaming graphics 1534 MB Total available graphics memory 5.9 Primary hard disk 195GB Free (233GB Total) 5.5 so overall 5.5 Also running it on an XPS m1210 (2.4/4gb/120gb/128MB GFX) and getting 5.4
  19. yep the fun we have with boxing on the projector!!!!!
  20. You can set up an account with toys r us thats how we did it. Dabs couldnt supply the games!!
  21. In IIS turn on Windows Integrated Authentication (this will mean the user will noe even need ot log on using username/password unless they are accessing it from a non-domain machine - eg from outside network) add this line to the system.web section of your web.config put the following (rough - it may need refined) code in the Page_Load of your default.aspx: If User.IsInRole("Staff") then Response.Redirect("\Staff\StaffOnlySite.aspx") else od User.IsInRole("Students") then Response.Redirect("\Students\StudentsSite.aspx") else Response.Redirect("UnauthorisedUser.aspx") end if For additonal securoty create a web.config in you staff folder and add the following code to it which will ensure students still cant view enve by entering a direct url above assumes all staff accounts are ina group called staff and all student accounts are in a student group
  22. had a similar prob with soundmax integrated on dell gx520. Just ran the installer for the XP driver. It fell over then installed it in compatability mode when vista detected it fell over. Got an error on next reboot but worked fine!
  23. the lapsafe ones can have a WAP of your choice installed inside and all you simple do is patch the cabinet into a nearby network point
  24. go for the lapsafe produts. Mighe be a tad more espensive that waht you are use to but they are excelnt build quality and secure. been using them for about 4 years and now have about 14 of them in total in various sizes/configs
×
×
  • Create New...