Cannot add multiple file screens on a specific path

I have a situation where the limitation of adding a single file screen to a specified path just doesn't work.
Using Windows Server 2008 R2 64Bit
We don't allow users to store things like images, video and audio on any server and we want to be notified whenever someone attempts to do so.
To that end we setup the email notification and it works great.
The problem is that now, we get a notification for some file types where we don't want notification, but because you can only setup a single file screen for a specific path, the notifications are sent, in the hundreds most of the time.
What I really need is the ability to create a file screen for images, videos, audio and executable files that will send notification to the person responsible for ensuring users do not violate the usage policy, and a separate file screen for other
files that we have restricted because they simply create clutter and for the most part are automatically generated by the OS when the user logs into the domain ... things like desktop.ini and thumbs.db files. For these files, I do not wish to receive
notification because it isn't really a violation of the computer use policy so much as it is a restriction put in place to prevent unfettered clutter from filling the limited space we allocate for users.
Is there a solution that can be instituted that can make this happen?

Hi,
As you said we cannot set more than 1 file screen for a specific folder.
From your description you would like to stop the reports for some default files like desktop.ini, thumbs.db etc, how about add them into Exception list in the file screen you created for that folder? This seems to be the only workaround in current situation. 
If you have any feedback on our support, please send to [email protected]

