Commit Graph

478 Commits

Author SHA1 Message Date
William Lam
ad76a77c20 PowerShell module for VMware Cloud Services Portal API 2018-07-23 13:23:39 -07:00
William Lam
d9768c21ac VMTX Template support for VMC-based Content Library 2018-07-17 05:21:32 -07:00
Kyle Ruddy
a8b54df5ff Merge pull request #203 from kmruddy/master
Reorganization of VMWonAWS Script Resources
2018-06-13 16:06:00 -04:00
Kyle Ruddy
0a1e5a65c3 Reorganization of VMWonAWS Script Resources
Reorganizing VMWonAWS scripting resources into the appropriate folder.
2018-06-13 16:04:54 -04:00
Kyle Ruddy
dd5f70caca Merge pull request #202 from kmruddy/master
Adding Script to Deploy a 1 Node SDDC for VMW on AWS
2018-06-13 14:31:16 -04:00
Kyle Ruddy
2c23ecb414 Adding Script to Deploy a 1 Node SDDC for VMW on AWS
Adding a new script in order to automate the deployment of a 1 node
SDDC for VMware Cloud on AWS
2018-06-13 14:19:58 -04:00
Kyle Ruddy
eff217ab5d Merge remote-tracking branch 'vmware/master' 2018-06-13 14:13:42 -04:00
lucdekens
b90c1ecad0 Merge pull request #199 from vmware/VMFSIncrease-module
VMFSIncrease - bug fix
2018-05-30 19:54:26 +02:00
lucdekens
3dda8cc639 VMFSIncrease - bug fix
Fixed bug in New-VmfsDatastoreIncrease -Datastore <ds> -Expand -IncreaseSizeGB <size>
2018-05-30 19:53:01 +02:00
Kyle Ruddy
c09c40b8b2 Merge pull request #198 from chongsein/master
Add vTPM cmdlets
2018-05-24 14:55:47 -04:00
Chong Yeo
de8d765719 Add the following Cmdlets for vTPM Support and also change minor version from 1.1 to 1.2
Add-Vtpm
Remove-Vtpm
Get-VtpmCsr
Set-VtpmCert
Get-VtpmCert
2018-05-23 14:18:13 -07:00
Chong Yeo
de1197d0e6 Revert "1. Add the following Cmdlets for vTPM Support"
This reverts commit 8dbea3ac24.

