{"id":841,"date":"2010-04-15T11:18:33","date_gmt":"2010-04-15T15:18:33","guid":{"rendered":"http:\/\/arielantigua.com\/weblog\/?p=841"},"modified":"2010-04-15T11:35:17","modified_gmt":"2010-04-15T15:35:17","slug":"pstip-software-de-vmware-corriendo-en-mi-maquina","status":"publish","type":"post","link":"https:\/\/arielantigua.com\/weblog\/2010\/04\/pstip-software-de-vmware-corriendo-en-mi-maquina\/","title":{"rendered":"PStip: Software de VMware corriendo en mi maquina.."},"content":{"rendered":"<p>Si en algun momento quisieras ver que tanto software de VMware se esta actualmente ejecutando en tu computador&#8230;..<\/p>\n<div id=\"_mcePaste\">&lt;code&gt;<\/div>\n<div>Clear-Host<\/div>\n<div id=\"_mcePaste\">$TaskManager = get-Process | Sort-Object Company<\/div>\n<div id=\"_mcePaste\">foreach ($Item in $TaskManager)<\/div>\n<div id=\"_mcePaste\">{<\/div>\n<div id=\"_mcePaste\">if ($Item.Company -eq \u00abVMware, Inc.\u00bb)<\/div>\n<div id=\"_mcePaste\">{<\/div>\n<div id=\"_mcePaste\">\u00ab{0,-30} {1,-25} {2,-40}\u00bb -f<\/div>\n<div id=\"_mcePaste\">$Item.Company, $Item.Name, $Item.Path<\/div>\n<div>}<\/div>\n<div>}<\/div>\n<div>&lt;\/code&gt;<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Si en algun momento quisieras ver que tanto software de VMware se esta actualmente ejecutando en tu computador&#8230;.. &lt;code&gt; Clear-Host $TaskManager = get-Process | Sort-Object Company foreach ($Item in $TaskManager) { if ($Item.Company -eq \u00abVMware, Inc.\u00bb) { \u00ab{0,-30} {1,-25} {2,-40}\u00bb -f $Item.Company, $Item.Name, $Item.Path } } &lt;\/code&gt;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,35,20],"tags":[],"class_list":["post-841","post","type-post","status-publish","format-standard","hentry","category-microsoft","category-powershell","category-vmware"],"_links":{"self":[{"href":"https:\/\/arielantigua.com\/weblog\/wp-json\/wp\/v2\/posts\/841","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arielantigua.com\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arielantigua.com\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arielantigua.com\/weblog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/arielantigua.com\/weblog\/wp-json\/wp\/v2\/comments?post=841"}],"version-history":[{"count":0,"href":"https:\/\/arielantigua.com\/weblog\/wp-json\/wp\/v2\/posts\/841\/revisions"}],"wp:attachment":[{"href":"https:\/\/arielantigua.com\/weblog\/wp-json\/wp\/v2\/media?parent=841"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arielantigua.com\/weblog\/wp-json\/wp\/v2\/categories?post=841"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arielantigua.com\/weblog\/wp-json\/wp\/v2\/tags?post=841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}