{"id":4457,"date":"2022-11-23T14:31:17","date_gmt":"2022-11-23T22:31:17","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=4457"},"modified":"2022-11-23T14:32:39","modified_gmt":"2022-11-23T22:32:39","slug":"how-to-deploy-visio-or-project-with-intune","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=4457","title":{"rendered":"How to Deploy Visio or Project with Intune"},"content":{"rendered":"\n<p>Sometimes I get the question how to the deploy Visio or project to a device that has already install Microsoft 365 apps without uninstalling all the existent binaries as a side effect, so I have created this short blogpost on how to deal with this task.<\/p>\n\n\n\n<p>It is possible to add e.g. Language Packs, Proofing Tools, additional products (like Visio or Project) or apps without updating the installed build, even when a newer build is available in the source location (Office CDN or the specified source path).<br>In this blogpost I will show you have to leverage this methods to add Visio or Project to a device that is Intune managed and already has Microsoft 365 Apps installed.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Start the&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/devicemanagement.microsoft.com\/\" target=\"_blank\">Microsoft Endpoint Manager admin center<\/a><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Click Apps<\/li><li>Click Windows<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-01.png\"><img decoding=\"async\" src=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-01.png?w=1024\" alt=\"\" class=\"wp-image-10094\"\/><\/a><\/figure>\n\n\n\n<ol class=\"wp-block-list\"><li>Click Add<\/li><li>Select app type : Windows 10<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-02-1.png\"><img decoding=\"async\" src=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-02-1.png?w=1024\" alt=\"\" class=\"wp-image-10105\"\/><\/a><\/figure>\n\n\n\n<ol class=\"wp-block-list\" id=\"block-9174bd46-0877-4d07-9ea6-6fc385ab338f\"><li>Suite Name : Add Visio Online Plan 2<\/li><li>Notes (optional) : Add Visio Online Plan 2 to an existing installation. Default file formats will be set to the Microsoft Office Open XML format.<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-03-1.png\"><img decoding=\"async\" src=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-03-1.png?w=1024\" alt=\"\" class=\"wp-image-10101\"\/><\/a><\/figure>\n\n\n\n<ol class=\"wp-block-list\" id=\"block-231a0cb8-0467-4318-bb04-805c4fbeb785\"><li>Configuration settings format : Enter XML data<\/li><li>Copy the XML data from :&nbsp;<a href=\"https:\/\/go.microsoft.com\/fwlink\/?linkid=2100547\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/go.microsoft.com\/fwlink\/?linkid=2100547<\/a><\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-04-1.png\"><img decoding=\"async\" src=\"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-04-1.png?w=1024\" alt=\"\" class=\"wp-image-10102\"\/><\/a><\/figure>\n\n\n\n<p>Then you just need to assign it as available or required to a group of users.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Note :<\/p><p>\u201cAdd version\u201d will install Visio in the same version as the Microsoft 365 Enterprise apps that are already on the device.<\/p><\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Below here are XML files for Visio and Project both Online and 2019 versions:<\/p>\n\n\n\n<p>Add Visio Online Plan 2<\/p>\n\n\n\n<p>Add Visio Online Plan 2 to an existing installation. Default file formats will be set to the Microsoft Office Open XML format.<\/p>\n\n\n\n<p><a href=\"https:\/\/go.microsoft.com\/fwlink\/?linkid=2100547\">https:\/\/go.microsoft.com\/fwlink\/?linkid=2100547<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;Configuration ID=\"b5f8e99c-4dd4-4630-a46f-e11f8fc2a13d\"&gt;\n  &lt;Add Version=\"MatchInstalled\"&gt;\n    &lt;Product ID=\"VisioProRetail\"&gt;\n      &lt;Language ID=\"MatchInstalled\" TargetProduct=\"All\" \/&gt;\n      &lt;ExcludeApp ID=\"Groove\" \/&gt;\n    &lt;\/Product&gt;\n  &lt;\/Add&gt;\n&lt;\/Configuration&gt;<\/code><\/pre>\n\n\n\n<p>Add Project Online Client<\/p>\n\n\n\n<p>Add Project to an existing installation. Default file formats will be set to the Microsoft Office Open XML format.<\/p>\n\n\n\n<p><a href=\"https:\/\/go.microsoft.com\/fwlink\/?linkid=2100629\">https:\/\/go.microsoft.com\/fwlink\/?linkid=2100629<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;Configuration ID=\"c3089e9b-4891-4ccb-b7a1-8ac5f42ee68a\"&gt;\n  &lt;Add Version=\"MatchInstalled\"&gt;\n    &lt;Product ID=\"ProjectProRetail\"&gt;\n      &lt;Language ID=\"MatchInstalled\" TargetProduct=\"All\" \/&gt;\n      &lt;ExcludeApp ID=\"Groove\" \/&gt;\n    &lt;\/Product&gt;\n  &lt;\/Add&gt;\n&lt;\/Configuration&gt;<\/code><\/pre>\n\n\n\n<p>Add Visio Professional 2019<\/p>\n\n\n\n<p>Add Visio Professional 2019 to an existing installation. Default file formats will be set to the Microsoft Office Open XML format.<\/p>\n\n\n\n<p><a href=\"https:\/\/go.microsoft.com\/fwlink\/?linkid=2100630\">https:\/\/go.microsoft.com\/fwlink\/?linkid=2100630<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;Configuration ID=\"bdc49b72-a1ad-419b-9ec0-ffe73f1e596f\"&gt;\n  &lt;Add Version=\"MatchInstalled\"&gt;\n    &lt;Product ID=\"VisioPro2019Volume\" PIDKEY=\"9BGNQ-K37YR-RQHF2-38RQ3-7VCBB\"&gt;\n      &lt;Language ID=\"MatchInstalled\" TargetProduct=\"All\" \/&gt;\n      &lt;ExcludeApp ID=\"Groove\" \/&gt;\n    &lt;\/Product&gt;\n  &lt;\/Add&gt;\n&lt;\/Configuration&gt;<\/code><\/pre>\n\n\n\n<p>Add Project Professional 2019<\/p>\n\n\n\n<p>Add Project Professional 2019 to an existing installation. Default file formats will be set to the Microsoft Office Open XML format.<\/p>\n\n\n\n<p><a href=\"https:\/\/go.microsoft.com\/fwlink\/?linkid=2100631\">https:\/\/go.microsoft.com\/fwlink\/?linkid=2100631<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;Configuration ID=\"537b02cb-90f7-459a-9795-e7ac8a03c606\">\n  &lt;Add Version=\"MatchInstalled\">\n    &lt;Product ID=\"ProjectPro2019Volume\" PIDKEY=\"B4NPR-3FKK7-T2MBV-FRQ4W-PKD2B\">\n      &lt;Language ID=\"MatchInstalled\" TargetProduct=\"All\" \/>\n      &lt;ExcludeApp ID=\"Groove\" \/>\n    &lt;\/Product>\n  &lt;\/Add>\n&lt;\/Configuration>\n<\/code><\/pre>\n\n\n\n<p>Ref: https:\/\/osddeployment.dk\/2021\/01\/06\/deploy-visio-or-project-with-intune-to-users-with-microsoft-365-apps-already-installed\/<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes I get the question how to the deploy Visio or project to a device that has already install Microsoft 365 apps without uninstalling all the existent binaries as a side effect, so I have created this short blogpost on how to deal with this task. It is possible to add e.g. Language Packs, Proofing <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=4457\">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":[1185,1249,238,239,10,18],"tags":[1398,1397,1399],"class_list":["post-4457","post","type-post","status-publish","format-standard","hentry","category-autopilot-intune","category-azure-microsoft","category-cloud","category-azure","category-microsoft","category-microsoft-office","tag-deploy-project-with-intune","tag-deploy-visio-or-project-with-intune","tag-deploy-visio-with-intune"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Sometimes I get the question how to the deploy Visio or project to a device that has already install Microsoft 365 apps without uninstalling all the existent binaries as a side effect, so I have created this short blogpost on how to deal with this task. It is possible to add e.g. Language Packs, Proofing\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Summa Lai\"\/>\n\t<meta name=\"keywords\" content=\"deploy project with intune,deploy visio or project with intune,deploy visio with intune,autopilot \/ intune,azure,cloud,microsoft 365,microsoft family,microsoft office\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/SUMMALAI.COM\/?p=4457\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\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=4457#article\",\"name\":\"How to Deploy Visio or Project with Intune | Summa Lai\",\"headline\":\"How to Deploy Visio or Project with Intune\",\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/osddeployment.files.wordpress.com\\\/2021\\\/01\\\/intune-visio-and-project-01.png?w=1024\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4457\\\/#articleImage\"},\"datePublished\":\"2022-11-23T14:31:17-08:00\",\"dateModified\":\"2022-11-23T14:32:39-08:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4457#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4457#webpage\"},\"articleSection\":\"Autopilot \\\/ Intune, Azure, Cloud, Microsoft 365, Microsoft Family, Microsoft Office, Deploy Project with Intune, Deploy Visio or Project with Intune, Deploy Visio with Intune\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4457#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=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"position\":2,\"name\":\"Microsoft Family\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18#listItem\",\"name\":\"Microsoft Office\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18#listItem\",\"position\":3,\"name\":\"Microsoft Office\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4457#listItem\",\"name\":\"How to Deploy Visio or Project with Intune\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4457#listItem\",\"position\":4,\"name\":\"How to Deploy Visio or Project with Intune\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=18#listItem\",\"name\":\"Microsoft Office\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\",\"name\":\"sladmin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4457#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=4457#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=4457#webpage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4457\",\"name\":\"How to Deploy Visio or Project with Intune | Summa Lai\",\"description\":\"Sometimes I get the question how to the deploy Visio or project to a device that has already install Microsoft 365 apps without uninstalling all the existent binaries as a side effect, so I have created this short blogpost on how to deal with this task. It is possible to add e.g. Language Packs, Proofing\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4457#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"datePublished\":\"2022-11-23T14:31:17-08:00\",\"dateModified\":\"2022-11-23T14:32:39-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 Deploy Visio or Project with Intune | Summa Lai","description":"Sometimes I get the question how to the deploy Visio or project to a device that has already install Microsoft 365 apps without uninstalling all the existent binaries as a side effect, so I have created this short blogpost on how to deal with this task. It is possible to add e.g. Language Packs, Proofing","canonical_url":"https:\/\/SUMMALAI.COM\/?p=4457","robots":"max-image-preview:large","keywords":"deploy project with intune,deploy visio or project with intune,deploy visio with intune,autopilot \/ intune,azure,cloud,microsoft 365,microsoft family,microsoft office","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/SUMMALAI.COM\/?p=4457#article","name":"How to Deploy Visio or Project with Intune | Summa Lai","headline":"How to Deploy Visio or Project with Intune","author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/osddeployment.files.wordpress.com\/2021\/01\/intune-visio-and-project-01.png?w=1024","@id":"https:\/\/SUMMALAI.COM\/?p=4457\/#articleImage"},"datePublished":"2022-11-23T14:31:17-08:00","dateModified":"2022-11-23T14:32:39-08:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/SUMMALAI.COM\/?p=4457#webpage"},"isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/?p=4457#webpage"},"articleSection":"Autopilot \/ Intune, Azure, Cloud, Microsoft 365, Microsoft Family, Microsoft Office, Deploy Project with Intune, Deploy Visio or Project with Intune, Deploy Visio with Intune"},{"@type":"BreadcrumbList","@id":"https:\/\/SUMMALAI.COM\/?p=4457#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=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","position":2,"name":"Microsoft Family","item":"https:\/\/SUMMALAI.COM\/?cat=10","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=18#listItem","name":"Microsoft Office"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=18#listItem","position":3,"name":"Microsoft Office","item":"https:\/\/SUMMALAI.COM\/?cat=18","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=4457#listItem","name":"How to Deploy Visio or Project with Intune"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=4457#listItem","position":4,"name":"How to Deploy Visio or Project with Intune","previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=18#listItem","name":"Microsoft Office"}}]},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/#person","name":"sladmin","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=4457#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=4457#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=4457#webpage","url":"https:\/\/SUMMALAI.COM\/?p=4457","name":"How to Deploy Visio or Project with Intune | Summa Lai","description":"Sometimes I get the question how to the deploy Visio or project to a device that has already install Microsoft 365 apps without uninstalling all the existent binaries as a side effect, so I have created this short blogpost on how to deal with this task. It is possible to add e.g. Language Packs, Proofing","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/#website"},"breadcrumb":{"@id":"https:\/\/SUMMALAI.COM\/?p=4457#breadcrumblist"},"author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"creator":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"datePublished":"2022-11-23T14:31:17-08:00","dateModified":"2022-11-23T14:32:39-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":"4457","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-65a0cf425431c","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-23 22:28:00","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=10\" title=\"Microsoft Family\">Microsoft Family<\/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=18\" title=\"Microsoft Office\">Microsoft Office<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Deploy Visio or Project with Intune\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/SUMMALAI.COM"},{"label":"Microsoft Family","link":"https:\/\/SUMMALAI.COM\/?cat=10"},{"label":"Microsoft Office","link":"https:\/\/SUMMALAI.COM\/?cat=18"},{"label":"How to Deploy Visio or Project with Intune","link":"https:\/\/SUMMALAI.COM\/?p=4457"}],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4457","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=4457"}],"version-history":[{"count":2,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4457\/revisions"}],"predecessor-version":[{"id":4459,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4457\/revisions\/4459"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4457"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4457"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}