ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VMware vSphere PowerCLI 6.0 R2 Released

By Vladan SEGET | Last Updated: September 17, 2015

Shares

There is a new release of VMware vSphere PowerCLI 6.0 R2. The more and more popular command-line and scripting tool built on Windows PowerShell adds several new features and improvements like for example to gather informations about the underlying ESXi hardware (with cmdlets Get-VMHostHardware), new VASA cmdlets or possibility to connect vRealize Operations Manager (via Connect-OMServer).

This vSphere PowerCLI 6.0 R2 also supports the newly released vCloud Director 8.0 or SRM 6.1.  Many new cmdlets for storage has been added, for NFS, for VASA and for VAIO Filtering framework. VAIO offers partners the ability to put their technology directly into the IO stream of a VM through a filter that intercepts data before it is committed to disk. For those of you interested in the VAIO program (it's for partners) you should check this post from VMware. The VAIO technology will benefit to users in the months to come.

Let's get back to our vSphere PowerCLI 6.0 R2 release.

What's new in vSphere PowerCLI 6.0 Release 2 ?

In this version, the License snap-in has been converted to a PowerShell module. As part of this change, PowerCLI scripts should be adjusted, where applicable, to check for module existence instead of snap-in existence. In this release the PowerCLI modules have also been moved to the PSModulePath environment variable allowing all users of a machine to access them.

A new module and cmdlets have been added to this release to allow access to vRealize Operations Manager. Access to the entire public API is available from the $global:DefaultOMServers variable using the ExtensionData property and full cmdlets have been included exposing the following areas:

Connection: Connect-OMServer, Disconnect-OMServer
Alerts: Get-OMAlert, Get-OMAlertDefinition, Get-OMAlertSubType, Get-OMAlertType, Set-OMAlert
Recommendations: Get-OMRecommendation
Resources: Get-OMResource
Statistics: Get-OMStat, Get-OMStatKey
User Management: Get-OMUser

vSphere Update Manager PowerCLI is no longer a separate downloadable component or installer and is now included in the core PowerCLI installer. It is an optional component that is selected to be installed by default in the PowerCLI installation wizard, which allows for simpler and quicker deployment and management of VMware products through PowerCLI.

VMware vSphere PowerCLI 6.0 r2

Enhancements have also been made to ensure a better backwards compatibility experience of this module, which now supports vSphere Update Manager 5.5 and later.

Note: If you have an earlier version of vSphere Update Manager PowerCLI​ installed on your machine, you must uninstall it before installing PowerCLI 6.0 Release 2.

  • vCloud Air On-Demand – You can now connect to and manage vCloud Air On-Demand (vCA) instances by using the VCA parameter added to Connect-PIServer and the new Get-PIComputeInstance cmdlet to list all available compute instances. Existing cmdlets for managing vCloud Director and vCloud Air can be used to work with vCloud Air On-Demand where applicable. In addition to these enhancements, a new cmdlet named Get-OrgVdcNetwork has been added to enhance the ability to work with organization vDC networks.
  • ESXi Hardware – New cmdlets have been added to work with ESXi host hardware. These cmdlets give the ability to query ESXi hosts and provide core system and hardware information. Two new cmdlets have been added to work with this functionality:

Get-VMHostHardware retrieves host information.
Get-VMHostPCIDevice lists all PCI devices.

Quick screenshot from the lab showing the specs of the PCI slots from the Supermicro X10SRH-CLN4F I'm using.

Get-VMHostPCIDevice

  • Storage Module Improvements – A number of enhancements have been made to the Storage module introducing new cmdlets for working with VMware vSphere API for Storage Awareness (VASA), NFS version 4.1, and updated vSphere API for IO Filtering (VAIO) cmdlets. The following new additional cmdlets are now available:

New VASA cmdlets : New-VasaProvider, Remove-VasaProvider, Get-VasaProvider, and Get-VasaStorageArray
New NFS cmdlets: New-NfsUser, Remove-NfsUser, Get-NfsUser, and Set-NfsUser
New VAIO filtering cmdlet: Set-VAIOFilter

For ease of use and quicker interaction with the interactive console, the PowerCLI starting directory has now been changed from the full installation path of PowerCLI to the root of the installation drive.

  • VMware SRM 6.1 Support – PowerCLI has been updated to support VMware vCenter Site Recovery Manager (SRM) 6.1 and additional functionality has been added to discover SRM servers when they are deployed in a “shared recovery model”.
  • vCloud Director 8 Support – PowerCLI supports the VMware vCloud Director 8.0 features which are provided by the backwards compatibility of the vCloud Director API.

You can download PowerCLI 6.0 R2 from here.

Source: VMware

Shares
5/5 - (1 vote)

| Filed Under: Free Stuff, Server Virtualization Tagged With: VMware vSphere PowerCLI 6.0 R2

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. tony says

    February 8, 2017 at 6:26 am

    thanks for the info, do you have info install VMware vSphere PowerCLI 6.5 and work with vcenter appliance?

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam confirming vSphere 9.0 and ESXi 9 upcoming support
  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in