Jump to content

fooby

Members
  • Posts

    351
  • Joined

  • Last visited

Everything posted by fooby

  1. Sorry to be Captain Obvious... But why use sockets? What we do here is get the trunking with the backbox in the trunking then use - http://www.maplin.co.uk/Module.aspx?ModuleNo=1239&doy=search on the top with a 1.5 mtr cable running out to the PC. See the attachment (courtesy of ms paint ) for a clear'er idea. fooby P.S this is loads cheaper too!
  2. We use Net user administrator ****** in a machine startup script. fooby
  3. Webman Is that plugged in to Sharepoint? fooby
  4. Microsoft then promptly pulled the download It is still available for download - however before it was lost forever I grabbed it here. Download here... http://www.microsoft.com/genuine/offers/Details.aspx?displaylang=en&countrycode=USA&offerid=441c2998-248b-49cf-b084-f3a237b58f71 Or see attached. fooby P.S Note to Admin - we might not be able to re-distribute this here after Microsoft officially pull it from their website. mspf10enu.msi
  5. How strange, we had a power cut last night - The UPS's shut everything down ok though
  6. We use the free versions of http://www.gfi.com/mailsecurity/ and http://www.gfi.com/mes/ These are GFI Mailsecurity and Mail Essentials. And we use the Exchange IMF for filtering. Been ok so far here. fooby
  7. I have used PolicyMaker Registry Extension (free!!) and group policies to set the environment variable per OU, this works pretty well (I can post a howto if needed) However I use a utility called psprint (v.hard to find on google I can attach) this has an INI file and takes the part of the computername and adds printers based on this. fooby
  8. What does anyone think about the CompTIA Network+ course? Is this comparable to MCSE's? Is this a well recognised course? fooby
  9. I kept getting loads of Windows Management Instrumentation related errors and such, and found a way to rebuild all of this. net stop sharedaccess net stop winmgmt c: cd %windir%\system32\wbem rd /S /Q repository regsvr32 /s %systemroot%\system32\scecli.dll regsvr32 /s %systemroot%\system32\userenv.dll mofcomp cimwin32.mof mofcomp cimwin32.mfl mofcomp rsop.mof mofcomp rsop.mfl for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s for /f %%s in ('dir /b *.mof') do mofcomp %%s for /f %%s in ('dir /b *.mfl') do mofcomp %%s mofcomp exwmi.mof mofcomp -n:root\cimv2\applications\exchange wbemcons.mof mofcomp -n:root\cimv2\applications\exchange smtpcons.mof mofcomp exmgmt.mof gpupdate /force /boot After running this through (and fixing some other things) I had group policies and things working a lot better fooby
  10. Didnt see this post, however I have a solution to this on this http://edugeek.net/index.php?name=Forums&file=viewtopic&t=3203 fooby
  11. What prices have people got for these sorts of courses? I was looking at the MCSE 2003 and so far have found classroom led courses for £4000. Haven't looked at online courses so far though. fooby
  12. Sorted. part1.cmd IF (%1)==() GOTO usage dir %1 /A:D /B > dir.txt for /F "delims= tokens=1" %%a in (dir.txt) do call part2.cmd %1 %%a GOTO End :usage ECHO Usage: part1.cmd :End part2.cmd if %2==bytes GOTO :End copy "c:\folder\item.exe" %1\%2\ /Y :End Usage. 1. Place carefully on C:\temp (or whatever folder) 2. Modify part2.cmd (what you want to get done to each object) 3. C:\temp> part1 h:\staffdesktops C:\temp>call part2.cmd h:\user1 C:\temp>if user1 == bytes GOTO :End C:\temp>copy "c:\temp\item.exe" h:\user1\ /Y 1 file(s) copied. C:\temp>call part2.cmd h:\user2 C:\temp>if user2 == bytes GOTO :End C:\temp>copy "c:\temp\item.exe" h:\user2\ /Y 1 file(s) copied. fooby Keywords: One to many, many destinations, many folders
  13. I have a file that i need copied to many destination folders (redirected desktop's) and a startup script hasn't worked. Is there some application? or a script (foreach / for next loop?) that anyone has used that would work? thanks fooby
  14. Hmm don't know really. We were thinking of adding IM to all staff desktops. But really I don't want to provide and instant response - rather have a helpdesk website. Live help means live interruptions all day, mostly i'm there sorting the network I would rather the technicians do the IM however they are off fixing hardware issues elsewhere. I can see teacher to teacher it might be useful though. Having just the head of dept IM'ing me is bad enough..... 170 (ish) staff doing the same? nightmare. fooby
  15. We use that here, well I do and the other ICT teachers. Never really deployed it site wide. Works fine as far as I have tested - LDAP authentication to AD server. Runs on a Win 2003 server with the spark clients on XP. fooby
  16. Parts of both really, some students who I know would properly logoff have come in, and a lot of students just turn their pc's off. Since I implemented it I got so many people come in it was more of a problem for me than it was for them. fooby
  17. I have been running LimitLogon since monday and have disabled it, drove us nuts! so many students coming in all day long saying "hi yea i got a message saying im already logged on" got boring quickly so I dont think we will bother anymore fooby
  18. Hmm no group policy changes recently, Unfortunately, the documents are in the profile (not redirected) so makes resetting them hard (staff profile, lots of junk there) we are working on redirecting the docs at the minute. Looks like I will have to sort the documents / desktop redirection then wipe this users profile out. fooby
  19. ### Edit: Should have been clearer, its only one user its happening to ### We are having a weird problem where half the start panel is missing (emulated on the attached graphic) Has anyone seen this weird problem before? fooby
  20. Does any1 know if this config will work? On trying to load the software I get nothing fooby
  21. I knew if I said that I would start something......... I'm more of a Fedora / CentOS person, never really used a Debian based distro. If Karoshi sets up as a print server easily / quickly then thats best for me anyway... any excuse to play with Linux is a good excuse fooby
  22. I just had another thought about this one, and have grabbed Karoshi to see how quick / easy i can do it in there. http://www.karoshi.org.uk fooby
  23. We have many XP clients and a b0rked windows server 2003 print server, never really worked properly. After a bit of googling I haven't found any, but I was wandering if there are any step by step instructions on creating a CUPS print queue and sharing it (via samba?) to the windows clients. Has anybody else done this? thanks fooby
  24. We use reschange here, in logon / logoff scripts. Works well If you can't do logoff scripts, you could do it at logon anyway then the students could change it to their preferred resolution. The next sutdent to logon resets it to 800x600. fooby
  25. Does the server that holds the home folders run windows server2003 r2? If it does then you could set a file restriction on it, so these files cannot be created. fooby
×
×
  • Create New...