Saving Opened attachments in a secure environment (no local drive access)

We are evaluating Windows 7 and Office 2010 in a secure environment and have a strange issue when saving opened Office attachments from Outlook 2010.
If an Office (Word, Excel or Powerpoint) file is opened from a received email within Outlook 2010 and a user then attempts to save, they are presented with a restriction error message as below:
This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.
Upon clicking OK, they are then presented with a Save As dialogue box in the correct location (i.e. their redirected Home Drive location on a network share).
We block any access to the C:\ drive (or any local drives other than the optical drive) and the users have a roaming non-cached profile.
The OutlookSecureTempFolder value in the registry is C:\Users\%username%\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook\RANDOMSTRING\
I tried altering this to a network location which I knew the user would have write access over, but Outlook just overwrote my custom value with a new one of its own.
I ran ProcMon and determined that the machine is getting ACCESS_DENIED when trying to create files in that location.
Any ideas?

I've the same problem too.
to have more than one approuved locations displayed, you have to enable this policy too:
Places Bar Locations
the office 2010 GPO.
Specify the same locations you have approuved in the other GPO
click User
Configuration, click Administrative
Templates, click Microsoft
Office 2010, double-click File
Open/Save dialog box, and then click Places
Bar Locations.
Problem solved for me.
Thanks to all of you. I've spend a lot of time on this problem. 