Reverting because there were some merge conflicts that got away.
2018-05-23 11:50:25 -07:00
Kyle Ruddy
40026511e9 Merge pull request #197 from chongsein/master
Add cmdlets for vTPM Support
2018-05-22 15:55:16 -04:00
Chong Yeo
8dbea3ac24 1. Add the following Cmdlets for vTPM Support
Add-Vtpm
Remove-Vtpm
Get-VtpmCsr
Set-VtpmCert
Get-VtpmCert
2.  Minor Version Change from 1.1 to 1.2
2018-05-22 10:38:35 -07:00
Kyle Ruddy
642e83e6fd Merge pull request #195 from kmruddy/master
Adding Per-VM EVC Module
2018-05-21 11:55:55 -04:00
Kyle Ruddy
aaae686d7c Adding Per-VM EVC Module
Per-VM EVC functionality is available through the vSphere API. This
module adds the ability to manage these settings through high-level
functions like Get-VMEvcMode, Set-VMEvcMode, Remove-VMEvcMode
2018-05-21 11:50:19 -04:00
Kyle Ruddy
69397e76ce Merge remote-tracking branch 'vmware/master' 2018-05-21 11:44:56 -04:00
Kyle Ruddy
3121a12808 Merge pull request #194 from lamw/master
Added logic to handle Instant Clone from a poweredOn Source VM
2018-05-21 11:44:22 -04:00
Kyle Ruddy
e2ad078168 Merge pull request #192 from cmcmahonVMW/patch-1
Updates needed for v2.0
2018-05-21 11:43:46 -04:00
Kyle Ruddy
c6607eb188 Merge pull request #191 from Magneet/master
removed showing of plain password
2018-05-21 11:43:09 -04:00
Kyle Ruddy
e5c0d95cb0 Merge remote-tracking branch 'vmware/master' 2018-05-21 11:28:31 -04:00
William Lam
fb5c9e248a Fixing typo in poweredOn string 2018-05-20 06:39:49 -07:00
William Lam
7c28fbc894 Adding logic to handle PoweredOn Source VM 2018-05-20 05:12:50 -07:00
cmcmahonVMW
60217aaa5c Updates needed for v2.0
In v2.0 of the tool, the URI for Get-XVCMStatus changed from /api/ping to /api/status, updated line 15.  
In v2.0 of the tool, there were a number of changes necessary for New-XVCMRequest. Updated the Notes on Lines 145-173 to reflect new parameters, changed behavior and removed parameters. Added $opType on line 176 and 202 for the Operation type new to v2.0.  Removed line 181 and 196 for Source Cluster because it is no longer needed. Modified $DstCluster to accept null and removed the String Type definition to allow null to not be converted or the task creation will fail because it expects null as the assigned value.  Added $DstHost to line 184 and 199 to allow destination host input to override $DstCluster.
2018-05-10 00:29:15 -04:00
Wouter Kursten
748adc6f27 removed showing of plain password 2018-05-09 19:29:20 +02:00
Kyle Ruddy
83b4f78c72 Merge pull request #190 from lamw/master
Parentless Instant Clone for vSphere 6.7
2018-05-01 18:24:07 -04:00
Kyle Ruddy
e83d70081c Merge pull request #185 from jrodsguitar/master
Adding Remove-HVMachine function
2018-04-30 15:41:33 -04:00
William Lam
8694c40210 Parentless Instant Clone for vSphere 6.7 2018-04-30 05:22:46 -07:00
jrodsguitar
f4ba11fe75 Added Remove-HVMachine to Export-ModuleMember 2018-04-29 12:27:58 -07:00
jrodsguitar
056df11512 Fixed PR conflict and Merged 2018-04-29 12:23:26 -07:00
Kyle Ruddy
9d929431b0 Merge pull request #184 from Magneet/master
Adding functions
2018-04-28 11:29:03 -04:00
Kyle Ruddy
f584dae11e Merge pull request #187 from mycloudrevolution/VMware-vCD-Module_Update
vCD-Module _Update
2018-04-28 11:28:05 -04:00
Kyle Ruddy
5852e5bf7f Merge pull request #188 from simonfangyingzhang/master
update VMware.VMEncryption for vSphere 6.7
2018-04-28 11:26:52 -04:00
Wouter Kursten
948a5539a9 Merge pull request #3 from Magneet/wkursten_dev
Wkursten dev
2018-04-28 17:05:13 +02:00
Wouter Kursten
fc02a60eaf fixes for podfederations and sites 2018-04-28 17:04:32 +02:00
simonfangyingzhang
95138e128f Update VMware.VMEncryption.psd1 2018-04-27 05:10:09 +01:00
simonfangyingzhang
60aafba7ae Update VMware.VMEncryption.psd1 2018-04-27 05:03:22 +01:00
simonfangyingzhang
3b44fbcf20 Update VMware.VMEncryption.psd1 2018-04-27 04:53:24 +01:00
simonfangyingzhang
9bd66f1a66 Update VMware.VMEncryption.psm1 2018-04-27 04:50:10 +01:00
simonfangyingzhang
049e621fb6 Update VMware.VMEncryption.psm1 2018-04-27 04:45:44 +01:00
simonfangyingzhang
29719d6ca7 Update VMware.VMEncryption.psm1 2018-04-27 04:42:18 +01:00
simonfangyingzhang
13649b8e35 Update VMware.VMEncryption.psm1 2018-04-27 04:32:55 +01:00
simonfangyingzhang
df9d71d4e0 Update VMware.VMEncryption.psm1
1, added new function Set-VMCryptoUnlock
2, deprecating functions related to KMServer and KMSCluster from VMware.VMEncryption
2018-04-27 04:22:42 +01:00
simonfangyingzhang
d70bee9f99 Update VMware.VMEncryption.psd1 2018-04-27 04:19:53 +01:00
simonfangyingzhang
d4f4e64ca3 Deprecating functions related to KMServer and KMSCluster from VMware.VMEncryption 2018-04-27 04:18:51 +01:00
Wouter Kursten
c4c92f7a87 Added Site functions 2018-04-26 10:27:36 +02:00
Markus Kraus
d987a7535b vCD-Module _Update 2018-04-25 22:48:38 +02:00
Wouter Kursten
373b909095 added multiple podfederation functions 2018-04-25 11:52:50 +02:00
Jose Rodriguez
054d127f12 Making sure Get-ViewAPIService is there. 2018-04-09 02:04:20 -07:00
Jose Rodriguez
7235de655d Various modifications per feedback.
Now using Get-ViewAPIService to connect. Now using $services variable instead of $viewapi.
2018-04-09 01:58:24 -07:00