Commit Graph

490 Commits

Author SHA1 Message Date
praveenmathamsetty
3f8d35a92a NetBiosName Fix
making netbiosname as optional.
2017-01-27 10:54:16 +05:30
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
praveenmathamsetty
aae3d54c68 Remove overhead of passing -Confirm:$false as extra parameter
Now default behavior will be no pop-up will be shown for confirmation
2017-01-24 17:39:20 +05:30
William Lam
307f3d2997 First VAMI function Get-VAMISummary 2017-01-23 08:00:33 -08:00
vkg1215
a15c61cedf Following code convention. do not name variables having _
Renamed SCHEDULEDMAINTENANCE operation to SCHEDULED_MAINTENANCE  and
CANCELMAINTENANCE to CANCEL_MAINTENANCE
2017-01-23 15:07:36 +05:30
vkg1215
142e6361ef remove unused variable, and gave better name to farm operations
Renamed SCHEDULEDMAINTENANCE operation to SCHEDULED_MAINTENANCE  and
CANCELMAINTENANCE to CANCEL_MAINTENANCE
2017-01-23 15:07:36 +05:30
vkg1215
ce4dab7df6 Use Get-HVFarm instead of Get-HVFarmSummary
Use Get-HVFarm instead of Get-HVFarmSummary
2017-01-23 15:07:36 +05:30
vkg1215
42d33acb4c Code for Instant clone farm and farm maintenance
Code for Instant clone farm and farm maintenance
2017-01-23 15:07:36 +05:30
praveenmathamsetty
7ad1b05c29 Merge remote-tracking branch 'refs/remotes/vmware/master' 2017-01-20 19:29:40 +05:30
praveenmathamsetty
dd8906d65f Adding of new AFs New-HVEntitlement, Get-HVEntitlement and Remove-HVEntitlement
1) This represents a simple association between a single user/group and
a resource that they can be assigned to. Examples of associated
resources are Desktops, Applications,
GlobalEntitlements,GlobalApplicationEntitlements,or URLRedirection
Settings. Individual users/groups and resources may be associated with
multiple user entitlements.

2) Adding Get-Help changes for Pool

3) Configuring Clone Prep and Sys Prep script parameters to pool
2017-01-20 19:27:31 +05:30
Kyle Ruddy
4ec117e6fe Merge pull request #62 from alanrenouf/master
Added NVME Info Script
2017-01-19 20:52:49 -05:00
Alan Renouf
fa6c9f491f Added NVME Info Script
Added NVME Info Script
2017-01-19 17:44:57 -08:00
Alan Renouf
09648c7cc6 Merge pull request #61 from mikefoley/patch-1
Update VMware.VMEncryption.psm1
2017-01-18 12:37:06 -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
Alan Renouf
9fea4a97f3 Merge pull request #60 from kmruddy/master
Horizon View Module Update - Get-HVMachineSummary
2017-01-18 10:54:07 -08: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
9504abf440 Merge remote-tracking branch 'vmware/master' 2017-01-18 13:39:43 -05:00
praveenmathamsetty
c3d82c2119 Update task info
Task information is not displaying properly, now fixed it.
2017-01-10 16:27:48 +05:30
praveenmathamsetty
a30d144974 Enhancements to examples, validation and netBiosName
1) Renamed Get-HVDesktopSpec to Get-HVPoolSpec.
2) Enhancements to examples
3) Enhancements to validation for farm and pool
4) ADDomainId handling for farm and pool
2017-01-09 21:11:54 +05:30
praveenmathamsetty
1ceacb298d Merge remote-tracking branch 'refs/remotes/vmware/master' 2017-01-08 21:35:28 +05:30
praveenmathamsetty
0c5518d439 All parameters should be configured through JSON
1. Create JSON files that will help in creation of new pools based on
existing pools configuration.
2. Configure all the pool attributes through JSON file.
3. Validation of the attributes passed in the JSON file.
2017-01-08 21:33:47 +05:30
Kyle Ruddy
dedb25c46e Merge pull request #58 from alanrenouf/master
VSAN HCL Database Script
2017-01-06 15:58:47 -05:00
Alan Renouf
3f3bd0314e VSAN HCL Database Script
VSAN HCL Database script
2017-01-06 12:54:51 -08:00
praveenmathamsetty
e658ebbe9a Merge remote-tracking branch 'refs/remotes/vmware/master' 2017-01-04 13:09:45 +05:30
praveenmathamsetty
608ca60d34 Text description for examples, wild card support to farm
1) Added text description for all the advanced function examples
2) Wild card support(only * character support) for farm (Get-HVFarm,
Get-HVFarmSummary)
2017-01-04 13:02:27 +05:30
Kyle Ruddy
c75d7926ec Merge remote-tracking branch 'vmware/master' 2016-12-30 09:17:12 -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
praveenmathamsetty
804608f34a Adding features WhatIf, Cloning, Get-HVDesktopSpec and Get-HVInternalName
1) Enabling WhatIf functionality to Advanced Functions (All get-xxx AF
not required)
2) Cloning Added support for all AFs except instant clone pools(need to
fix a bug in server side for instant clone)
3) Get-HVDesktopSpec Converts DesktopInfo to DesktopSpec
4) Converts View API ids to human readbale names
2016-12-23 19:07:40 +05:30
mycloudrevolution
559db31aca added Get-NewAndRemovedVMs Function
This Function report newly created and deleted VMs by Cluster.
2016-12-23 14:30:57 +01:00
praveenmathamsetty
e5fa15e227 Merge remote-tracking branch 'refs/remotes/vmware/master' 2016-12-23 11:31:30 +05:30
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
Alan Renouf
efcca6adc0 Merge pull request #54 from praveenmathamsetty/master
Horizon: Adding New Advanced Functions Get-HVMachine and Get-HVMachineSummary
2016-12-20 10:02:32 -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
Kyle Ruddy
4c647f4d1c Merge pull request #53 from BaoyinQiao/bqiao-VMEncryption
Add a new VI Property: KMSserver for VM
2016-12-13 20:14:53 -05:00
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
praveenmathamsetty
9d145e91df Merge remote-tracking branch 'refs/remotes/vmware/master' 2016-12-12 16:47:43 +05:30
Alan Renouf
8b57519fbb Merge pull request #51 from BaoyinQiao/bqiao-VMEncryption
Add a VMEncryption module
2016-12-09 06:32:11 -08:00
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
b49b3f9430 Update DatastoreSIOCStatistics.ps1 2016-12-08 11:49:49 -05:00
Kyle Ruddy
9d14a90183 Merge pull request #50 from kmruddy/master
Datastore SIOC Statistics Collection Functions
2016-12-08 11:48:09 -05:00
Kyle Ruddy
1b41e22116 Datastore SIOC Statistics Collection Functions
Created two functions to monitor and manage the SIOC statistic
collection of a datastore
2016-12-08 11:44:03 -05:00