Please post any ideas for new forum categories ie…PC problems, Network Problems
we updated our server to microsoft 2008. Are there any issues that I should be aware of?
what kind of server AD, Exchange?
File Servers - low cost options
if you have old hardware there is a opensource free program called freenas. http://www.freenas.org/
What settings do I need to add to keep netbooks from being kicked off wireless network after they go to sleep?
don't have them go to sleep, just have it turn off the monitor when the comptuer is inactive.
Computer image best practices.
We use windows deployment server and a hard drive cloning machine.
Service Provider Reviews and referalls
Apple computers - if anyone else uses them!
Any ideas on modem and firebox conflict
Does anyone have a batch file for resetting passwords at the beginning of the year?
Do you use active directory? If you do I have a script.
What kind of script?
I would love to have that…ten.nozirev|hcruhckcirtapts#ten.nozirev|hcruhckcirtapts
AS promised here is the code for systematically resetting passwords.
source: http://support.microsoft.com/kb/251394
From the domain controller open the command line and type: net user [username] [password] /DOMAIN
My username is: rfasenmyer
For example to reset my password I would type: net user rfasenmyer mylamepassword /DOMAIN
Following this format we create a spreadsheet with the usernames and passwords. From there we build a string for each row of the spreadsheet that recreates the above command. The formula is:
="net user " & [username cell] & " " & [password cell] & " /DOMAIN"
Then use the fill handle to populate all the other rows of the spreadsheet.
We then copy the the generated commands to a text file and rename it to a .bat (batch file) then run the batch file.
Keep an eye on the command line for any errors.
Good Luck,
Ryan
ITALC VS. SMART SYNCH
For pre-k kids, I preload software on my virtual computer. They always can pick from at least 3 titles with just a few simple clicks.
Does anyone have suggestions for K-8 programs/sites from the internet? We have new computers, but the old software does not work.
what version of windows are you using? You can explicitely tell programs to run in a mode that emulates pervious versions of windows.
Tux Paint (tuxpaint.com) is an open source (free) drawing program very similar to KidPix. I just started using it and the kids love it! You have to download andinstall it, but it is an easy process.