{"id":7632,"date":"2024-01-31T23:12:30","date_gmt":"2024-02-01T04:12:30","guid":{"rendered":"https:\/\/johndeletre.blog\/2024\/01\/powershell-module-update-v5-9-0\/"},"modified":"2024-04-07T13:06:16","modified_gmt":"2024-04-07T18:06:16","slug":"powershell-module-update-v5-9-0","status":"publish","type":"post","link":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/","title":{"rendered":"PowerShell module update v5.9.0"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div><p>Microsoft has released a new version of their PowerShell Module, version 5.9.0. This version is now generally available and contains the following updates:<\/p>\n<ul>\n<li>Adds support for managed identity-based authentication for <strong>*-Cs<\/strong> command applets using the <strong>-Identity<\/strong> parameter in <strong>Connect-MicrosoftTeams<\/strong> in commercial environments. Some command applets that don&#8217;t support application-based authentication aren&#8217;t supported for this either.<\/li>\n<li>Updates <strong>[Set|Get]-CsPhoneNumberAssignment<\/strong> to support user\/no user update in runtime routing options for phone numbers.<\/li>\n<li>Releases major updates for <strong>Get-CsOnlineUser<\/strong> in <strong>GCC High<\/strong> and <strong>DoD<\/strong> environments with significant performance improvements and new filtering capabilities for scenarios without the &#8221; <strong>-Identity<\/strong> &#8221; parameter:<\/li>\n<li>Performance improvements, especially with<strong>&#8220;-Filter<\/strong>&#8221; scenarios such as the use of generic operator attributes (*), OnPrem* and Timestamp.<\/li>\n<li>The correct values will start to appear in the output for CountryAbbreviation, UserValidationErrors, WhenCreated.<\/li>\n<li>These attributes are now enabled for filtering: Alias, City, Company, HostingProvider, UserValidationErrors, OnPremEnterpriseVoiceEnabled, OnPremHostingProvider, OnPremLineURI, OnPremSIPEnabled, SipAddress, SoftDeletionTimestamp, StateOrProvince, Street, TeamsOwnersPolicy, WhenChanged, WhenCreated, FeatureTypes, PreferredDataLocation, LastName.<\/li>\n<li>These filter operators have been reintroduced in <strong>Get-CsOnlineUser<\/strong>:<\/li>\n<li>The &#8220;-like&#8221; operator now supports the use of generic operators in the &#8220;contains&#8221; and &#8220;ends with&#8221; scenarios. Example: <strong>Get-CsOnlineUser -Filter<\/strong> &#8220;DisplayName -like &#8216;*abc*'&#8221;<\/li>\n<li>&#8220;-contains&#8221; can now be used to filter properties that are an array of strings such as FeatureTypes, ProxyAddresses and ShadowProxyAddresses. Example: Get-CsOnlineUser -Filter {FeatureTypes -contains &#8220;PhoneSystem&#8221;}<\/li>\n<li>&#8220;-gt&#8221; (greater than), &#8220;-lt&#8221; (less than) can now be used to filter all string properties. Example: Get-CsOnlineUser -Filter {UserPrincipalName -gt\/-lt &#8220;abc&#8221;}<\/li>\n<li>&#8220;-ge&#8221; (greater than or equal to), &#8220;-gt&#8221; (greater than), &#8220;-lt&#8221; (less than), &#8220;-le&#8221; (less than or equal to) can now also be used to filter policies. . Example: Get-CsOnlineUser &#8211; Filter {ExternalAccessPolicy -ge &#8220;xyz_policy&#8221;}<\/li>\n<li>Updates to the type of users displayed :<\/li>\n<li>Unlicensed users: unlicensed users will appear in the output of Get-CsOnlineUser.<\/li>\n<li>Software-deleted users: these users will be displayed in the output with<\/li>\n<li>SoftDeletionTimestamp set to a value.<\/li>\n<li>Guest users are now available in the output.<\/li>\n<li>[CHANGEMENT RUPTURE]  IneligibleUser &#8211; AccountType as Unknown will be renamed IneligibleUser. IneligibleUser will include users who have no valid Teams license (except Guest, SfbOnPremUser, ResourceAccount).<\/li>\n<li>Updates <strong>Set-CsTeamsMeetingConfiguration<\/strong> to support enabling or disabling anonymous meeting participants to receive surveys using the FeedbackSurveyForAnonymousUsers parameter.<\/li>\n<li>Removes unused DomainController parameter from command applets <strong><br \/>\n  [Set|Register|Unregister]<br \/>\n<\/strong>&#8211;<strong>CsOnlineDialInConferencingServiceNumber<\/strong>, <strong>Set-CsOnlineDialInConferencingBridge<\/strong> and <strong>Set-CsOnlineDialInConferencingUser<\/strong> command applets.<\/li>\n<\/ul>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PSModule_5-9-0.png\" data-elementor-open-lightbox=\"yes\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzYyMywidXJsIjoiaHR0cHM6XC9cL2pvaG5kZWxldHJlLmJsb2dcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzAxXC9QU01vZHVsZV81LTktMC5wbmcifQ%3D%3D\"><br \/>\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1314\" height=\"1384\" src=\"https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PSModule_5-9-0.png\" alt=\"\" srcset=\"https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PSModule_5-9-0.png 1314w, https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PSModule_5-9-0-285x300.png 285w, https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PSModule_5-9-0-972x1024.png 972w, https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PSModule_5-9-0-768x809.png 768w\" sizes=\"(max-width: 1314px) 100vw, 1314px\">\t\t\t\t\t\t\t\t<\/a><\/p>\n<h4>Source<\/h4>\n<ul>\n<li><a href=\"https:\/\/www.powershellgallery.com\/packages\/MicrosoftTeams\/5.9.0?wt.mc_id=MVP_315241\" target=\"_blank\" rel=\"noopener\">Microsoft &#8211; PowerShell Gallery | v5.9.0<\/a><\/li>\n<li><a href=\"https:\/\/learn.microsoft.com\/en-us\/MicrosoftTeams\/teams-powershell-release-notes?wt.mc_id=MVP_315241\" target=\"_blank\" rel=\"noopener\">Microsoft &#8211; Learn &#8211; Release note  <\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft has released a new version of their PowerShell Module, version 5.9.0. This version is now generally available and contains&hellip;<\/p>\n","protected":false},"author":1,"featured_media":7615,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[46],"tags":[74],"class_list":["post-7632","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft-teams-en","tag-powershell-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>PowerShell module update v5.9.0 &#062; JD. Blog<\/title>\n<meta name=\"description\" content=\"Microsoft has released a new version of their PowerShell Module, version 5.9.0. This version is now generally available.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PowerShell module update v5.9.0\" \/>\n<meta property=\"og:description\" content=\"Microsoft has released a new version of their PowerShell Module, version 5.9.0. This version is now generally available.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/\" \/>\n<meta property=\"og:site_name\" content=\"JD. Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/TheCowboy974\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-01T04:12:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-07T18:06:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PowerShell-5.9.0.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"1\" \/>\n\t<meta property=\"og:image:height\" content=\"1\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/gif\" \/>\n<meta name=\"author\" content=\"John Deletre\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/john_deletre\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"John Deletre\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/\"},\"author\":{\"name\":\"John Deletre\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/person\\\/76185eeef8e3b5739329b634aab80675\"},\"headline\":\"PowerShell module update v5.9.0\",\"datePublished\":\"2024-02-01T04:12:30+00:00\",\"dateModified\":\"2024-04-07T18:06:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/\"},\"wordCount\":384,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/PowerShell-5.9.0.gif\",\"keywords\":[\"PowerShell\"],\"articleSection\":[\"Microsoft Teams\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/\",\"name\":\"PowerShell module update v5.9.0 &#062; JD. Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/PowerShell-5.9.0.gif\",\"datePublished\":\"2024-02-01T04:12:30+00:00\",\"dateModified\":\"2024-04-07T18:06:16+00:00\",\"description\":\"Microsoft has released a new version of their PowerShell Module, version 5.9.0. This version is now generally available.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/#primaryimage\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/PowerShell-5.9.0.gif\",\"contentUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/PowerShell-5.9.0.gif\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2024\\\/01\\\/powershell-module-update-v5-9-0\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PowerShell module update v5.9.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/\",\"name\":\"JD. Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#organization\",\"name\":\"JD. Blog\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/cropped-Sans-titre-3.png\",\"contentUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/cropped-Sans-titre-3.png\",\"width\":512,\"height\":512,\"caption\":\"JD. Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/person\\\/76185eeef8e3b5739329b634aab80675\",\"name\":\"John Deletre\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g\",\"caption\":\"John Deletre\"},\"sameAs\":[\"https:\\\/\\\/johndeletre.blog\",\"https:\\\/\\\/www.facebook.com\\\/TheCowboy974\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/johndeletre\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/john_deletre\"],\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/author\\\/johnadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"PowerShell module update v5.9.0 &#062; JD. Blog","description":"Microsoft has released a new version of their PowerShell Module, version 5.9.0. This version is now generally available.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/","og_locale":"en_US","og_type":"article","og_title":"PowerShell module update v5.9.0","og_description":"Microsoft has released a new version of their PowerShell Module, version 5.9.0. This version is now generally available.","og_url":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/","og_site_name":"JD. Blog","article_author":"https:\/\/www.facebook.com\/TheCowboy974","article_published_time":"2024-02-01T04:12:30+00:00","article_modified_time":"2024-04-07T18:06:16+00:00","og_image":[{"url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PowerShell-5.9.0.gif","width":1,"height":1,"type":"image\/gif"}],"author":"John Deletre","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/john_deletre","twitter_misc":{"Written by":"John Deletre","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/#article","isPartOf":{"@id":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/"},"author":{"name":"John Deletre","@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/person\/76185eeef8e3b5739329b634aab80675"},"headline":"PowerShell module update v5.9.0","datePublished":"2024-02-01T04:12:30+00:00","dateModified":"2024-04-07T18:06:16+00:00","mainEntityOfPage":{"@id":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/"},"wordCount":384,"commentCount":0,"publisher":{"@id":"https:\/\/johndeletre.blog\/en\/#organization"},"image":{"@id":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/#primaryimage"},"thumbnailUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PowerShell-5.9.0.gif","keywords":["PowerShell"],"articleSection":["Microsoft Teams"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/","url":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/","name":"PowerShell module update v5.9.0 &#062; JD. Blog","isPartOf":{"@id":"https:\/\/johndeletre.blog\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/#primaryimage"},"image":{"@id":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/#primaryimage"},"thumbnailUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PowerShell-5.9.0.gif","datePublished":"2024-02-01T04:12:30+00:00","dateModified":"2024-04-07T18:06:16+00:00","description":"Microsoft has released a new version of their PowerShell Module, version 5.9.0. This version is now generally available.","breadcrumb":{"@id":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/#primaryimage","url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PowerShell-5.9.0.gif","contentUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PowerShell-5.9.0.gif"},{"@type":"BreadcrumbList","@id":"https:\/\/johndeletre.blog\/en\/2024\/01\/powershell-module-update-v5-9-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/johndeletre.blog\/en\/"},{"@type":"ListItem","position":2,"name":"PowerShell module update v5.9.0"}]},{"@type":"WebSite","@id":"https:\/\/johndeletre.blog\/en\/#website","url":"https:\/\/johndeletre.blog\/en\/","name":"JD. Blog","description":"","publisher":{"@id":"https:\/\/johndeletre.blog\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/johndeletre.blog\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/johndeletre.blog\/en\/#organization","name":"JD. Blog","url":"https:\/\/johndeletre.blog\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/logo\/image\/","url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/cropped-Sans-titre-3.png","contentUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/cropped-Sans-titre-3.png","width":512,"height":512,"caption":"JD. Blog"},"image":{"@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/person\/76185eeef8e3b5739329b634aab80675","name":"John Deletre","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g","caption":"John Deletre"},"sameAs":["https:\/\/johndeletre.blog","https:\/\/www.facebook.com\/TheCowboy974","https:\/\/www.linkedin.com\/in\/johndeletre\/","https:\/\/x.com\/https:\/\/twitter.com\/john_deletre"],"url":"https:\/\/johndeletre.blog\/en\/author\/johnadmin\/"}]}},"jetpack_featured_media_url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2024\/01\/PowerShell-5.9.0.gif","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/posts\/7632","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/comments?post=7632"}],"version-history":[{"count":0,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/posts\/7632\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/media\/7615"}],"wp:attachment":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/media?parent=7632"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/categories?post=7632"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/tags?post=7632"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}