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

How to create Nutanix cluster

Posted on January 4, 2021

In the Nutanix cluster base brick of each of the Nutanix cluster is Nutanix node. Each and every node in the cluster having memory, CPU, RAM and storage . Each node…

Read More

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

vSAN 7 – Native File Services

Posted on November 29, 2020

what is Native File Service in vSAN 7 ? Native file services for vSAN helps ease the burden of management when vSAN environments require file level services. Instead of using a legacy physical storage array, or deploying VMs…

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

How to Upgrade VCF (VMware Cloud Foundation) deployment from 3.5.1 to 3.7

Posted on June 26, 2020June 26, 2020

About VMware Cloud Foundation (VCF)  : (VCF) is VMware’s unified SDDC platform for the hybrid cloud and it’s based on VMware’s compute, storage, and network virtualization technologies to deliver a native integrated software stack that…

Read More

How to update VCF (VMware Cloud Foundation ) from 3.5 to 3.5.1

Posted on June 26, 2020June 26, 2020

what is VMware Cloud Foundation ? VMware Cloud Foundation is the hybrid cloud platform for managing VMs and orchestrating containers, built on full-stack hyperconverged infrastructure (HCI) technology.Increase enterprise agility and flexibility with the…

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

Generic vSphere Commands for Troubleshooting .

Posted on June 12, 2020

what is vSphere command ? The vSphere Command-Line Interface (vSphere CLI) command set allows you to run common system administration commands against ESXi systems from any machine with network access…

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
  • 1
  • 2
  • 3
  • 4
  • …
  • 7
  • Next

Recent Posts

  • How to create Nutanix cluster

    How to create Nutanix cluster

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

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

  • vSAN 7 – Native File Services

    vSAN 7 – Native File Services

  • VMware Cloud On AWS (PowerCLI )

    VMware Cloud On AWS (PowerCLI )

  • How to Upgrade VCF (VMware Cloud Foundation)  deployment from 3.5.1 to 3.7

    How to Upgrade VCF (VMware Cloud Foundation) deployment from 3.5.1 to 3.7

  • How to update VCF (VMware Cloud Foundation ) from 3.5 to 3.5.1

    How to update VCF (VMware Cloud Foundation ) from 3.5 to 3.5.1

  • PowerCLI Snippets Tutorial

    PowerCLI Snippets Tutorial

  • Generic vSphere Commands for Troubleshooting .

    Generic vSphere Commands for Troubleshooting .

  • Space reclamation of VMFS 5 Datastores by using esxcli

    Space reclamation of VMFS 5 Datastores by using esxcli

  • VMware vCenter Server Virtual Appliance (vCSA) 6.5 Backup process.

    VMware vCenter Server Virtual Appliance (vCSA) 6.5 Backup process.

Search Topic

©2021 | WordPress Theme by Superbthemes.com