Commit Graph

120 Commits

Author SHA1 Message Date
PARAMESHO 06d018c7a6 Set-HVApplicationIcon not behaving correctly with .ico and .bmp files
When bmp/ico image files are used as customized application icons, short
cuts feature on Horizon Client is facing the issues in rendering. Bug
2168320 has been reported for this issue. We have decided to block all
the non-png image files for the customization of application icons.

Testing:
Tested with the changes. Working as expected. Refer review
https://reviewboard.eng.vmware.com/r/1446121 for more details.
2019-01-02 21:55:26 +05:30
PARAMESHO 4936b79a5c Updating the description of the advanced functions for ApplicationIcon
Updating the description of the advanced functions for ApplicationIcon
2017-05-16 14:56:21 +05:30
PARAMESHO 8337b98633 Advanced functions for customizing Application icons in Horizon
This changes adds two advanced functions:
Set-HVApplicationIcon -> Used to create/update an icon association for a
given application.
Remove-HVApplicationIcon -> Used to remove a customized icon association
for a given application.
2017-05-16 14:48:36 +05:30
praveenmathamsetty 3d0c65b802 merge changes related to Get-HVPodSessions
pull request https://github.com/vmware/PowerCLI-Example-Scripts/pull/71
2017-05-15 17:25:20 +05:30
praveenmathamsetty 2769f885f3 update readme file
update readme file
2017-04-21 21:17:27 +05:30
praveenmathamsetty 0b0ecc4348 Merge remote-tracking branch 'refs/remotes/vmware/master' 2017-04-21 21:13:04 +05:30
praveenmathamsetty 8c2915fc2d Merge remote-tracking branch 'origin/master'
# Conflicts:
#	Modules/VMware.Hv.Helper/VMware.HV.Helper.psm1
2017-04-21 21:13:00 +05:30
praveenmathamsetty 720595989a Add readme file
Add readme file, versions for "VMware.Hv.Helper" module.
2017-04-21 20:58:12 +05:30
praveenmathamsetty a8dbe63929 Update VMware.HV.Helper.psm1
Updated AF Version and Horizon build no.
2017-03-31 17:00:57 +05:30
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
praveenmathamsetty 94f8f19d84 Adding prefix to output message
Adding prefix to output message in AF Get-HVMachine
2017-02-22 18:48:24 +05:30
praveenmathamsetty 10b540c8c8 suppress text Info bug fix
suppress text Info bug fix
2017-02-21 00:27:38 +05:30
praveenmathamsetty 373579a291 Suppresstext info
Suppress text info, when no result found with given search parameters.
2017-02-21 00:22:19 +05:30
praveenmathamsetty c5d19509c9 Merge remote-tracking branch 'refs/remotes/vmware/master' 2017-02-20 19:00:45 +05:30
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
praveenmathamsetty f6aebe0c7b MaintenanceSettings fix for farm
MaintenanceSettings fix for instant clone farm
2017-02-17 18:07:18 +05:30
praveenmathamsetty b885a9a394 Updating Resource Name Get Help for AF HVEntitlement.
Updating Resource Name for Get Help for Advanced function HVEntitlement.
2017-02-15 20:25:48 +05:30
praveenmathamsetty 60f4948ea7 Changing Information message
Changing Information message in entitlements.
2017-02-10 16:06:49 +05:30
praveenmathamsetty dcf76d6b1a Example Text correction
Example Text  correction
2017-02-10 15:06:02 +05:30
praveenmathamsetty 49834682a9 Formatting Examples
Formatting  Advanced functions Examples and Description
2017-02-10 12:48:29 +05:30
William Lam 1fc4b37863 Adding {Get,Start,Stop}-VAMIService function 2017-02-07 12:42:06 -08:00
praveenmathamsetty 552793585a Added more description to Global Entitlement
Added  more description to Global Entitlement(s)
2017-02-07 16:43:29 +05:30
praveenmathamsetty d55a16f19b Adding new AFs New-HVGlobalEntitlement, Remove-HVGlobalEntitlement, Get-HVGlobalEntitlement
New-HVGlobalEntitlement: Creates a Global Entitlement. ,
Remove-HVGlobalEntitlement: Deletes a Global Entitlement.,
Get-HVGlobalEntitlement: Gets Global Entitlement(s).
2017-02-07 16:40:29 +05:30
William Lam 0e037f19a4 Adding Get-VAMIStatsList & Get-VAMIStorageUsed functions 2017-02-06 12:37:01 -08:00
praveenmathamsetty 7a919a49b9 Adding new Advanced function Set-HVMachine
Using this AF, we can allow the machine to enter the maintanence mode
and as well as exit the maintanence mode
2017-02-03 17:39:47 +05:30
praveenmathamsetty 4b711cca91 Enabling cloning for Instant clone pool
If current image state is not ready, clonging of instant clone pools is
not supported.
2017-02-03 15:50:03 +05:30
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
praveenmathamsetty 04985c7301 Changing module version from 1.0 --> 1.1
Update version 1.0 to  1.1 in VMware.HV.Helper
2017-02-01 17:38:36 +05:30
praveenmathamsetty 769401af81 Fix to mixed mode bug
making few attributes like NamingPattern as optional.
2017-02-01 15:00:33 +05:30
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
praveenmathamsetty fd13b0b16d Mixed mode changes
Use few parameters from json file and few parameters from command line
to create new pool or farm.
2017-01-27 14:32:21 +05:30
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