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

Category: PowerCLI Snippets

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

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

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

  • 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

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

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

  • 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