Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.36 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.36 KB

VMwareBaslineCheck

Build status PowerShell Gallery

A PoshBot plugin to pass PowerCLI cmdlets.

Install Module

This module does not put powercli modules into requirment module list. So you'd better confirm related powercli modules installed already. To install the module from the PowerShell Gallery:

PS C:\> Install-Module -Name PoshBot.VMware -Repository PSGallery
PS C:\> &("$(Split-Path (Get-Module Poshbot.VMware -ListAvailable).path -Parent)\Set-VIServer.ps1")

Install Plugin

To install the plugin from within PoshBot (But you can only set VIServer in powershell):

!install-plugin -name poshbot.vmware

Features

  • Store vcenter credential encrypted.
  • Invoke PowerCLI cmdlet by PoshBot command.

Examples

!getsnapshot vm1 'vm2' 'vm 3'
!newsnapshot vm1 'vm2' 'vm 3'
!removesnapshot vm1 'vm2' 'vm 3'

Feedback

Please send your feedback to https://github.com/edxi/Poshbot.VMware/issues