{"id":4443,"date":"2022-11-16T11:23:44","date_gmt":"2022-11-16T19:23:44","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=4443"},"modified":"2022-11-16T11:23:47","modified_gmt":"2022-11-16T19:23:47","slug":"how-to-create-an-azure-ad-device-group-for-windows-11-devices","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=4443","title":{"rendered":"How to Create an Azure AD Device Group  for Windows 11 Devices"},"content":{"rendered":"\n<p>Let\u2019s learn to create&nbsp;<strong>Windows 11 Azure AD Device Group<\/strong>. You will have to get ready with Windows 11 PCs sooner than later. One of the things you can start with is creating Azure AD dynamic devices for Windows 11 PCs.<\/p>\n\n\n\n<p>You can create Azure AD dynamic device groups based on available device properties. Well, you can\u2019t create dynamic device groups based on applications installed device (unlike\u00a0<strong>SCCM collections<\/strong>). This is expected because Azure AD is not a device management solution like Intune and SCCM.<\/p>\n\n\n\n<p>The<strong>\u00a0Intune assignment filters<\/strong>\u00a0are another useful method to filter devices based on their properties. I think Intune filter rules will be powerful as SCCM collection queries in the future. I\u2019ve shared details on using filter rules to\u00a0include or exclude Windows 11 devices\u00a0from an app or policy deployment.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Useful Device Properties in Azure AD<\/strong><\/h2>\n\n\n\n<p>There is a bunch of device properties supported in Azure AD. However, I don\u2019t think all the Azure AD device properties are exposed to the public. Let\u2019s first check what the&nbsp;<strong>useful device properties<\/strong>&nbsp;in Azure AD from a device management perspective are.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.anoopcnair.com\/wp-content\/uploads\/2021\/08\/image-177-1024x375.png\" alt=\"Create Windows 11 Azure AD Device Group - AAD Dynamic Device Group\" class=\"wp-image-56087\" title=\"Create Windows 11 Azure AD Device Group 1\"\/><figcaption>Create Windows 11 Azure AD Device Group \u2013 AAD Dynamic Device Group<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>AAD Device Properties<\/th><th>What?<\/th><\/tr><\/thead><tbody><tr><td>Account Enabled<\/td><td>Never Used it<\/td><\/tr><tr><td>Object ID<\/td><td>Never Used it<\/td><\/tr><tr><td>Display Name<\/td><td>Useful<\/td><\/tr><tr><td>Is Rooted<\/td><td>Not for Windows<\/td><\/tr><tr><td>Device OS Type<\/td><td>Useful<\/td><\/tr><tr><td>Device OS Version&nbsp;<\/td><td>Useful<\/td><\/tr><tr><td>Device Category<\/td><td>Never Used it<\/td><\/tr><tr><td>Device Manufacturer<\/td><td>Useful<\/td><\/tr><tr><td>Device Model<\/td><td>Useful<\/td><\/tr><tr><td>Device Ownership<\/td><td>Useful<\/td><\/tr><tr><td>Enrollment Profile Name<\/td><td>Useful<\/td><\/tr><tr><td>Management Type<\/td><td>Never Used it<\/td><\/tr><tr><td>OU Details<\/td><td>Never Used it<\/td><\/tr><tr><td>Device ID<\/td><td>Never Used it<\/td><\/tr><tr><td>Device Physical IDs<\/td><td>Never Used it<\/td><\/tr><tr><td>System Label<\/td><td>Useful<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Create Windows 11 Azure AD Device Group \u2013 AAD Dynamic Device Group<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Create Azure AD Dynamic Device Group for Windows 11<\/strong><\/h2>\n\n\n\n<p>Let\u2019s now build an Azure AD dynamic device group for Windows 11 PCs. I think the best reliable option is to go with&nbsp;<strong>OS version<\/strong>&nbsp;properties. However, if you plan to onboard Hololens and another kind of Windows 11 device into Azure AD\/MEM management, you should use additional properties as well.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Open&nbsp;<strong>portal.azure.com<\/strong><\/li><li>Navigate to&nbsp;<strong>Azure AD (Azure Active Directory)&nbsp;<\/strong>-&gt;&nbsp;<a href=\"https:\/\/portal.azure.com\/#blade\/Microsoft_AAD_IAM\/GroupsManagementMenuBlade\/\" target=\"_blank\" rel=\"noreferrer noopener\">Groups \u2013 All Groups<\/a>.<\/li><li>Click on \u201c<strong>+ New Group<\/strong>\u201c.<\/li><li>Select&nbsp;<strong>Security<\/strong>&nbsp;\u2013&nbsp;<em>Group Type<\/em>&nbsp;from the drop-down option.<\/li><li>Enter Group Name \u201c<strong>Windows 11 Devices<\/strong>\u201d (any name is fine).<\/li><li>Enter Group Description \u201c<strong>Group<\/strong>&nbsp;for Windows 11 Devices\u201d (any description is fine).<\/li><li>Select&nbsp;<strong>Dynamic Device<\/strong>&nbsp;as Membership type.<\/li><li>Click on&nbsp;<strong>Add Dynamic Query<\/strong>&nbsp;under Dynamic Device Members.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.anoopcnair.com\/wp-content\/uploads\/2021\/08\/image-176-1024x446.png\" alt=\"Create Windows 11 Azure AD Device Group - AAD Dynamic Device Group\" class=\"wp-image-56073\" title=\"Create Windows 11 Azure AD Device Group 2\"\/><figcaption>Create Windows 11 Azure AD Device Group \u2013 AAD Dynamic Device Group<\/figcaption><\/figure>\n\n\n\n<p><strong>Hover over<\/strong>&nbsp;the properties column so that you get an option to select Azure AD dynamic device groups based on Windows 11 OS Version. Otherwise, you can also copy-paste the following query to create an Azure AD dynamic device for Windows 11 Devices.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Property<\/strong>&nbsp;\u2013 osVersion<\/li><li><strong>Operator<\/strong>&nbsp;\u2013 StartsWith<\/li><li><strong>Value&nbsp;<\/strong>\u2013 10.0.2<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>(device.deviceOSVersion -startsWith \"10.0.2\")<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.anoopcnair.com\/wp-content\/uploads\/2021\/08\/image-178-1024x279.png\" alt=\"Create Windows 11 Azure AD Device Group - AAD Dynamic Device Group\" class=\"wp-image-56089\" title=\"Create Windows 11 Azure AD Device Group 3\"\/><figcaption>Create Windows 11 Azure AD Device Group \u2013 AAD Dynamic Device Group<\/figcaption><\/figure>\n\n\n\n<p><strong>NOTE!<\/strong>&nbsp;\u2013 I don\u2019t know whether there will be other types of Windows 11 Devices in your production tenants. For Examples, Surface Studio, Devices in meeting rooms, Hololens? You will have to be careful whether these devices will be part of Azure AD Windows 11 Device Group or not.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Validate the Logic of Azure AD Dynamic Query<\/strong><\/h2>\n\n\n\n<p>Always perform the validation of Dynamic queries before putting those into production. There is&nbsp;<strong>Validate Rules<\/strong>&nbsp;tab within Dynamic query membership rules. You can use the validate options to confirm whether the AAD dynamic query logic works as you expect or not.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Click on&nbsp;<strong>Validate Rules<\/strong><\/li><li><strong>Add Devices&nbsp;<\/strong>\u2013 Select at least two or three devices. Some of the devices you think&nbsp;<strong>should be part of this group<\/strong>&nbsp;and&nbsp;<strong>some of them that should not<\/strong>&nbsp;be part of this group.<\/li><li><strong>Check the validation results<\/strong>&nbsp;blade to understand and confirm whether your Azure AD dynamic device group query logic is correct or not.<\/li><\/ul>\n\n\n\n<p>There is an option to\u00a0validate the dynamic query, and it\u2019s beneficial. Once validation is completed, you can click on\u00a0<strong>SAVE<\/strong>\u00a0and\u00a0<strong>CREATE<\/strong>\u00a0buttons to complete the process of building\u00a0<strong>Windows 11 Azure AD dynamic device\u00a0<\/strong>group creation.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.anoopcnair.com\/wp-content\/uploads\/2021\/08\/image-179-1024x373.png\" alt=\"Create Windows 11 Azure AD Device Group - AAD Dynamic Device Group\" class=\"wp-image-56090\" title=\"Create Windows 11 Azure AD Device Group 4\"\/><figcaption>Create Windows 11 Azure AD Device Group \u2013 AAD Dynamic Device Group<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Results<\/strong><\/h2>\n\n\n\n<p>You can check the results from the&nbsp;<strong>member\u2019s&nbsp;<\/strong>tab of the Windows 11 AAD dynamic group. Normally, the Azure AD dynamic device groups get updated within 5 minutes or so. However, Microsoft doesn\u2019t have any SLA less than&nbsp;<strong>24 hours<\/strong>&nbsp;for the AAD dynamic group auto-update process.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.anoopcnair.com\/wp-content\/uploads\/2021\/08\/image-180-1024x356.png\" alt=\"Create Windows 11 Azure AD Device Group 1\" class=\"wp-image-56096\" title=\"Create Windows 11 Azure AD Device Group 5\"\/><figcaption>Create Windows 11 Azure AD Device Group \u2013 AAD Dynamic Device Group<\/figcaption><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Ref: <a href=\"https:\/\/answers.microsoft.com\/en-us\/msoffice\/forum\/all\/cannot-sign-in-to-office-365-desktop-apps\/a5f1d27c-0a86-4214-83fc-ed87180d670c\">Cannot sign in to Office 365 Desktop Apps &#8211; Microsoft Community<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Let\u2019s learn to create&nbsp;Windows 11 Azure AD Device Group. You will have to get ready with Windows 11 PCs sooner than later. One of the things you can start with is creating Azure AD dynamic devices for Windows 11 PCs. You can create Azure AD dynamic device groups based on available device properties. Well, you <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=4443\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1249,238,239,10],"tags":[],"class_list":["post-4443","post","type-post","status-publish","format-standard","hentry","category-azure-microsoft","category-cloud","category-azure","category-microsoft"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Let\u2019s learn to create Windows 11 Azure AD Device Group. You will have to get ready with Windows 11 PCs sooner than later. One of the things you can start with is creating Azure AD dynamic devices for Windows 11 PCs. You can create Azure AD dynamic device groups based on available device properties. Well, you\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Summa Lai\"\/>\n\t<meta name=\"keywords\" content=\"azure,cloud,microsoft 365,microsoft family\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/SUMMALAI.COM\/?p=4443\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443#article\",\"name\":\"How to Create an Azure AD Device Group for Windows 11 Devices | Summa Lai\",\"headline\":\"How to Create an Azure AD Device Group  for Windows 11 Devices\",\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.anoopcnair.com\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/image-177-1024x375.png\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443\\\/#articleImage\"},\"datePublished\":\"2022-11-16T11:23:44-08:00\",\"dateModified\":\"2022-11-16T11:23:47-08:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443#webpage\"},\"articleSection\":\"Azure, Cloud, Microsoft 365, Microsoft Family\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=238#listItem\",\"name\":\"Cloud\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=238#listItem\",\"position\":2,\"name\":\"Cloud\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=238\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=239#listItem\",\"name\":\"Microsoft 365\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=239#listItem\",\"position\":3,\"name\":\"Microsoft 365\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=239\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443#listItem\",\"name\":\"How to Create an Azure AD Device Group  for Windows 11 Devices\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=238#listItem\",\"name\":\"Cloud\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443#listItem\",\"position\":4,\"name\":\"How to Create an Azure AD Device Group  for Windows 11 Devices\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=239#listItem\",\"name\":\"Microsoft 365\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\",\"name\":\"sladmin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443#personImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"sladmin\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2\",\"name\":\"Summa Lai\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443#authorImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Summa Lai\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443#webpage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443\",\"name\":\"How to Create an Azure AD Device Group for Windows 11 Devices | Summa Lai\",\"description\":\"Let\\u2019s learn to create Windows 11 Azure AD Device Group. You will have to get ready with Windows 11 PCs sooner than later. One of the things you can start with is creating Azure AD dynamic devices for Windows 11 PCs. You can create Azure AD dynamic device groups based on available device properties. Well, you\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4443#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"datePublished\":\"2022-11-16T11:23:44-08:00\",\"dateModified\":\"2022-11-16T11:23:47-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/\",\"name\":\"Summa Lai\",\"description\":\"Never Stop Learning, Building a Little Wiki...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Create an Azure AD Device Group for Windows 11 Devices | Summa Lai","description":"Let\u2019s learn to create Windows 11 Azure AD Device Group. You will have to get ready with Windows 11 PCs sooner than later. One of the things you can start with is creating Azure AD dynamic devices for Windows 11 PCs. You can create Azure AD dynamic device groups based on available device properties. Well, you","canonical_url":"https:\/\/SUMMALAI.COM\/?p=4443","robots":"max-image-preview:large","keywords":"azure,cloud,microsoft 365,microsoft family","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/SUMMALAI.COM\/?p=4443#article","name":"How to Create an Azure AD Device Group for Windows 11 Devices | Summa Lai","headline":"How to Create an Azure AD Device Group  for Windows 11 Devices","author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/www.anoopcnair.com\/wp-content\/uploads\/2021\/08\/image-177-1024x375.png","@id":"https:\/\/SUMMALAI.COM\/?p=4443\/#articleImage"},"datePublished":"2022-11-16T11:23:44-08:00","dateModified":"2022-11-16T11:23:47-08:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/SUMMALAI.COM\/?p=4443#webpage"},"isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/?p=4443#webpage"},"articleSection":"Azure, Cloud, Microsoft 365, Microsoft Family"},{"@type":"BreadcrumbList","@id":"https:\/\/SUMMALAI.COM\/?p=4443#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","position":1,"name":"Home","item":"https:\/\/SUMMALAI.COM","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=238#listItem","name":"Cloud"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=238#listItem","position":2,"name":"Cloud","item":"https:\/\/SUMMALAI.COM\/?cat=238","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=239#listItem","name":"Microsoft 365"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=239#listItem","position":3,"name":"Microsoft 365","item":"https:\/\/SUMMALAI.COM\/?cat=239","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=4443#listItem","name":"How to Create an Azure AD Device Group  for Windows 11 Devices"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=238#listItem","name":"Cloud"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=4443#listItem","position":4,"name":"How to Create an Azure AD Device Group  for Windows 11 Devices","previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=239#listItem","name":"Microsoft 365"}}]},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/#person","name":"sladmin","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=4443#personImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"sladmin"}},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/?author=2#author","url":"https:\/\/SUMMALAI.COM\/?author=2","name":"Summa Lai","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=4443#authorImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"Summa Lai"}},{"@type":"WebPage","@id":"https:\/\/SUMMALAI.COM\/?p=4443#webpage","url":"https:\/\/SUMMALAI.COM\/?p=4443","name":"How to Create an Azure AD Device Group for Windows 11 Devices | Summa Lai","description":"Let\u2019s learn to create Windows 11 Azure AD Device Group. You will have to get ready with Windows 11 PCs sooner than later. One of the things you can start with is creating Azure AD dynamic devices for Windows 11 PCs. You can create Azure AD dynamic device groups based on available device properties. Well, you","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/#website"},"breadcrumb":{"@id":"https:\/\/SUMMALAI.COM\/?p=4443#breadcrumblist"},"author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"creator":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"datePublished":"2022-11-16T11:23:44-08:00","dateModified":"2022-11-16T11:23:47-08:00"},{"@type":"WebSite","@id":"https:\/\/SUMMALAI.COM\/#website","url":"https:\/\/SUMMALAI.COM\/","name":"Summa Lai","description":"Never Stop Learning, Building a Little Wiki...","inLanguage":"en-US","publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"}}]}},"aioseo_meta_data":{"post_id":"4443","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-65a0cf423910e","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2022-11-16 19:18:45","updated":"2024-01-12 05:33:54","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=238\" title=\"Cloud\">Cloud<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=239\" title=\"Microsoft 365\">Microsoft 365<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Create an Azure AD Device Group  for Windows 11 Devices\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/SUMMALAI.COM"},{"label":"Cloud","link":"https:\/\/SUMMALAI.COM\/?cat=238"},{"label":"Microsoft 365","link":"https:\/\/SUMMALAI.COM\/?cat=239"},{"label":"How to Create an Azure AD Device Group  for Windows 11 Devices","link":"https:\/\/SUMMALAI.COM\/?p=4443"}],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4443"}],"version-history":[{"count":1,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4443\/revisions"}],"predecessor-version":[{"id":4444,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4443\/revisions\/4444"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4443"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4443"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}