Similar Messages

  • Cannot add multiple members of a failover cluster to a DFSR replication group

    Server 2012 RTM. I have two physical servers, in two separate data centers 35 miles apart, with a GbE link over metro fibre between them. Both have a large (10TB+) local RAID storage arrays, but given the physical separation there is no physical shared storage.
    The hosts need to be in a Windows failover cluster (WSFC), so that I can run high-availability VMs and SQL Availability Groups across these two hosts for HA and DR. VM and SQL app data storage is using a SOFS (scale out file server) network share on separate
    servers.
    I need to be able to use DFSR to replicate multi-TB user data file folders between the two local storage arrays on these two hosts for HA and DR. But when I try to add the second server to a DFSR replication group, I get the error:
    The specified member is part of a failover cluster that is already a member of the replication group. You cannot add multiple members for the same cluster to a replication group.
    I'm not clear why this has to be a restriction. I need to be able to replicate files somehow for HA & DR of the 10TB+ of file storage. I can't use a clustered file server for file storage, as I don't have any shared storage on these two servers. Likewise
    I can't run a HA single DFSR target for the same reason (no shared storage) - and in any case, this doesn't solve the problem of replicating files between the two hosts for HA & DR. DFSR is the solution for replicating files storage across servers with
    non-shared storage.
    Why would there be a restriction against using DFSR between multiple hosts in a cluster, so long as you are not trying to replicate folders in a shared storage target accessible to both hosts (which would obviously be a problem)? So long as you are not replicating
    folders in c:\ClusterStorage, there should be no conflict. 
    Is there a workaround or alternative solution?

    Yes, I read that series. But it doesn't address the issue. The article is about making a DFSR target highly available. That won't help me here.
    I need to be able to use DFSR to replicate files between two different servers, with those servers being in a WSFC for the purpose of providing other clustered services (Hyper-V, SQL availability groups, etc.). DFSR should not interfere with this, but it
    is being blocked between nodes in the same WSFC for a reason that is not clear to me.
    This is a valid use case and I can't see an alternative solution in the case where you only have two physical servers. Windows needs to be able to provide HA, DR, and replication of everything - VMs, SQL, and file folders. But it seems that this artificial
    barrier is causing us to need to choose either clustered services or DFSR between nodes. But I can't see any rationale to block DFSR between cluster nodes - especially those without shared storage.
    Perhaps this blanket block should be changed to a more selective block at the DFSR folder level, not the node level.

  • I cannot add the file to file sharing, pls help

    Hi, I have install cloudreader, goodreader, oplayer and quickoffice... etc and work fine before, today just install pdf reader lite to my ipad, the filesharing in itunes suddently have problem, all the file cannot show in application file.... cannot add the file too, after remove the pdf reader lite the problem still remain, after uninstall and reinstall itunes problem still there.... anyone have same experience? how to solve it? pls help

    Hello AAA821
    You can download them directly to your other iOS devices by following the steps in the article below.
    Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/ht4211
    Regards,
    -Norm G

  • Why I cannot add audio file to slide show because of decompressor code

    I cannot add audio file to slide show because of compressor or decompressor needed in the system. Anyway to do this

      If using MP3 files it sometimes helps to delete album art from the track.
    http://kb2.adobe.com/cps/332/332125.html
     

  • How do I add multiple files (mp3) at once?

    I just updated to iTunes 11 and I regret it. It's supposed to be easier and more convinient but it just didn't work for me. I deleted my songs from my library and now I want to add multiple new ones. But how? the only option I could see is to add file. one file! I have literally thousands of songs. Please help me.

    Fair enough.
    I started doing this before unlimited data and emails on phones was a common commodity, on my Samsung Blackjack.
    I then continued it due to its convenience. My only counter argument is this:
    Even when emails are set to immediately push, I am always notified earlier by this forwarding message (sometimes by several minutes/hours due to the fact that it is not dependent on my being connected to 4G or wifi to receive it.
    Also, to contradict snozdop's point that both methods use data and battery, I say this - when I use the forwarding method, the information comes in a pure text format and therefore uses considerably less information than an HTML and CSS rich email, with embedded images and such -also, unlimited text messages aids curve costs.
    I will, however, give this method a go. In any case, a solution to my original question would still be greatly appreciated.
    Thanks guys.

  • Add multiple selection screen

    Hi!
    I've set up an initial screen (selection screen) in my dynpro-program, with company code (BUKRS) as input field. This screen has been developed using the Screen Painter and is of the screen type 'Normal'.
    I have managed to add a search help to the input field, but how can I <b>add a multiple selection screen</b> to it?
    Thank you for all your help!
    - Mari Virik

    HI,
    Create button beside BUKRS field.
    and use FM <b>K_CMPERS_MULTIPLE_SELECTION</b> when the button is pressed.
    this FM provides u a multiple selection screen. Use 'R' for Fieldtype.
    data: parm like cmpersdata occurs 0.
    call screen 300.
    *&      Module  USER_COMMAND_0300  INPUT
          text
    module USER_COMMAND_0300 input.
    case sy-ucomm.
    when 'MULT'.
    CALL FUNCTION 'K_CMPERS_MULTIPLE_SELECTION'
      EXPORTING
        p_fieldtype         = 'R'
        p_fieldname         = 'MATNR'
        p_tablename         = 'MARA'
      tables
        pt_parm             =  parm
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endcase.
    endmodule.                 " USER_COMMAND_0300  INPUT
    Regards
    CNU

  • Howto add multiple files in mucow

    hi guys,
    so i'm very new at creating mucow files for muse, I have already created one called "YTPlayer" which is available on the muse addons site but now I want to
    create more complex ones...
    i'm working on creating a carousel mucow based off of a jquery plugin but I am stuck on how to let the user add multiple images files via the mucow and then
    have those files included in the code... for example if I wanted to let them add 3 image files to the carousel I could create 3 <text> parameters where they would
    specify the name of the images and then they could use the upload function of muse to upload the images and I could use something like this:
    <pageItemHTML>
    <![CDATA[
         <img src="assets/{param_image1}">
         <img src="assets/{param_image2}">
         <img src="assets/{param_image3}">
    ]]>
    </pageItemHTML>
    but of course this then limits them to 3 images only, how can I let them select many images and then specify that in the mucow code?... is this even possible?
    -thanks

    if all images have the same name following a number then you could add one text field only:
    <pageItemHTML> 
    <![CDATA[
         <img src="assets/{param_image}1">
         <img src="assets/{param_image}2">
         <img src="assets/{param_image}3">
    ]]> 
    </pageItemHTML> 
    It's not the best solution, but it works.

  • Cannot sync multiple file names

    my ipod crashed, i restored and now it says i cannot sync because of multiple file names???

    Any help?  If I unistall and reinstall iTunes, which ever account / phone I sync to first works, but the other account / phone will not work.
    Is there anyone else out there who is successfully syncing 2 phones on 2 accounts on one computer?  Why isn't this working anymore - it worked fine for over a year until now?

  • How do you add multiple files to template?

    I want to add several files to the CREATE DVD template batch. I don't understand how you go about doing this. It seems to only allow one.

    Try it in reverse; just drag all of your files into the Compressor batch window; select all of them, and then drag the template you want over them.

  • PowerShell - Deleting multiple files that contain a specific phrase.

    Hi all,
    Can anyone show me an example of how to remove multiple files that contain the same phrase.
    I would like to search through each text file in the folder C:\temp\PS  for the following phrase ""Not a valid request while running in standby mode." and if this phrase exists delete the text file(s).
     Any and all help is appreciated. Thank you in advance.
    Gaz

    Hi Gaz,
    Give this a try:
    $string = 'Not a valid request while running in standby mode.'
    Get-ChildItem C:\Temp\PS *.txt | ForEach {
    If ( (Get-Content $_).Contains($string)) { $_ | Remove-Item }
    EDIT: And I should always refresh the page first..... Oh well.
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

  • IOS 7 Or Mavericks? Now cannot add .ibooks files to library

    This is wierd, after either my IOS 7 upgrade or mavericks upgrade I did an .ibooks epub using IBooks Author and exported the file to my desktop. Then Opened Itunes and clicked add to library, the book does not appear in the library.
    ZTried this with a regualr EPub and that does not work either.
    But if I go inside Ibooks Author and choose preview entire book I will see it in Ibooks.
    Any help here?

    Am I missing something here? Where are all my books that are in my Itunes library? In ibooks in Maverick I can only see a recent ibooks file I created using Ibooks Author while in Mavericks. I cannot see anything in Ibooks on my desktop which was in my itunes library before.
    How do I view the lone book I have in mavericks on my IPad? It does not add the book to the Library that shows on my Ipad.
    Part of my business is doing e pubs and I cannot have this without knowing why
    Somebody?
    R

  • Cannot open multiple files with Adobe Reader X

    Hi to all!
    I've just installed Adobe Reader X. This is my problem: I select multiple pdf files (from 2 to 9) from a folder, then I click whith the right mouse button and choose "Open with Adobe Reader X" (or chlick the Enter button). I expect that Acrobat will open all the files I selected but only one will open!
    If I try to open the files from the File/Open function in Reader X and I choose the same documents, the documents itselfs will be open correctly!
    I use the same procedure using Reader 9.x but I've not the same problem.
    Can anyone help me?
    Thanks in advance.
    Stefano

    I have the same problem, but cannot find this supposed "Adobe Reader" forum, nor can I find an "Acrobat Reader" forum. (Everything else seems to be there, but no Reader...)
    With all previous versions over recent years, up to version 9, I could select multiple PDF files in Windows Explorer, hit Enter, and it loaded them all. Then I could Ctrl+F6 to switch between the documents.
    Now, if I try this with just 2 PDF files, it loads one and then locks up, with each session of Acrobat taking about 40-45% of processor power. I have to crash out of it.
    Help!
    Or at least show me where this Acrobat Reader forum is?
    Many thanks

  • How to add multiple files to an itunes library?  I try each time...

    Hi,
    I have a bunch of music files that I want to add to my itunes library, but when I do a multiple add (single adds work fine), it doesn't add all the files, it just does nothing. But when I do 2-3 at a time, it works, just does not work for let's stay 5+ files at a time. I go to File->Add file, then select the songs. Please help!

    I'm wondering if you're trying to import music files with digital rights management (DRM)? Also, sometimes iTunes doesn't like mixed types being dragged together, e.g. AAC and MP3 or MP3 and WAV or AAC. You should be able to drag and drop a whole folder. Don't know if that's much help. Maybe you could provide more details on file type, where you're copying from.

  • Is it possible to add multiple files to a collection at once?

    Hello,
    I have a lot of big zip files and I want to add them all to a single collection. It would take ages to do it one-by-one. Is it possible to do them all at once? How can I do that?
    Many thanks.

    Hi there,
    Thanks for posting. Unfortunately, it's not possible to upload a zipped file to Acrobat.com; we support the filetypes listed on the following linked page:
    http://kb2.adobe.com/cps/524/cpsid_52456.html
    I'm very sorry to disappoint you! We are constantly trying to improve our service, and I'll be sure to put in a good word for supporting .zip uploads. In the meantime, you could always suggest it yourself at our Ideas site, where people post, view, and vote on suggestions for additions to the service at Acrobat.com:
    http://ideas.acrobat.com
    Thanks, and take care,
    Rebecca

  • Cannot Add PST File to Outlook 2010. An Unknown error occurred, error code 0x80070002

    Computer is running Windows 7 64 Enterprise with Office 2010. 
    There was a PST file that was connected to the computer until we had a network outage yesterday. I deleted the entry for the PST file and went to add the PST file back and received the following message when I clicked the "add file" button.
    An Unknown error occurred, error code 0x80070002
    I have ran the Office repair, and recreated the users profile on the computer. 
    The users PST file connects to other computers without an issue. I would like to have to avoid having the wipe the computer and do a clean install. 
    Please let me know if you need more details. 

    The users PST file connects to other computers without an issue.
    Are you saying the same PST can be used on other computers without an issue? At what exact point do you get this error? In which dialog and which exact button click?
    Please try to create a new profile and let it build a new pst file. Later, you can redirect it to your existing PST file and see if it works.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

Maybe you are looking for

  • The document could not be read: the document does not have a valid format.

    I created a 10MB document in Pages about a week ago. Around that time, I reopened the document and edited it with no problems. A week later, I've tried to open the document but Pages gives me the following error: The document "[Document Name].pages"

  • Stacked Column Chart with Lines

    Requirement: User stacked Column chart to display data for defects for 4 departments. 1 or 2 lines to show baseline for defects(constant). Is there anyway that I can do that just like we can create one in Excel? (stack a Stacked column chart with a l

  • Core Center 1.7.3.0

    For some reason it will not save my oc settings after i restart.. any ideas if this is a problem with newer version?

  • Ipad mini/HDMI question?

    I want to buy the lightning to HDMI adapter for my ipad mini to use it to record video WHILE it's hooked to the monitor.  Does this keep the record screen ACTIVE while it mirrors the video, or is this not possible?

  • POP Email on WP8 (Lumia 920) - Error Code 80004005

    Hello Astra 2025, Sorry to contact you on a differnet issue. I have had problems with my POP e-mail on my Lumia since i got it so cant receive my woork e-mails. Can you please point me towards a discussion that references this or do you have some bac