Commit Graph

84 Commits

Author SHA1 Message Date
Wouter Kursten ae429792ed removed brake for issue #74 2017-04-26 18:58:32 +02:00
Rasmus Sjoerslev d1fc624c57 Changed the name of the cmdlet from Get-HVPodSessions to Get-HVPodSession 2017-04-06 11:47:20 +02:00
Rasmus Sjoerslev 294863d495 Added Get-HVPodSessions function to VMware.Hv.Helper.psm1 which will show all connections across a Pod Federation. See Synopsis and Description for more details 2017-04-05 21:06:18 +02:00
Kyle Ruddy cf6d2a4673 Merge pull request #66 from lamw/master
Adding Proactive HA Module
2017-03-08 15:07:32 -05:00
William Lam 492f89cc91 Adding Proactive HA Module 2017-03-07 07:59:26 -08:00
Kyle Ruddy a6f14b492b Merge pull request #65 from lamw/master
VAMI PowerCLI Module
2017-03-06 20:26:49 -05:00
William Lam 0038d751f0 Adding {New,Get,Remove}-VAMIUser functions 2017-03-06 14:53:16 -08:00
William Lam 530764394a Adding Get-VAMIBackupSize function 2017-03-02 07:06:53 -08:00
Kyle Ruddy 000c015714 Merge pull request #63 from mycloudrevolution/Get-NicDetails
added function Get-NICDetails
2017-02-19 08:24:55 -05:00
mycloudrevolution 86ebda35d4 added function Get-NICDetails 2017-02-19 11:52:43 +01:00
William Lam 1fc4b37863 Adding {Get,Start,Stop}-VAMIService function 2017-02-07 12:42:06 -08:00
William Lam 0e037f19a4 Adding Get-VAMIStatsList & Get-VAMIStorageUsed functions 2017-02-06 12:37:01 -08:00
William Lam d4afcd2ab4 Adding Get-VAMIDisks & Start-VAMIDisksResize func 2017-02-01 19:33:35 -08:00
William Lam 38baff0d31 Using pscustomobject to keep ordering 2017-02-01 12:21:09 -08:00
William Lam e210b2f229 More spacing fixes 2017-02-01 09:46:57 -08:00
William Lam 0d1c8c79c8 Fixing spacing 2017-02-01 09:45:32 -08:00
William Lam e3c9108ae8 Using splat method for creating PS Objects 2017-02-01 08:56:02 -08:00
William Lam 2d6d3205e1 Adding Get-VAMINetwork function
Fixing comments
2017-02-01 08:24:29 -08:00
William Lam 860b62df5b Fixing spaces 2017-01-27 09:50:49 -08:00
William Lam c5de6447f6 Adding Get-VAMITime function 2017-01-27 09:48:52 -08:00
William Lam 358337db74 Adding Get-VAMIAccess function 2017-01-26 06:25:56 -08:00
William Lam e8298afe3a Adding Get-VAMIHealth function 2017-01-25 05:54:32 -08:00
William Lam 307f3d2997 First VAMI function Get-VAMISummary 2017-01-23 08:00:33 -08:00
Mike Foley ea23bb0568 Update VMware.VMEncryption.psm1
Added missing parenthesis at line 277 position 35.
2017-01-18 15:33:50 -05:00
Kyle Ruddy 6ede0e5aae Get-HVMachine Summary - Remove Informational Message
Get-HVMachine Summary - Remove informational nessage and associated
break
2017-01-18 13:45:56 -05:00
Kyle Ruddy bc789d4bb6 Merge pull request #56 from mycloudrevolution/Konfig-ESXi
sets the Basic settings for a new ESXi
2016-12-30 09:12:48 -05:00
Kyle Ruddy 9e71b2e44c Merge pull request #57 from mycloudrevolution/New_Get-NewAndRemovedVMs
added Get-NewAndRemovedVMs Function
2016-12-30 09:11:07 -05:00
mycloudrevolution 559db31aca added Get-NewAndRemovedVMs Function
This Function report newly created and deleted VMs by Cluster.
2016-12-23 14:30:57 +01:00
mycloudrevolution 58ba21aacd sets the Basic settings for a new ESXi
This Function sets the Basic settings for a new ESXi.

