{"id":12561,"date":"2016-07-25T08:00:54","date_gmt":"2016-07-25T15:00:54","guid":{"rendered":"https:\/\/www.sapien.com\/blog\/?p=12561"},"modified":"2016-07-25T09:06:15","modified_gmt":"2016-07-25T16:06:15","slug":"powershell-studio-2016-service-release-v5-2-125","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/","title":{"rendered":"PowerShell Studio 2016 &#8211; Service Release v5.2.125"},"content":{"rendered":"<p>We released a new service build of PowerShell Studio 2016 (v5.2.125)!<\/p>\n<p>&nbsp;<\/p>\n<h2>Here\u2019s what\u2019s new:<\/h2>\n<p>&nbsp;<\/p>\n<h3>Blocked Files<\/h3>\n<p>PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet or copied from a remote computer.<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2016\/07\/Blocked-File.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;\" title=\"Blocked File\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2016\/07\/Blocked-File_thumb.png\" alt=\"Blocked File\" width=\"644\" height=\"130\" border=\"0\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>PowerShell Studio disables execution of blocked files for your security. When you wish to run the script, unblock the file using the file tab\u2019s context menu:<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2016\/07\/Unblock-file.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;\" title=\"Unblock file\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2016\/07\/Unblock-file_thumb.png\" alt=\"Unblock file\" width=\"539\" height=\"388\" border=\"0\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h3>Open with PrimalXML<\/h3>\n<p>You can now open XML files directly in <strong>PrimalXML<\/strong> from the project panel using the context menu:<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2016\/07\/Open-With-PrimalXML.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;\" title=\"Open With PrimalXML\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2016\/07\/Open-With-PrimalXML_thumb.png\" alt=\"Open With PrimalXML\" width=\"644\" height=\"482\" border=\"0\" \/><\/a><\/p>\n<p>You can also open help files directly in <strong>PowerShell HelpWriter<\/strong> using the content menu.<\/p>\n<p>&nbsp;<\/p>\n<h3>New Form Template<\/h3>\n<p>In this service build we introduce a new form template:<\/p>\n<p>Full Grid Search Template<\/p>\n<p><a href=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2016\/07\/Full-Grid-View-Template.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;\" title=\"Full Grid View Template\" src=\"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2016\/07\/Full-Grid-View-Template_thumb.png\" alt=\"Full Grid View Template\" width=\"644\" height=\"397\" border=\"0\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>In this new template, the grid fills the whole form and automatically sizes the columns for the displayed content.<\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-size: large;\">New Load-DataGridView Parameter <\/span><\/p>\n<p>The Load-DataGridView helper function now has a new parameter:<\/p>\n<p>&nbsp;<\/p>\n<h4>AutoSizeColumn<\/h4>\n<p>This parameter will automatically size the columns of the DataGridView after loading the content.<\/p>\n<p>The sizing behavior is determined by the following values:<\/p>\n<blockquote><p><em>AllCells<\/em><\/p>\n<p>The column width adjusts to fit the contents of all cells in the column, including the header cell.<\/p>\n<p><em>AllCellsExceptHeader<\/em><\/p>\n<p>The column width adjusts to fit the contents of all cells in the column, excluding the header cell.<\/p>\n<p><em>ColumnHeader<\/em><\/p>\n<p>The column width adjusts to fit the contents of the column header cell.<\/p>\n<p><em>DisplayedCells<\/em><\/p>\n<p>The column width adjusts to fit the contents of all cells in the column that are in rows currently displayed onscreen, including the header cell.<\/p>\n<p><em>DisplayCellsExceptHeader<\/em><\/p>\n<p>The column width adjusts to fit the contents of all cells in the column that are in rows currently displayed onscreen, excluding the header cell.<\/p>\n<p><em>Fill<\/em><\/p>\n<p>The column width adjusts so that the widths of all columns exactly fills the display area of the control, requiring horizontal scrolling only to keep column widths above the <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/system.windows.forms.datagridviewcolumn.minimumwidth.aspx\">DataGridViewColumn.MinimumWidth<\/a> property values. Relative column widths are determined by the relative <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/system.windows.forms.datagridviewcolumn.fillweight.aspx\">DataGridViewColumn.FillWeight<\/a> property values.<\/p>\n<p><em>None<\/em><\/p>\n<p>The column width does not automatically adjust.<\/p>\n<p><em>NotSet<\/em><\/p>\n<p>The sizing behavior of the column is inherited from the <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/system.windows.forms.datagridview.autosizecolumnsmode.aspx\">DataGridView.AutoSizeColumnsMode<\/a> property.<\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>Please continue providing your feedback. Many of the new features included in the service builds are suggestions from users like you. Therefore, if you have any suggestions or feature requests, please share them with us on our <a href=\"https:\/\/www.sapien.com\/forums\/viewforum.php?f=9\">Wish List and Feature Requests<\/a> forum.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We released a new service build of PowerShell Studio 2016 (v5.2.125)! &nbsp; Here\u2019s what\u2019s new: &nbsp; Blocked Files PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet or copied from a remote computer. &nbsp; PowerShell Studio disables execution of blocked files for [&hellip;]<\/p>\n","protected":false},"author":10,"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,624,21],"tags":[1159,28,1068,645],"class_list":["post-12561","post","type-post","status-publish","format-standard","hentry","category-powershell-studio","category-service-build","category-software-news","tag-datagridview","tag-powershell","tag-powershell-studio-2016","tag-service-build-2"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"We released a new service build of PowerShell Studio 2016 (v5.2.125)! Here\u2019s what\u2019s new: Blocked Files PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet or copied from a remote computer. PowerShell Studio disables execution of blocked files for\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"David Corrales\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/\" \/>\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=\"PowerShell Studio 2016 \u2013 Service Release v5.2.125 - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"We released a new service build of PowerShell Studio 2016 (v5.2.125)! Here\u2019s what\u2019s new: Blocked Files PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet or copied from a remote computer. PowerShell Studio disables execution of blocked files for\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-07-25T15:00:54+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-07-25T16:06:15+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"PowerShell Studio 2016 \u2013 Service Release v5.2.125 - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"We released a new service build of PowerShell Studio 2016 (v5.2.125)! Here\u2019s what\u2019s new: Blocked Files PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet or copied from a remote computer. PowerShell Studio disables execution of blocked files for\" \/>\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\\\/07\\\/25\\\/powershell-studio-2016-service-release-v5-2-125\\\/#blogposting\",\"name\":\"PowerShell Studio 2016 \\u2013 Service Release v5.2.125 - DEV SAPIEN Blog\",\"headline\":\"PowerShell Studio 2016 &#8211; Service Release v5.2.125\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.sapien.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/07\\\/Blocked-File_thumb.png\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/07\\\/25\\\/powershell-studio-2016-service-release-v5-2-125\\\/#articleImage\"},\"datePublished\":\"2016-07-25T08:00:54-07:00\",\"dateModified\":\"2016-07-25T09:06:15-07:00\",\"inLanguage\":\"en-US\",\"commentCount\":6,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/07\\\/25\\\/powershell-studio-2016-service-release-v5-2-125\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/07\\\/25\\\/powershell-studio-2016-service-release-v5-2-125\\\/#webpage\"},\"articleSection\":\"PowerShell Studio, Service Build, Software News, DataGridView, powershell, PowerShell Studio 2016, Service build\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/07\\\/25\\\/powershell-studio-2016-service-release-v5-2-125\\\/#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\\\/07\\\/25\\\/powershell-studio-2016-service-release-v5-2-125\\\/#listItem\",\"name\":\"PowerShell Studio 2016 &#8211; Service Release v5.2.125\"},\"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\\\/07\\\/25\\\/powershell-studio-2016-service-release-v5-2-125\\\/#listItem\",\"position\":4,\"name\":\"PowerShell Studio 2016 &#8211; Service Release v5.2.125\",\"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\\\/david-corrales\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/\",\"name\":\"David Corrales\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/07\\\/25\\\/powershell-studio-2016-service-release-v5-2-125\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/07\\\/25\\\/powershell-studio-2016-service-release-v5-2-125\\\/\",\"name\":\"PowerShell Studio 2016 \\u2013 Service Release v5.2.125 - DEV SAPIEN Blog\",\"description\":\"We released a new service build of PowerShell Studio 2016 (v5.2.125)! Here\\u2019s what\\u2019s new: Blocked Files PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet or copied from a remote computer. PowerShell Studio disables execution of blocked files for\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2016\\\/07\\\/25\\\/powershell-studio-2016-service-release-v5-2-125\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/david-corrales\\\/#author\"},\"datePublished\":\"2016-07-25T08:00:54-07:00\",\"dateModified\":\"2016-07-25T09:06:15-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":"PowerShell Studio 2016 \u2013 Service Release v5.2.125 - DEV SAPIEN Blog","description":"We released a new service build of PowerShell Studio 2016 (v5.2.125)! Here\u2019s what\u2019s new: Blocked Files PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet or copied from a remote computer. PowerShell Studio disables execution of blocked files for","canonical_url":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/#blogposting","name":"PowerShell Studio 2016 \u2013 Service Release v5.2.125 - DEV SAPIEN Blog","headline":"PowerShell Studio 2016 &#8211; Service Release v5.2.125","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.sapien.com\/blog\/wp-content\/uploads\/2016\/07\/Blocked-File_thumb.png","@id":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/#articleImage"},"datePublished":"2016-07-25T08:00:54-07:00","dateModified":"2016-07-25T09:06:15-07:00","inLanguage":"en-US","commentCount":6,"mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/#webpage"},"articleSection":"PowerShell Studio, Service Build, Software News, DataGridView, powershell, PowerShell Studio 2016, Service build"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/#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\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/#listItem","name":"PowerShell Studio 2016 &#8211; Service Release v5.2.125"},"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\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/#listItem","position":4,"name":"PowerShell Studio 2016 &#8211; Service Release v5.2.125","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\/david-corrales\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/","name":"David Corrales"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/","name":"PowerShell Studio 2016 \u2013 Service Release v5.2.125 - DEV SAPIEN Blog","description":"We released a new service build of PowerShell Studio 2016 (v5.2.125)! Here\u2019s what\u2019s new: Blocked Files PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet or copied from a remote computer. PowerShell Studio disables execution of blocked files for","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/david-corrales\/#author"},"datePublished":"2016-07-25T08:00:54-07:00","dateModified":"2016-07-25T09:06:15-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":"PowerShell Studio 2016 \u2013 Service Release v5.2.125 - DEV SAPIEN Blog","og:description":"We released a new service build of PowerShell Studio 2016 (v5.2.125)! Here\u2019s what\u2019s new: Blocked Files PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet or copied from a remote computer. PowerShell Studio disables execution of blocked files for","og:url":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/","article:published_time":"2016-07-25T15:00:54+00:00","article:modified_time":"2016-07-25T16:06:15+00:00","twitter:card":"summary_large_image","twitter:title":"PowerShell Studio 2016 \u2013 Service Release v5.2.125 - DEV SAPIEN Blog","twitter:description":"We released a new service build of PowerShell Studio 2016 (v5.2.125)! Here\u2019s what\u2019s new: Blocked Files PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet or copied from a remote computer. PowerShell Studio disables execution of blocked files for"},"aioseo_meta_data":{"post_id":"12561","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 15:36:50","updated":"2026-08-28 15:36:50"},"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\tPowerShell Studio 2016 \u2013 Service Release v5.2.125\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":"PowerShell Studio 2016 &#8211; Service Release v5.2.125","link":"https:\/\/dev.sapien.com\/blog\/2016\/07\/25\/powershell-studio-2016-service-release-v5-2-125\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/12561","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\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=12561"}],"version-history":[{"count":3,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/12561\/revisions"}],"predecessor-version":[{"id":12564,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/12561\/revisions\/12564"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=12561"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=12561"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=12561"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}