<!DOCTYPE html>

<html lang="en">

<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="pingback" href="https://michaelblumenthal.me/xmlrpc.php" />
    <title>Michael Blumenthal, M365 MVP &#8211; Microsoft 365 Collaboration and Teamwork Leader | Business Productivity Advisor | Employee Experience Architect  | M365Chicago Co-Organizer</title>
<meta name='robots' content='max-image-preview:large' />
<link rel="alternate" type="application/rss+xml" title="Michael Blumenthal, M365 MVP &raquo; Feed" href="https://michaelblumenthal.me/feed/" />
<link rel="alternate" type="application/rss+xml" title="Michael Blumenthal, M365 MVP &raquo; Comments Feed" href="https://michaelblumenthal.me/comments/feed/" />
		<!-- This site uses the Google Analytics by ExactMetrics plugin v9.1.2 - Using Analytics tracking - https://www.exactmetrics.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-N4WPFBS3T9"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var em_version = '9.1.2';
				var em_track_user = true;
				var em_no_track_reason = '';
								var ExactMetricsDefaultLocations = {"page_location":"https:\/\/michaelblumenthal.me\/"};
								if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations );
				} else {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-N4WPFBS3T9',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.ExactMetricsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (em_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = exactmetrics_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') {
								ExactMetricsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dNDMyYj': true,
											});
					if ( ExactMetricsLocations.page_location ) {
						__gtagTracker('set', ExactMetricsLocations);
					}
										__gtagTracker('config', 'G-N4WPFBS3T9', {"forceSSL":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by ExactMetrics -->
		<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */
</style>
<style id='wp-block-heading-inline-css' type='text/css'>
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=https://michaelblumenthal.me/wp-includes/blocks/heading/style.min.css */
</style>
<style id='wp-block-list-inline-css' type='text/css'>
ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}
/*# sourceURL=https://michaelblumenthal.me/wp-includes/blocks/list/style.min.css */
</style>
<style id='wp-block-paragraph-inline-css' type='text/css'>
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://michaelblumenthal.me/wp-includes/blocks/paragraph/style.min.css */
</style>

<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--dark-gray: #373737;--wp--preset--color--medium-gray: #cccccc;--wp--preset--color--light-gray: #eeeeee;--wp--preset--color--blue: #1982d1;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 14px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 24px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 16px;--wp--preset--font-size--huge: 26px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='genericons-css' href='https://michaelblumenthal.me/wp-content/themes/catch-box/genericons/genericons.css?ver=3.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='catchbox-style-css' href='https://michaelblumenthal.me/wp-content/themes/catch-box/style.css?ver=20251211-110431' type='text/css' media='all' />
<link rel='stylesheet' id='catchbox-block-style-css' href='https://michaelblumenthal.me/wp-content/themes/catch-box/css/blocks.css?ver=1.0' type='text/css' media='all' />
<script type="text/javascript" src="https://michaelblumenthal.me/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=9.1.2" id="exactmetrics-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */
var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,jpeg,png,gif,tiff,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/michaelblumenthal.me","hash_tracking":"false","v4_id":"G-N4WPFBS3T9"};/* ]]> */
</script>
<script type="text/javascript" src="https://michaelblumenthal.me/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://michaelblumenthal.me/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" id="catchbox-menu-js-extra">
/* <![CDATA[ */
var screenReaderText = {"expand":"expand child menu","collapse":"collapse child menu"};
//# sourceURL=catchbox-menu-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://michaelblumenthal.me/wp-content/themes/catch-box/js/menu.min.js?ver=2.1.1.1" id="catchbox-menu-js"></script>
<link rel="https://api.w.org/" href="https://michaelblumenthal.me/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://michaelblumenthal.me/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.9.1" />
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style></head>

<body class="home blog wp-embed-responsive wp-theme-catch-box single-author right-sidebar one-menu header-image-top">

    
    
    <div id="page" class="hfeed site">

        <a href="#main" class="skip-link screen-reader-text">Skip to content</a>
        <header id="branding" role="banner">

            
            <div id="header-content" class="clearfix">

                <div class="logo-wrap clearfix">	<div id="hgroup" class="site-details">
					<h1 id="site-title"><a href="https://michaelblumenthal.me/" rel="home">Michael Blumenthal, M365 MVP</a></h1>
					<p id="site-description">Microsoft 365 Collaboration and Teamwork Leader | Business Productivity Advisor | Employee Experience Architect  | M365Chicago Co-Organizer</p>
			
   	</div><!-- #hgroup -->
</div><!-- .logo-wrap -->	<form role="search" method="get" class="searchform" action="https://michaelblumenthal.me/">
		<label>
			<span class="screen-reader-text">Search for:</span>
			<input type="search" class="search-field" placeholder="Search" value="" name="s" title="Search for:" />
		</label>
		<button type="submit" class="search-submit"><span class="screen-reader-text">Search</span></button>
	</form>

            </div><!-- #header-content -->

                <div class="menu-access-wrap mobile-header-menu clearfix">
        <div id="mobile-header-left-menu" class="mobile-menu-anchor primary-menu">
            <a href="#mobile-header-left-nav" id="menu-toggle-primary" class="genericon genericon-menu">
                <span class="mobile-menu-text">Menu</span>
            </a>
        </div><!-- #mobile-header-left-menu -->
            
        
        <div id="site-header-menu-primary" class="site-header-menu">
            <nav id="access" class="main-navigation menu-focus" role="navigation" aria-label="Primary Menu">
            
                <h3 class="screen-reader-text">Primary menu</h3>
                <div class="menu-header-container"><ul class="menu"><li id="menu-item-186" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-186"><a href="https://michaelblumenthal.me" aria-current="page">Home</a></li>
<li id="menu-item-187" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-187"><a href="https://michaelblumenthal.me/about-me/">About Me</a>
<ul class="sub-menu">
	<li id="menu-item-484" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-484"><a href="https://michaelblumenthal.me/about-me/">About Me</a></li>
	<li id="menu-item-917" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-917"><a href="https://michaelblumenthal.me/what-i-do-march-2022-edition/">What I do – March 2022 edition</a>
	<ul class="sub-menu">
		<li id="menu-item-606" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-606"><a href="https://michaelblumenthal.me/about-me/what-i-do-office-365-user-adoption-and-service-management/">What I Do &#8211; February 2018 edition</a></li>
	</ul>
</li>
	<li id="menu-item-485" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-485"><a href="https://michaelblumenthal.me/wp-content/uploads/2022/04/MichaelBlumenthalMicrosoftMvpResume2204.pdf" title="Resume">Resume [PDF]</a></li>
	<li id="menu-item-489" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-489"><a href="https://mvp.microsoft.com/en-us/PublicProfile/5001417">MVP Profile</a></li>
	<li id="menu-item-488" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-488"><a href="https://michaelblumenthal.me/wp-content/uploads/2018/02/MS_Learning_Transcript.pdf" title="Certification Transcript">Certification Transcript [PDF]</a></li>
</ul>
</li>
<li id="menu-item-188" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-188"><a href="https://michaelblumenthal.me/public-speaking/">Public Speaking</a>
<ul class="sub-menu">
	<li id="menu-item-189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189"><a href="https://michaelblumenthal.me/public-speaking/events/">Events I&#8217;m Speaking At</a></li>
	<li id="menu-item-282" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-282"><a href="https://michaelblumenthal.me/azure-and-the-modern-datacenter-event-arlington-heights-il-april-7-2016/">4/7/2016 Azure Event</a>
	<ul class="sub-menu">
		<li id="menu-item-333" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-333"><a href="https://michaelblumenthal.me/azure-and-the-modern-datacenter-event-arlington-heights-il-april-7-2016/">Agenda</a></li>
		<li id="menu-item-331" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-331"><a href="https://michaelblumenthal.me/azure-and-the-modern-datacenter-attendee-faq/">Attendee FAQ</a></li>
		<li id="menu-item-418" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-418"><a href="https://michaelblumenthal.me/2016/04/azure-and-the-modern-datacenter-slides-and-videos/">Slides and Videos</a></li>
	</ul>
</li>
	<li id="menu-item-193" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-193"><a href="http://slideshare.net/michaelblumenthal">My Slide Decks</a></li>
	<li id="menu-item-190" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-190"><a href="https://michaelblumenthal.me/public-speaking/resources/">Resources for Speakers</a></li>
</ul>
</li>
<li id="menu-item-192" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-192"><a href="https://michaelblumenthal.me/guest-posts-on-other-blogs/">Appearances Elsewhere</a>
<ul class="sub-menu">
	<li id="menu-item-283" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-283"><a href="https://michaelblumenthal.me/guest-posts-on-other-blogs/">Appearances Elsewhere</a></li>
	<li id="menu-item-191" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-191"><a href="https://michaelblumenthal.me/codeplex/">CodePlex &#038; GitHub</a></li>
</ul>
</li>
<li id="menu-item-401" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-401"><a href="http://m365Chicago.com">M365 Chicago Events</a>
<ul class="sub-menu">
	<li id="menu-item-874" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-874"><a href="https://m365Chicago.com">M365 Chicago Website</a></li>
	<li id="menu-item-873" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-873"><a href="https://www.youtube.com/channel/UC6NdAi18MHFS3BuIRPohxig" title="M365 Chicago Videos on  YouTube">M365 Chicago Videos</a></li>
	<li id="menu-item-819" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-819"><a href="http://bit.ly/365augyt" title="O365 Adoption User Group On YouTube">O365 Adoption User Group Videos</a></li>
</ul>
</li>
</ul></div>            </nav><!-- #access -->
        </div><!-- .site-header-menu -->

            </div><!-- .menu-access-wrap -->
    
        </header><!-- #branding -->

        
        
        <div id="main" class="clearfix">

            
            <div id="primary" class="content-area">

                
                <div id="content" role="main">
                    <!-- refreshing cache -->            	

			
								
					
	<article id="post-1000" class="post-1000 post type-post status-publish format-standard hentry category-itproevents">
		<header class="entry-header">
							<h2 class="entry-title"><a href="https://michaelblumenthal.me/2025/10/join-the-m365-admin-message-center-users-group-at-microsoft-ignite-2025/" title="Permalink to Join the M365 Admin Message Center Users Group at Microsoft Ignite 2025!" rel="bookmark">Join the M365 Admin Message Center Users Group at Microsoft Ignite 2025!</a></h2>
			
			                <div class="entry-meta">
                    <span class="sep">Posted on </span><a href="https://michaelblumenthal.me/2025/10/join-the-m365-admin-message-center-users-group-at-microsoft-ignite-2025/" title="2:27 am" rel="bookmark"><time class="entry-date updated" datetime="2025-10-22T02:27:11+00:00" pubdate>October 22, 2025</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://michaelblumenthal.me/author/mbblum/" title="View all posts by Michael Blumenthal" rel="author">Michael Blumenthal</a></span></span>                                    </div><!-- .entry-meta -->
					</header><!-- .entry-header -->

		             <div class="entry-summary">
                                <p>I&#8217;m excited to announce an exclusive opportunity to connect with fellow M365 Admin Message Center Users the Monday morning before Microsoft Ignite 2025! 📅 Date &amp; Time:Monday, November 17, 202511:00 AM – 12:00 PM PST 📍 Location:Microsoft Office555 California Street, <a class="more-link" href="https://michaelblumenthal.me/2025/10/join-the-m365-admin-message-center-users-group-at-microsoft-ignite-2025/">Continue reading <span class="screen-reader-text">  Join the M365 Admin Message Center Users Group at Microsoft Ignite 2025!</span><span class="meta-nav">&rarr;</span></a></p>
            </div><!-- .entry-summary -->
		
		<footer class="entry-meta">
												<span class="cat-links">
				<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://michaelblumenthal.me/category/techevents/itproevents/" rel="category tag">IT Pro Events</a>			</span>
									
			
					</footer><!-- #entry-meta -->
	</article><!-- #post-1000 -->
				
					
	<article id="post-994" class="post-994 post type-post status-publish format-standard hentry category-it-governance tag-m365 tag-m365-administration tag-m365-service-change-management tag-message-center">
		<header class="entry-header">
							<h2 class="entry-title"><a href="https://michaelblumenthal.me/2025/08/resource-roundup-for-managing-message-center/" title="Permalink to Resource Roundup for Managing Message Center" rel="bookmark">Resource Roundup for Managing Message Center</a></h2>
			
			                <div class="entry-meta">
                    <span class="sep">Posted on </span><a href="https://michaelblumenthal.me/2025/08/resource-roundup-for-managing-message-center/" title="2:01 pm" rel="bookmark"><time class="entry-date updated" datetime="2025-08-25T14:01:42+00:00" pubdate>August 25, 2025</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://michaelblumenthal.me/author/mbblum/" title="View all posts by Michael Blumenthal" rel="author">Michael Blumenthal</a></span></span>                                    </div><!-- .entry-meta -->
					</header><!-- .entry-header -->

		             <div class="entry-summary">
                                <p>Here is a list of tools and guides to help you manage the messages in the M365 Admin Center&#8217;s Message Center:</p>
            </div><!-- .entry-summary -->
		
		<footer class="entry-meta">
												<span class="cat-links">
				<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://michaelblumenthal.me/category/it-governance/" rel="category tag">IT Governance</a>			</span>
									<span class="sep"> | </span>
							<span class="tag-links">
				<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://michaelblumenthal.me/tag/m365/" rel="tag">M365</a>, <a href="https://michaelblumenthal.me/tag/m365-administration/" rel="tag">M365 Administration</a>, <a href="https://michaelblumenthal.me/tag/m365-service-change-management/" rel="tag">M365 Service Change Management</a>, <a href="https://michaelblumenthal.me/tag/message-center/" rel="tag">Message Center</a>			</span>
						
			
					</footer><!-- #entry-meta -->
	</article><!-- #post-994 -->
				
					
	<article id="post-986" class="post-986 post type-post status-publish format-standard hentry category-career">
		<header class="entry-header">
							<h2 class="entry-title"><a href="https://michaelblumenthal.me/2025/03/8-tips-for-using-linkedin-to-find-a-job/" title="Permalink to 8 Tips for Using LinkedIn to find a Job" rel="bookmark">8 Tips for Using LinkedIn to find a Job</a></h2>
			
			                <div class="entry-meta">
                    <span class="sep">Posted on </span><a href="https://michaelblumenthal.me/2025/03/8-tips-for-using-linkedin-to-find-a-job/" title="5:25 pm" rel="bookmark"><time class="entry-date updated" datetime="2025-03-06T17:25:26+00:00" pubdate>March 6, 2025</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://michaelblumenthal.me/author/mbblum/" title="View all posts by Michael Blumenthal" rel="author">Michael Blumenthal</a></span></span>                                    </div><!-- .entry-meta -->
					</header><!-- .entry-header -->

		 		<div class="entry-content">
			
<p></p>



<ol class="wp-block-list">
<li>Update your LinkedIn profile. Include your picture. <a href="https://www.linkedin.com/help/linkedin/answer/a546603" target="_blank" rel="noreferrer noopener nofollow">Edit your profile | LinkedIn Help</a></li>



<li><a href="https://www.linkedin.com/help/linkedin/answer/a507508">Let recruiters know you’re Open to Work | LinkedIn Help</a></li>



<li><a href="https://www.linkedin.com/help/linkedin/answer/a546682" target="_blank" rel="noreferrer noopener nofollow">How to Request a recommendation | LinkedIn Help</a></li>



<li>Make a one-page resume.  If you are giving your resume to a human to read (versus a machine to scan for keywords) I recommend having a one-page resume with a picture of yourself and a layout that looks nice.  
<ul class="wp-block-list">
<li>I used <a href="https://enhancv.com" target="_blank" rel="noreferrer noopener nofollow">EnhanCV</a> the last several times I had to create a resume. Eventually I migrated it to Word.  </li>



<li>You can also use a <a href="https://create.microsoft.com/en-us/templates/resumes?" target="_blank" rel="noreferrer noopener nofollow">Word resume template </a>(again, I recommend you select one with a place for your photo.</li>
</ul>
</li>



<li>If you are a former coworker of mine, <a href="https://bit.ly/MBB-LI" target="_blank" rel="noreferrer noopener nofollow">connect with me on LinkedIn</a></li>



<li>Make a post on LinkedIn telling people what you are looking for. Direct Message me with the link to the post, and I will repost it so people in my network can see it.</li>



<li><a href="https://talentcraft.com/" target="_blank" rel="noreferrer noopener nofollow">TalentCraft </a>recruited me to NORC in 2022.  Their recruiters are on LinkedIn: <a href="https://www.linkedin.com/in/austin-foote-552547130/">Austin Foote</a> is the one I know.</li>



<li>Other people in my LI network that are hiring are:
<ul class="wp-block-list">
<li><a href="https://www.linkedin.com/in/abbey-askotzky/" target="_blank" rel="noreferrer noopener nofollow">Abbey Askotzky</a></li>



<li><a href="https://www.linkedin.com/in/matthiaseinig/" target="_blank" rel="noreferrer noopener nofollow">Matthias Einig </a></li>



<li><a href="https://www.linkedin.com/in/latoiasykes/" target="_blank" rel="noreferrer noopener nofollow">LaToia Sykes</a></li>



<li><a href="https://www.linkedin.com/in/rebecca-maresco/" target="_blank" rel="noreferrer noopener nofollow">Rebecca (Becky) Maresco</a></li>



<li><a href="https://www.linkedin.com/in/jefferey-s-saiger/" target="_blank" rel="noreferrer noopener nofollow">Jefferey Saiger, PMP, CISSP</a></li>



<li><a href="https://www.linkedin.com/in/macleanvictoria/" target="_blank" rel="noreferrer noopener nofollow">Victoria MacLean</a></li>



<li><a href="https://www.linkedin.com/in/jenniferhellerecruiter/" target="_blank" rel="noreferrer noopener nofollow">Jennifer Helle, PHR</a></li>



<li><a href="https://www.linkedin.com/in/carsonvheady/" target="_blank" rel="noreferrer noopener nofollow">Carson V. Heady</a></li>



<li><a href="https://www.linkedin.com/in/sumeet-sethi-b5343a5/" target="_blank" rel="noreferrer noopener nofollow">Sumeet Sethi</a></li>
</ul>
</li>
</ol>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
												<span class="cat-links">
				<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://michaelblumenthal.me/category/career/" rel="category tag">Career</a>			</span>
									
			
					</footer><!-- #entry-meta -->
	</article><!-- #post-986 -->
				
					
	<article id="post-977" class="post-977 post type-post status-publish format-standard hentry category-it-governance category-office-365 tag-m365-service-change-management tag-o365 tag-o365-governance">
		<header class="entry-header">
							<h2 class="entry-title"><a href="https://michaelblumenthal.me/2024/11/resources-roundup-m365-message-center/" title="Permalink to Resources Roundup: M365 Message Center" rel="bookmark">Resources Roundup: M365 Message Center</a></h2>
			
			                <div class="entry-meta">
                    <span class="sep">Posted on </span><a href="https://michaelblumenthal.me/2024/11/resources-roundup-m365-message-center/" title="2:02 am" rel="bookmark"><time class="entry-date updated" datetime="2024-11-11T02:02:55+00:00" pubdate>November 11, 2024</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://michaelblumenthal.me/author/mbblum/" title="View all posts by Michael Blumenthal" rel="author">Michael Blumenthal</a></span></span>                                    </div><!-- .entry-meta -->
					</header><!-- .entry-header -->

		 		<div class="entry-content">
			
<ol class="wp-block-list">
<li><a href="https://www.slideshare.net/slideshow/what-s-new-in-copilot-in-your-tenant-ignite-2024-thr586-pptx/273606182" target="_blank" rel="noreferrer noopener">Slides from &#8220;What&#8217;s new in Copilot in YOUR Tenant&#8221; presentation at Microsoft Ignite 2024 </a></li>



<li><a href="https://www.messagecentershow.com/">365 Message Center Show | Daniel Glenn and Darrell Webster</a></li>



<li>The Maturity Model for Microsoft 365 (MM4M365)
<ul class="wp-block-list">
<li><a href="https://learn.microsoft.com/en-us/microsoft-365/community/maturity-model-microsoft365-servicing-microsoft365-service-change-management">Maturity Model for Microsoft 365 Practical Scenarios – Microsoft 365 Service Change Management | Microsoft Learn</a></li>



<li><a href="https://learn.microsoft.com/en-us/microsoft-365/community/index-mm4m365">Maturity Model for Microsoft 365 overall | Microsoft Learn</a></li>
</ul>
</li>



<li><a href="https://www.slideshare.net/slideshow/tracking-whats-new-and-next-for-teams-in-your-tenantpptx/260155382">Tracking what&#8217;s new and next for Teams in Your tenant | SlideShare</a></li>



<li><a href="https://appsource.microsoft.com/en-us/product/web-apps/empoweringcloud1658408286456.changepilot_contactus?tab=Overview">ChangePilot &#8211; Message Centre &amp; Roadmap Management Tool</a></li>



<li><a href="https://www.youtube.com/watch?v=cPmWrDcBohk">Managing Microsoft 365 Message Center Triage With Planner  (16 minutes) &#8211; YouTube</a></li>



<li><a href="https://learn.microsoft.com/en-us/microsoft-365/admin/add-users/about-admin-roles?view=o365-worldwide">About admin roles in the Microsoft 365 admin center &#8211; Microsoft 365 admin | Microsoft Learn</a> &#8211; including the Message Center Reader role</li>
</ol>
					</div><!-- .entry-content -->
		
		<footer class="entry-meta">
												<span class="cat-links">
				<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://michaelblumenthal.me/category/it-governance/" rel="category tag">IT Governance</a>, <a href="https://michaelblumenthal.me/category/office-365/" rel="category tag">Office 365</a>			</span>
									<span class="sep"> | </span>
							<span class="tag-links">
				<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://michaelblumenthal.me/tag/m365-service-change-management/" rel="tag">M365 Service Change Management</a>, <a href="https://michaelblumenthal.me/tag/o365/" rel="tag">O365</a>, <a href="https://michaelblumenthal.me/tag/o365-governance/" rel="tag">O365 Governance</a>			</span>
						
			
					</footer><!-- #entry-meta -->
	</article><!-- #post-977 -->
				
					
	<article id="post-970" class="post-970 post type-post status-publish format-standard hentry category-azure category-it-governance category-office-365 tag-governance tag-o365 tag-office-365 tag-service-management">
		<header class="entry-header">
							<h2 class="entry-title"><a href="https://michaelblumenthal.me/2023/03/can-ai-help-with-mc-planner-task-assignment/" title="Permalink to Can AI help with MC Planner Task Assignment?" rel="bookmark">Can AI help with MC Planner Task Assignment?</a></h2>
			
			                <div class="entry-meta">
                    <span class="sep">Posted on </span><a href="https://michaelblumenthal.me/2023/03/can-ai-help-with-mc-planner-task-assignment/" title="5:20 am" rel="bookmark"><time class="entry-date updated" datetime="2023-03-10T05:20:14+00:00" pubdate>March 10, 2023</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://michaelblumenthal.me/author/mbblum/" title="View all posts by Michael Blumenthal" rel="author">Michael Blumenthal</a></span></span>                                    </div><!-- .entry-meta -->
					</header><!-- .entry-header -->

		             <div class="entry-summary">
                                <p>I asked one of my coworkers to read my previous blog post, Messge Center Triage is a Team Sport, and he (paraphrasing here) asked me, could AI help with that? Probably! Viewed through the lense of machine learning, the problem <a class="more-link" href="https://michaelblumenthal.me/2023/03/can-ai-help-with-mc-planner-task-assignment/">Continue reading <span class="screen-reader-text">  Can AI help with MC Planner Task Assignment?</span><span class="meta-nav">&rarr;</span></a></p>
            </div><!-- .entry-summary -->
		
		<footer class="entry-meta">
												<span class="cat-links">
				<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://michaelblumenthal.me/category/azure/" rel="category tag">Azure</a>, <a href="https://michaelblumenthal.me/category/it-governance/" rel="category tag">IT Governance</a>, <a href="https://michaelblumenthal.me/category/office-365/" rel="category tag">Office 365</a>			</span>
									<span class="sep"> | </span>
							<span class="tag-links">
				<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://michaelblumenthal.me/tag/governance/" rel="tag">governance</a>, <a href="https://michaelblumenthal.me/tag/o365/" rel="tag">O365</a>, <a href="https://michaelblumenthal.me/tag/office-365/" rel="tag">Office 365</a>, <a href="https://michaelblumenthal.me/tag/service-management/" rel="tag">Service Management</a>			</span>
						
			
					</footer><!-- #entry-meta -->
	</article><!-- #post-970 -->
				
					
	<article id="post-966" class="post-966 post type-post status-publish format-standard hentry category-office-365 category-power-automate category-uncategorized tag-o365 tag-office-365">
		<header class="entry-header">
							<h2 class="entry-title"><a href="https://michaelblumenthal.me/2023/03/messge-center-triage-is-a-team-sport/" title="Permalink to Messge Center Triage is a Team Sport" rel="bookmark">Messge Center Triage is a Team Sport</a></h2>
			
			                <div class="entry-meta">
                    <span class="sep">Posted on </span><a href="https://michaelblumenthal.me/2023/03/messge-center-triage-is-a-team-sport/" title="1:51 am" rel="bookmark"><time class="entry-date updated" datetime="2023-03-09T01:51:31+00:00" pubdate>March 9, 2023</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://michaelblumenthal.me/author/mbblum/" title="View all posts by Michael Blumenthal" rel="author">Michael Blumenthal</a></span></span>                                    </div><!-- .entry-meta -->
					</header><!-- .entry-header -->

		             <div class="entry-summary">
                                <p>All M365 tenants need a process for reviewing the messages Microsoft posts to the M365 Message Center (MC) daily. For some companies, that means a weekly meeting in which the M365 service owners and other stakeholders review the MC posts <a class="more-link" href="https://michaelblumenthal.me/2023/03/messge-center-triage-is-a-team-sport/">Continue reading <span class="screen-reader-text">  Messge Center Triage is a Team Sport</span><span class="meta-nav">&rarr;</span></a></p>
            </div><!-- .entry-summary -->
		
		<footer class="entry-meta">
												<span class="cat-links">
				<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://michaelblumenthal.me/category/office-365/" rel="category tag">Office 365</a>, <a href="https://michaelblumenthal.me/category/office-365/power-automate/" rel="category tag">Power Automate</a>, <a href="https://michaelblumenthal.me/category/uncategorized/" rel="category tag">Uncategorized</a>			</span>
									<span class="sep"> | </span>
							<span class="tag-links">
				<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://michaelblumenthal.me/tag/o365/" rel="tag">O365</a>, <a href="https://michaelblumenthal.me/tag/office-365/" rel="tag">Office 365</a>			</span>
						
			
					</footer><!-- #entry-meta -->
	</article><!-- #post-966 -->
				
					
	<article id="post-954" class="post-954 post type-post status-publish format-standard has-post-thumbnail hentry category-developer-events category-digital-workplace category-techevents category-itproevents category-microsoft-teams category-mvp category-office-365 category-training category-user-adoption tag-events tag-m365 tag-m365chicago tag-o365 tag-office-365 tag-training">
		<header class="entry-header">
							<h2 class="entry-title"><a href="https://michaelblumenthal.me/2022/11/m365-chicago-is-this-friday/" title="Permalink to M365 Chicago is this Friday!" rel="bookmark">M365 Chicago is this Friday!</a></h2>
			
			                <div class="entry-meta">
                    <span class="sep">Posted on </span><a href="https://michaelblumenthal.me/2022/11/m365-chicago-is-this-friday/" title="4:46 am" rel="bookmark"><time class="entry-date updated" datetime="2022-11-07T04:46:20+00:00" pubdate>November 7, 2022</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://michaelblumenthal.me/author/mbblum/" title="View all posts by Michael Blumenthal" rel="author">Michael Blumenthal</a></span></span>                                    </div><!-- .entry-meta -->
					</header><!-- .entry-header -->

		             <div class="entry-summary">
                               		<a href="https://michaelblumenthal.me/2022/11/m365-chicago-is-this-friday/" title="Permalink to M365 Chicago is this Friday!" rel="bookmark">
						<img width="362" height="239" src="https://michaelblumenthal.me/wp-content/uploads/2022/11/image.png" class="attachment-featured-slider size-featured-slider wp-post-image" alt="M365 Chicago Sessions focus on Teams, Power Platform, Viva, and User Adoption nearly equally." decoding="async" fetchpriority="high" srcset="https://michaelblumenthal.me/wp-content/uploads/2022/11/image.png 362w, https://michaelblumenthal.me/wp-content/uploads/2022/11/image-300x198.png 300w" sizes="(max-width: 362px) 100vw, 362px" />                   	</a>
                                <p>I couldn&#8217;t be more excited about the lineup of sessions we have for you! We have a nearly even split between sessions on Teams, Employee Experience with Viva, Power Platform, and User Adoption + Productivity. That&#8217;s a whopping 70 sessions, <a class="more-link" href="https://michaelblumenthal.me/2022/11/m365-chicago-is-this-friday/">Continue reading <span class="screen-reader-text">  M365 Chicago is this Friday!</span><span class="meta-nav">&rarr;</span></a></p>
            </div><!-- .entry-summary -->
		
		<footer class="entry-meta">
												<span class="cat-links">
				<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://michaelblumenthal.me/category/techevents/developer-events/" rel="category tag">Developer Events</a>, <a href="https://michaelblumenthal.me/category/digital-workplace/" rel="category tag">Digital Workplace</a>, <a href="https://michaelblumenthal.me/category/techevents/" rel="category tag">IT Events</a>, <a href="https://michaelblumenthal.me/category/techevents/itproevents/" rel="category tag">IT Pro Events</a>, <a href="https://michaelblumenthal.me/category/microsoft-teams/" rel="category tag">Microsoft Teams</a>, <a href="https://michaelblumenthal.me/category/mvp/" rel="category tag">MVP</a>, <a href="https://michaelblumenthal.me/category/office-365/" rel="category tag">Office 365</a>, <a href="https://michaelblumenthal.me/category/training/" rel="category tag">Training</a>, <a href="https://michaelblumenthal.me/category/user-adoption/" rel="category tag">User Adoption</a>			</span>
									<span class="sep"> | </span>
							<span class="tag-links">
				<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://michaelblumenthal.me/tag/events/" rel="tag">Events</a>, <a href="https://michaelblumenthal.me/tag/m365/" rel="tag">M365</a>, <a href="https://michaelblumenthal.me/tag/m365chicago/" rel="tag">M365Chicago</a>, <a href="https://michaelblumenthal.me/tag/o365/" rel="tag">O365</a>, <a href="https://michaelblumenthal.me/tag/office-365/" rel="tag">Office 365</a>, <a href="https://michaelblumenthal.me/tag/training/" rel="tag">Training</a>			</span>
						
			
					</footer><!-- #entry-meta -->
	</article><!-- #post-954 -->
				
					
	<article id="post-948" class="post-948 post type-post status-publish format-standard hentry category-digital-workplace category-user-adoption category-windows-devices tag-training">
		<header class="entry-header">
							<h2 class="entry-title"><a href="https://michaelblumenthal.me/2022/09/5-productivity-hacks-for-september/" title="Permalink to 5 Productivity Hacks for September" rel="bookmark">5 Productivity Hacks for September</a></h2>
			
			                <div class="entry-meta">
                    <span class="sep">Posted on </span><a href="https://michaelblumenthal.me/2022/09/5-productivity-hacks-for-september/" title="12:33 pm" rel="bookmark"><time class="entry-date updated" datetime="2022-09-19T12:33:06+00:00" pubdate>September 19, 2022</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://michaelblumenthal.me/author/mbblum/" title="View all posts by Michael Blumenthal" rel="author">Michael Blumenthal</a></span></span>                                    </div><!-- .entry-meta -->
					</header><!-- .entry-header -->

		             <div class="entry-summary">
                                <p>Here are 5 productivity hacks for September.&nbsp; Screenshots are taken from Windows 11. Clipboard History You copy and paste all the time.&nbsp; Control+V to paste from the clipboard only paste the very last thing you copied.&nbsp; Try Windows+V! The first <a class="more-link" href="https://michaelblumenthal.me/2022/09/5-productivity-hacks-for-september/">Continue reading <span class="screen-reader-text">  5 Productivity Hacks for September</span><span class="meta-nav">&rarr;</span></a></p>
            </div><!-- .entry-summary -->
		
		<footer class="entry-meta">
												<span class="cat-links">
				<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://michaelblumenthal.me/category/digital-workplace/" rel="category tag">Digital Workplace</a>, <a href="https://michaelblumenthal.me/category/user-adoption/" rel="category tag">User Adoption</a>, <a href="https://michaelblumenthal.me/category/windows-devices/" rel="category tag">Windows Devices</a>			</span>
									<span class="sep"> | </span>
							<span class="tag-links">
				<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://michaelblumenthal.me/tag/training/" rel="tag">Training</a>			</span>
						
			
					</footer><!-- #entry-meta -->
	</article><!-- #post-948 -->
				
					
	<article id="post-943" class="post-943 post type-post status-publish format-standard hentry category-uncategorized">
		<header class="entry-header">
							<h2 class="entry-title"><a href="https://michaelblumenthal.me/2022/06/the-evolution-of-m365-message-center-triage/" title="Permalink to The Evolution of M365 Message Center Triage" rel="bookmark">The Evolution of M365 Message Center Triage</a></h2>
			
			                <div class="entry-meta">
                    <span class="sep">Posted on </span><a href="https://michaelblumenthal.me/2022/06/the-evolution-of-m365-message-center-triage/" title="3:55 am" rel="bookmark"><time class="entry-date updated" datetime="2022-06-14T03:55:51+00:00" pubdate>June 14, 2022</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://michaelblumenthal.me/author/mbblum/" title="View all posts by Michael Blumenthal" rel="author">Michael Blumenthal</a></span></span>                                    </div><!-- .entry-meta -->
					</header><!-- .entry-header -->

		             <div class="entry-summary">
                                <p>I was looking back over my previous posts and realized how much the process of weekly triage of Message Center messages has evolved over the years. Almost 5 years ago, in July 2017, I wrote up the process I used <a class="more-link" href="https://michaelblumenthal.me/2022/06/the-evolution-of-m365-message-center-triage/">Continue reading <span class="screen-reader-text">  The Evolution of M365 Message Center Triage</span><span class="meta-nav">&rarr;</span></a></p>
            </div><!-- .entry-summary -->
		
		<footer class="entry-meta">
												<span class="cat-links">
				<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://michaelblumenthal.me/category/uncategorized/" rel="category tag">Uncategorized</a>			</span>
									
			
					</footer><!-- #entry-meta -->
	</article><!-- #post-943 -->
				
					
	<article id="post-931" class="post-931 post type-post status-publish format-standard hentry category-digital-workplace category-office-365 category-training category-user-adoption tag-o365 tag-office-365 tag-training">
		<header class="entry-header">
							<h2 class="entry-title"><a href="https://michaelblumenthal.me/2022/05/three-office-365-tips-from-the-2022-m365-virtual-marathon/" title="Permalink to Three Office 365 Tips from the 2022 M365 Virtual Marathon" rel="bookmark">Three Office 365 Tips from the 2022 M365 Virtual Marathon</a></h2>
			
			                <div class="entry-meta">
                    <span class="sep">Posted on </span><a href="https://michaelblumenthal.me/2022/05/three-office-365-tips-from-the-2022-m365-virtual-marathon/" title="3:02 pm" rel="bookmark"><time class="entry-date updated" datetime="2022-05-26T15:02:04+00:00" pubdate>May 26, 2022</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="https://michaelblumenthal.me/author/mbblum/" title="View all posts by Michael Blumenthal" rel="author">Michael Blumenthal</a></span></span>                                    </div><!-- .entry-meta -->
					</header><!-- .entry-header -->

		             <div class="entry-summary">
                                <p>At the M365 Virtual Marathon May 4-6, 2022, I presented my session, Hidden Gems of Office. The Slide Deck is on SlideShare. At the end of the session, I asked the audience to share their top tips, and here are <a class="more-link" href="https://michaelblumenthal.me/2022/05/three-office-365-tips-from-the-2022-m365-virtual-marathon/">Continue reading <span class="screen-reader-text">  Three Office 365 Tips from the 2022 M365 Virtual Marathon</span><span class="meta-nav">&rarr;</span></a></p>
            </div><!-- .entry-summary -->
		
		<footer class="entry-meta">
												<span class="cat-links">
				<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="https://michaelblumenthal.me/category/digital-workplace/" rel="category tag">Digital Workplace</a>, <a href="https://michaelblumenthal.me/category/office-365/" rel="category tag">Office 365</a>, <a href="https://michaelblumenthal.me/category/training/" rel="category tag">Training</a>, <a href="https://michaelblumenthal.me/category/user-adoption/" rel="category tag">User Adoption</a>			</span>
									<span class="sep"> | </span>
							<span class="tag-links">
				<span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> <a href="https://michaelblumenthal.me/tag/o365/" rel="tag">O365</a>, <a href="https://michaelblumenthal.me/tag/office-365/" rel="tag">Office 365</a>, <a href="https://michaelblumenthal.me/tag/training/" rel="tag">Training</a>			</span>
						
			
					</footer><!-- #entry-meta -->
	</article><!-- #post-931 -->
				
						<nav id="nav-below">
			<h3 class="screen-reader-text">Post navigation</h3>
							<div class="nav-previous"><a href="https://michaelblumenthal.me/page/2/" ><span class="meta-nav">&larr;</span> Older posts</a></div>
				<div class="nav-next"></div>
					</nav><!-- #nav -->
		
			
		</div><!-- #content -->
        
		            
	</div><!-- #primary -->
    
	    


		<aside id="secondary" class="sidebar widget-area" role="complementary">
			<h2 class="screen-reader-text">Primary Sidebar Widget Area</h2>
			
		<section id="recent-posts-2" class="widget widget_recent_entries">
		<h2 class="widget-title">Recent Posts</h2>
		<ul>
											<li>
					<a href="https://michaelblumenthal.me/2025/10/join-the-m365-admin-message-center-users-group-at-microsoft-ignite-2025/">Join the M365 Admin Message Center Users Group at Microsoft Ignite 2025!</a>
									</li>
											<li>
					<a href="https://michaelblumenthal.me/2025/08/resource-roundup-for-managing-message-center/">Resource Roundup for Managing Message Center</a>
									</li>
											<li>
					<a href="https://michaelblumenthal.me/2025/03/8-tips-for-using-linkedin-to-find-a-job/">8 Tips for Using LinkedIn to find a Job</a>
									</li>
											<li>
					<a href="https://michaelblumenthal.me/2024/11/resources-roundup-m365-message-center/">Resources Roundup: M365 Message Center</a>
									</li>
											<li>
					<a href="https://michaelblumenthal.me/2023/03/can-ai-help-with-mc-planner-task-assignment/">Can AI help with MC Planner Task Assignment?</a>
									</li>
					</ul>

		</section><section id="recent-comments-2" class="widget widget_recent_comments"><h2 class="widget-title">Recent Comments</h2><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link"><a href="https://michaelblumenthal.me/2023/03/can-ai-help-with-mc-planner-task-assignment/" class="url" rel="ugc">Can AI help with MC Planner Task Assignment? &#8211; Michael Blumenthal, Office 365 MVP</a></span> on <a href="https://michaelblumenthal.me/2023/03/messge-center-triage-is-a-team-sport/#comment-3749">Messge Center Triage is a Team Sport</a></li><li class="recentcomments"><span class="comment-author-link"><a href="https://michaelblumenthal.me/2022/05/hidden-gems-of-office-365/" class="url" rel="ugc">Hidden Gems of Office 365 &#8211; Michael Blumenthal, Office 365 MVP</a></span> on <a href="https://michaelblumenthal.me/2022/05/three-office-365-tips-from-the-2022-m365-virtual-marathon/#comment-2607">Three Office 365 Tips from the 2022 M365 Virtual Marathon</a></li><li class="recentcomments"><span class="comment-author-link">Fred</span> on <a href="https://michaelblumenthal.me/2016/08/avoid-defective-sd-cards-test-your-cards-as-soon-as-you-buy-them-heres-how/#comment-27">Avoid Defective SD Cards! Test your cards as soon as you buy them.  Here&#8217;s how!</a></li><li class="recentcomments"><span class="comment-author-link"><a href="https://michaelblumenthal.me" class="url" rel="ugc">Michael Blumenthal</a></span> on <a href="https://michaelblumenthal.me/2019/01/learn-about-microsoft-search-in-bing-at-the-february-office-365-adoption-user-group-chicagoland-chapter-meeting/#comment-25">Learn about Microsoft Search in Bing at the February Office 365 Adoption User Group (Chicagoland Chapter) meeting!</a></li><li class="recentcomments"><span class="comment-author-link">Luna Jernberg</span> on <a href="https://michaelblumenthal.me/2019/01/learn-about-microsoft-search-in-bing-at-the-february-office-365-adoption-user-group-chicagoland-chapter-meeting/#comment-24">Learn about Microsoft Search in Bing at the February Office 365 Adoption User Group (Chicagoland Chapter) meeting!</a></li></ul></section>		</aside><!-- #secondary .widget-area -->

	</div><!-- #main -->

	
	<footer id="colophon" role="contentinfo">
		<div id="supplementary" class="one">
		<div id="first" class="widget-area" role="complementary">
			</div><!-- #first .widget-area -->
	
	
	</div><!-- #supplementary -->
        <div id="site-generator" class="clearfix">

            
			<nav class="social-profile" role="navigation" aria-label="Footer Social Links Menu">
 		 		<ul><li class="twitter"><a href="http://twitter.com/michaelbl"><span class="screen-reader-text">Twitter</span></a></li><li class="linkedin"><a href="http://www.linkedin.com/pub/michael-blumenthal/0/19a/354/"><span class="screen-reader-text">Linkedin</span></a></li><li class="you-tube"><a href="https://www.youtube.com/channel/UC6NdAi18MHFS3BuIRPohxig"><span class="screen-reader-text">YouTube</span></a></li><li class="rss"><a href="http://feeds.feedburner.com/MichaelBlumenthal"><span class="screen-reader-text">RSS Feed</span></a></li><li class="slideshare"><a href="http://www.slideshare.net/michaelBlumenthal/"><span class="screen-reader-text">Slideshare</span></a></li><li class="email"><a href="mailto:michael@michaelblumentha-axeo2arjfp.live-website.com"><span class="screen-reader-text">Email</span></a></li><li class="github"><a href="https://github.com/michaelblumenthal" title="Github" target="_blank" rel="nofollow">Github</a></li>
				</ul>
			</nav><!-- .social-profile --><div class="copyright">Copyright &copy; 2026 <a href="https://michaelblumenthal.me/" title="Michael Blumenthal, M365 MVP" ><span>Michael Blumenthal, M365 MVP</span></a>. All Rights Reserved. </div><div class="powered"><span class="theme-name">Theme: Catch Box by </span><span class="theme-author"><a href="https://catchthemes.com/" title="Catch Themes">Catch Themes</a></span></div>
        </div> <!-- #site-generator -->

	</footer><!-- #colophon -->

</div><!-- #page -->

<a href="#branding" id="scrollup"><span class="screen-reader-text">Scroll Up</span></a>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/catch-box/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="text/javascript" src="https://michaelblumenthal.me/wp-content/themes/catch-box/js/jquery.cycle.all.min.js?ver=2.9999.5" id="jquery-cycle-js"></script>
<script type="text/javascript" id="catchbox-slider-js-extra">
/* <![CDATA[ */
var js_value = {"transition_effect":"fade","transition_delay":"4000","transition_duration":"1000"};
//# sourceURL=catchbox-slider-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://michaelblumenthal.me/wp-content/themes/catch-box/js/catchbox-slider.js?ver=1.0.1" id="catchbox-slider-js"></script>
<script type="text/javascript" src="https://michaelblumenthal.me/wp-content/themes/catch-box/js/skip-link-focus-fix.js?ver=20151112" id="catchbox-skip-link-focus-fix-js"></script>
<script type="text/javascript" src="https://michaelblumenthal.me/wp-content/themes/catch-box/js/catchbox-scrollup.min.js?ver=20072014" id="catchbox-scrollup-js"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://michaelblumenthal.me/wp-includes/js/wp-emoji-release.min.js?ver=6.9.1"}}
</script>
<script type="module">
/* <![CDATA[ */
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://michaelblumenthal.me/wp-includes/js/wp-emoji-loader.min.js
/* ]]> */
</script>

</body>
</html>
