ariel's weblog
blog de virtualizacion y redes(virtuales?).
Menu Close
  • Inicio
  • HomeLAB
  • IPv6
  • kubernetes
  • NSX
  • Archivo
  • Sobre Mi ?

PowerShell

0

Highway to PowersHell…

Posted on 2010-05-02 by Ariel Antigua

Muy gracioso el video….

Microsoft, PowerShell
0

PStip: Software de VMware corriendo en mi maquina..

Posted on 2010-04-15 by Ariel Antigua

Si en algun momento quisieras ver que tanto software de VMware se esta actualmente ejecutando en tu computador…..

<code>
Clear-Host
$TaskManager = get-Process | Sort-Object Company
foreach ($Item in $TaskManager)
{
if ($Item.Company -eq «VMware, Inc.»)
{
«{0,-30} {1,-25} {2,-40}» -f
$Item.Company, $Item.Name, $Item.Path
}
}
</code>
Microsoft, PowerShell, VMware
0

Info Post: PowerShell Quick Reference

Posted on 2010-02-10 by Ariel Antigua

http://bit.ly/bAD4nr – PowerShell Quick Reference .doc | No le tengas miedo al CLI !

PowerShell, Windows

Blogroll

  • Cloudwards
  • Eddgar Rojas
  • Labguides
  • SysadmIT
  • TechHead

aaNetworks

Categorias

Meta

  • Acceder
  • Feed de entradas
  • Feed de comentarios
  • WordPress.org
© 2022 ariel's weblog. All rights reserved.
Theme by Modern WP Themes