Similar Messages

  • How to open -pdf in a secure environment

    Opening PDF files from a secured account on Internet (e.g. telephone billing info) does not work. in Safe as the file is shown as _pdf (underscore instead of dot).  We suspect this problem started after installing CS6, but are not sure. Win 7, IE 9, Reader XI

    PDF on a regular website can be opened and downloaded. However, PDF on a secure website (https) looks normal with normal icon but double click gives screen for open / save / save as. ‘Open’ gives no result, no error message either. ‘Save’ or ‘save as’ shows screen with filename ending on _pdf, which cannot be opened or saved, no error messages either. Changing the filename into .pdf gives the same reaction: nothing happens, no error messages.
    The same files can be opened on a different PC win7, IE9, Reader XI and similar software, but without CS6.
    Van: Pat Willener [email protected]
    Verzonden: 3 november 2012 5:19
    Aan: EllyHo
    Onderwerp: how to open -pdf in a secure environment
    Re: how to open -pdf in a secure environment
    created by Pat Willener <http://forums.adobe.com/people/pwillener>  in Adobe Reader - View the full discussion <http://forums.adobe.com/message/4820274#4820274

  • Recent computer crash but saved data of harddrive that is now local drive in new PC. How do I access my saved itunes library in what is now a local drive? and

    Recently had a PC crash. All data and information on hard drive was saved and reinstalled in new PC as a local drive. How do I access the saved music library that exsists onwhat is now a local drive in the new PC. My itunes account only shows purchased songs. I know my saved library is here, but I can't figure out how to access and get the saved library on itunes. 

    Locate the iTunes folder from the user profile on the rescued drive, typically at X:\Users\<User>\Music\iTunes. Delete the "empty" iTunes library from your current User's Music folder and copy in the originial library in its place.
    tt2

  • Enterprise Manager in secure environment with no internet access

    I have Oracle 11g installed in a secure isolated environment, which means there is limited access to the servers, and definitely no internet access from that environment.
    I am looking to configure Enterprise Manager / Database control.
    I can successfully start up the application server on my database server, and connect to this from a web browser within my secure environment.
    However when I try to display the Performance tab, nothing is displayed.
    I understand this screen uses an ActivX component.
    Is the use of the ActivX component going to have problems because my servers have no direct internet access, or should this not make any difference?
    Thanks
    Paul Graves

    No this is not going to make any difference.
    You don't need any internet connection at all for working with OEM GC.
    Maybe, if you want to configure the Patch Setup to receive Patch Adviories from My Oracle Support, but even then you can do without a connection from you server(s) to the internet.
    Asuming that you are using OEM GC 10.2.0.5, you will also be needing the installation of Flash Player and Adobe SVG Plugin, both to be installed in your browser.
    Kind regards
    Rob
    For more information on working with OEM GC, you might want to check http://oemgc.wordpress.com

  • Saving a file from a website to the local drive

    From New To Java thread - nobody knew the answer, i guess! :(
    Hi people,
    I have a number of URLs at hand that point to certain class files, e.g.
    http://www.mywebsite.com/classes/MyClass.class
    What i would like to do is to download MyClass.class into a temporary folder (or wherever) on the local disk. Does anyone know how to do this? I've read about HttpURLConnection etc., but its all very confusing!
    Cheers,
    JG

    u can do
    URL url = new URL("http://www.mywebsite.com/classes/MyClass.class");
    InputStream in = url.openStream();
    then do a loop of reading the bytes in, and writing them out to some FileOutputStream
    asjf

  • Open attachments in OWA without saving first?

    We're migrating to Exchange 2013 from 2010. In the past we were able to open attachments in OWA with with extension .pff, now we having to save first. 
    I've added that file extension to set-owamailboxpolicy, but not luck. What am I missing?

    In addition to set-owamailboxpolicy I needed to run set-owavirtualdirectory and add the file type there as well.
    Set-OwaVirtualDirectory -Identity "ServerName\owa (Default Web Site)" -AllowedFileTypes '.pff'

  • Smtp email (MS office toolkit) can't open attachments

    I'm using the SMTP Email send file.vi to send a Word.doc file as an attachment. The .doc file is the result of the MS office report.vi opening a template, filling the bookmarks, then saving the file as a .doc.
    The .doc is then opened with the New report.vi, printed (print report.vi), then disposed (disposed report.vi). The .doc is then attached to an email using SMTP email send file.vi.
    The email(s) are arriving without problem and the attachment is visible. If, however, the attachment is double clicked, it will not open. The error message indicates that there may be either path or security problems. There is not, I'm sure of it.
    Additionally, I tried saving the attachment "SAVE AS" to a local drive and then opening it. The "save as" worked alright, but when opeing the file I got the same errors.
    Oddly enough, if I navigated to the location where the MS office report.vi saved the .doc file and then opened the file, everything worked as expected. The file opened and the bookmarks were filled in as expected.
    It seems to me that Outlook (exchange server) is doing something to the file (freakin Microsoft). I can't imagine, however, that I'm the first to attach a file to an email using the MS office toolkit.
    Somebody please shed some light on this. It's driving me nuts.
    thanks,
    todd

    Hi Ma,
    Here's the "Emailing_Reports.zip" including the VI for LabVIEW 7.0.
    Please notice that the option of setting the "binary?" connector to TRUE, is specific to the "SMTP Email Send File.vi" and not just to this example.
    Good luck!
    - Philip Courtois, Thinkbot Solutions
    Attachments:
    Emailing_Reports.zip ‏91 KB

  • How can I Remove Firefox Hello in a high-security environment?

    Hi,
    After a recent Firefox update in a test environment for a high-security environment (I'm not at liberty to disclose the nature of this environment, sorry. Let's just say we have to disable Firefox from contacting Mozilla's servers and further disable Google's "Safe Browsing" due to possibility of inadvertent unauthorized disclosure) We have noticed a feature: "Firefox Hello", this feature causes Firefox to violate strict policy as it transforms it from being classified as strictly a "Web Browser" (which is permitted) to a "Chat Application", all of which are completely banned. Simply disabling Hello is not a sufficient option as Firefox still contains the code to run Hello, which still constitutes it a "Chat Application" as per policy. We have the capability to edit out unauthorized code from open source software internally, but we don't know where to start to remove this code from the Firefox codebase as Hello seems pretty well integrated.
    Currently I only have two options, both of which do not please me as for me personally, (I really like Firefox and have fought to include it in any environment I can):
    1. Discontinue permanent use of Firefox.
    2. Discontinue updating Firefox permanently or until Hello is removed as a non-modular element. This is unacceptable as it'd mean we can't keep it secure, which causes us to fall back to (1).
    I would graciously like any third option. Internet Explorer seems to be the only browser that provides sufficient enterprise-level control without extraneous features at the moment with the addition of Hello to Firefox. We have banned Chrome from our environment due to how tightly bound it is with Google's "Cloud" services and hope that Firefox isn't becoming a "Cloud" browser for Mozilla, Sync has already placed Firefox under the microscope as it is.
    Thank you.

    We have WebRTC traffic blocked (We have a setup that audits SSL traffic before it leaves or enters the network).
    Our primary issue with Hello is that policy classifies the actual code used to run it as being very much like an Easter Egg, code that was inserted that goes beyond the spec of being a web browser and thus difficult to audit. It's easy to block services in general, but when an a single unauthorized service becomes a core feature and has code strapped to the browser, that throws up red flags that Mozilla is moving Firefox away from being a organization-managable browser and more toward an exclusively mozilla-managed "Cloud" browser, where there is a possibility that Mozilla will seek more control over user experience that will increase attack surface.
    It's reasons like this we decline to install Chrome into our environment, because Google has several services built-in to the core of their browser and do not leverage their extensions capabilities, but rather mandates that these features "must be installed" and that users can only toggle them off.
    It's easy to uninstall an extension or to recompile with a flag, but it's hard when a vendor makes decisions for you and tells you "This is good for you, you must embrace it" irrespective of policy of organizations or even individual users wishes.
    Thank you all for this information, it will help our future audits and help determine if Firefox is right for our needs.
    Unfortunately I can't mark this thread as "Solved" since the root issue is still not solved (Mozilla's development practices making something that should be an extension, a core aspect of the browser), so marking it solved would be a lie. But thank you both nonetheless.

  • Problem with Opening Attachments in PDFs

    I recently upgraded to Word 2007 and Adobe Acrobat Professional 9.3.2. When I attach Excel or Word files within a PDF file, I can no longer double click an attachment to open it. I receive an error message that states my administrative security settings don't allow me to open attachments. I can't change the security settings (they are grayed out). Does anyone have a solution? Thanks!

    You need to change the preferences in the Trust Manager.

  • Why can't I open all my emails, open attachments or send photos on my ipad anymore

    Why can't I open all my emails, open attachments or send photos on my ipad anymore. Sometimes it takes awhile for an email to open, other times they open without any incident. I can't seem to be able to email any photos anymore.

    It sounds like you have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them.
    Pages 5 can not open Pages '08 files at all. You will need to Export the Pages '08 files to Word .doc/x or use Pages '09 to open the Pages '08 files and resave them.
    Once opened and saved in Pages 5 older Pages files can not be opened in previous Pages.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Note: Apple has removed over 90 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Peter

  • Opening attachments gives the error : "The connection was reset. The connection to the server was reset

    Opening attachments gives the error : "The connection was reset. The connection to the server was reset. I tried clearing cookies and cache, but it doesnot work. 8 out of 10 times this is happenning. It's reproducible, and happening only after the latest update.

    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    You can also try to reset (power off/on) the router.

  • Saving email attachments in os2.1

    It seems that saving email attachments such as pdf's is slightly different in 0s2.1....I now have to touch and hold a downloaded attachment for a second or so, then the save/open option appears.  In, previous versions, you just had to tap the attachment to save and open.  Now if you tap a pdf attachment, it immediately opens as a temporary file in adobe reader. 
    Probably a better way now, but frustrating to have to learn it without any guideline.
    Also, downloading attachments seems flakey....sometimes the spinning circle sits for many minutes before the download starts.
    I am continuing to find the whole native email experience to be less than desireable.
    The email duplication thread describes a number of user experiences from before and after the upgrade.  The good news is that the duplication has been solved, but the red x and difficulty to reliably send emails continues.

    There is an even better way. If you have the dropbox or CloudOn App (both free for Ipad) you can always touch for two seconds the attachement in the email (PDF, Office doc) and select "Open In", you can then open in either of these Apps and save them to the Cloud. I use dropbox and it created a default folder called uploads where all my documents from email are saved...very neat.
    Hope this helps!
    Consultr Guru
    www.consultr.net
    www.consultr.net/blog 

  • Saving photo attachments

    I can't figure out how to save photo attachments from email. I've searched the user's manual and various websites for the right answer to this. I've tried tapping and holding on the photo. I've tried bringing up the menu with the attachment open. None of it has worked. Can anyone help? Thank you!

    I have provided some steps to assist with saving photo attachments. Hope this helps! 
    1. From the home screen, select Messaging.
    2. Select a contact / mobile number.
    3. Select and hold the message.
    4. Select one of the following message options.
    Depending upon message / attachment type, the available options will vary.
    Attached items
    Provides option to save attachments
    I also provided a link for additional information. Click here http://search.vzw.com/?do=viewdoc&amp;id=35227

  • Saving mail attachments

    Since upgrading to snow leopard the 'save' button for saving email attachments has stopped working. any ideas?

    I suspect you will find the attachments saved in the Mail Downloads folder -- Home/Library/Mail Downloads. This is the result of a quick click on the Save Button. To direct it where to Save, click and briefly hold on the Save button and you will be presented with the normal dialogue. The change was in this subtle difference in how you click on the Save button.
    If you don't find any such attachments in the Mail Downloads folder, open Mail Preferences/General and tell me what is reported beside Downloads folder?
    Ernie

  • I am unable to open attachments (Word Documents, Excel file, Adobe) from my Gmail with Firefox.

    I am unable to open attachments (Word Documents, Excel file, Adobe) from my Gmail with Firefox. My computer freezes when I try to open the (email attachment) file. Task Manager says "not responding".
    You can respond to [email protected]

    You may first want to look into Safari's "Installed Plugins" section within the browser. This is (usually) found under the Safari Help header in the top of a browser. I say usually, because I don't use Safari often and mine is an older version. They handle applications and plugins like most others, to a point.
    I see in Safari Installed Plugins that mine would use
    application/pdf
    Acrobat Portable Document Format
    Acrobat Reader & reader plugin v9.5.5 for web browsers
    (in Safari 5.x, where I looked into this)
    While I use FireFox, SeaMonkey (Mozilla) and others, where I can choose in preferences the helper applications to open from the browser, Safari has different methods; so if you can change this in the preferences or settings of Safari in a later version I am not certain.
    You could see what the defaults are by using Safari help menu to open the Installed plugins, and maybe find out what happend to Adobe reader plugin. Could be it was 'sandboxed' in a later OS X and needs to be installed differently to be accepted as safe.
    It is easier to set how a file type is handled once it is inside the computer and not held in the browser; by file type in general or specific to each single document. I do both, and seldom let an a browser do these things due to security considerations. I download and open them, only then if I feel they are safe.
    Sorry to not have a specific answer for that anomaly.
    Good luck & happy computing!

