Output a simple history text report of vMotion or cold migration with PowerCLI. It also gets the user and elapsed time of the operation. #StoragevMotion #vMotion #PowerShell #VIEvent #MIT #VMwarePowerCLI
get_vm_relocate_report.ps1
. Container Storage Interface (CSI) driver for vSphere 6.x/7.x and OpenShift Container Platform 4.x This repository provides scripts for deploying the vSphere CSI provider on an OCP environment. This repo was updated in February 2022 to follow the latest...
vSphere-CSI-Driver-2.0-OpenShift-4-master.zip
. Storage Tier Cost Analysis Dashboard for vRealize Operations 8.1 and Cloud Use this vRealize Operations dashboard to explore storage costs by tiers. The cost engine in vRealize Operations allows setting storage base rates (cost per GB per month) using vSphere...
vrops-dashboard-storage_tier_cost_analysis-master.zip
2 Comments - no search term matches found in comments.
This script can be used to: Add a license to vCenter if it hasn't already been added Assign that license to a specified cluster The script includes a function which can be invoked using the following syntax: Set-VsanClusterLicense -License "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" ...
SetVsanClusterLicense.ps1
This script will update the SCSI Controller for a Virtual Machine. It does not check to see if the VM is configured for a 64-bit Guest OS (BusLogic isn't supported) It does check to see if VMware Tools are running and shutdown the VM using the Guest OS Shutdown It does return the VM to the...
ChangeScsiController.ps1
1 Comment - no search term matches found in comments.
Overview: vCollect provides a PowerCLI scripts that produce infrastructure audit and reports of VMware SDDC (vSphere, NSX, vCloud DIrector, vRealize Automation) environments in CSV or Excel file format. GitHub Repository VMware Code Samples: vmware-collect ...
vmware-collect-master.zip
Overview: Many of projects I work on involve collecting an inventory of basic information about the # Disk Path per VM in the environment per vCenter. VMware Code: https://code.vmware.com/samples/5120 GitHub Repository: https://github.com/szemmali/vmware-collect ...
vCollect-Storage-ByPartition-ByvCenter.ps1
Searches a vCenter or all known vCenters for a StoragePod (Datastore Cluster) by name Ensures the search only matches one StoragePod #JavaScript #vRealizeOrchestrator #MIT #Action #vrealize #vRO #storagedrs #cmbucontest
getStoragePodByName.js
powershell-scripts-master.zip
This script will go through a single host, or each host in a designated cluster, and set /Mem/SwapExtendChunkSizeInMB to either 0 or 65536 Used to mitigate KB 2150316 https://kb.vmware.com/kb/2150316 Tested on vSAN 6.6 and PowerCLI 6.5.4 Syntax is: To Set to Max Vsan...
Vsan-SetSwapChunkSize.ps1