{"id":13439,"date":"2024-10-14T01:39:50","date_gmt":"2024-10-14T00:39:50","guid":{"rendered":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/"},"modified":"2024-11-07T14:53:43","modified_gmt":"2024-11-07T13:53:43","slug":"how-to-set-up-information-barriers-in-microsoft-teams","status":"publish","type":"post","link":"https:\/\/nboldapp.com\/fr\/how-to-set-up-information-barriers-in-microsoft-teams\/","title":{"rendered":"How to Set Up Information Barriers in Microsoft Teams"},"content":{"rendered":"<p>Information barriers in <a href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-teams\/group-chat-software\" target=\"_blank\" style=\"display: inline;\" rel=\"noopener\">Microsoft Teams<\/a> help control communication and protect sensitive data. Here&#8217;s a quick guide to set them up:<\/p>\n<ol>\n<li>\nCheck prerequisites:<\/p>\n<ul>\n<li>Correct <a href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-365\" target=\"_blank\" style=\"display: inline;\" rel=\"noopener\">Microsoft 365<\/a> subscription<\/li>\n<li>Admin permissions<\/li>\n<li>Enabled scoped directory search<\/li>\n<li>Turned on audit logging<\/li>\n<\/ul>\n<\/li>\n<li>\nCreate user segments in <a href=\"https:\/\/www.microsoft.com\/en-us\/security\/business\/identity-access\/microsoft-entra-id\" target=\"_blank\" style=\"display: inline;\" rel=\"noopener\">Azure AD<\/a>\n<\/li>\n<li>\nDefine policies using <a href=\"https:\/\/learn.microsoft.com\/en-us\/powershell\/\" target=\"_blank\" style=\"display: inline;\" rel=\"noopener\">PowerShell<\/a>:<\/p>\n<pre><code class=\"language-powershell\">New-InformationBarrierPolicy -Name &quot;Policy-Name&quot; -AssignedSegment &quot;Segment-A&quot; -SegmentsBlocked &quot;Segment-B&quot; -State Inactive\n<\/code><\/pre>\n<\/li>\n<li>\nApply and manage policies:<\/p>\n<pre><code class=\"language-powershell\">Set-InformationBarrierPolicy -Identity &quot;Policy-Name&quot; -State Active\nStart-InformationBarrierPoliciesApplication\n<\/code><\/pre>\n<\/li>\n<li>\nMonitor and update regularly\n<\/li>\n<\/ol>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Feature<\/th>\n<th>Purpose<\/th>\n<th>Example<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Block policies<\/td>\n<td>Stop communication<\/td>\n<td>Prevent Sales from messaging Legal<\/td>\n<\/tr>\n<tr>\n<td>Allow policies<\/td>\n<td>Limit communication<\/td>\n<td>Let HR talk to everyone<\/td>\n<\/tr>\n<tr>\n<td>User segments<\/td>\n<td>Group users<\/td>\n<td>&quot;Department -eq &#8216;Sales&#8217;&quot;<\/td>\n<\/tr>\n<tr>\n<td>Policy application<\/td>\n<td>Activate barriers<\/td>\n<td>Can take up to 24 hours<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Remember: Keep Azure AD info current, plan updates during off-hours, and stay informed about new features.<\/p>\n<h2 id=\"related-video-from-youtube\" tabindex=\"-1\" class=\"sb\">Related video from YouTube<\/h2>\n<p><iframe class=\"sb-iframe\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/ywXOr2MgOVQ\" frameborder=\"0\" loading=\"lazy\" allowfullscreen style=\"width: 100%; height: auto; aspect-ratio: 16\/9;\"><\/iframe><\/p>\n<h2 id=\"before-you-start\" tabindex=\"-1\" class=\"sb\">Before you start<\/h2>\n<p>Setting up information barriers in Microsoft Teams needs some prep work. Here&#8217;s what you need:<\/p>\n<h3 id=\"required-subscriptions\" tabindex=\"-1\">Required subscriptions<\/h3>\n<p>You&#8217;ll need one of these Microsoft 365 subscriptions:<\/p>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Subscription<\/th>\n<th>Includes Information Barriers<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Microsoft 365 E5<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr>\n<td>Office 365 E5<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr>\n<td>Office 365 Advanced Compliance<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr>\n<td>Microsoft 365 E5 Information Protection and Compliance<\/td>\n<td>Yes<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"needed-permissions\" tabindex=\"-1\">Needed permissions<\/h3>\n<p>To manage information barrier policies, you need one of these roles:<\/p>\n<ul>\n<li>Microsoft 365 global administrator<\/li>\n<li>Office 365 global administrator<\/li>\n<li>Compliance administrator<\/li>\n<li>IB Compliance Management<\/li>\n<\/ul>\n<p>Want to boost security? Use roles with the fewest permissions.<\/p>\n<h3 id=\"system-needs\" tabindex=\"-1\">System needs<\/h3>\n<p>Before you dive in:<\/p>\n<p>1. <strong>Check directory data<\/strong><\/p>\n<p>Make sure your org structure matches user account attributes.<\/p>\n<p>2. <strong>Enable scoped directory search<\/strong><\/p>\n<p>Turn this on for Teams. Wait 24 hours before setting policies.<\/p>\n<p>3. <strong>Turn on audit logging<\/strong><\/p>\n<p>This helps you track policy applications.<\/p>\n<p>4. <strong>Remove Exchange address book policies<\/strong><\/p>\n<p>These can mess with information barriers.<\/p>\n<p>5. <strong>Provide admin consent<\/strong><\/p>\n<p>Grant Teams the permissions it needs.<\/p>\n<p>6. <strong>Install Azure PowerShell<\/strong><\/p>\n<p>You&#8217;ll need this for some setup tasks.<\/p>\n<blockquote>\n<p>Microsoft says: &quot;The compliance assistant runs every 24 hours on group-connected SharePoint sites without an associated Teams team.&quot;<\/p>\n<\/blockquote>\n<h2 id=\"planning-your-barriers\" tabindex=\"-1\" class=\"sb\">Planning your barriers<\/h2>\n<p>Setting up information barriers in Microsoft Teams? You need a plan. Here&#8217;s how to do it:<\/p>\n<h3 id=\"identify-groups-in-your-organization\" tabindex=\"-1\">Identify groups in your organization<\/h3>\n<p>Map out your departments that need communication controls. Think:<\/p>\n<ul>\n<li>Finance<\/li>\n<li>HR<\/li>\n<li>Legal<\/li>\n<li>Sales<\/li>\n<li>Marketing<\/li>\n<\/ul>\n<p>How do these groups talk to each other? Where might conflicts pop up?<\/p>\n<h3 id=\"set-communication-rules\" tabindex=\"-1\">Set communication rules<\/h3>\n<p>Create a matrix showing who can chat with who. Here&#8217;s an example:<\/p>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Group<\/th>\n<th>Finance<\/th>\n<th>HR<\/th>\n<th>Legal<\/th>\n<th>Sales<\/th>\n<th>Marketing<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Finance<\/td>\n<td>\u2713<\/td>\n<td>\u2713<\/td>\n<td>\u2713<\/td>\n<td>\u2717<\/td>\n<td>\u2717<\/td>\n<\/tr>\n<tr>\n<td>HR<\/td>\n<td>\u2713<\/td>\n<td>\u2713<\/td>\n<td>\u2713<\/td>\n<td>\u2713<\/td>\n<td>\u2713<\/td>\n<\/tr>\n<tr>\n<td>Legal<\/td>\n<td>\u2713<\/td>\n<td>\u2713<\/td>\n<td>\u2713<\/td>\n<td>\u2717<\/td>\n<td>\u2717<\/td>\n<\/tr>\n<tr>\n<td>Sales<\/td>\n<td>\u2717<\/td>\n<td>\u2713<\/td>\n<td>\u2717<\/td>\n<td>\u2713<\/td>\n<td>\u2713<\/td>\n<\/tr>\n<tr>\n<td>Marketing<\/td>\n<td>\u2717<\/td>\n<td>\u2713<\/td>\n<td>\u2717<\/td>\n<td>\u2713<\/td>\n<td>\u2713<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>See how Finance and Legal can&#8217;t talk to Sales and Marketing? That&#8217;s to avoid insider trading risks.<\/p>\n<h3 id=\"make-a-barrier-plan\" tabindex=\"-1\">Make a barrier plan<\/h3>\n<p>Here&#8217;s your step-by-step:<\/p>\n<p>1. List user groups and their attributes<\/p>\n<p>2. Define communication policies for each group<\/p>\n<p>3. Prepare PowerShell scripts for group creation<\/p>\n<p>4. Schedule policy implementation<\/p>\n<p>5. Plan user communication and training<\/p>\n<p>6. Set up monitoring and compliance checks<\/p>\n<p>Make sure your plan fits your company&#8217;s rules and industry regulations.<\/p>\n<blockquote>\n<p>&quot;These guidelines help people make smart communication choices.&quot;<\/p>\n<\/blockquote>\n<h2 id=\"turn-on-information-barriers-in-teams\" tabindex=\"-1\" class=\"sb\">Turn on information barriers in Teams<\/h2>\n<p>Ready to activate your planned barriers in Microsoft Teams? Let&#8217;s do it in three steps:<\/p>\n<h3 id=\"enable-the-feature\" tabindex=\"-1\">Enable the feature<\/h3>\n<p>Here&#8217;s how to turn on information barriers:<\/p>\n<ol>\n<li>Log in to the <a href=\"https:\/\/learn.microsoft.com\/en-us\/purview\/\" target=\"_blank\" style=\"display: inline;\" rel=\"noopener\">Microsoft Purview<\/a> compliance portal<\/li>\n<li>Go to Information barriers<\/li>\n<li>Click &quot;Turn on Information barriers&quot;<\/li>\n<li>Wait 30 minutes for changes to take effect<\/li>\n<\/ol>\n<p>You&#8217;ll need to be a Microsoft 365 global admin, compliance admin, or information barrier compliance manager.<\/p>\n<h3 id=\"set-up-name-search\" tabindex=\"-1\">Set up name search<\/h3>\n<p>Now, enable scoped directory search:<\/p>\n<ol>\n<li>Head to the <a href=\"https:\/\/nboldapp.com\/microsoft-teams-admin-center\/\" style=\"display: inline;\">Microsoft Teams admin center<\/a><\/li>\n<li>Select &quot;Org-wide settings&quot; &gt; &quot;Teams settings&quot;<\/li>\n<li>Under &quot;Search by name&quot;, switch on &quot;Scope directory search in Teams&quot;<\/li>\n<li>Hit &quot;Save&quot;<\/li>\n<\/ol>\n<p>This step is key. It uses <a href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-365\/exchange\/exchange-online\" target=\"_blank\" style=\"display: inline;\" rel=\"noopener\">Exchange Online<\/a> Address Book Policies to separate user groups.<\/p>\n<h3 id=\"check-your-settings\" tabindex=\"-1\">Check your settings<\/h3>\n<p>Double-check everything:<\/p>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Setting<\/th>\n<th>Where to check<\/th>\n<th>What to look for<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Information barriers<\/td>\n<td>Microsoft Purview compliance portal<\/td>\n<td>Status: On<\/td>\n<\/tr>\n<tr>\n<td>Scoped directory search<\/td>\n<td>Microsoft Teams admin center<\/td>\n<td>Status: On<\/td>\n<\/tr>\n<tr>\n<td>User segments<\/td>\n<td>PowerShell<\/td>\n<td>Correct user assignments<\/td>\n<\/tr>\n<tr>\n<td>Policies<\/td>\n<td>Microsoft Purview compliance portal<\/td>\n<td>Accurate rules and applications<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use PowerShell to verify user segments and policies:<\/p>\n<pre><code class=\"language-powershell\">Get-InformationBarrierRecipientStatus -Identity user@contoso.com\n<\/code><\/pre>\n<p>This shows the information barrier status for a specific user.<\/p>\n<blockquote>\n<p>A Microsoft 365 certified pro says: &quot;Information barriers in Teams pack a punch, but they need careful setup. Always double-check your settings to match your org&#8217;s needs.&quot;<\/p>\n<\/blockquote>\n<h2 id=\"create-user-groups\" tabindex=\"-1\" class=\"sb\">Create user groups<\/h2>\n<p>To set up information barriers in Microsoft Teams, you need to create user groups. Here&#8217;s how:<\/p>\n<h3 id=\"user-account-details\" tabindex=\"-1\">User account details<\/h3>\n<p>You&#8217;ll need these account details to make user groups:<\/p>\n<ul>\n<li>Department<\/li>\n<li>Job title<\/li>\n<li>Email address<\/li>\n<li>Alias<\/li>\n<\/ul>\n<p>These help define segments for your barrier policies.<\/p>\n<h3 id=\"use-powershell-to-make-groups\" tabindex=\"-1\">Use <a href=\"https:\/\/learn.microsoft.com\/en-us\/powershell\/\" target=\"_blank\" style=\"display: inline;\" rel=\"noopener\">PowerShell<\/a> to make groups<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/mars-images.imgix.net\/seobot\/screenshots\/learn.microsoft.com-fb6a5b80c5a1844a2231b6c6efaee594.jpg?auto=compress\" alt=\"PowerShell\" style=\"width:100%;\"><\/p>\n<p>PowerShell is your tool for this job. Here&#8217;s what to do:<\/p>\n<p>1. Open PowerShell as admin<\/p>\n<p>2. Connect to Microsoft 365:<\/p>\n<pre><code>Connect-IPPSSession\n<\/code><\/pre>\n<p>3. Create a new segment:<\/p>\n<pre><code>New-OrganizationSegment -Name &quot;Sales&quot; -UserGroupFilter &quot;Department -eq 'Sales'&quot;\n<\/code><\/pre>\n<p>This makes a segment for all Sales department users.<\/p>\n<p>To see all segments:<\/p>\n<pre><code>Get-OrganizationSegment | Format-List Name,UserGroupFilter\n<\/code><\/pre>\n<h3 id=\"tips-for-making-groups\" tabindex=\"-1\">Tips for making groups<\/h3>\n<ol>\n<li>Use clear names for your segments.<\/li>\n<li>Start with a few key groups.<\/li>\n<li>Check a user&#8217;s status:<\/li>\n<\/ol>\n<pre><code>Get-InformationBarrierRecipientStatus -Identity user@contoso.com\n<\/code><\/pre>\n<ol start=\"4\">\n<li>Update your groups as your org changes.<\/li>\n<\/ol>\n<blockquote>\n<p>&quot;Information barriers in Teams are powerful, but need careful setup. Always double-check your settings.&quot; &#8211; Microsoft 365 pro<\/p>\n<\/blockquote>\n<h2 id=\"make-barrier-policies\" tabindex=\"-1\" class=\"sb\">Make barrier policies<\/h2>\n<p>Here&#8217;s how to set up information barrier policies in Microsoft Teams:<\/p>\n<h3 id=\"block-or-allow-policies\" tabindex=\"-1\">Block or allow policies<\/h3>\n<p>You&#8217;ve got two main options:<\/p>\n<ol>\n<li>Block policies: Stop communication between specific groups<\/li>\n<li>Allow policies: Let communication happen only with certain groups<\/li>\n<\/ol>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Policy<\/th>\n<th>What it does<\/th>\n<th>When to use it<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Block<\/td>\n<td>Stops communication<\/td>\n<td>Most groups can talk freely<\/td>\n<\/tr>\n<tr>\n<td>Allow<\/td>\n<td>Limits communication<\/td>\n<td>Groups need strict separation<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Stick with block policies most of the time. It&#8217;s simpler for users.<\/p>\n<h3 id=\"write-policy-rules\" tabindex=\"-1\">Write policy rules<\/h3>\n<p>To create a policy:<\/p>\n<ol>\n<li>Open PowerShell as admin<\/li>\n<li>Connect to Microsoft 365:<\/li>\n<\/ol>\n<pre><code>Connect-IPPSSession\n<\/code><\/pre>\n<ol start=\"3\">\n<li>Create the policy:<\/li>\n<\/ol>\n<pre><code>New-InformationBarrierPolicy -Name &quot;Policy-Name&quot; -AssignedSegment &quot;Segment-A&quot; -SegmentsBlocked &quot;Segment-B&quot; -State Inactive\n<\/code><\/pre>\n<p>Remember:<\/p>\n<ul>\n<li>One policy per segment<\/li>\n<li>Keep policies inactive until you&#8217;re ready<\/li>\n<\/ul>\n<h3 id=\"test-policies\" tabindex=\"-1\">Test policies<\/h3>\n<p>Before going big:<\/p>\n<ol>\n<li>Make test segments with a few users<\/li>\n<li>Apply policies to these segments<\/li>\n<li>Check if test users can communicate<\/li>\n<li>Verify policy status:<\/li>\n<\/ol>\n<pre><code>Get-InformationBarrierPoliciesApplicationStatus -All\n<\/code><\/pre>\n<blockquote>\n<p>&quot;Information barriers restrict communication between users inside a tenant.&quot; &#8211; Microsoft 365 Teams Administrator Associate Cert Prep Instructor<\/p>\n<\/blockquote>\n<p>Ready to go? Apply policies:<\/p>\n<pre><code>Start-InformationBarrierPoliciesApplication\n<\/code><\/pre>\n<p>Heads up: It takes about an hour for every 5,000 user accounts. Plan accordingly for big orgs.<\/p>\n<h6 id=\"sbb-itb-8be0fd2\" class=\"sb-banner\" style=\"color:transparent!important;line-height:0!important;padding:0!important;margin:0!important;\">sbb-itb-8be0fd2<\/h6>\n<h2 id=\"use-barrier-policies\" tabindex=\"-1\" class=\"sb\">Use barrier policies<\/h2>\n<p>You&#8217;ve made your information barrier policies. Now let&#8217;s put them to work in Microsoft Teams.<\/p>\n<h3 id=\"apply-policies-to-groups\" tabindex=\"-1\">Apply policies to groups<\/h3>\n<p>Here&#8217;s how to apply policies to user groups:<\/p>\n<ol>\n<li>Open PowerShell as admin<\/li>\n<li>Connect to Microsoft 365:<\/li>\n<\/ol>\n<pre><code>Connect-IPPSSession\n<\/code><\/pre>\n<ol start=\"3\">\n<li>Apply policy to a segment:<\/li>\n<\/ol>\n<pre><code>New-OrganizationSegment -Name &quot;Sales&quot; -UserGroupFilter &quot;Department -eq 'Sales'&quot;\n<\/code><\/pre>\n<ol start=\"4\">\n<li>Do this for each segment<\/li>\n<\/ol>\n<h3 id=\"turn-on-policies\" tabindex=\"-1\">Turn on policies<\/h3>\n<p>To activate your policies:<\/p>\n<ol>\n<li>Set policy to active:<\/li>\n<\/ol>\n<pre><code>Set-InformationBarrierPolicy -Identity &quot;Policy-Name&quot; -State Active\n<\/code><\/pre>\n<ol start=\"2\">\n<li>Apply all active policies:<\/li>\n<\/ol>\n<pre><code>Start-InformationBarrierPoliciesApplication\n<\/code><\/pre>\n<p>This can take up to 24 hours for big organizations. Plan ahead.<\/p>\n<h3 id=\"check-policy-status\" tabindex=\"-1\">Check policy status<\/h3>\n<p>Keep an eye on your policies:<\/p>\n<ol>\n<li>View all policies:<\/li>\n<\/ol>\n<pre><code>Get-InformationBarrierPolicy\n<\/code><\/pre>\n<ol start=\"2\">\n<li>Check application status:<\/li>\n<\/ol>\n<pre><code>Get-InformationBarrierPoliciesApplicationStatus -All\n<\/code><\/pre>\n<p>This shows if policies are <code>NotStarted<\/code>, <code>InProgress<\/code>, or <code>Completed<\/code>.<\/p>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Status<\/th>\n<th>Meaning<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>NotStarted<\/td>\n<td>Policy not applied yet<\/td>\n<\/tr>\n<tr>\n<td>InProgress<\/td>\n<td>Policy being applied<\/td>\n<\/tr>\n<tr>\n<td>Completed<\/td>\n<td>Policy fully applied<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>To stop the process:<\/p>\n<pre><code>Stop-InformationBarrierPoliciesApplication -Identity &lt;ApplicationId&gt;\n<\/code><\/pre>\n<p>Update your policies as your organization changes. It keeps your information barriers effective.<\/p>\n<blockquote>\n<p>&quot;Information barriers restrict communication between users inside a tenant.&quot; &#8211; Microsoft 365 Teams Administrator Associate Cert Prep Instructor<\/p>\n<\/blockquote>\n<h2 id=\"set-up-barriers-in-sharepoint-and-onedrive\" tabindex=\"-1\" class=\"sb\">Set up barriers in <a href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-365\/sharepoint\/collaboration\" target=\"_blank\" style=\"display: inline;\" rel=\"noopener\">SharePoint<\/a> and <a href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-365\/onedrive\/online-cloud-storage\" target=\"_blank\" style=\"display: inline;\" rel=\"noopener\">OneDrive<\/a><\/h2>\n<p><img decoding=\"async\" src=\"https:\/\/mars-images.imgix.net\/seobot\/screenshots\/www.microsoft.com-d34dc913d1eb348173e0a8e461ac052f.jpg?auto=compress\" alt=\"SharePoint\" style=\"width:100%;\"><\/p>\n<p>Information barriers in SharePoint and OneDrive control communication between groups. Here&#8217;s how to set them up:<\/p>\n<h3 id=\"barrier-modes\" tabindex=\"-1\">Barrier modes<\/h3>\n<p>SharePoint and OneDrive use different modes:<\/p>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Mode<\/th>\n<th>SharePoint<\/th>\n<th>OneDrive<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Open<\/td>\n<td>No segments, default for non-segmented sites<\/td>\n<td>Default for non-segmented users<\/td>\n<\/tr>\n<tr>\n<td>Owner Moderated<\/td>\n<td>Allows collaboration between incompatible segments with oversight<\/td>\n<td>Allows sharing with incompatible users when owner present<\/td>\n<\/tr>\n<tr>\n<td>Implicit<\/td>\n<td>Default for Teams-provisioned sites<\/td>\n<td>N\/A<\/td>\n<\/tr>\n<tr>\n<td>Explicit<\/td>\n<td>Applied when segment added to site<\/td>\n<td>Only matching segments can share<\/td>\n<\/tr>\n<tr>\n<td>Mixed<\/td>\n<td>N\/A<\/td>\n<td>Allows sharing with segmented and unsegmented users<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"sharepoint-setup\" tabindex=\"-1\">SharePoint setup<\/h3>\n<ol>\n<li>Enable barriers via PowerShell:<\/li>\n<\/ol>\n<pre><code>Set-SPOTenant -InformationBarriersSuspension $false\n<\/code><\/pre>\n<ol start=\"2\">\n<li>\nWait an hour for changes to take effect.\n<\/li>\n<li>\nAdd segments to sites:\n<\/li>\n<\/ol>\n<pre><code>Set-SPOSite -Identity &lt;site URL&gt; -AddInformationSegment &lt;segment GUID&gt;\n<\/code><\/pre>\n<ol start=\"4\">\n<li>Remove segments if needed:<\/li>\n<\/ol>\n<pre><code>Set-SPOSite -Identity &lt;site URL&gt; -RemoveInformationSegment &lt;segment GUID&gt;\n<\/code><\/pre>\n<h3 id=\"onedrive-setup\" tabindex=\"-1\">OneDrive setup<\/h3>\n<ol>\n<li>\nEnable barriers (same as SharePoint).\n<\/li>\n<li>\nSegmented users&#8217; OneDrive is auto-protected.\n<\/li>\n<li>\nManage user OneDrive segments:\n<\/li>\n<\/ol>\n<ul>\n<li>Add:<\/li>\n<\/ul>\n<pre><code>Set-SPOSite -Identity &lt;OneDrive URL&gt; -AddInformationSegment &lt;segment GUID&gt;\n<\/code><\/pre>\n<ul>\n<li>Remove:<\/li>\n<\/ul>\n<pre><code>Set-SPOSite -Identity &lt;OneDrive URL&gt; -RemoveInformationSegment &lt;segment GUID&gt;\n<\/code><\/pre>\n<ol start=\"4\">\n<li>\nChanges apply org-wide within 24 hours.\n<\/li>\n<li>\nOneDrive segments and modes auto-update if a user&#8217;s segment changes.\n<\/li>\n<\/ol>\n<h2 id=\"fix-barrier-problems\" tabindex=\"-1\" class=\"sb\">Fix barrier problems<\/h2>\n<p>Setting up information barriers in Teams? You might hit some snags. Here&#8217;s how to spot and solve common issues:<\/p>\n<h3 id=\"common-issues-and-fixes\" tabindex=\"-1\">Common issues and fixes<\/h3>\n<p>1. <strong>Address Book Policy (ABP) conflicts<\/strong><\/p>\n<p>Users in segments can&#8217;t see the Global Address List in Outlook Web App or search names in Teams? They might have the &quot;Empty AddressBook Mailbox Policy&quot; applied.<\/p>\n<p>Fix: Ditch all existing ABPs before setting up information barriers. Don&#8217;t create ABPs yourself &#8211; the barriers will do it automatically.<\/p>\n<p>2. <strong>Policy creation errors<\/strong><\/p>\n<p>Getting a &quot;Could not run the command New-InformationBarrierPolicy&quot; error when creating block policies?<\/p>\n<p>Fix: Make sure you have the Information Barrier Management role in Azure AD. If not, ask your admin to give it to you.<\/p>\n<p>3. <strong>Unexpected user removals<\/strong><\/p>\n<p>Users suddenly vanishing from Teams, group chats, and meetings? Your Information Barrier (IB) policies might not be activated properly.<\/p>\n<p>Fix: ALWAYS run <code>Start-InformationBarrierPoliciesApplication<\/code> right after activating IB policies.<\/p>\n<h3 id=\"powershell-to-the-rescue\" tabindex=\"-1\">PowerShell to the rescue<\/h3>\n<p>Use these PowerShell commands to diagnose and fix barrier issues:<\/p>\n<pre><code># Check policy status\nGet-InformationBarrierPolicy\n\n# Evaluate user segments\nGet-InformationBarrierRecipientStatus -Identity user@example.com\n\n# Re-add users to Microsoft 365 groups\nAdd-UnifiedGroupLinks -Identity &quot;GroupName&quot; -LinkType Members -Links &quot;user1@example.com&quot;,&quot;user2@example.com&quot;\n<\/code><\/pre>\n<h3 id=\"need-more-help%3F\" tabindex=\"-1\">Need more help?<\/h3>\n<p>Still stuck?<\/p>\n<ol>\n<li>Check Microsoft&#8217;s docs for the latest updates and known issues.<\/li>\n<li>Use Azure AD audit search to find team member removals related to Information Barriers.<\/li>\n<li>If you&#8217;re still scratching your head, open a support ticket with Microsoft.<\/li>\n<\/ol>\n<h2 id=\"help-users-adapt\" tabindex=\"-1\" class=\"sb\">Help users adapt<\/h2>\n<p>Implementing information barriers in Microsoft Teams can shake things up. Here&#8217;s how to smooth the transition:<\/p>\n<h3 id=\"how-barriers-affect-daily-work\" tabindex=\"-1\">How barriers affect daily work<\/h3>\n<p>Information barriers put limits on who can talk to who. This means:<\/p>\n<ul>\n<li>Some Teams channels or chats might be off-limits<\/li>\n<li>Searching for or contacting certain colleagues could be tricky<\/li>\n<li>Some SharePoint sites and OneDrive content might disappear<\/li>\n<\/ul>\n<p>Think of a financial firm where investment bankers can&#8217;t message research analysts. It&#8217;s all about keeping things above board and avoiding insider trading risks.<\/p>\n<h3 id=\"tell-users-about-changes\" tabindex=\"-1\">Tell users about changes<\/h3>\n<p>When rolling out these barriers, communication is key. Here&#8217;s the game plan:<\/p>\n<p>1. <strong>Start early<\/strong><\/p>\n<p>Give your team a heads up well before D-Day. This gives them time to process and ask questions.<\/p>\n<p>2. <strong>Use multiple channels<\/strong><\/p>\n<p>Spread the word through emails, meetings, intranet posts, and training sessions.<\/p>\n<p>3. <strong>Explain the why<\/strong><\/p>\n<p>Help your team understand the reasoning. For example:<\/p>\n<blockquote>\n<p>&quot;We&#8217;re putting up these barriers to play by the rules and keep sensitive data safe. It&#8217;s all about avoiding conflicts and keeping our clients&#8217; trust.&quot;<\/p>\n<\/blockquote>\n<p>4. <strong>Be specific<\/strong><\/p>\n<p>Lay out who&#8217;s affected and how. A simple table can work wonders:<\/p>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Group<\/th>\n<th>Can talk to<\/th>\n<th>Can&#8217;t talk to<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Sales<\/td>\n<td>Marketing, Support<\/td>\n<td>Finance, Legal<\/td>\n<\/tr>\n<tr>\n<td>HR<\/td>\n<td>Everyone<\/td>\n<td>No one<\/td>\n<\/tr>\n<tr>\n<td>Legal<\/td>\n<td>Finance, HR<\/td>\n<td>Sales, Marketing<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"offer-user-support\" tabindex=\"-1\">Offer user support<\/h3>\n<p>To help your team roll with the changes:<\/p>\n<ol>\n<li>Create a FAQ<\/li>\n<li>Set up a help desk<\/li>\n<li>Provide training<\/li>\n<li>Keep an eye on things and be ready to adjust<\/li>\n<\/ol>\n<h2 id=\"keep-barriers-up-to-date\" tabindex=\"-1\" class=\"sb\">Keep barriers up to date<\/h2>\n<p>Managing information barriers in Microsoft Teams isn&#8217;t a set-it-and-forget-it task. You need to stay on top of it. Here&#8217;s how:<\/p>\n<h3 id=\"check-policies-regularly\" tabindex=\"-1\">Check policies regularly<\/h3>\n<p>Look at your information barrier policies at least every three months. Make sure they still fit your company&#8217;s needs and follow the rules.<\/p>\n<blockquote>\n<p>Example: In March 2023, a big financial company found out during a routine check that their policies weren&#8217;t updated after a department merger. This could have led to information leaks.<\/p>\n<\/blockquote>\n<p>Use this checklist:<\/p>\n<ul>\n<li>[ ] Are all user segments still correct?<\/li>\n<li>[ ] Any new rules to follow?<\/li>\n<li>[ ] Do policies match recent company changes?<\/li>\n<li>[ ] Test some user accounts to check restrictions<\/li>\n<\/ul>\n<h3 id=\"update-groups-and-policies\" tabindex=\"-1\">Update groups and policies<\/h3>\n<p>When your company changes, your barriers need to change too:<\/p>\n<p>1. <strong>Spot changes<\/strong>: New departments? Role changes? Company shakeups?<\/p>\n<p>2. <strong>Fix user segments<\/strong>: Update PowerShell scripts for new groups.<\/p>\n<p>3. <strong>Tweak policies<\/strong>: Change existing ones or make new ones.<\/p>\n<p>4. <strong>Test and apply<\/strong>: Use <em>Start-InformationBarrierPoliciesApplication<\/em> to update all active policies.<\/p>\n<p>Changes can take up to 24 hours to kick in. Try to update during off-hours to avoid disruptions.<\/p>\n<h3 id=\"keep-up-with-new-features\" tabindex=\"-1\">Keep up with new features<\/h3>\n<p>Microsoft&#8217;s always adding new tools for information barriers. Stay in the loop:<\/p>\n<ul>\n<li>Check the Microsoft 365 roadmap<\/li>\n<li>Join Microsoft Teams admin forums<\/li>\n<li>Go to Microsoft events (online or in-person)<\/li>\n<\/ul>\n<blockquote>\n<p>Fun fact: In late 2022, Microsoft rolled out better reporting for information barriers. Now admins can spot policy conflicts and user assignment issues faster.<\/p>\n<\/blockquote>\n<table style=\"width:100%;\">\n<thead>\n<tr>\n<th>Feature<\/th>\n<th>When<\/th>\n<th>What it does<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Better Reporting<\/td>\n<td>Q4 2022<\/td>\n<td>Spots policy conflicts easier<\/td>\n<\/tr>\n<tr>\n<td>Segment Analyzer<\/td>\n<td>Q2 2023<\/td>\n<td>Suggests best user groupings<\/td>\n<\/tr>\n<tr>\n<td>Policy Simulator<\/td>\n<td>Planned Q4 2023<\/td>\n<td>Tests policy effects before you use them<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"wrap-up\" tabindex=\"-1\" class=\"sb\">Wrap-up<\/h2>\n<p>Here&#8217;s a quick rundown of setting up information barriers in Microsoft Teams:<\/p>\n<p>1. <strong>Check prerequisites<\/strong><\/p>\n<p>Make sure you have the right licenses, enable scoped directory search, turn on Microsoft 365 audit log, and get admin consent for IB policies.<\/p>\n<p>2. <strong>Segment users<\/strong><\/p>\n<p>Update Azure AD properties, create segments (up to 5,000), and assign users to a max of 10 segments each.<\/p>\n<p>3. <strong>Create IB policies<\/strong><\/p>\n<p>Use PowerShell to define Block or Allow policies. For example:<\/p>\n<pre><code>New-InformationBarrierPolicy -Name &quot;Sales-Research&quot; -AssignedSegment &quot;Sales&quot; -SegmentsBlocked &quot;Research&quot; -State Inactive\n<\/code><\/pre>\n<p>4. <strong>Apply and manage policies<\/strong><\/p>\n<p>Set policies to &quot;Active&quot; and use <code>Start-InformationBarrierPoliciesApplication<\/code> to apply changes. Give it up to 24 hours for large orgs.<\/p>\n<p>Don&#8217;t forget to keep managing your barriers:<\/p>\n<ul>\n<li>Check policies quarterly<\/li>\n<li>Update when your org changes<\/li>\n<li>Use PowerShell for updates<\/li>\n<\/ul>\n<p>Some final tips:<\/p>\n<ul>\n<li>Use as few policies as possible<\/li>\n<li>Keep Azure AD info current<\/li>\n<li>Plan updates during off-hours<\/li>\n<li>Stay up-to-date on new IB features<\/li>\n<\/ul>\n<h2 id=\"faqs\" tabindex=\"-1\" class=\"sb\">FAQs<\/h2>\n<h3 id=\"how-to-set-up-information-barriers-in-teams%3F\" tabindex=\"-1\">How to set up information barriers in Teams?<\/h3>\n<p>Here&#8217;s how to set up information barriers in Microsoft Teams:<\/p>\n<ol>\n<li>Log into the compliance portal with admin credentials<\/li>\n<li>Navigate to Information barriers &gt; Policies<\/li>\n<li>Click Create policy<\/li>\n<li>Name your policy and follow the wizard<\/li>\n<\/ol>\n<p>Don&#8217;t forget to check your license and permissions first.<\/p>\n<h3 id=\"how-do-you-set-up-information-barriers-in-teams%3F\" tabindex=\"-1\">How do you set up information barriers in Teams?<\/h3>\n<p>Setting up information barriers in Teams involves:<\/p>\n<ol>\n<li>Planning your barrier strategy<\/li>\n<li>Creating user segments in Azure AD<\/li>\n<li>Defining policies with PowerShell<\/li>\n<li>Applying and managing those policies<\/li>\n<\/ol>\n<p>Here&#8217;s an example of creating a policy:<\/p>\n<pre><code>New-InformationBarrierPolicy -Name &quot;Finance-Marketing&quot; -AssignedSegment &quot;Finance&quot; -SegmentsBlocked &quot;Marketing&quot; -State Inactive\n<\/code><\/pre>\n<h3 id=\"what-is-the-information-barrier-policy-in-microsoft-teams%3F\" tabindex=\"-1\">What is the information barrier policy in <a href=\"https:\/\/www.microsoft.com\/en-us\/microsoft-teams\/group-chat-software\" target=\"_blank\" style=\"display: inline;\" rel=\"noopener\">Microsoft Teams<\/a>?<\/h3>\n<p>Information barrier policies in Teams are rules that:<\/p>\n<ul>\n<li>Stop certain groups from communicating<\/li>\n<li>Protect sensitive info<\/li>\n<li>Help maintain compliance<\/li>\n<\/ul>\n<p>For example, a policy might prevent Finance from chatting with Marketing to avoid insider trading risks.<\/p>\n<h3 id=\"how-to-configure-information-barriers%3F\" tabindex=\"-1\">How to configure information barriers?<\/h3>\n<p>To configure information barriers:<\/p>\n<ol>\n<li>Enable scoped directory search in Teams<\/li>\n<li>Update Azure AD with user segments<\/li>\n<li>Use PowerShell to create policies<\/li>\n<li>Apply policies and monitor their status<\/li>\n<\/ol>\n<p>It can take up to 24 hours for changes to take effect in large organizations.<\/p>\n<h3 id=\"what-is-the-information-barrier-policy-in-teams%3F\" tabindex=\"-1\">What is the information barrier policy in Teams?<\/h3>\n<p>Information barrier policies in Teams:<\/p>\n<ul>\n<li>Block unauthorized collaboration<\/li>\n<li>Restrict adding users to teams\/channels<\/li>\n<li>Limit content access<\/li>\n<li>Prevent 1:1 and group chats<\/li>\n<li>Control meeting invites<\/li>\n<li>Affect user visibility in people search<\/li>\n<\/ul>\n<p>For instance, if Enrico (Banking) and Pradeep (Financial Advisor) are in segments with a blocking policy, they can&#8217;t communicate in Teams.<\/p>\n<p><h2>Related posts<\/h2>\n<ul>\n<li><a href=\"\/10-microsoft-teams-tips-to-boost-productivity\/\" style=\"display: inline;\">10 Microsoft Teams Tips to Boost Productivity<\/a><\/li>\n<li><a href=\"\/microsoft-teams-note-security-checklist-2024\/\" style=\"display: inline;\">Microsoft Teams Note Security Checklist 2024<\/a><\/li>\n<li><a href=\"\/microsoft-teams-dlp-setup-guide-2024\/\" style=\"display: inline;\">Microsoft Teams DLP: Setup Guide 2024<\/a><\/li>\n<li><a href=\"\/troubleshooting-microsoft-teams-information-barrier-policies\/\" style=\"display: inline;\">Troubleshooting Microsoft Teams Information Barrier Policies<\/a><\/li>\n<\/ul>\n<p><script async src=\"https:\/\/app.seobotai.com\/banner\/banner.js?id=670c76662b18dc727a1fdf23\"><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to set up information barriers in Microsoft Teams to control communication and protect sensitive data effectively.<\/p>","protected":false},"author":11,"featured_media":13438,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[745],"tags":[],"class_list":["post-13439","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-teams"],"featured_image_src":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/10\/image_1728876195575.webp","author_info":{"display_name":"Alexandre Cipriani","author_link":"https:\/\/nboldapp.com\/fr\/author\/alexandre-cipriani\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Set Up Information Barriers in Microsoft Teams - nBold<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nboldapp.com\/fr\/how-to-set-up-information-barriers-in-microsoft-teams\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Set Up Information Barriers in Microsoft Teams\" \/>\n<meta property=\"og:description\" content=\"Learn how to set up information barriers in Microsoft Teams to control communication and protect sensitive data effectively.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nboldapp.com\/fr\/how-to-set-up-information-barriers-in-microsoft-teams\/\" \/>\n<meta property=\"og:site_name\" content=\"nBold\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-14T00:39:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-07T13:53:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/10\/image_1728876195575.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1344\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Alexandre Cipriani\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nboldhq\" \/>\n<meta name=\"twitter:site\" content=\"@nboldhq\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alexandre Cipriani\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Set Up Information Barriers in Microsoft Teams - nBold","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nboldapp.com\/fr\/how-to-set-up-information-barriers-in-microsoft-teams\/","og_locale":"fr_FR","og_type":"article","og_title":"How to Set Up Information Barriers in Microsoft Teams","og_description":"Learn how to set up information barriers in Microsoft Teams to control communication and protect sensitive data effectively.","og_url":"https:\/\/nboldapp.com\/fr\/how-to-set-up-information-barriers-in-microsoft-teams\/","og_site_name":"nBold","article_published_time":"2024-10-14T00:39:50+00:00","article_modified_time":"2024-11-07T13:53:43+00:00","og_image":[{"width":1344,"height":768,"url":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/10\/image_1728876195575.webp","type":"image\/webp"}],"author":"Alexandre Cipriani","twitter_card":"summary_large_image","twitter_creator":"@nboldhq","twitter_site":"@nboldhq","twitter_misc":{"\u00c9crit par":"Alexandre Cipriani","Dur\u00e9e de lecture estim\u00e9e":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/#article","isPartOf":{"@id":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/"},"author":{"name":"Alexandre Cipriani","@id":"https:\/\/nboldapp.com\/#\/schema\/person\/ffd46719c510e6ee95af907cd2c2f985"},"headline":"How to Set Up Information Barriers in Microsoft Teams","datePublished":"2024-10-14T00:39:50+00:00","dateModified":"2024-11-07T13:53:43+00:00","mainEntityOfPage":{"@id":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/"},"wordCount":2424,"publisher":{"@id":"https:\/\/nboldapp.com\/#organization"},"image":{"@id":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/#primaryimage"},"thumbnailUrl":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/10\/image_1728876195575.webp","articleSection":["Teams"],"inLanguage":"fr-FR"},{"@type":"WebPage","@id":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/","url":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/","name":"How to Set Up Information Barriers in Microsoft Teams - nBold","isPartOf":{"@id":"https:\/\/nboldapp.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/#primaryimage"},"image":{"@id":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/#primaryimage"},"thumbnailUrl":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/10\/image_1728876195575.webp","datePublished":"2024-10-14T00:39:50+00:00","dateModified":"2024-11-07T13:53:43+00:00","breadcrumb":{"@id":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/#primaryimage","url":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/10\/image_1728876195575.webp","contentUrl":"https:\/\/nboldapp.com\/wp-content\/uploads\/2024\/10\/image_1728876195575.webp","width":1344,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/nboldapp.com\/how-to-set-up-information-barriers-in-microsoft-teams\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nboldapp.com\/"},{"@type":"ListItem","position":2,"name":"How to Set Up Information Barriers in Microsoft Teams"}]},{"@type":"WebSite","@id":"https:\/\/nboldapp.com\/#website","url":"https:\/\/nboldapp.com\/","name":"nBold","description":"The Collaboration Process Technology.","publisher":{"@id":"https:\/\/nboldapp.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nboldapp.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/nboldapp.com\/#organization","name":"nBold","url":"https:\/\/nboldapp.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nboldapp.com\/#\/schema\/logo\/image\/","url":"https:\/\/nboldapp.com\/wp-content\/uploads\/2022\/02\/Logo.svg","contentUrl":"https:\/\/nboldapp.com\/wp-content\/uploads\/2022\/02\/Logo.svg","width":74,"height":21,"caption":"nBold"},"image":{"@id":"https:\/\/nboldapp.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/nboldhq","https:\/\/www.linkedin.com\/company\/nboldhq"]},{"@type":"Person","@id":"https:\/\/nboldapp.com\/#\/schema\/person\/ffd46719c510e6ee95af907cd2c2f985","name":"Alexandre Cipriani","url":"https:\/\/nboldapp.com\/fr\/author\/alexandre-cipriani\/"}]}},"_links":{"self":[{"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/posts\/13439","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/comments?post=13439"}],"version-history":[{"count":0,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/posts\/13439\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/media\/13438"}],"wp:attachment":[{"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/media?parent=13439"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/categories?post=13439"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nboldapp.com\/fr\/wp-json\/wp\/v2\/tags?post=13439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}