{"id":563,"date":"2018-05-11T12:03:56","date_gmt":"2018-05-11T10:03:56","guid":{"rendered":"http:\/\/www.apvnorge.no\/?page_id=563"},"modified":"2022-03-14T14:36:19","modified_gmt":"2022-03-14T13:36:19","slug":"vmware","status":"publish","type":"page","link":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/","title":{"rendered":"VMWARE"},"content":{"rendered":"<div id=\"apvno-2889841148\" class=\"apvno-before-content apvno-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-7003427967427457\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:inline-block;width:970px;height:250px;\" \ndata-ad-client=\"ca-pub-7003427967427457\" \ndata-ad-slot=\"6272152047\"><\/ins> \n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<ul class=\"wp-block-list\"><li><strong><a href=\"https:\/\/www.apvnorge.no\/it-knowledge-base\/\">Back to  IT Knowledge Base <\/a><\/strong><\/li><li><a href=\"https:\/\/www.apvnorge.no\/it-knowledge-base\/vmware\/vcenter-appliance-root-partition-100-full\/\"><strong>vCenter Appliance root Partition 100% full<\/strong><\/a><\/li><li><strong><a href=\"https:\/\/www.apvnorge.no\/it-knowledge-base\/vmware\/how-to-power-on-off-virtual-machines-using-the-esxi-console\/\">How to Power On \/ Off Virtual Machines Using the ESXi Console<\/a><\/strong><\/li><li><strong><a href=\"https:\/\/www.apvnorge.no\/it-knowledge-base\/vmware\/how-to-update-esxi-6-5-using-an-offline-bundle\/\" data-type=\"page\" data-id=\"2314\">How to update ESXi 6.5 using an Offline Bundle<\/a><\/strong><\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n<h2><strong>VMWARE TIPS &amp; TRICKS<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<h4><strong>How to fix &#8220;VMware Workstation and Device\/Credential Guard are not compatible. VMware Workstation can be run after disabling Device\/Credential Guard. \u201d error might be familiar with the VMware workstation users<\/strong>&#8220;<\/h4>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1177\" src=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2019\/01\/wf3.png?resize=377%2C146&#038;ssl=1\" alt=\"\" width=\"377\" height=\"146\" srcset=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2019\/01\/wf3.png?w=377&amp;ssl=1 377w, https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2019\/01\/wf3.png?resize=300%2C116&amp;ssl=1 300w\" sizes=\"auto, (max-width: 377px) 100vw, 377px\" \/><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"text-align: left;\"><strong>DISABLE \/ UNINSTALL HYPER-V ROLE<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1174\" src=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2019\/01\/wf.png?resize=262%2C232&#038;ssl=1\" alt=\"\" width=\"262\" height=\"232\"><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><strong>DISABLE DEVICE\/CREDENTIAL GUARD IN LOCAL GROUP POLICY<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>I had to disable the Device\/Credential Guard in my local group policy and I opened a \u201crun\u201d prompt by pressing&nbsp;<em><strong>Win Key + R<\/strong><\/em>&nbsp;and typed \u201d&nbsp;<strong>gpedit.msc<\/strong>&nbsp;\u201d to open the local group policy editor. Once it opened up the Local group policy editor, navigate to \u201d&nbsp;<strong>Local Computer Policy &gt; Computer Configuration &gt; Administrative Templates &gt; System &gt; Device Guard<\/strong>&nbsp;\u201d and open the \u201d&nbsp;<strong>Turn on <\/strong><strong>Virtualization Based Security<\/strong>&nbsp;\u201d setting by double click on it.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-1175\" src=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2019\/01\/wd2.png?resize=228%2C300&#038;ssl=1\" alt=\"\" width=\"228\" height=\"300\" srcset=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2019\/01\/wd2.png?resize=228%2C300&amp;ssl=1 228w, https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2019\/01\/wd2.png?w=360&amp;ssl=1 360w\" sizes=\"auto, (max-width: 228px) 100vw, 228px\" \/><\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><strong>RUN COMMAND<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Opened a Command Prompt elevating the \u201c<strong>Administrative Privileges<\/strong>\u201d and run the below piece of command<\/p>\n<p>mountvol X: \/s<br>copy %WINDIR%System32SecConfig.efi X:EFIMicrosoftBootSecConfig.efi \/Y<br>bcdedit \/create {0cb3b571-2f2e-4343-a879-d86a476d7215} \/d &#8220;DebugTool&#8221; \/application osloader<br>bcdedit \/set {0cb3b571-2f2e-4343-a879-d86a476d7215} path &#8220;EFIMicrosoftBootSecConfig.efi&#8221;<br>bcdedit \/set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215}<br>bcdedit \/set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS<br>bcdedit \/set {0cb3b571-2f2e-4343-a879-d86a476d7215} device partition=X:<br>mountvol X: \/d<\/p>\n<pre class=\"brush: powershell; title: ; notranslate\" title=\"\">&nbsp;<\/pre>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li><strong>RESTART COMPUTER<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Rebooted the Computer and at the login screen it prompted to accept the change and pressed F3 and Operating system loaded without issues, after that my Virtual Machine started correctly.<\/p>\n<hr><div id=\"apvno-888668459\" class=\"apvno-after apvno-entity-placement\"><script>\r\n_adsys_id = 33949;\r\n_adsys_size = 1;\r\n<\/script>\r\n<script src=\"https:\/\/d.wedosas.net\/d.js\"><\/script>    \r\n<\/br>\r\n<div>\r\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\r\n<!-- AD-4 -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:inline-block;width:970px;height:250px\"\r\n     data-ad-client=\"ca-pub-7003427967427457\"\r\n     data-ad-slot=\"6272152047\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script><\/div>\r\n<a href=\"https:\/\/affiliates.ssl.com\/820-3-1-13.html\" target=\"_blank\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" style=\"border:0px\" src=\"https:\/\/i0.wp.com\/affiliates.ssl.com\/media\/banners\/SSL-banner-UC-certificate-2-v5.png?resize=640%2C79&#038;ssl=1\" width=\"640\" height=\"79\" alt=\"Microsoft Exchange SAN UCC SSL\"><\/a><\/div>","protected":false},"excerpt":{"rendered":"<p>Back to IT Knowledge Base vCenter Appliance root Partition 100% full How to Power On \/ Off Virtual Machines Using the ESXi Console How to update ESXi 6.5 using an Offline Bundle VMWARE TIPS &amp; TRICKS &nbsp; How to fix &#8220;VMware Workstation and Device\/Credential Guard are not compatible. VMware Workstation can be run after disabling [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":437,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-563","page","type-page","status-publish","hentry"],"translation":{"provider":"WPGlobus","version":"3.0.5","language":"cz","enabled_languages":["en","no","cz"],"languages":{"en":{"title":true,"content":true,"excerpt":false},"no":{"title":false,"content":false,"excerpt":false},"cz":{"title":false,"content":false,"excerpt":false}}},"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Back to IT Knowledge Base vCenter Appliance root Partition 100% fullHow to Power On \/ Off Virtual Machines Using the ESXi ConsoleHow to update ESXi 6.5 using an Offline Bundle VMWARE TIPS &amp; TRICKS How to fix &quot;VMware Workstation and Device\/Credential Guard are not compatible. VMware Workstation can be run after disabling Device\/Credential Guard.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"TrS3Ce4SzthGp870C1FeMCHMy8m2nPpzG2NfPcdfJi0\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Et teknologiselskap - Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"VMWARE - Et teknologiselskap\" \/>\n\t\t<meta property=\"og:description\" content=\"Back to IT Knowledge Base vCenter Appliance root Partition 100% fullHow to Power On \/ Off Virtual Machines Using the ESXi ConsoleHow to update ESXi 6.5 using an Offline Bundle VMWARE TIPS &amp; TRICKS How to fix &quot;VMware Workstation and Device\/Credential Guard are not compatible. VMware Workstation can be run after disabling Device\/Credential Guard.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2018-05-11T10:03:56+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-03-14T13:36:19+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100064041250396\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"VMWARE - Et teknologiselskap\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Back to IT Knowledge Base vCenter Appliance root Partition 100% fullHow to Power On \/ Off Virtual Machines Using the ESXi ConsoleHow to update ESXi 6.5 using an Offline Bundle VMWARE TIPS &amp; TRICKS How to fix &quot;VMware Workstation and Device\/Credential Guard are not compatible. VMware Workstation can be run after disabling Device\/Credential Guard.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&amp;ssl=1\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/vmware\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/#listItem\",\"name\":\"IT Knowledge Base\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/#listItem\",\"position\":2,\"name\":\"IT Knowledge Base\",\"item\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/vmware\\\/#listItem\",\"name\":\"VMWARE\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/vmware\\\/#listItem\",\"position\":3,\"name\":\"VMWARE\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/#listItem\",\"name\":\"IT Knowledge Base\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#organization\",\"name\":\"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}\",\"description\":\"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.apvnorge.no\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/APV.gif?fit=230%2C81&ssl=1\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/vmware\\\/#organizationLogo\",\"width\":230,\"height\":81},\"image\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/vmware\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100064041250396\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/vmware\\\/#webpage\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/vmware\\\/\",\"name\":\"VMWARE - Et teknologiselskap\",\"description\":\"Back to IT Knowledge Base vCenter Appliance root Partition 100% fullHow to Power On \\\/ Off Virtual Machines Using the ESXi ConsoleHow to update ESXi 6.5 using an Offline Bundle VMWARE TIPS & TRICKS How to fix \\\"VMware Workstation and Device\\\/Credential Guard are not compatible. VMware Workstation can be run after disabling Device\\\/Credential Guard.\",\"inLanguage\":\"cs-CZ\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/it-knowledge-base\\\/vmware\\\/#breadcrumblist\"},\"datePublished\":\"2018-05-11T12:03:56+02:00\",\"dateModified\":\"2022-03-14T14:36:19+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#website\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/\",\"name\":\"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}\",\"description\":\"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\",\"inLanguage\":\"cs-CZ\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/cz\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"VMWARE - Et teknologiselskap","description":"Back to IT Knowledge Base vCenter Appliance root Partition 100% fullHow to Power On \/ Off Virtual Machines Using the ESXi ConsoleHow to update ESXi 6.5 using an Offline Bundle VMWARE TIPS & TRICKS How to fix \"VMware Workstation and Device\/Credential Guard are not compatible. VMware Workstation can be run after disabling Device\/Credential Guard.","canonical_url":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TrS3Ce4SzthGp870C1FeMCHMy8m2nPpzG2NfPcdfJi0","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz#listItem","position":1,"name":"Home","item":"https:\/\/www.apvnorge.no\/cz","nextItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/#listItem","name":"IT Knowledge Base"}},{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/#listItem","position":2,"name":"IT Knowledge Base","item":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/#listItem","name":"VMWARE"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/#listItem","position":3,"name":"VMWARE","previousItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/#listItem","name":"IT Knowledge Base"}}]},{"@type":"Organization","@id":"https:\/\/www.apvnorge.no\/cz\/#organization","name":"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}","description":"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","url":"https:\/\/www.apvnorge.no\/cz\/","logo":{"@type":"ImageObject","url":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=230%2C81&ssl=1","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/#organizationLogo","width":230,"height":81},"image":{"@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100064041250396"]},{"@type":"WebPage","@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/#webpage","url":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/","name":"VMWARE - Et teknologiselskap","description":"Back to IT Knowledge Base vCenter Appliance root Partition 100% fullHow to Power On \/ Off Virtual Machines Using the ESXi ConsoleHow to update ESXi 6.5 using an Offline Bundle VMWARE TIPS & TRICKS How to fix \"VMware Workstation and Device\/Credential Guard are not compatible. VMware Workstation can be run after disabling Device\/Credential Guard.","inLanguage":"cs-CZ","isPartOf":{"@id":"https:\/\/www.apvnorge.no\/cz\/#website"},"breadcrumb":{"@id":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/#breadcrumblist"},"datePublished":"2018-05-11T12:03:56+02:00","dateModified":"2022-03-14T14:36:19+01:00"},{"@type":"WebSite","@id":"https:\/\/www.apvnorge.no\/cz\/#website","url":"https:\/\/www.apvnorge.no\/cz\/","name":"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}","description":"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","inLanguage":"cs-CZ","publisher":{"@id":"https:\/\/www.apvnorge.no\/cz\/#organization"}}]},"og:locale":"cs_CZ","og:site_name":"Et teknologiselskap - Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","og:type":"article","og:title":"VMWARE - Et teknologiselskap","og:description":"Back to IT Knowledge Base vCenter Appliance root Partition 100% fullHow to Power On \/ Off Virtual Machines Using the ESXi ConsoleHow to update ESXi 6.5 using an Offline Bundle VMWARE TIPS &amp; TRICKS How to fix &quot;VMware Workstation and Device\/Credential Guard are not compatible. VMware Workstation can be run after disabling Device\/Credential Guard.","og:url":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/","og:image":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1","og:image:secure_url":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1","article:published_time":"2018-05-11T10:03:56+00:00","article:modified_time":"2022-03-14T13:36:19+00:00","article:publisher":"https:\/\/www.facebook.com\/profile.php?id=100064041250396","twitter:card":"summary_large_image","twitter:title":"VMWARE - Et teknologiselskap","twitter:description":"Back to IT Knowledge Base vCenter Appliance root Partition 100% fullHow to Power On \/ Off Virtual Machines Using the ESXi ConsoleHow to update ESXi 6.5 using an Offline Bundle VMWARE TIPS &amp; TRICKS How to fix &quot;VMware Workstation and Device\/Credential Guard are not compatible. VMware Workstation can be run after disabling Device\/Credential Guard.","twitter:image":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&ssl=1"},"aioseo_meta_data":{"post_id":"563","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":"","isEnabled":true},"graphs":[]},"schema_type":"default","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,"local_seo":null,"limit_modified_date":false,"created":"2024-03-07 16:37:51","updated":"2025-06-03 23:38:54"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.apvnorge.no\/cz\" 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.apvnorge.no\/cz\/it-knowledge-base\/\" title=\"IT Knowledge Base\">IT Knowledge Base<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tVMWARE\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.apvnorge.no\/cz"},{"label":"IT Knowledge Base","link":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/"},{"label":"VMWARE","link":"https:\/\/www.apvnorge.no\/cz\/it-knowledge-base\/vmware\/"}],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P9T0bk-95","jetpack-related-posts":[],"jetpack_likes_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages\/563","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/comments?post=563"}],"version-history":[{"count":47,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages\/563\/revisions"}],"predecessor-version":[{"id":2316,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages\/563\/revisions\/2316"}],"up":[{"embeddable":true,"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/pages\/437"}],"wp:attachment":[{"href":"https:\/\/www.apvnorge.no\/cz\/wp-json\/wp\/v2\/media?parent=563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}