* NTP
* SSH
* Syslog
* Power Management
* HP 3PAR SATP/PSP Rule
* ...
2016-12-22 23:19:54 +01:00
Kyle Ruddy a393962595 Merge pull request #55 from shidouli/master
add 1 property and 1 function for vMotionEncryption
2016-12-22 10:57:50 -05:00
yangm 7d49541a25 add 1 property and 1 function for vMotionEncryption 2016-12-20 19:41:59 -08:00
praveenmathamsetty aad0b71b7e Merge remote-tracking branch 'refs/remotes/vmware/master' 2016-12-20 22:39:52 +05:30
yangm ce69869e8a add 1 property to VM, 1 function 2016-12-19 00:29:52 -08:00
praveenmathamsetty df17793ede Fix for formatting Get-HVMachineSummary and empty search results.
Displays proper meesage for Get-HVMachine/Get-HVMAchineSummary, incase
of empty search results. Dispalying Agent sataus for
Get-HVMachineSummary result.
2016-12-19 13:07:44 +05:30
praveenmathamsetty 8b0750a94e Write-Error to Write-Host
In Find-HVMachine using Write-Host instead of Write-Error
2016-12-16 10:04:04 +05:30
baoyinqiao 9f8d094e38 Fix the indentation of Encrypted Property of disk
Identation fix.
2016-12-14 09:02:47 +08:00
baoyinqiao 7a5ae91379 Add a new VIProperty: KMSserver for VM
As Mike suggested, add a new VI Property to retrieve the KMSserver
ClusterId for encrypted VMs.
2016-12-14 08:57:43 +08:00
praveenmathamsetty 554f6d691d Get-HVMachine, Get-HVMachineSummary changes
Adding new advanced functions Get-HVMachine and Get-HVMachineSummary.
Queries and returns virtual machines information, the machines list
would be determined based on queryable fields poolName, dnsName,
machineName, state. When more than one fields are used for query the
virtual machines which satisfy all fields criteria would be returned.
2016-12-13 17:20:51 +05:30
baoyinqiao 1977251e8f Add a VMEncryption module
Add a module which include VMEncryption related functions/cmdlets.
2016-12-09 15:31:03 +08:00
Kyle Ruddy ad43f57a04 Merge pull request #49 from lamw/master
Adding VCHA module
2016-12-08 09:05:50 -05:00
William Lam 8201e075a4 Adding VCHA module 2016-12-08 05:43:04 -08:00
mycloudrevolution ef1308c96e Get-VMmaxIOPS v1.1
Added vSphere 6.5 Support, New Counters, More Error Handling
2016-12-02 19:26:33 +01:00
Alan Renouf 9c30b2953d Merge pull request #29 from mycloudrevolution/master
MaxIOPS and SCSI-UNMAP
2016-12-02 08:58:11 -08:00
Alan Renouf 9db2d0cbe6 Merge pull request #34 from mycloudrevolution/Apply-Hardening
Base Version of VM Hardening Fuction
2016-12-02 08:57:32 -08:00
Alan Renouf 69dcfb7d88 Merge pull request #38 from mycloudrevolution/Set-CBT
Set-CBT
2016-12-02 08:56:48 -08:00
Alan Renouf 9b3db40de4 Merge pull request #43 from mycloudrevolution/Recommend-Sizing-v1.2
Recommend sizing v1.2
2016-12-02 08:56:00 -08:00
praveenmathamsetty 02c66242f1 Find-HVPool parameter
Making Find-HVPool parameter as mandatory
2016-12-02 08:31:01 +05:30
praveenmathamsetty 7eeece3d25 Merge remote-tracking branch 'refs/remotes/vmware/master' 2016-12-02 08:22:25 +05:30
mycloudrevolution 5dd7449b0e Recommend-Sizing version 1.2
VM Stats from Realtime - new VM Counters - vSphere 6.5 support -
Parameter enhancements
2016-12-02 00:20:05 +01:00
praveenmathamsetty 147f97d0fa Kyle, Alan Review Comments Implementation
Implemented below Items:
1) Formatting DesktopSummaryData/MachineNamesView
2) Example typo correction
3) Start,Stop, Enable and Disable tasks moved from Start to Set for both
(Pool/Farm)
4) Internal functions Renaming
5) Start-HVPool --> Start-HVPool + Start-HVPoolSummary
6) Start-HVFarm --> Start-HVFarm + Start-HVFarmSummary
7) Plural function names to singular

Not implemented review comment get-hvevent output to be
(get-hvevents).Events
To pipe events to CSV file via Export-Csv cmdlet, events should be
PSCutomObject/PSObject. if we return only events, it will be hard user
to export events to CSV.

I will Implement rest of comments in next pull request.
2016-12-02 01:35:25 +05:30