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
William Lam
8694c40210
Parentless Instant Clone for vSphere 6.7
2018-04-30 05:22:46 -07:00
William Lam
b5800f0eff
PowerCLI Module using Cross vCenter Migration Utility Fling API
2017-12-20 08:37:38 -08:00
William Lam
d104a29393
Might be useful if I actually added directory
2017-11-21 09:38:24 -08:00
William Lam
cdfd510dd9
Whoops, missed folder for module
2017-11-21 09:37:27 -08:00
William Lam
dc6b02a95a
Export/Import functions for manual vCenter Server Migrations
2017-11-21 07:39:22 -08:00
William Lam
2d429c6271
Forgot to un-comment the delete code
2017-11-14 06:45:58 -08:00
William Lam
9f2fc3ec06
Adding several new Content Library functions
2017-11-14 06:25:50 -08:00
William Lam
77adef309d
Adding NSXT Module
2017-10-29 13:45:29 -07:00
William Lam
677d0c211d
Adding VMware Fusion Module
2017-10-04 14:26:05 -07:00
William Lam
0beda7c30d
Adding Module for vSphere Content Library
2017-07-05 05:31:22 -07:00
Kyle Ruddy
5ba13716e9
Merge pull request #89 from kmruddy/master
...
Update folder structure
2017-05-26 15:02:05 -04:00
Kyle Ruddy
390ce91bb4
Update folder structure
...
Update the folder structure to include moving the DatastoreFcuntions
module into its own folder.
2017-05-26 15:00:00 -04:00
Kyle Ruddy
d1560fbfaf
Merge remote-tracking branch 'vmware/master'
2017-05-26 14:56:49 -04:00
Kyle Ruddy
88fc7740dc
Merge pull request #79 from vScripter/hotfix/module-folder-fix-git-files
...
Place .psm1 Files in Folders & Added .git files to the root of the repository
2017-05-26 11:54:57 -04:00
Kyle Ruddy
dcd74f6f6e
Merge pull request #87 from ericgray/esxi-images
...
Initial commit of esxi-image scripts
2017-05-25 18:21:22 -04:00
Eric Gray
6dab3ef94d
Initial commit of esxi-image scripts
2017-05-25 12:55:16 -07:00
Kyle Ruddy
99b8d1b32e
Merge pull request #85 from NamedJason/patch-1
...
Create DatastoreFunctions.psm1
2017-05-17 10:55:31 -07:00
Kyle Ruddy
d935c68224
Merge pull request #86 from praveenmathamsetty/master
...
7.1 release update for horizon module
2017-05-17 10:54:20 -07:00
praveenmathamsetty
c15b76c8d1
Merge branch 'master' into master
2017-05-17 23:21:53 +05:30
praveenmathamsetty
818f6ae53d
Merge pull request #4 from PARAMESHO/master
...
Advanced functions for customizing Application icons feature
2017-05-17 13:08:28 +05:30
NamedJason
acb0383f16
Create DatastoreFunctions.psm1
2017-05-16 08:19:00 -07:00
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
6336f1b661
Merge remote-tracking branch 'refs/remotes/origin/master' into vmware/master
2017-05-15 16:39:12 +05:30
Kyle Ruddy
2a5b8b5ea1
Merge pull request #80 from Magneet/wkursten_fixes
...
removed brake for issue #74
2017-05-08 12:47:04 -04:00
Kyle Ruddy
ced9321130
Merge pull request #82 from blackms/master
...
Add a script to set multiple datastore Tag.
2017-05-04 18:29:23 -04:00
Alessio Rocchi
70f7be0270
Add a script to set multiple datastore Tag. This example uses new powershell 5 features, classes and two different Design Patterns (Singleton and Disposable).
2017-05-03 08:24:43 +02:00
Wouter Kursten
ae429792ed
removed brake for issue #74
2017-04-26 18:58:32 +02:00
Kyle Ruddy
544cdbfea1
Merge pull request #72 from blackms/master
...
Create SetLunReservation.ps1
2017-04-26 09:40:59 -04:00
Kyle Ruddy
5e8896c925
Merge pull request #71 from rsjorslev/master
...
Added Get-HVPodSessions function to VMware.Hv.Helper.psm1
2017-04-26 09:39:16 -04:00
Kevin Kirkpatrick
81f0299bce
Removed standalone .psm1 files from /Modules
...
Signed-off-by: Kevin Kirkpatrick <kevin@vmotioned.com >
2017-04-24 12:09:00 -04:00
Kevin Kirkpatrick
e808a91fc5
Added folders for all .psm1 Files in /Modules
...
Signed-off-by: Kevin Kirkpatrick <kevin@vmotioned.com >
2017-04-24 12:07:25 -04:00
Kevin Kirkpatrick
6580d1b085
Added .git files to root of repo
...
Signed-off-by: Kevin Kirkpatrick <kevin@vmotioned.com >
2017-04-24 12:06:39 -04:00
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
Kyle Ruddy
a20d1eda3e
Merge pull request #73 from rayheffer/patch-1
...
Create Horizon-UsageStats.ps1
2017-04-20 22:25:30 -04:00
Kyle Ruddy
bc9c52d50b
Merge pull request #75 from lamw/master
...
Adding vSAN Mgmt 6.x PowerCLI samples
2017-04-20 22:24:59 -04:00
William Lam
a3c91c6376
Adding vSAN Mgmt 6.x PowerCLI samples
2017-04-20 17:47:31 -07:00
Alan Renouf
29578c6305
updated pester tests for CIS cmdlets
2017-04-20 16:24:40 -07:00
Alan Renouf
3c18981280
updated pester tests and uncluded new ones for CIS cmdlets
2017-04-20 11:59:08 -07:00
Alan Renouf
5aee669b4c
create modules.sh
...
added modules file for copying to powerclicore correct locations
2017-04-18 21:03:53 -07:00
Ray Heffer
bd2edd6bd9
Rename Horizon-UsageStats.ps1 to Horizon-GetUsageStats.ps1
2017-04-18 16:55:21 -04:00
Ray Heffer
fe738ba17a
Create Horizon-UsageStats.ps1
...
This is a sample script that retrieves the Horizon usage statistics.
2017-04-18 11:19:03 -04:00
Alessio Rocchi
1b4ca3fb2e
Create SetLunReservation.ps1
2017-04-07 11:03:47 +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