This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Exclude Folder for all users on all PCs

Hi,

I'm looking for a way to exclude a folder in the user's documents in each profile using Sophos Control Centre v4.

I would need any of the following folders excluded depending on the OS/folder location

C:\Users\username\documents\ABC documents\server

C:\Documents and Settings\username\documents\ABC documents\server

\\server\redirectedfolders\username\documents\ABC documents\server

Can I use a wildcard or system variable %username% to acheive this? Or can I use the partial path ABC Documents\server\*.* as per this document http://www.sophos.com/en-us/medialibrary/PDFs/nonindexed/sesc_95_heng.pdf (page 11)?

Thanks

:42177


This thread was automatically locked due to age.
  • Hello DanAvery,

    first of all, what is the issue you are trying to resolve with these exclusions?

    You can't use system variables (this has been discussed several times in this forum, please search this board if you are interested in the details).

    As for partial paths there are two major categories:

    those excluding everything below the path (including subfolders) - drive, share and folder. They always start at the root (thus  \ABC Documents\server\ would not work for you)

    those excluding a subset (which may be the complete set) of files within a folder (but not subfolders and their contents). A specification with only one folder excludes all files matching the pattern (BTW: *.* is not a valid pattern) in a folder with the given name anywhere in a filesystem. Thus \server\*.?????? would exclude all files in ...\ABC Documents\server\ as well as in ....\XYZ Dcuments\server\ but not the ones in e.g. ...\ABC Documents\server\pdf\. If the path contains more than one folder it is interpreted to start at the root like above.

    Well, I hope this is correct - I'm not a fan of exclusions so my tests might have been biased :smileyvery-happy:

    Christian

    :42197
  • Hi Christian,

    Thanks for your  reply.

    Basically, I have a put of third party software that links with Excel - occasionally when you save the file in Excel, the third party software says the file is in use so I'm ruling this out by turning off on-access scanning to the folder within my documents.

    I only have 14 users on this system so I guess I could create a policy for the 3 folder exclusions per user, just wondered if there was a quicker and simpler way.

    :42221
  • Hello Dan,

    I don't know the architectural details but an application should normally not see file in use just because it is being scanned (BTW - did you try different combinations of read/rename/write settings?). I'd suggest to give Support a call - perhaps they can tell if there are known issues with Excel and third-party products and/or could escalate it.

    Christian

    :42229