{"id":11100,"date":"2024-06-26T19:53:40","date_gmt":"2024-06-26T17:53:40","guid":{"rendered":"https:\/\/irg-net.com\/?p=11100"},"modified":"2024-06-26T19:54:03","modified_gmt":"2024-06-26T17:54:03","slug":"powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host","status":"publish","type":"post","link":"https:\/\/irg-net.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/","title":{"rendered":"PowerCLI Add-VMHost: Unable to verify the authenticity of the specified host"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"254\" height=\"254\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2024\/06\/image-11.png?resize=254%2C254&#038;ssl=1\" alt=\"\" class=\"wp-image-11101\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2024\/06\/image-11.png?w=254&amp;ssl=1 254w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2024\/06\/image-11.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"auto, (max-width: 254px) 100vw, 254px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Yep, I also started using PowerCLI more intensively. It&#8217;s really fun and makes repeating tasks easier to apply. As a Rookie in whatever you&#8217;re starting out with, there are obstacles that you might not be able to explain straight away. So let&#8217;s start with something small and I wanted to add an ESX host to my vCenter with the following command:<\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:15px\"><code lang=\"powershell\" class=\"language-powershell\">Write-Host -ForegroundColor YELLOW \"!!! WARNING !!! You are adding an ESX Host to the vCenter.\"\nWrite-Host \"\"\nAdd-VMHost -Name powercli-esx3.irgnet.wtf -Location irgNET -User root -Password YourPassWord<\/code><\/pre>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>But this failed because the host could not be authenticated because it uses self-signed SSL certificates with SHA1 thumbprint. <\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"98\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2024\/06\/Force01-1.png?resize=1024%2C98&#038;ssl=1\" alt=\"\" class=\"wp-image-11103\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2024\/06\/Force01-1.png?resize=1024%2C98&amp;ssl=1 1024w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2024\/06\/Force01-1.png?resize=300%2C29&amp;ssl=1 300w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2024\/06\/Force01-1.png?resize=768%2C73&amp;ssl=1 768w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2024\/06\/Force01-1.png?w=1332&amp;ssl=1 1332w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Now I also have to say that this is a Mac running ESX and I use it for my PowerCLI testing purposes, so I just want to ignore the certificate issue. As you can see from the error message, you get hints on how to bypass the certificate issue with the parameter &#8220;Force&#8221;, so let&#8217;s add the parameter right away:<\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:15px\"><code lang=\"powershell\" class=\"language-powershell\">Add-VMHost -Name powercli-esx3.irgnet.wtf -Location irgNET -User root -Password YourPassWord -Force<\/code><\/pre>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>And there you go, the host can be added to the desired vCenter without any further effort. <\/p>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-56d52bc8363f487b25d6f0fef3987414\" style=\"color:#ff0000\"><strong>Important! Never ignore certificate warnings in your production sites. Certificates with weak signature algorithms (SHA1) are no longer supported in vSphere 8.0!<\/strong><\/p>\n\n\n\n<p>That&#8217;s it for this little blog post, stay tuned for more PowerCLI posts and see you next time. \ud83d\ude42<\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Yep, I also started using PowerCLI more intensively. It&#8217;s really fun and makes repeating tasks easier to apply. As a Rookie in whatever you&#8217;re starting out with, there are obstacles that you might not be able to explain straight away. So let&#8217;s start with something small and I wanted to add an ESX host to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":true,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1,58,19],"tags":[],"class_list":["post-11100","post","type-post","status-publish","format-standard","hentry","category-blog","category-powercli","category-vmware"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PowerCLI Add-VMHost: Unable to verify the authenticity of the specified host - irgNET<\/title>\n<meta name=\"description\" content=\"I wanted to add an ESX host to my vCenter but this failed because the host could not be authenticated because it uses self-signed SSL certificates with SHA1 thumbprint.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PowerCLI Add-VMHost: Unable to verify the authenticity of the specified host - irgNET\" \/>\n<meta property=\"og:description\" content=\"I wanted to add an ESX host to my vCenter but this failed because the host could not be authenticated because it uses self-signed SSL certificates with SHA1 thumbprint.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/\" \/>\n<meta property=\"og:site_name\" content=\"irgNET\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-26T17:53:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-26T17:54:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/wp-content\/uploads\/2024\/06\/image-11.png\" \/>\n<meta name=\"author\" content=\"H. Cemre G\u00fcnay\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@irg_net\" \/>\n<meta name=\"twitter:site\" content=\"@irg_net\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"H. Cemre G\u00fcnay\" \/>\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:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/\"},\"author\":{\"name\":\"H. Cemre G\u00fcnay\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/person\\\/71b46e79e8c12bdc8e610214a6621a66\"},\"headline\":\"PowerCLI Add-VMHost: Unable to verify the authenticity of the specified host\",\"datePublished\":\"2024-06-26T17:53:40+00:00\",\"dateModified\":\"2024-06-26T17:54:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/\"},\"wordCount\":212,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/image-11.png\",\"articleSection\":[\"Blog\",\"PowerCLI\",\"VMware\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/\",\"name\":\"PowerCLI Add-VMHost: Unable to verify the authenticity of the specified host - irgNET\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/image-11.png\",\"datePublished\":\"2024-06-26T17:53:40+00:00\",\"dateModified\":\"2024-06-26T17:54:03+00:00\",\"description\":\"I wanted to add an ESX host to my vCenter but this failed because the host could not be authenticated because it uses self-signed SSL certificates with SHA1 thumbprint.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/image-11.png?fit=254%2C254&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/image-11.png?fit=254%2C254&ssl=1\",\"width\":254,\"height\":254},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PowerCLI Add-VMHost: Unable to verify the authenticity of the specified host\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#website\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\",\"name\":\"irgNET\",\"description\":\"a virtual Knowledge Base\",\"publisher\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\",\"name\":\"irg-NET\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i2.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i2.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1\",\"width\":2048,\"height\":2048,\"caption\":\"irg-NET\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/irg_net\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/h-cemre-g\u00fcnay-2b61601b4\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC8GknhO5YMAkAoVxppu6aaQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/person\\\/71b46e79e8c12bdc8e610214a6621a66\",\"name\":\"H. Cemre G\u00fcnay\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"caption\":\"H. Cemre G\u00fcnay\"},\"sameAs\":[\"http:\\\/\\\/192.168.34.155\\\/wordpress\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PowerCLI Add-VMHost: Unable to verify the authenticity of the specified host - irgNET","description":"I wanted to add an ESX host to my vCenter but this failed because the host could not be authenticated because it uses self-signed SSL certificates with SHA1 thumbprint.","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:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/","og_locale":"en_US","og_type":"article","og_title":"PowerCLI Add-VMHost: Unable to verify the authenticity of the specified host - irgNET","og_description":"I wanted to add an ESX host to my vCenter but this failed because the host could not be authenticated because it uses self-signed SSL certificates with SHA1 thumbprint.","og_url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/","og_site_name":"irgNET","article_published_time":"2024-06-26T17:53:40+00:00","article_modified_time":"2024-06-26T17:54:03+00:00","og_image":[{"url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/wp-content\/uploads\/2024\/06\/image-11.png","type":"","width":"","height":""}],"author":"H. Cemre G\u00fcnay","twitter_card":"summary_large_image","twitter_creator":"@irg_net","twitter_site":"@irg_net","twitter_misc":{"Written by":"H. Cemre G\u00fcnay","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/#article","isPartOf":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/"},"author":{"name":"H. Cemre G\u00fcnay","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/person\/71b46e79e8c12bdc8e610214a6621a66"},"headline":"PowerCLI Add-VMHost: Unable to verify the authenticity of the specified host","datePublished":"2024-06-26T17:53:40+00:00","dateModified":"2024-06-26T17:54:03+00:00","mainEntityOfPage":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/"},"wordCount":212,"commentCount":0,"publisher":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/#primaryimage"},"thumbnailUrl":"https:\/\/irg-net.com\/wp-content\/uploads\/2024\/06\/image-11.png","articleSection":["Blog","PowerCLI","VMware"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/","name":"PowerCLI Add-VMHost: Unable to verify the authenticity of the specified host - irgNET","isPartOf":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/#primaryimage"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/#primaryimage"},"thumbnailUrl":"https:\/\/irg-net.com\/wp-content\/uploads\/2024\/06\/image-11.png","datePublished":"2024-06-26T17:53:40+00:00","dateModified":"2024-06-26T17:54:03+00:00","description":"I wanted to add an ESX host to my vCenter but this failed because the host could not be authenticated because it uses self-signed SSL certificates with SHA1 thumbprint.","breadcrumb":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/#primaryimage","url":"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2024\/06\/image-11.png?fit=254%2C254&ssl=1","contentUrl":"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2024\/06\/image-11.png?fit=254%2C254&ssl=1","width":254,"height":254},{"@type":"BreadcrumbList","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/powercli-add-vmhost-unable-to-verify-the-authenticity-of-the-specified-host\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/"},{"@type":"ListItem","position":2,"name":"PowerCLI Add-VMHost: Unable to verify the authenticity of the specified host"}]},{"@type":"WebSite","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#website","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/","name":"irgNET","description":"a virtual Knowledge Base","publisher":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization","name":"irg-NET","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/logo\/image\/","url":"https:\/\/i2.wp.com\/irg-net.com\/wp-content\/uploads\/2021\/06\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1","contentUrl":"https:\/\/i2.wp.com\/irg-net.com\/wp-content\/uploads\/2021\/06\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1","width":2048,"height":2048,"caption":"irg-NET"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/irg_net","https:\/\/www.linkedin.com\/in\/h-cemre-g\u00fcnay-2b61601b4\/","https:\/\/www.youtube.com\/channel\/UC8GknhO5YMAkAoVxppu6aaQ"]},{"@type":"Person","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/person\/71b46e79e8c12bdc8e610214a6621a66","name":"H. Cemre G\u00fcnay","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","caption":"H. Cemre G\u00fcnay"},"sameAs":["http:\/\/192.168.34.155\/wordpress"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/11100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/comments?post=11100"}],"version-history":[{"count":4,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/11100\/revisions"}],"predecessor-version":[{"id":11107,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/11100\/revisions\/11107"}],"wp:attachment":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/media?parent=11100"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/categories?post=11100"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/tags?post=11100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}