Buscar

VMWare: Herramientas con Chocolatey

En el post anterior, vimos como configurar OneGet con Chocolatey sobre Windows 10 o Windows Server 2016:


Windows 10 y Windows Server 2016 incorporan PowerShell 5 con el módulo OneGet: un gestor de repositorios.

Al módulo OneGet se le puede configurar el repositorio Chocolatey e instalar de forma automática aplicaciones.

En la actualidad, como administradores de infraestructuras virtuales VMWare, tenemos la posibilidad de descargar e instalar las siguientes herramientas de escritorio:

PS C:\> Find-Package -Provider chocolatey -Name rvtools |Select-Object Name, version, Summary|fl

Name    : rvtools
Version : 3.6.4
Summary : RVTools is an application to gather helpful information from VMware infrastructure.


PS C:\> Find-Package -Provider chocolatey -Name vmware |Select-Object Name, version, Summary|fl

Name    : vmwareplayer
Version : 7.0.0
Summary : VMware Player - Create and run virtual machines

Name    : vmwarevsphereclient
Version : 5.5.0.1993072
Summary : VMware vShere Client - Mananage virtual infrastructure

Name    : vmware-horizon-client
Version : 3.3.0
Summary : Client application used to connect to virtual desktops from Windows dekstop computers.

Name    : vmware-tools
Version : 9.4.11
Summary : Drivers and tools for VMWare Virtual Machine

Name    : packer-post-processor-vagrant-vmware-ovf
Version : 0.2.1
Summary : This packer plugin leverages VMware OVF Tool to create a vagrant-vcloud and vagrant-vcenter compatible boxes.

Name    : vmwareworkstation
Version : 11.1.0.2496824
Summary : VMware Workstation - Desktop virtualization software


PS C:\> Find-Package -Provider chocolatey -Name putty |Select-Object Name, version, Summary|fl

Name    : putty
Version : 0.65
Summary : PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator.


PS C:\> Find-Package -Provider chocolatey -Name winscp |Select-Object Name, version, Summary|fl

Name    : winscp
Version : 5.7.5
Summary : Open source free SFTP client, SCP client, FTPS client and FTP client


Ejemplo de instalación de PuTTy:

Find-Package -Provider chocolatey -Name putty| Install-Package -Force -Verbose

VMWare: Herramientas con Chocolatey

No hay comentarios:

Publicar un comentario