Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fixed capitalization of cmdlets, populated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerobinson committed Nov 23, 2010
1 parent 6fdaf46 commit b7d139f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README
@@ -0,0 +1,33 @@
Get-vCloud

Get-vCloud is a Powershell function library for VMware's vCloud API.


Installation

1. Download the .ps1 (or zip file) from GitHub and place in the folder of your choice.
2. Import the functions using "dot-sourcing" like so:

. .\vcloud-functions.ps1

3. Profit!


The Functions

Current "cmdlets" are:

Get-vCloudvDC
Get-vCloudvApp
Get-vCloudVM
Connect-vCloud
Disconnect-vCloud
Get-vCloudURI
Post-vCloudURI


HELP!

For help on using the functions:

get-help <cmdlet>
Binary file modified vcloud-functions.ps1
Binary file not shown.

0 comments on commit b7d139f

Please sign in to comment.