{"id":2165,"date":"2024-10-15T12:47:48","date_gmt":"2024-10-15T16:47:48","guid":{"rendered":"https:\/\/toddbaginski.com\/blog\/?p=2165"},"modified":"2024-10-15T12:47:49","modified_gmt":"2024-10-15T16:47:49","slug":"how-to-disable-turn-off-a-power-platform-managed-environment","status":"publish","type":"post","link":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/","title":{"rendered":"HOW TO: Disable\/Turn Off a Power Platform Managed Environment"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">What do you do if you accidentally enabled a Managed Environment in the Power Platform and you want to make the Environment non-Managed again?  There is no way in the Power Platform Admin Center to Disable \/ Turn Off a Managed Environment, you can only Enable or Delete Managed Environments in the Admin Center.  To Disable \/ Turn Off a Managed Environment, and go back to a non-Managed Environment, you must use PowerShell.  Here&#8217;s how to do it:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Open a PowerShell prompt as Administrator.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Install PowerShell<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>Install-Module -Name Microsoft.PowerApps.Administration.PowerShell<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Log in with an account that has permissions to administer Environments.  The following command will open an authentication prompt.  The prompt supports MFA.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>Add-PowerAppsAccount -Endpoint prod<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Run this code that sets protectionLevel to Basic, which turns an Environment from Managed to non-Managed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>$UpdatedGovernanceConfiguration = [pscustomobject]@{<br>protectionLevel = \"Basic\"<br>}<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Run this command to apply the changes to the Environment you want to convert from Managed to non-Managed.  Make sure to replace the Environment Id accordingly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>Set-AdminPowerAppEnvironmentGovernanceConfiguration -EnvironmentName &lt;PUT THE ENVIRONMENT ID HERE&gt; -UpdatedGovernanceConfiguration $UpdatedGovernanceConfiguration<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s what it all looks like:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2024\/10\/image.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"846\" src=\"https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2024\/10\/image-1024x846.png\" alt=\"\" class=\"wp-image-2166\" srcset=\"https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2024\/10\/image-1024x846.png 1024w, https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2024\/10\/image-300x248.png 300w, https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2024\/10\/image-768x634.png 768w, https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2024\/10\/image-91x75.png 91w, https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2024\/10\/image-480x396.png 480w, https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2024\/10\/image.png 1103w\" sizes=\"auto, (max-width:767px) 480px, (max-width:1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the Microsoft documentation that describes part of this process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/learn.microsoft.com\/en-us\/power-platform\/admin\/managed-environment-enable#disable-managed-environments-using-powershell\">https:\/\/learn.microsoft.com\/en-us\/power-platform\/admin\/managed-environment-enable#disable-managed-environments-using-powershell<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What do you do if you accidentally enabled a Managed Environment in the Power Platform and you want to make the Environment non-Managed again?<\/p>\n","protected":false},"author":1,"featured_media":2167,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[103,120,104,121],"tags":[42,10,5,122,54,112],"class_list":["post-2165","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud","category-flow","category-office-365","category-powerapps","tag-cloud","tag-custom-development","tag-helpful-code","tag-how-to-powerapps","tag-mobile","tag-powerapps"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"What do you do if you accidentally enabled a Managed Environment in the Power Platform and you want to make the Environment non-Managed again?\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Todd Baginski\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Todd Baginski&#039;s Blog - An AI, SharePoint, Office 365, Azure, Power Apps, Power Platform, and Mobile Blog\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"HOW TO: Disable\/Turn Off a Power Platform Managed Environment - Todd Baginski&#039;s Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"What do you do if you accidentally enabled a Managed Environment in the Power Platform and you want to make the Environment non-Managed again?\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2019\/09\/todd-400x400.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2019\/09\/todd-400x400.jpg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-10-15T16:47:48+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-10-15T16:47:49+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@toddbaginski\" \/>\n\t\t<meta name=\"twitter:title\" content=\"HOW TO: Disable\/Turn Off a Power Platform Managed Environment - Todd Baginski&#039;s Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"What do you do if you accidentally enabled a Managed Environment in the Power Platform and you want to make the Environment non-Managed again?\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@toddbaginski\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2019\/09\/todd-400x400.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/how-to-disable-turn-off-a-power-platform-managed-environment\\\/#blogposting\",\"name\":\"HOW TO: Disable\\\/Turn Off a Power Platform Managed Environment - Todd Baginski's Blog\",\"headline\":\"HOW TO: Disable\\\/Turn Off a Power Platform Managed Environment\",\"author\":{\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/author\\\/todd\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/sunset-ocean.jpg\",\"width\":742,\"height\":301},\"datePublished\":\"2024-10-15T12:47:48-04:00\",\"dateModified\":\"2024-10-15T12:47:49-04:00\",\"inLanguage\":\"en\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/how-to-disable-turn-off-a-power-platform-managed-environment\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/how-to-disable-turn-off-a-power-platform-managed-environment\\\/#webpage\"},\"articleSection\":\"Cloud, Flow, Office 365, PowerApps, Cloud, Custom Development, Helpful Code, HOW TO: PowerApps, Mobile, PowerApps\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/how-to-disable-turn-off-a-power-platform-managed-environment\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/toddbaginski.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/#listItem\",\"name\":\"Cloud\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/#listItem\",\"position\":2,\"name\":\"Cloud\",\"item\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/office-365\\\/#listItem\",\"name\":\"Office 365\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/office-365\\\/#listItem\",\"position\":3,\"name\":\"Office 365\",\"item\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/office-365\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/office-365\\\/flow\\\/#listItem\",\"name\":\"Flow\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/#listItem\",\"name\":\"Cloud\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/office-365\\\/flow\\\/#listItem\",\"position\":4,\"name\":\"Flow\",\"item\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/office-365\\\/flow\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/how-to-disable-turn-off-a-power-platform-managed-environment\\\/#listItem\",\"name\":\"HOW TO: Disable\\\/Turn Off a Power Platform Managed Environment\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/office-365\\\/#listItem\",\"name\":\"Office 365\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/how-to-disable-turn-off-a-power-platform-managed-environment\\\/#listItem\",\"position\":5,\"name\":\"HOW TO: Disable\\\/Turn Off a Power Platform Managed Environment\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/category\\\/cloud\\\/office-365\\\/flow\\\/#listItem\",\"name\":\"Flow\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/#person\",\"name\":\"Todd Baginski\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/author\\\/todd\\\/#author\",\"url\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/author\\\/todd\\\/\",\"name\":\"Todd Baginski\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/how-to-disable-turn-off-a-power-platform-managed-environment\\\/#webpage\",\"url\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/how-to-disable-turn-off-a-power-platform-managed-environment\\\/\",\"name\":\"HOW TO: Disable\\\/Turn Off a Power Platform Managed Environment - Todd Baginski's Blog\",\"description\":\"What do you do if you accidentally enabled a Managed Environment in the Power Platform and you want to make the Environment non-Managed again?\",\"inLanguage\":\"en\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/how-to-disable-turn-off-a-power-platform-managed-environment\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/author\\\/todd\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/author\\\/todd\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/sunset-ocean.jpg\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/how-to-disable-turn-off-a-power-platform-managed-environment\\\/#mainImage\",\"width\":742,\"height\":301},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/how-to-disable-turn-off-a-power-platform-managed-environment\\\/#mainImage\"},\"datePublished\":\"2024-10-15T12:47:48-04:00\",\"dateModified\":\"2024-10-15T12:47:49-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/\",\"name\":\"Todd Baginski's Blog\",\"description\":\"An AI, SharePoint, Office 365, Azure, Power Apps, Power Platform, and Mobile Blog\",\"inLanguage\":\"en\",\"publisher\":{\"@id\":\"https:\\\/\\\/toddbaginski.com\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"HOW TO: Disable\/Turn Off a Power Platform Managed Environment - Todd Baginski's Blog","description":"What do you do if you accidentally enabled a Managed Environment in the Power Platform and you want to make the Environment non-Managed again?","canonical_url":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/#blogposting","name":"HOW TO: Disable\/Turn Off a Power Platform Managed Environment - Todd Baginski's Blog","headline":"HOW TO: Disable\/Turn Off a Power Platform Managed Environment","author":{"@id":"https:\/\/toddbaginski.com\/blog\/author\/todd\/#author"},"publisher":{"@id":"https:\/\/toddbaginski.com\/blog\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2024\/10\/sunset-ocean.jpg","width":742,"height":301},"datePublished":"2024-10-15T12:47:48-04:00","dateModified":"2024-10-15T12:47:49-04:00","inLanguage":"en","mainEntityOfPage":{"@id":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/#webpage"},"isPartOf":{"@id":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/#webpage"},"articleSection":"Cloud, Flow, Office 365, PowerApps, Cloud, Custom Development, Helpful Code, HOW TO: PowerApps, Mobile, PowerApps"},{"@type":"BreadcrumbList","@id":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/toddbaginski.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/#listItem","name":"Cloud"}},{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/#listItem","position":2,"name":"Cloud","item":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/","nextItem":{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/#listItem","name":"Office 365"},"previousItem":{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/#listItem","position":3,"name":"Office 365","item":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/","nextItem":{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/flow\/#listItem","name":"Flow"},"previousItem":{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/#listItem","name":"Cloud"}},{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/flow\/#listItem","position":4,"name":"Flow","item":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/flow\/","nextItem":{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/#listItem","name":"HOW TO: Disable\/Turn Off a Power Platform Managed Environment"},"previousItem":{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/#listItem","name":"Office 365"}},{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/#listItem","position":5,"name":"HOW TO: Disable\/Turn Off a Power Platform Managed Environment","previousItem":{"@type":"ListItem","@id":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/flow\/#listItem","name":"Flow"}}]},{"@type":"Person","@id":"https:\/\/toddbaginski.com\/blog\/#person","name":"Todd Baginski"},{"@type":"Person","@id":"https:\/\/toddbaginski.com\/blog\/author\/todd\/#author","url":"https:\/\/toddbaginski.com\/blog\/author\/todd\/","name":"Todd Baginski"},{"@type":"WebPage","@id":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/#webpage","url":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/","name":"HOW TO: Disable\/Turn Off a Power Platform Managed Environment - Todd Baginski's Blog","description":"What do you do if you accidentally enabled a Managed Environment in the Power Platform and you want to make the Environment non-Managed again?","inLanguage":"en","isPartOf":{"@id":"https:\/\/toddbaginski.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/#breadcrumblist"},"author":{"@id":"https:\/\/toddbaginski.com\/blog\/author\/todd\/#author"},"creator":{"@id":"https:\/\/toddbaginski.com\/blog\/author\/todd\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2024\/10\/sunset-ocean.jpg","@id":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/#mainImage","width":742,"height":301},"primaryImageOfPage":{"@id":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/#mainImage"},"datePublished":"2024-10-15T12:47:48-04:00","dateModified":"2024-10-15T12:47:49-04:00"},{"@type":"WebSite","@id":"https:\/\/toddbaginski.com\/blog\/#website","url":"https:\/\/toddbaginski.com\/blog\/","name":"Todd Baginski's Blog","description":"An AI, SharePoint, Office 365, Azure, Power Apps, Power Platform, and Mobile Blog","inLanguage":"en","publisher":{"@id":"https:\/\/toddbaginski.com\/blog\/#person"}}]},"og:locale":"en_US","og:site_name":"Todd Baginski's Blog - An AI, SharePoint, Office 365, Azure, Power Apps, Power Platform, and Mobile Blog","og:type":"article","og:title":"HOW TO: Disable\/Turn Off a Power Platform Managed Environment - Todd Baginski's Blog","og:description":"What do you do if you accidentally enabled a Managed Environment in the Power Platform and you want to make the Environment non-Managed again?","og:url":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/","og:image":"https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2019\/09\/todd-400x400.jpg","og:image:secure_url":"https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2019\/09\/todd-400x400.jpg","article:published_time":"2024-10-15T16:47:48+00:00","article:modified_time":"2024-10-15T16:47:49+00:00","twitter:card":"summary","twitter:site":"@toddbaginski","twitter:title":"HOW TO: Disable\/Turn Off a Power Platform Managed Environment - Todd Baginski's Blog","twitter:description":"What do you do if you accidentally enabled a Managed Environment in the Power Platform and you want to make the Environment non-Managed again?","twitter:creator":"@toddbaginski","twitter:image":"https:\/\/toddbaginski.com\/blog\/wp-content\/uploads\/2019\/09\/todd-400x400.jpg"},"aioseo_meta_data":{"post_id":"2165","title":null,"description":"What do you do if you accidentally enabled a Managed Environment in the Power Platform and you want to make the Environment non-Managed again?","keywords":null,"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":null,"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-64135ccf02c26","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":"BlogPosting","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,"limit_modified_date":false,"created":"2024-10-15 16:20:44","updated":"2025-06-03 21:20:22"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/toddbaginski.com\/blog\" 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:\/\/toddbaginski.com\/blog\/category\/cloud\/\" 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:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/\" title=\"Office 365\">Office 365<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/flow\/\" title=\"Flow\">Flow<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHOW TO: Disable\/Turn Off a Power Platform Managed Environment\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/toddbaginski.com\/blog"},{"label":"Cloud","link":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/"},{"label":"Office 365","link":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/"},{"label":"Flow","link":"https:\/\/toddbaginski.com\/blog\/category\/cloud\/office-365\/flow\/"},{"label":"HOW TO: Disable\/Turn Off a Power Platform Managed Environment","link":"https:\/\/toddbaginski.com\/blog\/how-to-disable-turn-off-a-power-platform-managed-environment\/"}],"_links":{"self":[{"href":"https:\/\/toddbaginski.com\/blog\/wp-json\/wp\/v2\/posts\/2165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/toddbaginski.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/toddbaginski.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/toddbaginski.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/toddbaginski.com\/blog\/wp-json\/wp\/v2\/comments?post=2165"}],"version-history":[{"count":3,"href":"https:\/\/toddbaginski.com\/blog\/wp-json\/wp\/v2\/posts\/2165\/revisions"}],"predecessor-version":[{"id":2170,"href":"https:\/\/toddbaginski.com\/blog\/wp-json\/wp\/v2\/posts\/2165\/revisions\/2170"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/toddbaginski.com\/blog\/wp-json\/wp\/v2\/media\/2167"}],"wp:attachment":[{"href":"https:\/\/toddbaginski.com\/blog\/wp-json\/wp\/v2\/media?parent=2165"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/toddbaginski.com\/blog\/wp-json\/wp\/v2\/categories?post=2165"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/toddbaginski.com\/blog\/wp-json\/wp\/v2\/tags?post=2165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}