Netwacky87 Posted May 19, 2007 Posted May 19, 2007 Heya guys, What method do you do to search for MP3s. .exe's .zips etc? Do you use windows search or do you use a specific program? Also - What sort of "things" do you delete, i did my first very quick search of pupils area and i discovered games, KEYGENS!!!, and alot of MP3's Should i delete these without notification to the users? What do you guys do? Cheers Mart!
maniac Posted May 19, 2007 Posted May 19, 2007 I have my storage server's file scanning feature set to scan for EXE, COM, BAT, JS and other executable files. It automatically deletes them as it finds them with no notification to users. The students know they shouldn't have those sorts of files on the school network. About once every couple of weeks we scan for MP3, WMV, WMA, AVI and MPG files. Anything that is blatently music or non educational is deleted. We have to be careful with these files, as students legitimately have files with these extentions as part of some of the courses they are doing. Every now and then we scan for JPG images, and vet the sorts of images that are in users folder. This is very time consuming, so maybe gets done once a term or so. All of the manual searches are a simple windows search, does the job for us. Mike.
webman Posted May 19, 2007 Posted May 19, 2007 Have a search on here for Administrator's Nasty File Search (NFS) which was specially made for finding these files.
mac_shinobi Posted May 19, 2007 Posted May 19, 2007 You can use R2 of server 2003 to block certain file types on there home areas. http://www.windowsnetworking.com/articles_tutorials/Implementing-File-Screening-Windows-Server-2003-R2.html
Kyle Posted May 20, 2007 Posted May 20, 2007 I suppose it depends on your AUP, what ever you set out on this dictates what you can do with the files if you find them. As above any vbs, .com, .bat etc we delete without notice because they should not have these files. MP3 are a bit of a nightmare because they say they use them for presentations etc. But if i see complete albums on there i delete them as well.
becktonboy Posted May 20, 2007 Posted May 20, 2007 Heya guys, What method do you do to search for MP3s. .exe's .zips etc? Do you use windows search or do you use a specific program? Also - What sort of "things" do you delete Use Windose search, *.exes won't run on my CC3 system anyway so they are useless, I delete them. MP3 and *.avi etc, I talk to the staff member involved and point to the AUP which tells all they should not be storing personal stuff on the network drives (which is kind of the point of the exercise).
maniac Posted May 21, 2007 Posted May 21, 2007 Just searched for MP3, WAV, WMV, WMA and MPG files on my system, and found 3933 files, totalling 14GB! That's in about 4 weeks since we last purged them. I dred to think what we'd end up with if we didn't delete them regularly. mike.
Espada Posted May 21, 2007 Posted May 21, 2007 We just use a batch file to go through and delete any files we don't want.
ChrisH Posted May 21, 2007 Posted May 21, 2007 I use windirstat as it has a graphical representation of all the files as well so you can see who is taking up all the space with what files.
Netwacky87 Posted May 21, 2007 Author Posted May 21, 2007 We just use a batch file to go through and delete any files we don't want. Any chance you can post this batch file please? This would be very appreciated! Cheers
ChrisH Posted May 21, 2007 Posted May 21, 2007 You can just do del /f /s *.exe Fromt eh appropriate directory level at the command prompt.
Espada Posted May 21, 2007 Posted May 21, 2007 This is ours D: CD D:\Data\Users\Students Echo Deleteing EXE files Del *.exe /S > deletedExeFiles.log Del *.mp3 /S > deletedMP3Files.log Del *.wma /S > deletedWMAFiles.log Del *.aac /S > deletedAACFiles.log Del *.zip /S > deletedzipFiles.log Del *.msi /S > deletedmsiFiles.log Del *.rmj /S > deletedRMJFiles.log Just change the directories to suit.
Zoom7000 Posted May 21, 2007 Posted May 21, 2007 You can use R2 of server 2003 to block certain file types on there home areas. http://www.windowsnetworking.com/articles_tutorials/Implementing-File-Screening-Windows-Server-2003-R2.html Is it possible to get the FSRM on Windows Server 2003 R1?
Zoom7000 Posted May 21, 2007 Posted May 21, 2007 what's a rmj file? From filext.com/file-extension/RMJ: Details for file extension: RMJ - RealJukebox Media (Real Networks, Inc.)
plexer Posted May 21, 2007 Posted May 21, 2007 FSRM is a feature of R2 and only available by purchasing an R2 licence. Ben
blackcat Posted May 27, 2007 Posted May 27, 2007 We use a piece of software called sapceguard, which prevents files of a defined type being stored.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now