{"id":789,"date":"2020-03-16T10:03:00","date_gmt":"2020-03-16T09:03:00","guid":{"rendered":"https:\/\/blog.mhasin.eu\/?p=789"},"modified":"2020-03-16T10:03:00","modified_gmt":"2020-03-16T09:03:00","slug":"power-shell-vypnutie-a-vymazanie-vm-vmware","status":"publish","type":"post","link":"https:\/\/blog.mhasin.eu\/?p=789","title":{"rendered":"Power shell  vypnutie a vymazanie VM VMware"},"content":{"rendered":"\n<p>Zmazanie VM pomocou powershell. (Pre spr\u00e1vnu funk\u010dnos\u0165 je potrebne sa pripoji\u0165 na vcenter server. <a href=\"https:\/\/blog.mhasin.eu\/?p=764\">https:\/\/blog.mhasin.eu\/?p=764<\/a>)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$vmObj = Get-VM -Name VM*\n \nforeach($active in $vmObj){\nif($active.PowerState -eq \"PoweredOn\"){\nStop-VM -VM $active -Confirm:$false -RunAsync | Out-Null} \n} \nStart-Sleep -Seconds 7\n \nforeach($delete in $vmObj){\nRemove-VM -VM $delete -DeleteFromDisk -Confirm:$false -RunAsync | Out-Null}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>$vmObj = Get-VM -Name VM* &#8211; vy listuje v\u0161etky VM ktor\u00fdch n\u00e1zov za\u010d\u00edna &#8222;VM&#8220;<\/li><li>Stop-VM -VM $active -Confirm:$false &#8211; Ak VM be\u017ei tak sa vypne<\/li><li>Remove-VM -VM $delete -DeleteFromDisk -Confirm:$false  &#8211; Zmazanie VM z disku a vcentra<\/li><\/ul>\n<div class=\"pdf24Plugin-cp\"> \t<form name=\"pdf24Form0\" method=\"post\" action=\"https:\/\/doc2pdf.pdf24.org\/wordpress.php\" target=\"pdf24PopWin\" onsubmit=\"var pdf24Win = window.open('about:blank', 'pdf24PopWin', 'resizable=yes,scrollbars=yes,width=600,height=250,left='+(screen.width\/2-300)+',top='+(screen.height\/3-125)+''); pdf24Win.focus(); if(typeof pdf24OnCreatePDF === 'function'){void(pdf24OnCreatePDF(this,pdf24Win));}\"> \t\t<input type=\"hidden\" name=\"blogCharset\" value=\"Cw1x07UAAA==\" \/><input type=\"hidden\" name=\"blogPosts\" value=\"MwQA\" \/><input type=\"hidden\" name=\"blogUrl\" value=\"yygpKSi20tdPyslP18vNSCzOzNNLLQUA\" \/><input type=\"hidden\" name=\"blogName\" value=\"c\/LxdwcA\" \/><input type=\"hidden\" name=\"blogValueEncoding\" value=\"gzdeflate base64\" \/><input type=\"hidden\" name=\"postId_0\" value=\"M7ewBAA=\" \/><input type=\"hidden\" name=\"postTitle_0\" value=\"C8gvTy1SKM5IzclRUCirLMgrLclMVUgEMnMTqxLzgOwwXyAqTyxKBQA=\" \/><input type=\"hidden\" name=\"postLink_0\" value=\"yygpKSi20tdPyslP18vNSCzOzNNLLdW3L7A1t7AEAA==\" \/><input type=\"hidden\" name=\"postAuthor_0\" value=\"y00syfcwNAIA\" \/><input type=\"hidden\" name=\"postDateTime_0\" value=\"MzIwMtA1MNY1NFMwNLAyMLYyMAAA\" \/><input type=\"hidden\" name=\"postContent_0\" value=\"nVPdbtMwGL3PU3wKFdqQkrAKMbSmQRMTXG2dVmkX3LnOF+LGsY3\/pnbwCHuIXnDJI8BN1\/fCSddqCIEmIkdfbB+f8\/noJMpV8bElSyIYwvU5KNlKKl2oN6hNjZyncHCpEYzS65UXDionmvs7Ic3mG8wxAK3GmQgAAkozJecsbAgCnqKwqMGg9qhTyAnUGqtxXFurzEmWzbj8lLY1MUyk6LK3anz8+lVc\/HM7z0hxmGeqiMKTq9AX5cSYcXyjknCANgmVJcZF3pVi4NvJbA5j+IA2CZdLLkjb3fJFBFElNRJaHwwItcwjMAFb+OFtxKrdcnrZ+TC1xCIk+Bnifo7lRMQBN7VS9bzh3fEk76SomG5PBhXhJsyvnDg1C0HhC0ycTS4c518hCiOwaptMOaKCZIpUitLA8ePWSuRof2\/tClvpcS\/6gEjO+vpey\/aMmeZpTeRZb1JwU+PWT8f\/sJMzY4OdnP3dTHj+7M3w6GgEfgEd3IVU+M0KbbPoEtVYqdc\/aA1ivVpKD0tyf7f+HgLSHRsOR9fn\/cfLUZ4FlU7pKbbuNE+bTmOGm58MLGm6FPqFErgn+z\/D9vyP\/40llAHr4CHbmmxFMseL6Bc=\" \/> \t\t<a href=\"https:\/\/www.pdf24.org\" target=\"_blank\" title=\"www.pdf24.org\" rel=\"nofollow\"><img src=\"https:\/\/blog.mhasin.eu\/wp-content\/plugins\/pdf24-post-to-pdf\/img\/pdf_32x32.png\" alt=\"\" border=\"0\" height=\"32\" \/><\/a> \t\t<span class=\"pdf24Plugin-cp-space\">&nbsp;&nbsp;<\/span> \t\t<span class=\"pdf24Plugin-cp-text\">Send article as PDF<\/span> \t\t<span class=\"pdf24Plugin-cp-space\">&nbsp;&nbsp;<\/span> \t\t<input class=\"pdf24Plugin-cp-input\" style=\"margin: 0px;\" type=\"text\" name=\"sendEmailTo\" placeholder=\"Enter email address\" \/> \t\t<input class=\"pdf24Plugin-cp-submit\" style=\"margin: 0px;\" type=\"submit\" value=\"Send\" \/> \t<\/form> <\/div>","protected":false},"excerpt":{"rendered":"Zmazanie VM pomocou powershell. (Pre spr\u00e1vnu funk\u010dnos\u0165 je potrebne sa pripoji\u0165 na vcenter server. https:\/\/blog.mhasin.eu\/?p=764) $vmObj = Get-VM -Name VM* &#8211; vy listuje v\u0161etky VM ktor\u00fdch n\u00e1zov za\u010d\u00edna &#8222;VM&#8220; Stop-VM -VM $active -Confirm:$false &#8211; Ak VM be\u017ei tak sa vypne Remove-VM -VM $delete -DeleteFromDisk -Confirm:$false &#8211; Zmazanie VM z disku a vcentra &nbsp;&nbsp; Send article as PDF &nbsp;&nbsp;\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"arc_restricted_post":false,"footnotes":""},"categories":[7,2],"tags":[],"class_list":["post-789","post","type-post","status-publish","format-standard","hentry","category-programovanie","category-vmware"],"_links":{"self":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/789","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=789"}],"version-history":[{"count":1,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/789\/revisions"}],"predecessor-version":[{"id":790,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=\/wp\/v2\/posts\/789\/revisions\/790"}],"wp:attachment":[{"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=789"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=789"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mhasin.eu\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=789"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}