Skip to content

edxi/Poshbot.VMware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published