{"id":824,"date":"2018-05-17T01:00:00","date_gmt":"2018-05-17T01:00:00","guid":{"rendered":"http:\/\/inswwdev.azurewebsites.net\/au\/insights\/uncategorized\/fslogix-profile-containers-and-office-365-containers-deployment-guide\/"},"modified":"2024-12-13T02:52:05","modified_gmt":"2024-12-13T02:52:05","slug":"fslogix-profile-containers-and-office-365-containers-deployment-guide","status":"publish","type":"post","link":"https:\/\/www.insentragroup.com\/nz\/insights\/geek-speak\/modern-workplace\/fslogix-profile-containers-and-office-365-containers-deployment-guide\/","title":{"rendered":"FSLogix Profile Containers and Office 365 Containers Deployment Guide"},"content":{"rendered":"<p style=\"text-align: justify;\">In this article, we\u2019ll cover the considerations for deploying FSLogix Containers to provide a one-stop location for getting up and running quickly.<\/p>\n<p style=\"text-align: justify;\">I\u2019ve written previously on&nbsp;<a rel=\"noopener nofollow\" href=\"https:\/\/inswwdev.azurewebsites.net\/au\/deploying-fslogix-office-365-containers\/\" target=\"_blank\">deploying Office 365 Containers<\/a>&nbsp;and&nbsp;<a rel=\"noopener nofollow\" href=\"https:\/\/inswwdev.azurewebsites.net\/au\/securing-fslogix-profile-and-office-365-containers\/\" target=\"_blank\">securing Profile Container and Office 365 Containers<\/a>. This article is an updated version of those articles in a single location with some additional information to make your deployment successful.<\/p>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\"><span>Architecture<\/span><\/h3>\n<p style=\"text-align: justify;\">The beauty of FSLogix Profile Containers and Office 365 Containers is the simplicity in approach that FSLogix has taken to solving the challenges of the end-user and administrator experiences.I like to refer to FSLogix\u2019s approach as no-architecture or architecture-less. What I mean by this is that there are no components, other than the FSLogix agent, to implement in your environment. In this approach, FSLogix solutions are flexible and deployed practically anywhere, whether on-premises or in a public cloud.The FSLogix Containers architecture consists of:<\/p>\n<ul>\n<li>The FSLogix agent \u2013 a single agent that provides all functionality. The agent is either deployed to physical PCs, virtual desktops or in a master image<\/li>\n<li>Group Policy \u2013 centralised configuration with existing infrastructure<\/li>\n<li>Storage \u2013 host FSLogix Containers on standard SMB-based storage. Be sure to match SMB versions between clients and server for best performance. Shared folders could be hosted on Windows Server or natively by an existing storage array.<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">That\u2019s it! No additional management layers, no back-end, no database, no web tier. Deployed using the services you already own.<\/p>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\"><span>Storage<\/span><\/h3>\n<p style=\"text-align: justify;\">The most detailed considerations you may have will be for storage. Most partners and customers that I\u2019ve spoken to are using tiered storage or all-flash arrays, so storage performance should be excellent. You may need to give more consideration for storage performance to Profile Containers (rather than Office 365 Containers), given the nature of Windows Profiles; however, FSLogix Profile Containers will assist in optimising storage performance for profiles.<\/p>\n<p style=\"text-align: justify;\">Your storage layer should provide high availability, so disaster recovery will be something that to design for based on specific recovery requirements. In most cases, there\u2019s no need to replicate the Office 365 Containers because they contain only a cache of data stored in Office 365. Profile Containers will have a more significant impact on the user experience if unavailable, so consider replications to a secondary data centre.<\/p>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\"><span>Preparing for Deployment<\/span><\/h3>\n<p>To prepare for deploying Profile Containers or Office 365 Containers, the primary process will be:<\/p>\n<ul>\n<li>Create a secure shared folder to host the FSLogix Containers<\/li>\n<li>Install the FSLogix agent into your master image<\/li>\n<li>Create domain groups to allow targeting Containers to specific users<\/li>\n<li>Create a Group Policy Object to configure the Profile Containers and Office 365 Containers Computer settings<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Finally, you can deploy your master image and link the GPO to the OU containing your computer accounts.<\/p>\n<p style=\"text-align: justify;\">A secure shared folder location for the FSLogix Containers is vital for ensuring least privilege. It\u2019s likely you\u2019re already doing this for home folders or user profiles.<\/p>\n<p style=\"text-align: justify;\">Microsoft has documented this approach in this article:&nbsp;<a rel=\"noopener nofollow\" href=\"https:\/\/support.microsoft.com\/en-us\/help\/274443\/how-to-dynamically-create-security-enhanced-redirected-folders-by-using-folder-redirection-in-windows-2000-and-in-windows-server-2003\" target=\"_blank\">How to dynamically create security-enhanced redirected folders or home folders<\/a><\/p>\n<p>If you want to take a shortcut, or are looking to automate the process, we have a script that you can use as a template, listed below. Use at your own risk, of course.<\/p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"10\">\n<tbody>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L1\" class=\"blob-num js-line-number\" data-line-number=\"1\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC1\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-k\">@<\/span><span class=\"pl-k\">ECHO<\/span> <span class=\"pl-k\">OFF<\/span><\/td>\n<\/tr>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L2\" class=\"blob-num js-line-number\" data-line-number=\"2\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC2\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\"><span class=\"pl-k\">REM<\/span> Creating secure shared folders<\/span><\/td>\n<\/tr>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L3\" class=\"blob-num js-line-number\" data-line-number=\"3\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC3\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\"><span class=\"pl-k\">REM<\/span> Sample articles:<\/span><\/td>\n<\/tr>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L4\" class=\"blob-num js-line-number\" data-line-number=\"4\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC4\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\"><span class=\"pl-k\">REM<\/span> https:\/\/support.microsoft.com\/en-us\/help\/274443\/how-to-dynamically-create-security-enhanced-redirected-folders-by-using-folder-redirection-in-windows-2000-and-in-windows-server-2003<\/span><\/td>\n<\/tr>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L5\" class=\"blob-num js-line-number\" data-line-number=\"5\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC5\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\"><span class=\"pl-k\">REM<\/span> https:\/\/technet.microsoft.com\/en-us\/library\/jj649078(v=ws.11).aspx<\/span><\/td>\n<\/tr>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L6\" class=\"blob-num js-line-number\" data-line-number=\"6\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC6\" class=\"blob-code blob-code-inner js-file-line\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L7\" class=\"blob-num js-line-number\" data-line-number=\"7\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC7\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\"><span class=\"pl-k\">REM<\/span> Create and share folders with permissions for FSLogix Profile Containers or Office 365 Containers<\/span><\/td>\n<\/tr>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L8\" class=\"blob-num js-line-number\" data-line-number=\"8\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC8\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-k\">md<\/span> e:FSLogixContainers<\/td>\n<\/tr>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L9\" class=\"blob-num js-line-number\" data-line-number=\"9\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC9\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-k\">net share<\/span> FSLogixContainers=e:FSLogixContainers \/GRANT:Users,CHANGE \/GRANT:Administrators,FULL \/CACHE:None \/REMARK:<span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span>FSLogix Containers<span class=\"pl-pds\">&#8220;<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L10\" class=\"blob-num js-line-number\" data-line-number=\"10\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC10\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-k\">icacls<\/span> e:FSLogixContainers \/inheritance:d<\/td>\n<\/tr>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L11\" class=\"blob-num js-line-number\" data-line-number=\"11\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC11\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-k\">icacls<\/span> e:FSLogixContainers \/remove Users<\/td>\n<\/tr>\n<tr>\n<td id=\"file-new-securesharedfolder-cmd-L12\" class=\"blob-num js-line-number\" data-line-number=\"12\">&nbsp;<\/td>\n<td id=\"file-new-securesharedfolder-cmd-LC12\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-k\">icacls<\/span> e:FSLogixContainers \/grant Users:(S,RD,AD,X,RA)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><a href=\"https:\/\/gist.github.com\/aaronparker\/5bfc99ed4f5f932fcd59413a465388f6\/raw\/2d3de79ab988555ee23311d7ec8877a89afb8165\/New-SecureSharedFolder.cmd\" rel=\"nofollow noopener\" target=\"_blank\">view raw<\/a><a href=\"https:\/\/gist.github.com\/aaronparker\/5bfc99ed4f5f932fcd59413a465388f6#file-new-securesharedfolder-cmd\" rel=\"nofollow noopener\" target=\"_blank\">New-SecureSharedFolder.cmd<\/a><span>&nbsp;<\/span>hosted with \u2764 by<span>&nbsp;<\/span><a href=\"https:\/\/github.com\/\" rel=\"nofollow noopener\" target=\"_blank\">GitHub<\/a><\/p>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\"><span>Install the FSLogix Agent<\/span><\/h3>\n<p style=\"text-align: justify;\">Install the agent via the simple Setup programme \u2013 the only options you\u2019ll have to change are the product key or the installation folder. If you are installing an evaluation, use an evaluation key or leave the product key blank to enable the agent fully featured for 30 days.<\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" style=\"width: 0px; height: 0px;\" src=\"https:\/\/www.insentragroup.com\/wp-content\/uploads\/sites\/18\/2021\/02\/fslogix-install-step1-768x480.png\" alt=\"\" data-udi=\"umb:\/\/media\/1de1acc9ce614404aa87f35332509807\"><img decoding=\"async\" style=\"width: 822px; height: 515px;\" src=\"https:\/\/www.insentragroup.com\/wp-content\/uploads\/sites\/18\/2021\/02\/fslogix-install-step1-768x480.png\" alt=\"\" data-udi=\"umb:\/\/media\/1de1acc9ce614404aa87f35332509807\"><\/p>\n<p style=\"text-align: justify;\">Installing the FSLogix agent<\/p>\n<p style=\"text-align: justify;\">Documentation for installing the agent, including a silent install, see the FSLogix documentation article:&nbsp;<a rel=\"noopener nofollow\" href=\"https:\/\/docs.fslogix.com\/display\/20170529\/FSLogix+Apps+Agent+Installation\/\" target=\"_blank\">FSLogix Apps Agent Installation<\/a>.<\/p>\n<p>For testing or evaluation, you could install in a stand-alone VM or a test image. Installing the agent will require a reboot.<\/p>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\"><span>Domain Groups<\/span><\/h3>\n<p style=\"text-align: justify;\">With the agent installed, local groups are created to enable the inclusion or exclusion of users for Profile Containers and Office 365 Containers. By default, the local FSLogix Include groups include Everyone, which will enable Containers for administrator accounts as well.<\/p>\n<p style=\"text-align: justify;\">Via Group Policy, we\u2019ll replace these memberships with new domain groups. The best method will be to remove Everyone and add the domain groups for the most straightforward configuration. Adding users or groups the local Exclude groups will increase complexity.<\/p>\n<p style=\"text-align: justify;\">We recommend creating two groups to target each of the Container products \u2013 one for Profile Containers and the other for Office 365 Containers. Add users to these groups to enable the features on target desktops.<\/p>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\"><span>Configure Group Policy<\/span><\/h3>\n<p style=\"text-align: justify;\">FSLogix Apps version 2.8.10 (and above) includes an administrative template for configuring Profile Containers and Office 365 Containers.<\/p>\n<p style=\"text-align: justify;\">In this article, I\u2019m going to configure both Profile Containers and Office 365 Containers. The settings outlined below are equally applicable for deploying Office 365 Containers only.<\/p>\n<p style=\"text-align: justify;\">Settings for each feature set are documented here:<\/p>\n<ul>\n<li><a rel=\"noopener nofollow\" href=\"https:\/\/docs.fslogix.com\/display\/20170529\/FSLogix+Profiles+Configuration+Settings\" target=\"_blank\">FSLogix Profiles Configuration Settings<\/a><\/li>\n<li><a rel=\"noopener nofollow\" href=\"https:\/\/docs.fslogix.com\/display\/20170529\/Office+365+Configuration+Settings\" target=\"_blank\">Office 365 Configuration Settings<\/a><\/li>\n<\/ul>\n<p>At a minimum, I want to enable Containers, configure a storage location and add the domain groups to the local machine groups.<\/p>\n<p>The tables here lists the settings I\u2019ve used in this scenario for an RDS or XenApp deployment on Windows Server 2012 R2 or above. Some settings such as Search Roaming and Virtual Disk type may need to be adjusted accordingly.<\/p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"10\">\n<thead>\n<tr>\n<th><strong>Path<\/strong><\/th>\n<th><strong>Setting<\/strong><\/th>\n<th><strong>Value<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>FSLogix<\/td>\n<td>Enable search roaming<\/td>\n<td>Multi-user search<\/td>\n<\/tr>\n<tr>\n<td>FSLogix \/ Office 365 Containers<\/td>\n<td>Enabled<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>Include Office activation data in container<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>Include OneDrive data in container<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>Include OneNote data in container<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>Include Outlook data in container<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>Include Skype data in container<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>Include Office activation data in container<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>Set Outlook cached mode on successful container attach<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>Store search database in Office 365 container<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>VHD location<\/td>\n<td>\\serversharefolder<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>Virtual disk type<\/td>\n<td>VHDX<\/td>\n<\/tr>\n<tr>\n<td>FSLogix \/ Profile Containers<\/td>\n<td>Enabled<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>VHD Location<\/td>\n<td>\\serversharefolder<\/td>\n<\/tr>\n<tr>\n<td>&nbsp;<\/td>\n<td>Delete local profile when FSLogix Profile should apply<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>FSLogix \/ Profile Containers \/ Advanced<\/td>\n<td>Redirect temporary file folders to local computer<\/td>\n<td>Enabled<\/td>\n<\/tr>\n<tr>\n<td>FSLogix \/ Profile Containers \/ Container and Directory Naming<\/td>\n<td>Virtual disk type<\/td>\n<td>VHDX<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\"><span>Local Groups<\/span><\/h3>\n<p style=\"text-align: justify;\">Local group membership is best managed through Group Policy Preferences. Here I\u2019m ensuring the groups I created earlier are added to the local groups to enable targeting of the FSLogix features.<\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" style=\"width: 839px; height: 453px;\" src=\"https:\/\/www.insentragroup.com\/wp-content\/uploads\/sites\/18\/2021\/02\/fslogix-localgroups.png\" alt=\"\" data-udi=\"umb:\/\/media\/0ec16f6975914c928146095d3376497f\"><\/p>\n<p style=\"text-align: justify;\">Managing FSLogix Local Groups with Group Policy<\/p>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\"><span>Deploy<\/span><\/h3>\n<p style=\"text-align: justify;\">Now that the individual components are configured, we can deploy the solution. The essential steps in a deployment process should be:<\/p>\n<ul>\n<li>Add user accounts to the domain groups<\/li>\n<li>Link the GPO to the correct target computer organisational unit<\/li>\n<li>Deploy the updated master image<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">The FSLogix agent creates a Profile or Office 365 Container at user login. Viewing the user\u2019s folder will then look similar to this:<\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" style=\"width: 814px; height: 407px;\" src=\"https:\/\/www.insentragroup.com\/wp-content\/uploads\/sites\/18\/2021\/02\/fslogix-containersexplorer-aaron-1.png\" alt=\"\" data-udi=\"umb:\/\/media\/b2d11409aa2f43e78a1d6f5a61b039a3\"><\/p>\n<p style=\"text-align: justify;\">My containers after logging into a published desktop a few times<\/p>\n<p style=\"text-align: justify;\">With several user sessions having logged into my environment, I can see a folder for each user in my target share.<\/p>\n<p style=\"text-align: justify;\"><img decoding=\"async\" style=\"width: 810px; height: 405px;\" src=\"https:\/\/www.insentragroup.com\/wp-content\/uploads\/sites\/18\/2021\/02\/fslogix-containersexplorer-4.png\" alt=\"\" data-udi=\"umb:\/\/media\/decfa882638644e994d372ddc21ece4c\"><\/p>\n<p style=\"text-align: justify;\">FSLogix Container share<\/p>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\"><span>Tips<\/span><\/h3>\n<p style=\"text-align: justify;\">It is important to understand that the FSLogix agent does not change the behaviour of applications \u2013 instead it enables applications to operate just as they do on a physical PC.<\/p>\n<p style=\"text-align: justify;\">Here are our tips for success:<\/p>\n<ul>\n<li>Ensure the GPO is assigned to the OU containing the computer accounts<\/li>\n<li>Double check share permissions and anything that could possibly lock Containers (e.g. backup products using VSS)<\/li>\n<li>Ensure OST files are stored in the default location (AppDataLocalMicrosoftOutlook)<\/li>\n<li>Remove user-level GPOs that enforce Outlook cached-mode so that the FSLogix agent can set this automatically<\/li>\n<li>Configure the \u2018Mail to keep offline\u2019 feature in Outlook to keep the cache to a minimum. It\u2019s likely that most users can live a cache set to 3-months; however, some environments may require more<\/li>\n<li>On Windows Server, install the Windows Search feature and enable the Windows Search service<\/li>\n<li>The OneDrive client will synchronise the user\u2019s entire folder. On Windows 10 1709 and above, the \u2018Files On-Demand\u2019 feature enabled download of files on access, thus reducing storage requirements<\/li>\n<li>Use&nbsp;<a rel=\"noopener nofollow\" href=\"https:\/\/docs.fslogix.com\/display\/20170529\/Using+ReFS+File+Shares\" target=\"_blank\">ReFS<\/a>&nbsp;for best performance<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Finally, I highly recommend&nbsp;<a rel=\"noopener nofollow\" href=\"http:\/\/stealthpuppy.com\/enabling-modern-authentication-office\/\" target=\"_blank\">enabling Modern Authentication<\/a>&nbsp;across your Office 365 tenant to improve the overall user experience.<\/p>\n<h3 style=\"padding-bottom: 15px; margin-bottom: 30px; margin-top: 40px; border-bottom: 1px solid #f16020;\"><span>Want to trial FSLogix free and see how it can improve your business?<\/span><\/h3>\n<p><a href=\"https:\/\/inswwdev.azurewebsites.net\/au\/request-an-evaluation\/\" title=\"Click Here\" rel=\"nofollow noopener\" target=\"_blank\">Click Here<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article, we\u2019ll cover the considerations for deploying FSLogix Containers to provide a one-stop location for getting up and running quickly. I\u2019ve written previously on&nbsp;deploying Office 365 Containers&nbsp;and&nbsp;securing Profile Container and Office 365 Containers. This article is an updated version of those articles in a single location with some additional information to make your&hellip; <a class=\"more-link\" href=\"https:\/\/www.insentragroup.com\/nz\/insights\/geek-speak\/modern-workplace\/fslogix-profile-containers-and-office-365-containers-deployment-guide\/\">Continue reading <span class=\"screen-reader-text\">FSLogix Profile Containers and Office 365 Containers Deployment Guide<\/span><\/a><\/p>\n","protected":false},"author":67,"featured_media":6580,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[19],"tags":[],"class_list":["post-824","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-modern-workplace","entry"],"_links":{"self":[{"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/posts\/824","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/users\/67"}],"replies":[{"embeddable":true,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/comments?post=824"}],"version-history":[{"count":1,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/posts\/824\/revisions"}],"predecessor-version":[{"id":20131,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/posts\/824\/revisions\/20131"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/media\/6580"}],"wp:attachment":[{"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/media?parent=824"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/categories?post=824"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.insentragroup.com\/nz\/wp-json\/wp\/v2\/tags?post=824"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}