{"id":213,"date":"2023-04-14T10:16:45","date_gmt":"2023-04-14T09:16:45","guid":{"rendered":"http:\/\/virtualnomad.nl\/?p=213"},"modified":"2023-04-14T10:16:45","modified_gmt":"2023-04-14T09:16:45","slug":"implementing-external-email-warning-tag-in-exchange-online","status":"publish","type":"post","link":"https:\/\/virtualnomad.nl\/?p=213","title":{"rendered":"Implementing External Email Warning Tag in Exchange Online"},"content":{"rendered":"\n<p>External email warnings are essential for alerting users about potential malicious links or phishing emails sent by external senders. These warnings play a significant role in protecting against spam and phishing threats. Admins have traditionally used a transport rule to add an [External] tag in the subject line. However, this approach has a few limitations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The tag consumes valuable space in the subject line, making it difficult to preview the subject.<\/li>\n\n\n\n<li>The transport rule might not account for the end user&#8217;s language, resulting in localization issues.<\/li>\n\n\n\n<li>Multiple external tags can accumulate if external users continue replying to a thread.<\/li>\n\n\n\n<li>To address these limitations, Microsoft introduced native external sender callouts in Outlook.<\/li>\n<\/ul>\n\n\n\n<p>Native External Sender Identification \u2013 External Tag:<br>Microsoft developed a new &#8216;External&#8217; tag to offer a more user-friendly way of identifying external emails. The External tag appears on emails from external senders, making it easier for users to view and verify the actual sender&#8217;s email address.<\/p>\n\n\n\n<p>Once you enable external tagging, external email alerts will look similar to the accompanying screenshot:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"886\" height=\"590\" data-attachment-id=\"214\" data-permalink=\"https:\/\/virtualnomad.nl\/?attachment_id=214\" data-orig-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/external-tag.webp\" data-orig-size=\"886,590\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"external-tag\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/external-tag-300x200.webp\" data-large-file=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/external-tag.webp\" src=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/external-tag.webp\" alt=\"\" class=\"wp-image-214\" srcset=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/external-tag.webp 886w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/external-tag-300x200.webp 300w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/external-tag-768x511.webp 768w, https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/external-tag-850x566.webp 850w\" sizes=\"(max-width: 886px) 100vw, 886px\" \/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Unleashing the Power of External Tagging in Exchange Online<\/strong><\/p>\n\n\n\n<p>By default, external tagging is taking a nap. You can wake it up and enable it through Exchange Online PowerShell.<\/p>\n\n\n\n<p>Heads up: If you&#8217;re using the transport rule to stamp an [External] tag in the subject line, give it a break before enabling native external tagging. Otherwise, your emails might end up wearing &#8216;External&#8217; badges like mismatched earrings.<\/p>\n\n\n\n<p>To enable the external tag, follow these simple steps:<\/p>\n\n\n\n<p>Step 1: Connect to <a href=\"https:\/\/learn.microsoft.com\/en-us\/powershell\/exchange\/connect-to-exchange-online-powershell?view=exchange-ps\" target=\"_blank\" rel=\"noreferrer noopener\">Exchange Online PowerShell<\/a> to access the external tagging cmdlets<\/p>\n\n\n\n<p>Step 2: Run the Set-ExternalInOutlook cmdlet like a maestro to turn on external tagging:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" style=\"font-size:.875rem;--cbp-line-number-color:#d8dee9ff;--cbp-line-number-width:7.703125px;line-height:1.25rem\"><span style=\"display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#39404f;color:#c8d0e0\">PowerShell<\/span><span role=\"button\" tabindex=\"0\" data-code=\"Set-ExternalInOutlook \u2013Enabled $true\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\"><code><span class=\"line\"><span style=\"color: #88C0D0\">Set-ExternalInOutlook<\/span><span style=\"color: #D8DEE9FF\"> \u2013Enabled <\/span><span style=\"color: #81A1C1\">$true<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p><br>To sneak a peek at your external tagging settings, use the Get-ExternalInOutlook cmdlet.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" style=\"font-size:.875rem;--cbp-line-number-color:#d8dee9ff;--cbp-line-number-width:7.703125px;line-height:1.25rem\"><span style=\"display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#39404f;color:#c8d0e0\">PowerShell<\/span><span role=\"button\" tabindex=\"0\" data-code=\"Get-ExternalInOutlook | Format-Table\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\"><code><span class=\"line\"><span style=\"color: #88C0D0\">Get-ExternalInOutlook<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">|<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #88C0D0\">Format-Table<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Once you enable this nifty feature, incoming external emails will sport an &#8216;External&#8217; tag. Don&#8217;t worry, it won&#8217;t mess with your existing emails.<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Excluding Specific Email Addresses or Domains from External Tagging<\/strong><\/p>\n\n\n\n<p>Sometimes, you might want to give certain external senders or domains a &#8220;VIP pass&#8221; and spare them the &#8216;External&#8217; tag treatment. That&#8217;s when the &#8216;AllowList&#8217; parameter comes in handy.<\/p>\n\n\n\n<p><strong>Method 1<\/strong>: For replacing the guest list and inviting multiple entries,<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" style=\"font-size:.875rem;--cbp-line-number-color:#d8dee9ff;--cbp-line-number-width:7.703125px;line-height:1.25rem\"><span style=\"display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#39404f;color:#c8d0e0\">PowerShell<\/span><span role=\"button\" tabindex=\"0\" data-code=\"Set-ExternalInOutlook \u2013AllowList &quot;test.user@asampledomain.com&quot;,&quot;virtualnomad.nl&quot; \" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\"><code><span class=\"line\"><span style=\"color: #88C0D0\">Set-ExternalInOutlook<\/span><span style=\"color: #D8DEE9FF\"> \u2013AllowList <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">test.user@asampledomain.com<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #81A1C1\">,<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">virtualnomad.nl<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>With the above cmdlet, <em>test.user@asampledomain.com<\/em> and the <em>virtualnomad.nl<\/em> domain get to skip the &#8216;External&#8217; tag velvet rope.<\/p>\n\n\n\n<p>Keep in mind, the guest list is capped at 30 entries, and the total size of all entries shouldn&#8217;t exceed one kilobyte (pack light!).<\/p>\n\n\n\n<p><strong>Method 2<\/strong>: To add fresh faces without disturbing the existing partygoers,<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" style=\"font-size:.875rem;--cbp-line-number-color:#d8dee9ff;--cbp-line-number-width:7.703125px;line-height:1.25rem\"><span style=\"display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#39404f;color:#c8d0e0\">PowerShell<\/span><span role=\"button\" tabindex=\"0\" data-code=\"Set-ExternalInOutlook \u2013AllowList @{Add=&quot;contosokaniewelweer.com&quot;,&quot;john@bonjovi.us&quot;}\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\"><code><span class=\"line\"><span style=\"color: #88C0D0\">Set-ExternalInOutlook<\/span><span style=\"color: #D8DEE9FF\"> \u2013AllowList <\/span><span style=\"color: #81A1C1\">@<\/span><span style=\"color: #ECEFF4\">{<\/span><span style=\"color: #D8DEE9\">Add<\/span><span style=\"color: #81A1C1\">=<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">contosokaniewelweer.com<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #81A1C1\">,<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">john@bonjovi.us<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #ECEFF4\">}<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>This command rolls out the no-tag carpet for <em>contosokaniewelweer.com<\/em> and <em>john@bonjovi.us<\/em>, in addition to the previously exempted domains.<\/p>\n\n\n\n<p>Should you decide to revoke a domain or external user&#8217;s VIP status from the AllowList, simply use the cmdlet below:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" style=\"font-size:.875rem;--cbp-line-number-color:#d8dee9ff;--cbp-line-number-width:7.703125px;line-height:1.25rem\"><span style=\"display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#39404f;color:#c8d0e0\">PowerShell<\/span><span role=\"button\" tabindex=\"0\" data-code=\"Set-ExternalInOutlook \u2013AllowList @{Remove=&quot;contosokaniewelweer.com&quot;,&quot;john@bonjovi.us&quot;}\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\"><code><span class=\"line\"><span style=\"color: #88C0D0\">Set-ExternalInOutlook<\/span><span style=\"color: #D8DEE9FF\"> \u2013AllowList <\/span><span style=\"color: #81A1C1\">@<\/span><span style=\"color: #ECEFF4\">{<\/span><span style=\"color: #D8DEE9\">Remove<\/span><span style=\"color: #81A1C1\">=<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">contosokaniewelweer.com<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #81A1C1\">,<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">john@bonjovi.us<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #ECEFF4\">}<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p><\/p>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Exchange Online External Tag Playing Hide and Seek?<\/strong><\/p>\n\n\n\n<p> Here&#8217;s What to Do: If you&#8217;ve enabled external tagging but can&#8217;t spot the tag on external emails, you might be experiencing one of the following scenarios:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Patience is a virtue: External tagging is an org-wide setting, so it takes some time for Exchange Online to apply the changes. Microsoft mentions it can take 24-48 hours, so give it a little while for the external tags to appear on emails from external senders in supported Outlook versions.<\/li>\n\n\n\n<li>Compatibility check: External email tagging is supported in these Outlook versions:<ul><li>Outlook on the web<\/li><li>Outlook mobile (iOS &amp; Android) &#8211; version 4.2111.0 and higher<\/li><li>Outlook for Mac &#8211; version 16.47 and higher<\/li><li>Outlook for Windows &#8211; available from May 2021<\/li><\/ul>If you&#8217;re using a version from the digital Stone Age, it&#8217;s time for an upgrade.<\/li>\n\n\n\n<li>Are you part of the cool kids club? External tagging is a shiny new feature, so ensure your account is enabled for targeted release in the Microsoft 365 admin center. Users on targeted release get a sneak peek at new updates before the general population.<\/li>\n<\/ol>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Deciding Between Transport Rule and Native External Tag<\/strong><\/p>\n\n\n\n<p>Native external tagging has a more limited range of customization options compared to the transport rule since it&#8217;s a global setting. If your organization requires more fine-tuned control over external tagging, you might want to opt for the transport rule.<\/p>\n\n\n\n<p>Consider these scenarios:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>If your organization is a consultancy, you probably receive a lot of emails from external users. In this case, it&#8217;s crucial to exclude external tags for customer-facing mailboxes (e.g., support or sales) to prevent all incoming messages from being tagged as External.<\/li>\n\n\n\n<li>Suppose you want different sender-based warnings \u2013 one for popular domains like Gmail, Outlook, and Yahoo, and another for other business emails.<\/li>\n\n\n\n<li>If you&#8217;re aiming to personalize the appearance and content of the external warning message, the native cmdlet might not be your best bet.<\/li>\n<\/ol>\n\n\n\n<p>In these situations, configuring an external email warning through a transport rule would be the way to go.<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><strong>The End!<\/strong><\/p>\n\n\n\n<p>The native external tagging cmdlet has been a highly anticipated feature, and it undeniably enhances email security. As an admin, do you prefer sticking with the transport rule or making the leap to the native PowerShell cmdlet? Feel free to share your thoughts and experiences in the comment section below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>External email warnings are essential for alerting users about potential malicious links or phishing emails sent by external senders. These warnings play a significant role in protecting against spam and phishing threats. Admins have traditionally used a transport rule to add an [External] tag in the subject line. However, this approach has a few limitations:&#8230;<\/p>\n","protected":false},"author":1,"featured_media":217,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[4],"tags":[12,7,9,13],"class_list":["post-213","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-office-365","tag-exchangeonline","tag-o365","tag-security","tag-tag"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Implementing External Email Warning Tag in Exchange Online - Virtual Nomad<\/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:\/\/virtualnomad.nl\/?p=213\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Implementing External Email Warning Tag in Exchange Online - Virtual Nomad\" \/>\n<meta property=\"og:description\" content=\"External email warnings are essential for alerting users about potential malicious links or phishing emails sent by external senders. These warnings play a significant role in protecting against spam and phishing threats. Admins have traditionally used a transport rule to add an [External] tag in the subject line. However, this approach has a few limitations:...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtualnomad.nl\/?p=213\" \/>\n<meta property=\"og:site_name\" content=\"Virtual Nomad\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-14T09:16:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/nick-fewings-4pZu15OeTXA-unsplash-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Arno Geboers\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Arno Geboers\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=213#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=213\"},\"author\":{\"name\":\"Arno Geboers\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#\\\/schema\\\/person\\\/3c08ee70c43dfd351fe038a7f6038d3b\"},\"headline\":\"Implementing External Email Warning Tag in Exchange Online\",\"datePublished\":\"2023-04-14T09:16:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=213\"},\"wordCount\":869,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#\\\/schema\\\/person\\\/3c08ee70c43dfd351fe038a7f6038d3b\"},\"image\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=213#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/nick-fewings-4pZu15OeTXA-unsplash-scaled.jpg\",\"keywords\":[\"exchangeonline\",\"O365\",\"Security\",\"tag\"],\"articleSection\":[\"Office 365\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/virtualnomad.nl\\\/?p=213#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=213\",\"url\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=213\",\"name\":\"Implementing External Email Warning Tag in Exchange Online - Virtual Nomad\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=213#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=213#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/nick-fewings-4pZu15OeTXA-unsplash-scaled.jpg\",\"datePublished\":\"2023-04-14T09:16:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=213#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/virtualnomad.nl\\\/?p=213\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=213#primaryimage\",\"url\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/nick-fewings-4pZu15OeTXA-unsplash-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/nick-fewings-4pZu15OeTXA-unsplash-scaled.jpg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/?p=213#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/virtualnomad.nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Implementing External Email Warning Tag in Exchange Online\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#website\",\"url\":\"https:\\\/\\\/virtualnomad.nl\\\/\",\"name\":\"Virtual Nomad\",\"description\":\"a blog about the knowledge journey in Office 365 and Azure\",\"publisher\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#\\\/schema\\\/person\\\/3c08ee70c43dfd351fe038a7f6038d3b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/virtualnomad.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/#\\\/schema\\\/person\\\/3c08ee70c43dfd351fe038a7f6038d3b\",\"name\":\"Arno Geboers\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-AdobeStock_225103676-min.jpg\",\"url\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-AdobeStock_225103676-min.jpg\",\"contentUrl\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-AdobeStock_225103676-min.jpg\",\"width\":239,\"height\":178,\"caption\":\"Arno Geboers\"},\"logo\":{\"@id\":\"https:\\\/\\\/virtualnomad.nl\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-AdobeStock_225103676-min.jpg\"},\"sameAs\":[\"http:\\\/\\\/virtualnomad.nl\"],\"url\":\"https:\\\/\\\/virtualnomad.nl\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Implementing External Email Warning Tag in Exchange Online - Virtual Nomad","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:\/\/virtualnomad.nl\/?p=213","og_locale":"en_US","og_type":"article","og_title":"Implementing External Email Warning Tag in Exchange Online - Virtual Nomad","og_description":"External email warnings are essential for alerting users about potential malicious links or phishing emails sent by external senders. These warnings play a significant role in protecting against spam and phishing threats. Admins have traditionally used a transport rule to add an [External] tag in the subject line. However, this approach has a few limitations:...","og_url":"https:\/\/virtualnomad.nl\/?p=213","og_site_name":"Virtual Nomad","article_published_time":"2023-04-14T09:16:45+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/nick-fewings-4pZu15OeTXA-unsplash-scaled.jpg","type":"image\/jpeg"}],"author":"Arno Geboers","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Arno Geboers","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtualnomad.nl\/?p=213#article","isPartOf":{"@id":"https:\/\/virtualnomad.nl\/?p=213"},"author":{"name":"Arno Geboers","@id":"https:\/\/virtualnomad.nl\/#\/schema\/person\/3c08ee70c43dfd351fe038a7f6038d3b"},"headline":"Implementing External Email Warning Tag in Exchange Online","datePublished":"2023-04-14T09:16:45+00:00","mainEntityOfPage":{"@id":"https:\/\/virtualnomad.nl\/?p=213"},"wordCount":869,"commentCount":0,"publisher":{"@id":"https:\/\/virtualnomad.nl\/#\/schema\/person\/3c08ee70c43dfd351fe038a7f6038d3b"},"image":{"@id":"https:\/\/virtualnomad.nl\/?p=213#primaryimage"},"thumbnailUrl":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/nick-fewings-4pZu15OeTXA-unsplash-scaled.jpg","keywords":["exchangeonline","O365","Security","tag"],"articleSection":["Office 365"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtualnomad.nl\/?p=213#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtualnomad.nl\/?p=213","url":"https:\/\/virtualnomad.nl\/?p=213","name":"Implementing External Email Warning Tag in Exchange Online - Virtual Nomad","isPartOf":{"@id":"https:\/\/virtualnomad.nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtualnomad.nl\/?p=213#primaryimage"},"image":{"@id":"https:\/\/virtualnomad.nl\/?p=213#primaryimage"},"thumbnailUrl":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/nick-fewings-4pZu15OeTXA-unsplash-scaled.jpg","datePublished":"2023-04-14T09:16:45+00:00","breadcrumb":{"@id":"https:\/\/virtualnomad.nl\/?p=213#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtualnomad.nl\/?p=213"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtualnomad.nl\/?p=213#primaryimage","url":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/nick-fewings-4pZu15OeTXA-unsplash-scaled.jpg","contentUrl":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/nick-fewings-4pZu15OeTXA-unsplash-scaled.jpg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/virtualnomad.nl\/?p=213#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtualnomad.nl\/"},{"@type":"ListItem","position":2,"name":"Implementing External Email Warning Tag in Exchange Online"}]},{"@type":"WebSite","@id":"https:\/\/virtualnomad.nl\/#website","url":"https:\/\/virtualnomad.nl\/","name":"Virtual Nomad","description":"a blog about the knowledge journey in Office 365 and Azure","publisher":{"@id":"https:\/\/virtualnomad.nl\/#\/schema\/person\/3c08ee70c43dfd351fe038a7f6038d3b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtualnomad.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/virtualnomad.nl\/#\/schema\/person\/3c08ee70c43dfd351fe038a7f6038d3b","name":"Arno Geboers","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/03\/cropped-cropped-AdobeStock_225103676-min.jpg","url":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/03\/cropped-cropped-AdobeStock_225103676-min.jpg","contentUrl":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/03\/cropped-cropped-AdobeStock_225103676-min.jpg","width":239,"height":178,"caption":"Arno Geboers"},"logo":{"@id":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/03\/cropped-cropped-AdobeStock_225103676-min.jpg"},"sameAs":["http:\/\/virtualnomad.nl"],"url":"https:\/\/virtualnomad.nl\/?author=1"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/virtualnomad.nl\/wp-content\/uploads\/2023\/04\/nick-fewings-4pZu15OeTXA-unsplash-scaled.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/posts\/213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=213"}],"version-history":[{"count":0,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/posts\/213\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=\/wp\/v2\/media\/217"}],"wp:attachment":[{"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=213"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=213"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtualnomad.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}