Commit Graph

500 Commits

Author SHA1 Message Date
AndyG
9a4acf5c57 Adding Set Commands
Adding Set Commands
2018-09-14 15:51:11 -04:00
AndyG
2103438f8a Added Help & Get-NSXTLogicalRouterPorts
Added Help & Get-NSXTLogicalRouterPorts
2018-09-14 12:27:31 -04:00
AndyG
c34b602bf3 Get-NSXTRoutingTable & Get-NSXTForwardingTable now work
Get-NSXTRoutingTable & Get-NSXTForwardingTable now work. Thanks for Nick from VMW for pointing out the .help was incorrect and submitting a PR to update the API guide.
2018-09-14 08:58:53 -04:00
AndyG
75a2562d97 Updates to Set-NSXTraceFlow
Updates to Set-NSXTraceFlow. Added more comment and aligned variable names with api
2018-09-12 13:45:38 -04:00
AndyG
a753d8251b Major refactoring
Major refactoring - replaced hashtables with classes.  Can now accept pipeline input.
2018-09-12 13:31:03 -04:00
AndyG
1f6ec2c2c2 First try at a set- function - does not work!
First try at a set- function. Does not work!  Not clear how to resolve, the .create method ignores required parameters; looking for ideas.
2018-08-24 16:36:48 -04:00
AndyG
3c5e8363ed Added Get-TraceFlowsObservations
Added Get-TraceFlowsObservations. Will add to export if it looks ok.
2018-08-24 16:34:11 -04:00
AndyG
cff2f29b97 Added Get-TraceFlows
Added Get-TraceFlows.  Will add to export list if it looks good.
2018-08-24 16:32:35 -04:00
AndyG
a332102392 Added Get-NSXTTransportNodes to FunctionsToExport
Added Get-NSXTTransportNodes to FunctionsToExport
2018-08-21 16:07:17 -04:00
AndyG
61a9929bca Added Get-NSXTTransportNodes
Added Get-NSXTTransportNodes
2018-08-20 15:52:41 -04:00
Kyle Ruddy
fe6932a5fe Merge pull request #212 from lamw/master
PowerShell module for VMware Cloud Services Portal API
2018-07-24 02:00:24 +03:00
William Lam
ad76a77c20 PowerShell module for VMware Cloud Services Portal API 2018-07-23 13:23:39 -07:00
Kyle Ruddy
3eb90cf148 Merge pull request #207 from Magneet/master
Several changes
2018-07-19 14:56:09 +03:00
Kyle Ruddy
c2261080ff Merge pull request #210 from lamw/master
Added support for VMTX Template support for VMC-based Content Library
2018-07-18 01:00:50 +03:00
Wouter Kursten
355d499301 remove break issue #211
remove break issue https://github.com/vmware/PowerCLI-Example-Scripts/issues/211
2018-07-17 20:40:58 +02:00
William Lam
d9768c21ac VMTX Template support for VMC-based Content Library 2018-07-17 05:21:32 -07:00
Wouter Kursten
2200c4d25d fix 2018-07-11 14:17:56 +02:00
Wouter Kursten
f567922869 Several changes
added new-hvhomesite, get-hvhomesite
removed new-hvpassword (never pulled to master)
2018-07-06 09:32:23 +02:00
Kyle Ruddy
e345493124 Merge pull request #206 from simonfangyingzhang/master
Update VMware.VMEncryption.psd1
2018-07-03 15:15:08 -04:00
simonfangyingzhang
e36208e2db Update VMware.VMEncryption.psd1
VMware.VimAutomation.Core 10.1.0.8344055 instead of VMware.VimAutomation.Core 10.1.0.8346946
2018-07-03 03:25:29 +01:00
Kyle Ruddy
189dbd13b5 Merge pull request #205 from kmruddy/master
Add VMWonAWS_InviteUsers.ps1
2018-06-29 08:46:46 -04:00
Kyle Ruddy
b88f3a286a Add VMWonAWS_InviteUsers.ps1
Script which can be used to automate the process of adding new users to a specified VMware Cloud on AWS Organization
2018-06-29 08:38:24 -04: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
Wouter Kursten
8c0e1985b1 Merge pull request #4 from vmware/master
.
2018-05-22 20:30:44 +02: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
Wouter Kursten
73d7eaa992 added function to create vmware.hv.securestring password 2018-05-22 19:22:02 +02: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