{"id":525,"date":"2024-05-07T19:17:42","date_gmt":"2024-05-07T17:17:42","guid":{"rendered":"https:\/\/blog.bardalen.no\/?p=525"},"modified":"2024-05-16T12:33:48","modified_gmt":"2024-05-16T10:33:48","slug":"when-microsoft-secure-score-killed-azure-file-share","status":"publish","type":"post","link":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/","title":{"rendered":"When Microsoft Secure Score killed Azure File Share"},"content":{"rendered":"\n<p>Let me tell you a little story about a useful tool called Microsoft Secure Score and how one of it&#8217;s recommendations led to a crisis by killing off authentication for a Azure File Share&#8230;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Story<\/h2>\n\n\n\n<p>A customer had been using Azure File Share for quite some time as a replacement for a little local NAS. All was good and well. All of the files lived happily in the cloud and no hardware to worry about. All is good! The few people that need access to this share just run a little script shich in turn stores some authentication details in Windows. This is done via the command &laquo;cmdkey&raquo;. Nothing special here! It even looks something like this:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#33384d;color:#aaafcf\">BAT (Batchfile)<\/span><span role=\"button\" tabindex=\"0\" data-code=\"cmdkey \/add:targetname \/user:username \/pass:password\" style=\"color:#babed8;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 material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #89DDFF\">cmdkey<\/span><span style=\"color: #BABED8\"> \/add:targetname \/user:username \/pass:password<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>And then PowerShell can mount up the share. This might not be the BEST way to do it, but it will get the job done.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">With best intentions<\/h2>\n\n\n\n<p>Until&#8230; a wild recommendation in <a href=\"https:\/\/learn.microsoft.com\/en-us\/defender-xdr\/microsoft-secure-score\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Secure Score<\/a> appears! This is a score given by Microsoft based on a number of indicators showing your tenants security posture. Low score bad, high score good. The higher the score, the better your security is.<\/p>\n\n\n\n<p>And security sometimes comes with a cost. It&#8217;s almost always a tradeoff between high usability with low security, and the other way around. A highly secure system will be less vulnerable and may not be as flexible.<\/p>\n\n\n\n<p>Since I work for an MSP we manage a lot of tenants, and a lot of those customers have services from us where we continually tweak security settings to try our very best to have the high ground IF and WHEN the attackers come. This is an infinite mindset we have adopted.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What happened<\/h2>\n\n\n\n<p>So as a part of this we also harden the Windows devices that are managed by Intune. And in Windows we can do a lot of things, as disable stuff like storing credentials so no hackers can get to them and so on. Good, right? Well, what did I tell you about the Azure File Share? Right&#8230; we need access to not only store the credentials but also read them. So what happens when we tighten the grip a bit too much? We block them out of the file shares since they no longer can authenticate \ud83d\ude42<\/p>\n\n\n\n<p>Because we set this little bugger to be enabled by doing this:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#33384d;color:#aaafcf\">PowerShell<\/span><span role=\"button\" tabindex=\"0\" data-code=\"[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Lsa]\n&quot;disabledomaincreds&quot;=dword:00000001\" style=\"color:#babed8;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 material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #89DDFF\">[<\/span><span style=\"color: #C792EA\">HKEY<\/span><span style=\"color: #BABED8\">_<\/span><span style=\"color: #C792EA\">LOCAL<\/span><span style=\"color: #BABED8\">_<\/span><span style=\"color: #C792EA\">MACHINE<\/span><span style=\"color: #BABED8\">\\<\/span><span style=\"color: #C792EA\">SYSTEM<\/span><span style=\"color: #BABED8\">\\<\/span><span style=\"color: #C792EA\">CurrentControlSet<\/span><span style=\"color: #BABED8\">\\<\/span><span style=\"color: #C792EA\">Control<\/span><span style=\"color: #BABED8\">\\<\/span><span style=\"color: #C792EA\">Lsa<\/span><span style=\"color: #89DDFF\">]<\/span><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">disabledomaincreds<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">=<\/span><span style=\"color: #BABED8\">dword:<\/span><span style=\"color: #F78C6C\">00000001<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>This essentially disables the local credential store where the much needed credentials are stored. We logged in on one computer, changed it to (Disable):<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#33384d;color:#aaafcf\">PowerShell<\/span><span role=\"button\" tabindex=\"0\" data-code=\"[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Lsa]\n&quot;disabledomaincreds&quot;=dword:00000000\" style=\"color:#babed8;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 material-theme-palenight\" style=\"background-color: #292D3E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #89DDFF\">[<\/span><span style=\"color: #C792EA\">HKEY<\/span><span style=\"color: #BABED8\">_<\/span><span style=\"color: #C792EA\">LOCAL<\/span><span style=\"color: #BABED8\">_<\/span><span style=\"color: #C792EA\">MACHINE<\/span><span style=\"color: #BABED8\">\\<\/span><span style=\"color: #C792EA\">SYSTEM<\/span><span style=\"color: #BABED8\">\\<\/span><span style=\"color: #C792EA\">CurrentControlSet<\/span><span style=\"color: #BABED8\">\\<\/span><span style=\"color: #C792EA\">Control<\/span><span style=\"color: #BABED8\">\\<\/span><span style=\"color: #C792EA\">Lsa<\/span><span style=\"color: #89DDFF\">]<\/span><\/span>\n<span class=\"line\"><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">disabledomaincreds<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #89DDFF\">=<\/span><span style=\"color: #BABED8\">dword:<\/span><span style=\"color: #F78C6C\">00000000<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>And everything were smooth sailing again. PHEW!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What we learned<\/h2>\n\n\n\n<p>As it may have good intentions, security settings will at some point affect SOMETHING. Not every recommendation from Microsoft Secure Score is a hit. Sometimes it&#8217;s a miss. Not every customer notices the changes, but no customer is like the next one. Of about 50 customers we rolled out this change to, there were like two of them that got some sort of problems. Every change will introduce some kind of risk. And in this day and age, that&#8217;s a risk we are willing to take in the name of keeping our customers secure!<\/p>\n\n\n\n<p>Luckily for us this was quite reversible and when we understood the problem, we could quickly deploy a fix because we knew what changes we were pushing.<\/p>\n\n\n\n<p>Have you done something similiar? How did it go? Let me know in the comments \ud83d\ude00<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Let me tell you a little story about a useful tool called Microsoft Secure Score and how one of it&#8217;s recommendations led to a crisis by killing off authentication for a Azure File Share&#8230; The Story A customer had been using Azure File Share for quite some time as a replacement for a little local NAS. All was good and well. All of the files lived happily in the cloud and no hardware to worry about. All is good! The&#8230;<\/p>\n<p class=\"read-more\"><a class=\"btn btn-default\" href=\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/\">Les mer<span class=\"screen-reader-text\"> Les mer<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":528,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-525","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-annet"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>When Microsoft Secure Score killed Azure File Share - Blog.bardalen.no<\/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:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/\" \/>\n<meta property=\"og:locale\" content=\"nb_NO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"When Microsoft Secure Score killed Azure File Share - Blog.bardalen.no\" \/>\n<meta property=\"og:description\" content=\"Let me tell you a little story about a useful tool called Microsoft Secure Score and how one of it&#8217;s recommendations led to a crisis by killing off authentication for a Azure File Share&#8230; The Story A customer had been using Azure File Share for quite some time as a replacement for a little local NAS. All was good and well. All of the files lived happily in the cloud and no hardware to worry about. All is good! The...Les mer Les mer\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog.bardalen.no\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-07T17:17:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-16T10:33:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/05\/Designer2.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Tony Bardalen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Skrevet av\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tony Bardalen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Ansl. lesetid\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutter\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/\"},\"author\":{\"name\":\"Tony Bardalen\",\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\"},\"headline\":\"When Microsoft Secure Score killed Azure File Share\",\"datePublished\":\"2024-05-07T17:17:42+00:00\",\"dateModified\":\"2024-05-16T10:33:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/\"},\"wordCount\":573,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\"},\"image\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/05\/Designer2.jpeg\",\"articleSection\":[\"Annet\"],\"inLanguage\":\"nb-NO\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/\",\"url\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/\",\"name\":\"When Microsoft Secure Score killed Azure File Share - Blog.bardalen.no\",\"isPartOf\":{\"@id\":\"https:\/\/blog.bardalen.no\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/05\/Designer2.jpeg\",\"datePublished\":\"2024-05-07T17:17:42+00:00\",\"dateModified\":\"2024-05-16T10:33:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#breadcrumb\"},\"inLanguage\":\"nb-NO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#primaryimage\",\"url\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/05\/Designer2.jpeg\",\"contentUrl\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/05\/Designer2.jpeg\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hjem\",\"item\":\"https:\/\/blog.bardalen.no\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"When Microsoft Secure Score killed Azure File Share\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.bardalen.no\/#website\",\"url\":\"https:\/\/blog.bardalen.no\/\",\"name\":\"Blog.bardalen.no\",\"description\":\"A blog about cloudy stuff\",\"publisher\":{\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.bardalen.no\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nb-NO\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\",\"name\":\"Tony Bardalen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g\",\"caption\":\"Tony Bardalen\"},\"logo\":{\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"When Microsoft Secure Score killed Azure File Share - Blog.bardalen.no","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:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/","og_locale":"nb_NO","og_type":"article","og_title":"When Microsoft Secure Score killed Azure File Share - Blog.bardalen.no","og_description":"Let me tell you a little story about a useful tool called Microsoft Secure Score and how one of it&#8217;s recommendations led to a crisis by killing off authentication for a Azure File Share&#8230; The Story A customer had been using Azure File Share for quite some time as a replacement for a little local NAS. All was good and well. All of the files lived happily in the cloud and no hardware to worry about. All is good! The...Les mer Les mer","og_url":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/","og_site_name":"Blog.bardalen.no","article_published_time":"2024-05-07T17:17:42+00:00","article_modified_time":"2024-05-16T10:33:48+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/05\/Designer2.jpeg","type":"image\/jpeg"}],"author":"Tony Bardalen","twitter_card":"summary_large_image","twitter_misc":{"Skrevet av":"Tony Bardalen","Ansl. lesetid":"4 minutter"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#article","isPartOf":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/"},"author":{"name":"Tony Bardalen","@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a"},"headline":"When Microsoft Secure Score killed Azure File Share","datePublished":"2024-05-07T17:17:42+00:00","dateModified":"2024-05-16T10:33:48+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/"},"wordCount":573,"commentCount":0,"publisher":{"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a"},"image":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/05\/Designer2.jpeg","articleSection":["Annet"],"inLanguage":"nb-NO","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/","url":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/","name":"When Microsoft Secure Score killed Azure File Share - Blog.bardalen.no","isPartOf":{"@id":"https:\/\/blog.bardalen.no\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#primaryimage"},"image":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/05\/Designer2.jpeg","datePublished":"2024-05-07T17:17:42+00:00","dateModified":"2024-05-16T10:33:48+00:00","breadcrumb":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#breadcrumb"},"inLanguage":"nb-NO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/"]}]},{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#primaryimage","url":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/05\/Designer2.jpeg","contentUrl":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2024\/05\/Designer2.jpeg","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/blog.bardalen.no\/index.php\/2024\/05\/07\/when-microsoft-secure-score-killed-azure-file-share\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hjem","item":"https:\/\/blog.bardalen.no\/"},{"@type":"ListItem","position":2,"name":"When Microsoft Secure Score killed Azure File Share"}]},{"@type":"WebSite","@id":"https:\/\/blog.bardalen.no\/#website","url":"https:\/\/blog.bardalen.no\/","name":"Blog.bardalen.no","description":"A blog about cloudy stuff","publisher":{"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.bardalen.no\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nb-NO"},{"@type":["Person","Organization"],"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a","name":"Tony Bardalen","image":{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g","caption":"Tony Bardalen"},"logo":{"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts\/525","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/comments?post=525"}],"version-history":[{"count":3,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts\/525\/revisions"}],"predecessor-version":[{"id":578,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts\/525\/revisions\/578"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/media\/528"}],"wp:attachment":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/media?parent=525"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/categories?post=525"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/tags?post=525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}