diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py
index c4cc803b366e9e232b8764bb6a8e8faa6dcd8a3a..90d148ac867b11c8edcfa06acea8cdbb5b195a79 100644
--- a/brian_dashboard_manager/config.py
+++ b/brian_dashboard_manager/config.py
@@ -39,6 +39,7 @@ DEFAULT_ORGANIZATIONS = [
         "name": "GÉANT Staff",
         "excluded_nrens": [
             "GEANT",
+            "Microsoft"
         ],
         "excluded_dashboards": [],
         "excluded_folders": {}
@@ -48,7 +49,8 @@ DEFAULT_ORGANIZATIONS = [
         "excluded_nrens": [
             "GEANT",
             "CUSTOMER GEANT",
-            "GEANT-IT"
+            "GEANT-IT",
+            "Microsoft"
         ],
         "excluded_dashboards": [
             "GÉANT Office devices",
@@ -69,7 +71,8 @@ DEFAULT_ORGANIZATIONS = [
             "PSNC",
             "PIONIER",
             "CUSTOMER GEANT",
-            "GEANT-IT"
+            "GEANT-IT",
+            "Microsoft"
         ],
         "excluded_dashboards": [
             "GÉANT Office devices",
@@ -100,6 +103,7 @@ DEFAULT_ORGANIZATIONS = [
             "GEANT-IT",
             "PSNC",
             "PIONIER",
+            "Microsoft"
         ],
         "excluded_dashboards": [
             "GÉANT Office devices",
@@ -119,7 +123,8 @@ DEFAULT_ORGANIZATIONS = [
             "PSNC",
             "PIONIER",
             "CUSTOMER GEANT",
-            "GEANT-IT"
+            "GEANT-IT",
+            "Microsoft"
         ],
         "excluded_dashboards": [
             "GÉANT Office devices",
diff --git a/changelog.md b/changelog.md
index efadc59fb06761b2efc82668ae79fee5a0f9aab8..ae5a0e0269830420fc545eb7679a749010a65c3c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,9 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.49] - 2023-03-091
+- Changed config to exclude Microsoft under all pages - it is not considered a customer
+
 ## [0.48] - 2023-02-27
 - Changed config to show service-based dashboards BETA for everyone except General Public/CAE1 - Asia.
 
diff --git a/setup.py b/setup.py
index 3f4d44c917d2caf883a91b3b85d7b213510401a7..3f710ce8e4a3033f819cf6a79fcbbc74d30e9774 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name='brian-dashboard-manager',
-    version="0.48",
+    version="0.49",
     author='GEANT',
     author_email='swd@geant.org',
     description='',