Jump to content

Mike-j

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Mike-j

  1. Used by All, kids use it at home as well:) Well recommended.
  2. Had a usb cable accidently removed while flashing the firmware on a prom board, one dead controller no going back, had to replace the controller unit.
  3. Hi 45 boards installed over 5 years we have had 3 psu blown, 2 board controller units replaced under warranty, driver dropping is a problem, Using the same usb port on the laptop/computer all the time solved a lot of the issue with the dropped drivers and the latest drivers. Pens not in the rooms with board is an issue, as they are easily place in the jacket pocket:( also projector remotes going for a walk) Software is spot on! .
  4. Hi can anyone help, does anyone work in an RM managed service school? I would like to get an insight as to your job roll. What are you allowed to do or how does the system work. User accounts, software install, backup, procurement, internet monitoring, hardware fault finding etc. At the moment we cover all our needs at local level. But as BSF looms I need to obtain a better understanding of the bigger picture.
  5. Thanks for the information; I think we will put this on the back boiler for the time being.
  6. http://forums12.itrc.hp.com/service/forums/bizsupport/questionanswer.do?admit=109447627+1206364527807+28353475&threadId=1032468 floating point error, this has something to do with the drivers HP are aware of this, put as yet no solution. So hp2600n on print server wont print from sim. put are ok if installed locally.
  7. We have about 8 HP2600N running on the print server on a standard tcp/ip port, the hp port where causing us problems similar to those mentioned above, we also use static ip’s. However the HP2600N don’t like printing from Sims, nova-t over the network, but are ok from Sims if installed locally. So we don’t us them on the admin network. Also this may be handy works a treat, http://www.microsoft.com/WindowsServer2003/techinfo/overview/printmigrator3.1.mspx Great Backup tool :-)
  8. Asus eee laptops we are looking at these at the moment as the price is attractive I’m interested in any issues anyone has had, and the battery life of these laptops in a school environment.
  9. Hi all, sunny teesside ish......................
  10. Logmein works a treat:)
  11. Are these xp computers does last known config, safemode with networking get you on to the network? also does a sys restore allow you to reconnect to the domain, these steps may help you qualify that its a machine issue.
  12. We deliver training on pd days plus drop in session, e-mail active studio stuff and help with teaching resources problem.
  13. Yes i work saturdays and sundays, from home silly me, would be great if we could work the occasional weekend for maintance, however i dont think it would go down well with the caretaker. His hours are long enough without of school time activities. Weekend is the best time to get things done without the phone going. plus i enjoy it.
  14. great thanx for putting me in the right direction, now using vb script below works great, had to mess around a bit not being a natural at scripting, once again thank you! call logger public sub logger() dim filesys, filetxt, uservar set WshNetwork = Createobject("WScript.Network") Set objNetwork = Wscript.CreateObject("Wscript.Network") Set filesys = CreateObject("Scripting.FileSystemObject") on error resume next computername = objNetwork.ComputerName Const ForReading = 1, ForWriting = 2, ForAppending = 8 uservar = objNetwork.UserName Set filetxt = filesys.OpenTextFile("\\server2\ipstats\logs\computer\" & computername & ".txt", ForAppending, True) filetxt.WriteLine(Date & ": " & Time & ": " & uservar & " logged on to " & computername) filetxt.Close Set filetxt = filesys.OpenTextFile("\\server2\ipstats\logs\user\" & uservar & ".txt", ForAppending, True) filetxt.WriteLine(Date & ": " & Time & ": " & uservar & " logged on to " & computername) filetxt.Close end sub
  15. Great thanx will sort that out, i will use vb thanx for the advice will keep you posted. regards Mike
  16. I am running the following script on the server from a gpo to log user activity, I copied the script from this site and adjusted to suit our domain. However I have issues with the date function of the script any help would be appreciated. Copy of output file for Geo_office 022008,1334,yneeve 022008,1515,yneeve 022008,1521,yneeve 022008,0901,yneeve 022008,0500,Administrator 02272008 ,0502 AM,Administrator 022008,0505,Administrator 022008,0505,Administrator The date is not correct on the first 5 entries, if I log on and to the machine and change the date settings to English united states all is well as seen on line 5. This is qualified by lines 7 and 8 not working once I have changed the date settings back to uk. What is the correct format for the fist 2 lines of the script to extract the correct time from the local computer? Audit Script for /f "tokens=1,2,3* delims=/ " %%a in ('date /t') do set date=%%b%%c%%d for /f "tokens=1,2 delims=:" %%a in ('time /t') do set time=%%a%%b echo %date%,%time%,%username% >> \\server2\ipstats\logs\computer\%computername%.txt echo %date%,%time%,%computername% >> \\server2\ipstats\logs\user\%username%.txt echo %logonserver% >> \\server2\ipstats\logs\logon\%computername%.txt echo %time% %username% > \\server2\ipstats\logs\users\%computername%.txt ipconfig | find "IP Address" > \\server2\ipstats\logs\ips\%computername%.txt ipconfig | find "IP Address" > \\server2\ipstats\logs\ips\%computername%.txt Kind Regards Mike
×
×
  • Create New...