This repository is a Powershell module that can be installed to calculate Virtual Machines' optimal vCPU configuration (number of sockets and cores) based on the physical NUMA of the host it is running on, and the minimums in the cluster. It will also make recommendations based on host Power...
VMCO-master.zip
2 Comments - no search term matches found in comments.
There are more than 90 dashboards in this content pack. You can find the contents of the content pack below. This content pack only use vCenter and ESXi logs. Security - vCenter - Failed Logins - HTML Client Logins - SSH Logins - PowerCLI Logins - Root Logins Security - ESXi - Failed...
VMware Security Dashboard v1.0.vlcp
The SDDC Import/Export for VMware Cloud on AWS tool enables you to save and restore your VMware Cloud on AWS (VMC) Software-Defined Data Center (SDDC) networking and security configuration. There are many situations when customers want to migrate from an existing SDDC to a different one. While...
sddc-import-export-for-vmware-cloud-on-aws-development.zip
Set NTP Source Servers for VMware ESXi via PowerCLI - ESXi 6.7u3 and 7.0u3 .SYNOPSIS Set NTP Source Servers for VMware ESXi .DESCRIPTION Example is using Google NTP source IP. This is not for production use. .EXAMPLE Set-EsxiNtpSource -vcenter 'vcenter.fqdn.com' Set-EsxiNtpSource -vcenter...
snippet.ps1
This script works at VC level, where it will iterate through all the Datacenters and clusters in the VC and disable SLP service on all the available hosts. Script will ensure Firewall Exception RuleSet for CIM SLP is disabled and SLP Service Policy is updated to make sure changed are persistent...
This powercli script works at the datacenter level. This takes datacenter name as the input and does a compliance check against that datacenter in a VC. What the script does: 1. Connects to the VC server 2. Creates a patch baseline with the bulletinID provided 3. Gets the Datacenter inventory...
vum_test_per_dc.ps1
This script works at VC level, where it will iterate through all the Datacenters in that VC and provide the compliance report. What the script does: 1. Connects to the VC server 2. Creates a patch baseline with the bulletinID provided 3. Gets all the Datacenter inventory object attaches the...
vum_test_per_vc.ps1
This project is intended to automatically provision infrastructure for events such as Hackathons. Getting Started Prerequisites Software 1+ vCenter instance (6.5, 6.7, & VMware Cloud on AWS account have all been tested successfully) 1+ vSphere ESXi node that is...
vmug-labs-master.zip
A PowerCLI script to change the VMware Tools location on multiple ESXi hosts. Normally you'd do this through the Managed Object Browser Required vSphere 6.7U1 or newer! #vSphere #vSphere #ESXi #PowerShell #Apache2.0
Change_VMware_Tools_Location.ps1
A PowerShell/PowerCLI script to remove a (or multiple) VIB(s) from one (or multiple) ESXi hosts. #Apache2.0 #vSphere #vSphere #ESXi #PowerShell
Uninstall_VIB_from_multiple_hosts.ps1