Maybe you are looking for

  • How to enter a date stamp using formscentral?

    I've been trying to enter a date stamp using formscentral but have no such luck. Whenever I enter one in using acrobat pro I get the error that I don't have sufficent privleges due to adobe keeping the integrety of the form...Anybody have any ideas?

  • Since installing CS6, color of jpg/tif thumbnails in Bridge is washed out until opened.

    Since intalling CS6, tif and jpg images in Bridge appear washed out. When opened, the image color depth is normal. How can I correct this?

  • Actions command make not available

    I have been working with PSE since version 2 but have not posted in this forum so if I break a "rule", I apologize in advance. Using PSE 13 ( new to this version) on a pc - Win 7 - hp laptop - plenty of hd space and memory I have downloaded actions f

  • Quicktime Pro VS Sorenson Squeeze which is better for uploading to YouTube?

    I'm thinking of buying Quicktime Pro or Sorenson Squeeze - which is better for uploading to YouTube? Which would give my video better quality? Also, with regard to Sorenson Squeeze: The website says these are its requirements - could someone explain

  • Opportunity Status DDLB entries

    Hello all, How can the DDLB entries for Oppty status be controlled? When we are doing the upgrade, for same entries in the Oppty Status profile, in 6.0 I end up with 5 values while in 7.0, i have 8 values. Please help. FYI....CRM_STATUS_MAINTAIN_OW s