Skip to content
Menu
  • CloudThesis-Home
  • Cloud Management
    • VMware Cloud
    • VCF (VMware Cloud Foundation)
    • vRO
    • vRA
    • vRealize Log Insight
    • vCloud Director
    • Hybrid Cloud Extension (HCX)
    • vCloud
    • Cloud on AWS
  • VMware
    • vCenter
    • vSphere
      • Generic vSphere Commands
    • ESXi
    • VMware vRealize Suite Lifecycle Manager –8 Deployment Guide
    • VMware Site Recovery Manager (SRM)
    • vRealize Network Insight
    • VMware Horizon
  • Power CLI
    • PowerCLI Snippets
  • NSX
  • vSAN
    • vSAN 7
  • Nutanix
  • VOIP
  • Microsoft
    • Azure Cloud
    • Microsoft Windows Server
    • Hypervisor
    • Create Azure VMs (Portal)
    • Create Azure VMs – PowerShell
  • Author
  • Contact

Category: Power CLI

PowerCLI command line .

How to Generate Data Store Utilization Report Cluster Wise by using Script

Posted on January 4, 2021January 4, 2021

Use below script to generate data store utilization report cluster wise : $report = @() foreach($cluster in Get-Cluster){     Get-VMHost -Location $cluster | Get-Datastore | %{         $info = “”…

Read More

VMware Cloud On AWS (PowerCLI )

Posted on November 29, 2020November 30, 2020

Requirements It requires PowerCLI 11.0.0 (specifically, the VMware.VimAutomation.Vmc module) and Microsoft Windows. Instruction Step 1 – Installing the module    Option A – automatic installation from PowerShell Gallery        Execute:Install-Module -Name VMware.VimAutomation.VmcPreview -RequiredVersion 1.0.0.11171858     Option…

Read More

PowerCLI Snippets Tutorial

Posted on June 24, 2020June 24, 2020

Configuration Import/Export vCenter Roles #Export Role $role = Get-VIRole -Name “MyRole” |Get-VIPrivilege; $role.id -join “,” #Import Role (Use the output from the command above) New-VIRole -Name “MyRole” -Privilege (Get-VIPrivilege -Id…

Read More

Space reclamation of VMFS 5 Datastores by using esxcli

Posted on June 4, 2020

what is VMFS datastore ? Create VMFS datastore. VMFS datastores are used as repositories for virtual machines’ files. They can be set up on any SCSI-based storage device that the…

Read More

PowerCLI Error: “The underlying connection was closed: An unexpected error occurred on a send.”

Posted on June 4, 2020

Attempting to use VMware vSphere PowerCLI’s Connect-VIServer to a vCenter instance fails with error : “The underlying connection was closed: An unexpected error occurred on a send.” So today I…

Read More

Get WWPN of the hosts FiberChannel HBA

Posted on July 24, 2019

What is worldwide port number (WWPN) . A worldwide port number (WWPN) is unique identifier for each FC port of any Fibre Channel device. For server, we have a WWPN…

Read More

Virtual Machine’s Boot status (booting to the Guest OS or being forced to boot into BIOS ) by Power CLI sctipts .

Posted on July 24, 2019

Virtual Machine’s Boot status :   <# .NOTES **************************************** Created by: Rajiv Pandey Web URL: www.vthesis.wordpress.com **************************************** .DESCRIPTION It will display the VM’s boot status , either VM’s booting to…

Read More

ESXi host installation date via Power CLI scripts .

Posted on July 24, 2019

ESXi host installation date : <# .NOTES **************************************** Created by: Rajiv Pandey Web URL: www.vthesis.wordpress.com **************************************** .DESCRIPTION It will display the installation date of an ESXi host . #> Function…

Read More

Outdated VM-tools VM list with version by power CLI scripts .

Posted on July 24, 2019

VMware Tools ? VMware Tools is a suite of utilities that enhances the performance of the virtual machine’s guest operating system and improves management of the virtual machine. … You…

Read More

Get VM’s Cluster Host and Data Store Information with Powercli script

Posted on July 11, 2019

VM’s Cluster Host and Data Store Information with Powercli script : we can able to get the desired output . Get-VM -Name (Get-content c:\vmname.txt)| Select Name, @{N=”Cluster”;E={Get-Cluster -VM $_}}, @{N=”ESX…

Read More
  • 1
  • 2
  • 3
  • Next

Search Topic

Categories

  • Azure Cloud
  • Cloud Management
  • Cloud on AWS
  • Create Azure VMs – PowerShell
  • Create Azure VMs (Portal)
  • ESXi
  • Generic vSphere Commands
  • Hybrid Cloud Extension (HCX)
  • Hypervisor
  • Microsoft
  • Microsoft Azure Cloud and Services
  • Microsoft Windows Server
  • NSX
  • Nutanix
  • Power CLI
  • PowerCLI Snippets
  • vCenter
  • VCF (VMware Cloud Foundation)
  • vCloud
  • vCloud Director
  • VMware
  • VMware Cloud
  • VMware Horizon
  • VMware Site Recovery Manager (SRM)
  • VMware vRealize Suite Lifecycle Manager – 8.0
  • vRA
  • vRealize Log Insight
  • vRealize Network Insight
  • vRO
  • vSAN
  • vSAN 7
  • vSphere
  • Windows Servers
©2025 | WordPress Theme by Superbthemes.com