Skip to content

fgrehl/Virten.net.VimAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Virten.net.VimAutomation

Virten.net.VimAutomation is a set of PowerShell function built for managing, troubleshooting and automating VMware based platforms.

Install from PowerShell Gallery

The Virten.net PowerCLI Automation Module is available in the PowerShell Gallery.

PS> Install-Module -Name Virten.net.VimAutomation

If you've aready installed the module, use Update-Module to update it to the latest version.

PS> Update-Module -Name Virten.net.VimAutomation

Manual Install

To manually install this module, copy the Virten.net.VimAutomation folder into you local module directory. There are various module directories, they can be identified with the $env:PSModulePath environment variable. Activate the module with Import-Module Virten.net.VimAutomation -Force -Verbose.

Function Description
Get-VMHostVersion Get detailed ESXi version information
Get-VMHostLatestVersion Check if an ESXi update is available
Convert-ScsiCode Decode SCSI Status Codes
Get-VMLatencySensitivity Get virtual machine latency sensitivity level
Get-VMLatencySensitivityBulk Get virtual machine latency sensitivity level
Set-VMLatencySensitivity Set virtual machine latency sensitivity level

Changelog

1.3.0 - 2017-10-15

  • Added Set-VMLatencySensitivity function
  • Added Get-VMLatencySensitivity function
  • Added Get-VMLatencySensitivityBulk function

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages