{"id":1087,"date":"2017-02-03T01:00:00","date_gmt":"2017-02-03T01:00:00","guid":{"rendered":"http:\/\/inswwdev.azurewebsites.net\/au\/insights\/uncategorized\/you-can-finally-redirect-ost-files-with-fslogix-office-containers\/"},"modified":"2017-02-03T01:00:00","modified_gmt":"2017-02-03T01:00:00","slug":"you-can-finally-redirect-ost-files-with-fslogix-office-containers","status":"publish","type":"post","link":"https:\/\/www.insentragroup.com\/gb\/insights\/geek-speak\/modern-workplace\/you-can-finally-redirect-ost-files-with-fslogix-office-containers\/","title":{"rendered":"You can finally \u201credirect\u201d OST files with FSLogix Office Containers!"},"content":{"rendered":"<p style=\"text-align: justify;\">Outlook in cached mode with non-persistent VDI seemed like a pipe dream until FSLogix came along.<\/p>\n<p style=\"text-align: justify;\">When I last wrote about FSLogix, it was with regards to their<span>\u00a0<\/span><a href=\"http:\/\/www.brianmadden.com\/opinion\/App-Profile-Containers-FSLogixs-new-features-are-the-features-to-beat-in-Application-Management\" rel=\"nofollow noopener\" target=\"_blank\">Profile Containers<\/a><span>\u00a0<\/span>product that, for the first time, allowed you to deliver Windows Search, redirect folders (without using folder redirection), and even use Outlook OST files across the network. Every one of us has tried to use those things and failed, most likely due to the fact that things like folder redirection amount to a \u201cmini denial-of-service attack\u201d (Thanks,<span>\u00a0<\/span><a href=\"https:\/\/helgeklein.com\/\" rel=\"nofollow noopener\" target=\"_blank\">Helge Klein<\/a>, for that awesome analogy).<\/p>\n<p style=\"text-align: justify;\">FSLogix saw a lot of interest in Profile Containers, but ran into some headwinds when dealing with customers that wanted the Outlook OST redirection functionality, but had already invested in a profile management tool that they didn\u2019t want to abandon. Because of this, FSLogix cooked up Office Container.<\/p>\n<p style=\"text-align: justify;\">If you were already familiar with Profile Containers, it\u2019s easiest to think of Office Containers as the same product, just with the profile stuff stripped out. The real story is a bit more complex, because FSLogix had to do some work to make it run standalone and not interfere with other profile management products. While they were in there, though, they also added some optimizations that will filter back into the Profile Containers product over time.<\/p>\n<p style=\"text-align: justify;\">If you\u2019re not familiar with either product, here\u2019s the gist:<\/p>\n<p style=\"text-align: justify;\">The brains behind FSLogix is their filesystem filter driver, which acts as a traffic cop for filesystem activities in certain files, folders, and registry entries (FileSystemLogix\u2013get it?!). When you use their App Container product, this driver is hiding applications from Windows entirely, toggling whether or not they\u2019re hidden with the push of a button. The first version of App Containers required all the applications to be installed in the local image.<\/p>\n<p style=\"text-align: justify;\">Later versions added the ability for the driver to mount VHD files across the network and to redirect applications to the VHD file, thereby not requiring huge disk images. It\u2019s this technology that then morphed into Profile Containers, followed by Office Containers, because now FSLogix could effectively redirect any portion of the filesystem or registry to a network share without actually using Folder Redirection. And, they could do all of that on persistent, non-persistent, terminal servers, or even physical desktops!<\/p>\n<p style=\"text-align: justify;\">The reason it works so well is that when you mount a VHD file across the network, there is a single SMB connection to that VHD file. All data accessed from that VHD file is sent as plain old data without all the craziness that SMB adds every time a single file is opened, read, and closed (along with lots of other operations). So instead of \u201copen, read, close\u201d on every file in your OST (which creates that \u201cmini denial-of-service attack\u201d), you get one \u201copen\u201d as the VHD is mounted, one \u201cclose\u201d as the VHD is unmounted, and in between is just read\/write operations. It\u2019s that increase in efficiency that allows them (and you!) to \u201credirect\u201d folders, Outlook OST files, and even Windows Search (but that only works on single-user systems).<\/p>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\">Back to Office Containers<\/h3>\n<p style=\"text-align: justify;\">As they developed this, they realized that the OST file is a very live database, and that they don\u2019t want to rely on a lock on that VHD file for the entire time. To combat this, one of the changes they made was to create a separate, temporary VHD file used as a transaction log. Transactions are written to this temporary VHD file, then committed to the primary VHD file (and the real OST) when the opportunity presents itself. All of this is handled by the driver, and it\u2019s completely hands-off.<\/p>\n<p style=\"text-align: justify;\">Implementing Office Containers amounts to simply installing the driver, enabling it, telling it where the VHD files live, and how big they should be. There are no reboots required, so deployment is something you can do over lunch. As long as Outlook is using default data file settings, you don\u2019t even have to configure anything there since the filesystem filter driver intercepts and redirects all actions that target those files.<\/p>\n<p style=\"text-align: justify;\">A<span>\u00a0<\/span><a href=\"http:\/\/info.fslogix.com\/beta-office-containers\" rel=\"nofollow noopener\" target=\"_blank\">beta of Office Containers<\/a><span>\u00a0<\/span>is available, and FSLogix would appreciate your feedback as they approach the release, which should be in mid-July. When released, it will sell for as low as $10 per user, per year, which seems like a no-brainer to enable functionality that we\u2019ve wanted for the last fifteen years.<\/p>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\">Roadmap<\/h3>\n<p style=\"text-align: justify;\">In the near future, FSLogix will add support for the new model of Microsoft licensing, which will prevent users from having to re-authenticate so often. This especially applies to Office 365 and Skype for Business. They\u2019ll capture the licensing components after they\u2019re set up the first time so that a user doesn\u2019t have to re-authenticate each time the app is delivered to them.<\/p>\n<p style=\"text-align: justify;\">In addition, they\u2019ll also begin caching OneDrive just like they do for Outlook, which Microsoft should love. This, as well as the licensing stuff, should be done by the end of the year.<\/p>\n<p style=\"text-align: justify;\">Longer term, they\u2019re looking at adding support for Windows Search in multiuser environments, which seems possible but will take some work<\/p>\n<p style=\"text-align: justify;\">Content originally posted on<span>\u00a0<\/span><a href=\"http:\/\/www.brianmadden.com\/opinion\/A-preview-of-FSLogix-Office-Containers-and-how-you-can-finally-redirect-OST-files\" rel=\"nofollow noopener\" target=\"_blank\">brianmadden.com<\/a><\/p>\n<p style=\"text-align: justify;\">\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Outlook in cached mode with non-persistent VDI seemed like a pipe dream until FSLogix came along. When I last wrote about FSLogix, it was with regards to their\u00a0Profile Containers\u00a0product that, for the first time, allowed you to deliver Windows Search, redirect folders (without using folder redirection), and even use Outlook OST files across the network.&hellip; <a class=\"more-link\" href=\"https:\/\/www.insentragroup.com\/gb\/insights\/geek-speak\/modern-workplace\/you-can-finally-redirect-ost-files-with-fslogix-office-containers\/\">Continue reading <span class=\"screen-reader-text\">You can finally \u201credirect\u201d OST files with FSLogix Office Containers!<\/span><\/a><\/p>\n","protected":false},"author":9,"featured_media":1088,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[19],"tags":[],"class_list":["post-1087","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-modern-workplace","entry"],"_links":{"self":[{"href":"https:\/\/www.insentragroup.com\/gb\/wp-json\/wp\/v2\/posts\/1087","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.insentragroup.com\/gb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.insentragroup.com\/gb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.insentragroup.com\/gb\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.insentragroup.com\/gb\/wp-json\/wp\/v2\/comments?post=1087"}],"version-history":[{"count":0,"href":"https:\/\/www.insentragroup.com\/gb\/wp-json\/wp\/v2\/posts\/1087\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.insentragroup.com\/gb\/wp-json\/wp\/v2\/media\/1088"}],"wp:attachment":[{"href":"https:\/\/www.insentragroup.com\/gb\/wp-json\/wp\/v2\/media?parent=1087"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.insentragroup.com\/gb\/wp-json\/wp\/v2\/categories?post=1087"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.insentragroup.com\/gb\/wp-json\/wp\/v2\/tags?post=1087"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}