Update VMware.VMC.psm1

This commit is contained in:
seanpmassey
2019-08-07 15:27:37 -05:00
parent 2c79a86531
commit 0ba0b870af

View File

@@ -65,6 +65,7 @@ Function Connect-VMCVIServer {
Connect-CisServer -Server $Server -User $creds.cloud_username -Password $creds.cloud_password | Add-Member -MemberType Noteproperty -Name Location -Value "VMC" Connect-CisServer -Server $Server -User $creds.cloud_username -Password $creds.cloud_password | Add-Member -MemberType Noteproperty -Name Location -Value "VMC"
} }
} }
Function Get-VMCOrg { Function Get-VMCOrg {
<# <#
.NOTES .NOTES