Guest daniel Posted October 16, 2007 Posted October 16, 2007 I want to forbide that user can save some file type to server (mp3, tmp, avi, mpg...). How I can to this on server 2000 or 2003? File system is ntfs. thanks --
Guest Pegasus \(MVP\) Posted October 16, 2007 Posted October 16, 2007 Re: how to forbide saving some file type to server... "daniel" <folerx@yahoo.com> wrote in message news:ff2s01$hqd$1@ss408.t-com.hr... >I want to forbide that user can save some file type to server (mp3, tmp, >avi, mpg...). How I can to this on server 2000 or 2003? File system is >ntfs. > > thanks > -- Here are a couple of approaches: - File screening (http://www.windowsnetworking.com/articles_tutorials/Implementing-File-Screening-Windows-Server-2003-R2.html) - Company policy: You formulate a suitable policy, get it approved by management, then publish it. You then run a scheduled batch job every night that will move all banned files to a dedicated disk on some workstation. Most users will do the right thing immediately. Those who don't will soon get the message.
Guest Jack Doyle Posted December 19, 2007 Posted December 19, 2007 Re: how to forbide saving some file type to server... daniel wrote: > I want to forbide that user can save some file type to server (mp3, tmp, > avi, mpg...). How I can to this on server 2000 or 2003? File system is ntfs. Windows 2003 R2 has a feature called File Screening that will allow you to do this. The only downside is that it only does it based on the file extension. So, if someone were to save an mp3 file as .txt, it would not be caught. Hope this helps. -- Jack Doyle, Systems Engineer ScriptLogic Corporation http://www.scriptlogic.com
Recommended Posts