{"id":11918,"date":"2016-05-09T06:00:00","date_gmt":"2016-05-09T13:00:00","guid":{"rendered":"https:\/\/www.sapien.com\/blog\/?p=11918"},"modified":"2016-05-09T09:25:26","modified_gmt":"2016-05-09T16:25:26","slug":"new-quick-learn-video-enclosures-in-powershell-studio","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/","title":{"rendered":"New Quick-Learn Video: Enclosures in PowerShell Studio"},"content":{"rendered":"<p>We all love blog posts that explain something complex in simple terms or demonstrate an elegant technique for performing a task or solving a problem. But, sometimes, a quick video is more effective, especially when the result is visual. Also, there are many people who can learn more quickly by watching than reading.<\/p>\n<p>I&#8217;ve been spinning up some short videos about PowerShell solutions and cool features of SAPIEN products that are easy to miss in the treasure trove of features. They&#8217;re all on our YouTube channel: <a href=\"http:\/\/youtube.com\/sapientech\">YouTube.com\/SAPIENTech<\/a>.<\/p>\n<p>The latest video, <a href=\"https:\/\/www.youtube.com\/watch?v=zRZ0SB6uRw4\">Parentheses, Braces, Brackets &amp; Quotes in PowerShell Studio<\/a>, shows how to use the enclosure features of PowerShell studio to accelerate your scripting. You can enable\/disable the auto-closure feature that adds an ending enclosure ( ), }, ], &#8220;) whenever you type a beginning enclosure ( (, {, [, &#8220;). You can also use the Ctrl key to enclose text that you&#8217;ve already typed, and the handy Ctrl-Alt-&#8216; to toggle quotation marks from single to double and back.<\/p>\n<p>And, there&#8217;s more:<\/p>\n<ul>\n<li><a href=\"https:\/\/www.youtube.com\/watch?v=YaFb2gbPSWQ\">Filegroups in PowerShell Studio<\/a><\/li>\n<li><a href=\"https:\/\/www.youtube.com\/watch?v=DsNClEXSY6A\">Rewind in PowerShell Studio: A Built-in Safety Net for your Scripts<\/a><\/li>\n<li><a href=\"https:\/\/www.youtube.com\/watch?v=l412GmXouZs\">A PowerShell GUI with a Fixed-Sized UI<\/a><\/li>\n<li><a href=\"https:\/\/www.youtube.com\/watch?v=BAi81bOjYlQ\">My First Form #1: Build a Simple PowerShell GUI App<\/a><\/li>\n<\/ul>\n<p>To make sure you&#8217;re notified when we post a new video, <a href=\"https:\/\/www.youtube.com\/c\/SapienTech?sub_confirmation=1\">subscribe to our channel<\/a>.<\/p>\n<p>To get our current video list, use a function like this one. You can probably come up with something more elegant, but this works for me.<\/p>\n<pre lang=\"PowerShell\">function Get-SAPIENVideo\r\n{ \r\n    $Url = \"https:\/\/www.youtube.com\/user\/SAPIENTech\/videos\"\r\n    $SAPIENVideos = (Invoke-WebRequest -uri $Url).Links | Where-Object { $_.Title -and $_.href -like \"\/watch*\" }\r\n    $SAPIENVideos | Select-Object -Property Title, @{L='URL';E={'http:\/\/youtube.com' + $_.href}}\r\n}<\/pre>\n<p>If you have a suggestion for a feature video, please let me know. We try to focus on basic PowerShell tasks that can be explained quickly in a short video.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We all love blog posts that explain something complex in simple terms or demonstrate an elegant technique for performing a task or solving a problem. But, sometimes, a quick video is more effective, especially when the result is visual. Also, there are many people who can learn more quickly by watching than reading. I&#8217;ve been [&hellip;]<\/p>\n","protected":false},"author":31,"featured_media":0,"comment_status":"open","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":[703,1045],"tags":[1016,1068,110,743],"class_list":["post-11918","post","type-post","status-publish","format-standard","hentry","category-powershell-studio","category-videos","tag-powershell-studio","tag-powershell-studio-2016","tag-video","tag-videos"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"We all love blog posts that explain something complex in simple terms or demonstrate an elegant technique for performing a task or solving a problem. But, sometimes, a quick video is more effective, especially when the result is visual. Also, there are many people who can learn more quickly by watching than reading. I&#039;ve been\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"June Blender\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"DEV SAPIEN Blog - Tools for IT Success\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"New Quick-Learn Video: Enclosures in PowerShell Studio - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"We all love blog posts that explain something complex in simple terms or demonstrate an elegant technique for performing a task or solving a problem. But, sometimes, a quick video is more effective, especially when the result is visual. Also, there are many people who can learn more quickly by watching than reading. I&#039;ve been\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-05-09T13:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-05-09T16:25:26+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"New Quick-Learn Video: Enclosures in PowerShell Studio - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"We all love blog posts that explain something complex in simple terms or demonstrate an elegant technique for performing a task or solving a problem. But, sometimes, a quick video is more effective, especially when the result is visual. Also, there are many people who can learn more quickly by watching than reading. I&#039;ve been\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/05\\\/09\\\/new-quick-learn-video-enclosures-in-powershell-studio\\\/#blogposting\",\"name\":\"New Quick-Learn Video: Enclosures in PowerShell Studio - DEV SAPIEN Blog\",\"headline\":\"New Quick-Learn Video: Enclosures in PowerShell Studio\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/juneblender\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"datePublished\":\"2016-05-09T06:00:00-07:00\",\"dateModified\":\"2016-05-09T09:25:26-07:00\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/05\\\/09\\\/new-quick-learn-video-enclosures-in-powershell-studio\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/05\\\/09\\\/new-quick-learn-video-enclosures-in-powershell-studio\\\/#webpage\"},\"articleSection\":\"PowerShell Studio, Videos, PowerShell Studio, PowerShell Studio 2016, video, videos\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/05\\\/09\\\/new-quick-learn-video-enclosures-in-powershell-studio\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"position\":2,\"name\":\"Software News\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/powershell-studio\\\/#listItem\",\"name\":\"PowerShell Studio\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/powershell-studio\\\/#listItem\",\"position\":3,\"name\":\"PowerShell Studio\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/powershell-studio\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/05\\\/09\\\/new-quick-learn-video-enclosures-in-powershell-studio\\\/#listItem\",\"name\":\"New Quick-Learn Video: Enclosures in PowerShell Studio\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/#listItem\",\"name\":\"Software News\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/05\\\/09\\\/new-quick-learn-video-enclosures-in-powershell-studio\\\/#listItem\",\"position\":4,\"name\":\"New Quick-Learn Video: Enclosures in PowerShell Studio\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/software-news\\\/powershell-studio\\\/#listItem\",\"name\":\"PowerShell Studio\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/juneblender\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/juneblender\\\/\",\"name\":\"June Blender\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/05\\\/09\\\/new-quick-learn-video-enclosures-in-powershell-studio\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/05\\\/09\\\/new-quick-learn-video-enclosures-in-powershell-studio\\\/\",\"name\":\"New Quick-Learn Video: Enclosures in PowerShell Studio - DEV SAPIEN Blog\",\"description\":\"We all love blog posts that explain something complex in simple terms or demonstrate an elegant technique for performing a task or solving a problem. But, sometimes, a quick video is more effective, especially when the result is visual. Also, there are many people who can learn more quickly by watching than reading. I've been\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/05\\\/09\\\/new-quick-learn-video-enclosures-in-powershell-studio\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/juneblender\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/juneblender\\\/#author\"},\"datePublished\":\"2016-05-09T06:00:00-07:00\",\"dateModified\":\"2016-05-09T09:25:26-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"New Quick-Learn Video: Enclosures in PowerShell Studio - DEV SAPIEN Blog","description":"We all love blog posts that explain something complex in simple terms or demonstrate an elegant technique for performing a task or solving a problem. But, sometimes, a quick video is more effective, especially when the result is visual. Also, there are many people who can learn more quickly by watching than reading. I've been","canonical_url":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/#blogposting","name":"New Quick-Learn Video: Enclosures in PowerShell Studio - DEV SAPIEN Blog","headline":"New Quick-Learn Video: Enclosures in PowerShell Studio","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/juneblender\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"datePublished":"2016-05-09T06:00:00-07:00","dateModified":"2016-05-09T09:25:26-07:00","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/#webpage"},"articleSection":"PowerShell Studio, Videos, PowerShell Studio, PowerShell Studio 2016, video, videos"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dev.sapien.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","position":2,"name":"Software News","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/powershell-studio\/#listItem","name":"PowerShell Studio"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/powershell-studio\/#listItem","position":3,"name":"PowerShell Studio","item":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/powershell-studio\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/#listItem","name":"New Quick-Learn Video: Enclosures in PowerShell Studio"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/#listItem","name":"Software News"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/#listItem","position":4,"name":"New Quick-Learn Video: Enclosures in PowerShell Studio","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/powershell-studio\/#listItem","name":"PowerShell Studio"}}]},{"@type":"Organization","@id":"https:\/\/dev.sapien.com\/blog\/#organization","name":"DEV SAPIEN Blog","description":"Tools for IT Success","url":"https:\/\/dev.sapien.com\/blog\/"},{"@type":"Person","@id":"https:\/\/dev.sapien.com\/blog\/author\/juneblender\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/juneblender\/","name":"June Blender"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/","name":"New Quick-Learn Video: Enclosures in PowerShell Studio - DEV SAPIEN Blog","description":"We all love blog posts that explain something complex in simple terms or demonstrate an elegant technique for performing a task or solving a problem. But, sometimes, a quick video is more effective, especially when the result is visual. Also, there are many people who can learn more quickly by watching than reading. I've been","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/juneblender\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/juneblender\/#author"},"datePublished":"2016-05-09T06:00:00-07:00","dateModified":"2016-05-09T09:25:26-07:00"},{"@type":"WebSite","@id":"https:\/\/dev.sapien.com\/blog\/#website","url":"https:\/\/dev.sapien.com\/blog\/","name":"DEV SAPIEN Blog","description":"Tools for IT Success","inLanguage":"en-US","publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"DEV SAPIEN Blog - Tools for IT Success","og:type":"article","og:title":"New Quick-Learn Video: Enclosures in PowerShell Studio - DEV SAPIEN Blog","og:description":"We all love blog posts that explain something complex in simple terms or demonstrate an elegant technique for performing a task or solving a problem. But, sometimes, a quick video is more effective, especially when the result is visual. Also, there are many people who can learn more quickly by watching than reading. I've been","og:url":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/","article:published_time":"2016-05-09T13:00:00+00:00","article:modified_time":"2016-05-09T16:25:26+00:00","twitter:card":"summary_large_image","twitter:title":"New Quick-Learn Video: Enclosures in PowerShell Studio - DEV SAPIEN Blog","twitter:description":"We all love blog posts that explain something complex in simple terms or demonstrate an elegant technique for performing a task or solving a problem. But, sometimes, a quick video is more effective, especially when the result is visual. Also, there are many people who can learn more quickly by watching than reading. I've been"},"aioseo_meta_data":{"post_id":"11918","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"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_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-28 16:00:32","updated":"2026-08-28 16:00:32"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.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:\/\/dev.sapien.com\/blog\/topics\/software-news\/\" title=\"Software News\">Software News<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/powershell-studio\/\" title=\"PowerShell Studio\">PowerShell Studio<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tNew Quick-Learn Video: Enclosures in PowerShell Studio\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dev.sapien.com\/blog"},{"label":"Software News","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/"},{"label":"PowerShell Studio","link":"https:\/\/dev.sapien.com\/blog\/topics\/software-news\/powershell-studio\/"},{"label":"New Quick-Learn Video: Enclosures in PowerShell Studio","link":"https:\/\/dev.sapien.com\/blog\/2016\/05\/09\/new-quick-learn-video-enclosures-in-powershell-studio\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/11918","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=11918"}],"version-history":[{"count":7,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/11918\/revisions"}],"predecessor-version":[{"id":11963,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/11918\/revisions\/11963"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=11918"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=11918"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=11918"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}