├── .github └── FUNDING.yml ├── Change NIC PCI slot number.ps1 ├── ESXi cloner.ps1 ├── Get VMware or Hyper-V powered on vm details.ps1 ├── LICENSE ├── Power state change running VMs.ps1 ├── README.md ├── Run script in VM.ps1 ├── Set VMware guest info.ps1 ├── VMware GUI.ps1 └── mstsc sizer.ps1 /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyrleech/VMware/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Change NIC PCI slot number.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyrleech/VMware/HEAD/Change NIC PCI slot number.ps1 -------------------------------------------------------------------------------- /ESXi cloner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyrleech/VMware/HEAD/ESXi cloner.ps1 -------------------------------------------------------------------------------- /Get VMware or Hyper-V powered on vm details.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyrleech/VMware/HEAD/Get VMware or Hyper-V powered on vm details.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyrleech/VMware/HEAD/LICENSE -------------------------------------------------------------------------------- /Power state change running VMs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyrleech/VMware/HEAD/Power state change running VMs.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # VMware -------------------------------------------------------------------------------- /Run script in VM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyrleech/VMware/HEAD/Run script in VM.ps1 -------------------------------------------------------------------------------- /Set VMware guest info.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyrleech/VMware/HEAD/Set VMware guest info.ps1 -------------------------------------------------------------------------------- /VMware GUI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyrleech/VMware/HEAD/VMware GUI.ps1 -------------------------------------------------------------------------------- /mstsc sizer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guyrleech/VMware/HEAD/mstsc sizer.ps1 --------------------------------------------------------------------------------