{"id":191,"date":"2017-08-29T20:14:42","date_gmt":"2017-08-29T20:14:42","guid":{"rendered":"http:\/\/www.edrockwell.com\/blog\/?p=191"},"modified":"2026-07-02T16:57:33","modified_gmt":"2026-07-02T16:57:33","slug":"how-to-modify-trusted-hosts-to-connect-via-powershell","status":"publish","type":"post","link":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/","title":{"rendered":"How To: Modify Trusted Hosts to connect via Powershell"},"content":{"rendered":"<p>We have to connect to untrusted machines via PowerShell. To do this, you have to add the machines,<\/p>\n<p>First, if you have settings in there run this command to get a backup:<\/p>\n<pre class=\"lang:ps decode:true\">$trustedhosts = get-Item -Path WSMan:\\localhost\\Client\\TrustedHosts<\/pre>\n<p>Then to get them to modify:<\/p>\n<pre class=\"lang:ps decode:true \" >$trustedhosts.value<\/pre>\n<p>copy that out, add your hosts to it with comma delimited and add it with powershell:<\/p>\n<pre class=\"lang:ps decode:true \" >Set-Item WSMan:\\localhost\\Client\\TrustedHosts -Value 'Server2,Server2'<\/pre>\n<p>To use it in code (so it doesn&#8217;t ask you if you&#8217;re sure), you can force it by using the -Force switch<\/p>\n<pre class=\"lang:ps decode:true \" >Set-Item WSMan:\\localhost\\Client\\TrustedHosts -Value 'Server2,Server2' -Force<\/pre>\n<p>then check again:<\/p>\n<pre class=\"lang:ps decode:true \" >get-Item -Path WSMan:\\localhost\\Client\\TrustedHosts<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>We have to connect to untrusted machines via PowerShell. To do this, you have to add the machines, First, if you have settings in there run this command to get a backup: $trustedhosts = get-Item -Path WSMan:\\localhost\\Client\\TrustedHosts Then to get them to modify: $trustedhosts.value copy that out, add your hosts to it with comma delimited [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":195,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[21,87],"class_list":["post-191","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-powershell","tag-powershell-2","tag-trusted-hosts"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"We have to connect to untrusted machines via PowerShell. To do this, you have to add the machines, First, if you have settings in there run this command to get a backup: $trustedhosts = get-Item -Path WSMan:\\localhost\\Client\\TrustedHosts Then to get them to modify: $trustedhosts.value copy that out, add your hosts to it with comma delimited\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Ed Rockwell\"\/>\n\t<meta name=\"keywords\" content=\"powershell,trusted hosts\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/\" \/>\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=\"System Admin [RESOLVED] | How To: Make My DevOps Life Easier\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How To: Modify Trusted Hosts to connect via Powershell | System Admin [RESOLVED]\" \/>\n\t\t<meta property=\"og:description\" content=\"We have to connect to untrusted machines via PowerShell. To do this, you have to add the machines, First, if you have settings in there run this command to get a backup: $trustedhosts = get-Item -Path WSMan:\\localhost\\Client\\TrustedHosts Then to get them to modify: $trustedhosts.value copy that out, add your hosts to it with comma delimited\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2017-08-29T20:14:42+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-02T16:57:33+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How To: Modify Trusted Hosts to connect via Powershell | System Admin [RESOLVED]\" \/>\n\t\t<meta name=\"twitter:description\" content=\"We have to connect to untrusted machines via PowerShell. To do this, you have to add the machines, First, if you have settings in there run this command to get a backup: $trustedhosts = get-Item -Path WSMan:\\localhost\\Client\\TrustedHosts Then to get them to modify: $trustedhosts.value copy that out, add your hosts to it with comma delimited\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/#article\",\"name\":\"How To: Modify Trusted Hosts to connect via Powershell | System Admin [RESOLVED]\",\"headline\":\"How To: Modify Trusted Hosts to connect via Powershell\",\"author\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/powershell.png\",\"width\":391,\"height\":256},\"datePublished\":\"2017-08-29T20:14:42+00:00\",\"dateModified\":\"2026-07-02T16:57:33+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/#webpage\"},\"articleSection\":\"PowerShell, Powershell, Trusted Hosts\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/category\\\/powershell\\\/#listItem\",\"name\":\"PowerShell\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/category\\\/powershell\\\/#listItem\",\"position\":2,\"name\":\"PowerShell\",\"item\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/category\\\/powershell\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/#listItem\",\"name\":\"How To: Modify Trusted Hosts to connect via Powershell\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/#listItem\",\"position\":3,\"name\":\"How To: Modify Trusted Hosts to connect via Powershell\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/category\\\/powershell\\\/#listItem\",\"name\":\"PowerShell\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/#organization\",\"name\":\"System Admin [RESOLVED]\",\"description\":\"How To: Make My DevOps Life Easier\",\"url\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"Ed Rockwell\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dea3152d7acd78aa28d280207c33f7ec516731ece9a54249cbbbebcfffc341e0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Ed Rockwell\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/#webpage\",\"url\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/\",\"name\":\"How To: Modify Trusted Hosts to connect via Powershell | System Admin [RESOLVED]\",\"description\":\"We have to connect to untrusted machines via PowerShell. To do this, you have to add the machines, First, if you have settings in there run this command to get a backup: $trustedhosts = get-Item -Path WSMan:\\\\localhost\\\\Client\\\\TrustedHosts Then to get them to modify: $trustedhosts.value copy that out, add your hosts to it with comma delimited\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/powershell.png\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/#mainImage\",\"width\":391,\"height\":256},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/how-to-modify-trusted-hosts-to-connect-via-powershell\\\/#mainImage\"},\"datePublished\":\"2017-08-29T20:14:42+00:00\",\"dateModified\":\"2026-07-02T16:57:33+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/\",\"name\":\"System Admin [RESOLVED]\",\"description\":\"How To: Make My DevOps Life Easier\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How To: Modify Trusted Hosts to connect via Powershell | System Admin [RESOLVED]","description":"We have to connect to untrusted machines via PowerShell. To do this, you have to add the machines, First, if you have settings in there run this command to get a backup: $trustedhosts = get-Item -Path WSMan:\\localhost\\Client\\TrustedHosts Then to get them to modify: $trustedhosts.value copy that out, add your hosts to it with comma delimited","canonical_url":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/","robots":"max-image-preview:large","keywords":"powershell,trusted hosts","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/#article","name":"How To: Modify Trusted Hosts to connect via Powershell | System Admin [RESOLVED]","headline":"How To: Modify Trusted Hosts to connect via Powershell","author":{"@id":"https:\/\/www.edrockwell.com\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.edrockwell.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.edrockwell.com\/blog\/wp-content\/uploads\/2017\/08\/powershell.png","width":391,"height":256},"datePublished":"2017-08-29T20:14:42+00:00","dateModified":"2026-07-02T16:57:33+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/#webpage"},"isPartOf":{"@id":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/#webpage"},"articleSection":"PowerShell, Powershell, Trusted Hosts"},{"@type":"BreadcrumbList","@id":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.edrockwell.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog\/category\/powershell\/#listItem","name":"PowerShell"}},{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog\/category\/powershell\/#listItem","position":2,"name":"PowerShell","item":"https:\/\/www.edrockwell.com\/blog\/category\/powershell\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/#listItem","name":"How To: Modify Trusted Hosts to connect via Powershell"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/#listItem","position":3,"name":"How To: Modify Trusted Hosts to connect via Powershell","previousItem":{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog\/category\/powershell\/#listItem","name":"PowerShell"}}]},{"@type":"Organization","@id":"https:\/\/www.edrockwell.com\/blog\/#organization","name":"System Admin [RESOLVED]","description":"How To: Make My DevOps Life Easier","url":"https:\/\/www.edrockwell.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.edrockwell.com\/blog\/author\/admin\/#author","url":"https:\/\/www.edrockwell.com\/blog\/author\/admin\/","name":"Ed Rockwell","image":{"@type":"ImageObject","@id":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/dea3152d7acd78aa28d280207c33f7ec516731ece9a54249cbbbebcfffc341e0?s=96&d=mm&r=g","width":96,"height":96,"caption":"Ed Rockwell"}},{"@type":"WebPage","@id":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/#webpage","url":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/","name":"How To: Modify Trusted Hosts to connect via Powershell | System Admin [RESOLVED]","description":"We have to connect to untrusted machines via PowerShell. To do this, you have to add the machines, First, if you have settings in there run this command to get a backup: $trustedhosts = get-Item -Path WSMan:\\localhost\\Client\\TrustedHosts Then to get them to modify: $trustedhosts.value copy that out, add your hosts to it with comma delimited","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.edrockwell.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/#breadcrumblist"},"author":{"@id":"https:\/\/www.edrockwell.com\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.edrockwell.com\/blog\/author\/admin\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.edrockwell.com\/blog\/wp-content\/uploads\/2017\/08\/powershell.png","@id":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/#mainImage","width":391,"height":256},"primaryImageOfPage":{"@id":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/#mainImage"},"datePublished":"2017-08-29T20:14:42+00:00","dateModified":"2026-07-02T16:57:33+00:00"},{"@type":"WebSite","@id":"https:\/\/www.edrockwell.com\/blog\/#website","url":"https:\/\/www.edrockwell.com\/blog\/","name":"System Admin [RESOLVED]","description":"How To: Make My DevOps Life Easier","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.edrockwell.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"System Admin [RESOLVED] | How To: Make My DevOps Life Easier","og:type":"article","og:title":"How To: Modify Trusted Hosts to connect via Powershell | System Admin [RESOLVED]","og:description":"We have to connect to untrusted machines via PowerShell. To do this, you have to add the machines, First, if you have settings in there run this command to get a backup: $trustedhosts = get-Item -Path WSMan:\\localhost\\Client\\TrustedHosts Then to get them to modify: $trustedhosts.value copy that out, add your hosts to it with comma delimited","og:url":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/","article:published_time":"2017-08-29T20:14:42+00:00","article:modified_time":"2026-07-02T16:57:33+00:00","twitter:card":"summary","twitter:title":"How To: Modify Trusted Hosts to connect via Powershell | System Admin [RESOLVED]","twitter:description":"We have to connect to untrusted machines via PowerShell. To do this, you have to add the machines, First, if you have settings in there run this command to get a backup: $trustedhosts = get-Item -Path WSMan:\\localhost\\Client\\TrustedHosts Then to get them to modify: $trustedhosts.value copy that out, add your hosts to it with comma delimited"},"aioseo_meta_data":{"post_id":"191","title":null,"description":null,"keywords":null,"keyphrases":null,"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":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_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"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,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-15 23:07:11","updated":"2026-07-02 17:26:23","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.edrockwell.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:\/\/www.edrockwell.com\/blog\/category\/powershell\/\" title=\"PowerShell\">PowerShell<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow To: Modify Trusted Hosts to connect via Powershell\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.edrockwell.com\/blog"},{"label":"PowerShell","link":"https:\/\/www.edrockwell.com\/blog\/category\/powershell\/"},{"label":"How To: Modify Trusted Hosts to connect via Powershell","link":"https:\/\/www.edrockwell.com\/blog\/how-to-modify-trusted-hosts-to-connect-via-powershell\/"}],"_links":{"self":[{"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/posts\/191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/comments?post=191"}],"version-history":[{"count":2,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/posts\/191\/revisions"}],"predecessor-version":[{"id":194,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/posts\/191\/revisions\/194"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/media\/195"}],"wp:attachment":[{"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/media?parent=191"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/categories?post=191"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/tags?post=191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}