All Projects → Dapacruz → VMware.VimAutomation.Custom

Dapacruz / VMware.VimAutomation.Custom

Licence: MIT license
Useful cmdlets that extend the functionality of the VMware PowerCLI modules

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to VMware.VimAutomation.Custom

vmSafeguard
vmSafeguard is a management, planning, backup system for a Vmware ESXi(s) solution, orchestrated through a Web Admin Panel. RTFM for more info. Under develop since Jun 2020
Stars: ✭ 20 (+25%)
Mutual labels:  powercli
AsBuiltReport.VMware.vSphere
Repository for AsBuiltReport VMware vSphere module
Stars: ✭ 75 (+368.75%)
Mutual labels:  powercli
Powershell-VMware
Powershell or PowerCLI modules for VMware administration/troubleshooting tasks
Stars: ✭ 63 (+293.75%)
Mutual labels:  powercli

VMware.VimAutomation.Custom

GitHub PowerShell Gallery

Extends the functionality of VMware PowerCLI

Get-VMHostSSHServiceStatus Retrieves the status of the SSH service of VMHosts provided, or VMHosts in the cluster provided

Start-VMHostSSHService Starts the SSH service of VMHosts provided, or VMHosts in the cluster provided

Stop-VMHostSSHService Stops the SSH service of VMHosts provided, or VMHosts in the cluster provided

Get-VMHostUptime (included, but not developed by me) Calculates the uptime of VMHosts provided, or VMHosts in the cluster provided

Get-VMHostDatastores Retrieves the datastore usage of VMHosts provided

New-VMHostNetworkingCsvTemplate Creates a set of host networking CSV import templates to be used with Import-VMHostNetworkingFromCsv

Export-VMHostNetworkingToCsv Exports host networking of VMHosts provided

Import-VMHostNetworkingFromCsv Imports host networking for VMHosts provided utilizing the output from Export-VMHostNetworking

Enable-VMHostIscsiAdapter Enables and configures the software iSCSI adapter

Test-VMHostNetworking Pings addresses from each provided VMkernel port of VMHosts provided

Get-VMHostCpuRatio Calculates the virtual to physical CPU ratio of VMHosts provided

Get-VMHostNetworkCdpInfo Displays the CDP info for each vmnic of VMHosts provided

Get-VMHostNetworkLldpInfo Displays the LLDP info for each vmnic of VMHosts provided

Get-VMCpuReadyPercent Calculates the CPU ready percent average of virtual machines provided


Installation

PowerShell Gallery Install
PS> Install-Module -Name VMware.VimAutomation.Custom

PowerShell Gallery Inspect
PS> Save-Module -Name VMware.VimAutomation.Custom -Path <path> -RequiredVersion 0.0.1

Manual Install
Download, unzip and copy the VMware.VimAutomation.Custom subfolder to $home\Documents\WindowsPowerShell\Modules\

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].