commits |
date |
62528
by
cartershanklin
(773
downloads)
|
Dec 23 2009
3:56 PM
|
Get-TkeVmx wasn't working due to some missing parentheses. Thanks to Denis for pointing this out.
|
60625
by
cartershanklin
(166
downloads)
|
Oct 28 2009
9:05 PM
|
This is committing some old work I did on alarm creation since someone asked about it in the forums.
|
58960
by
cartershanklin
(171
downloads)
|
Sep 9 2009
6:36 PM
|
Greatly improved the lockdown mode function, should be completely reliable now.
|
54350
by
cartershanklin
(323
downloads)
|
Jun 9 2009
6:28 PM
|
Added docs and fixed pipeline issues for a bunch of cmdlets.
|
54121
by
cartershanklin
(28
downloads)
|
Jun 6 2009
9:52 PM
|
Added some license auditing functions.
|
53808
by
cartershanklin
(45
downloads)
|
Jun 3 2009
6:35 PM
|
Changed Get-TkeDatastoreFile to deal with a bug in PowerCLI 4.0.
|
53697
by
cartershanklin
(30
downloads)
|
Jun 2 2009
6:00 PM
|
Added some crude task scheduling commands.
|
53224
by
cartershanklin
(28
downloads)
|
May 30 2009
12:48 AM
|
Added: Get-TkeAlarm, Get-TkeConfigIssue, and several things related to performance and log analysis.
|
53104
by
cartershanklin
(25
downloads)
|
May 28 2009
8:39 PM
|
Added regions.
Added debugging and diagnostic functions.
|
49717
by
cartershanklin
(96
downloads)
|
May 2 2009
9:11 PM
|
Added a function to enable lockdown mode for ESXi 4.0. Since this API was accidentally kept private for 4.0 I use a trick that calls the API from a scheduled task. Check it out in the Set-TkeVMHostLockdown function.
|
49695
by
cartershanklin
(25
downloads)
|
May 1 2009
11:25 PM
|
Fix a problem setting default route on ESX 4.
|
49685
by
cartershanklin
(17
downloads)
|
May 1 2009
4:32 PM
|
Adding a really great set of iSCSI management functions contributed by Glenn Sizemore. Thanks also to Glenn for figuring out how to create custom types.
|
49659
by
cartershanklin
(34
downloads)
|
Apr 30 2009
1:17 AM
|
Added routing operations
Get-TkeVMHostRoute New-TkeVMHostRoute Remove-TkeVMHostRoute
There is no set operation yet but one is needed.
These support vSphere 4.0 routing tables in addition to the basic networking seen in earlier versions.
|
49642
by
cartershanklin
(26
downloads)
|
Apr 29 2009
4:42 PM
|
Added Get-TkeCustomField to deal with the missing Get-CustomField.
|
49626
by
cartershanklin
(23
downloads)
|
Apr 29 2009
12:09 AM
|
Added Get-TkeVMHostNetworkAdapter. The objects produced by this can be fed into Set-VMHostNetworkAdapter.
|
48988
by
cartershanklin
(63
downloads)
|
Apr 8 2009
2:59 AM
|
Fixed a typo and also enhanced/fixed some software iSCSI functions.
|
47867
by
cartershanklin
(110
downloads)
|
Mar 6 2009
7:06 AM
|
Fixed the snapshot size cmdlet and added credential caching to connect-recent.
|
46896
by
cartershanklin
(90
downloads)
|
Feb 16 2009
5:09 PM
|
Updated Copy-TkeDatastoreFile to also support reading files that are local to ESX. This works with stuff in /host, not sure about /tmp.
Note that for whatever reason you must authenticate when accessing /host, it won't accept your soap session cookie. In other words you *MUST* use -sourceCredential or -destinationCredential as appropriate.
|
45952
by
cartershanklin
(112
downloads)
|
Jan 19 2009
6:16 AM
|
New-TkeLinkedClone now emits VM objects, so that it can be piped into Start-VM, etc.
|
45951
by
cartershanklin
(34
downloads)
|
Jan 19 2009
5:24 AM
|
Ported Luc's install batch file to XP and added a few things of my own.
|
45950
by
cartershanklin
(35
downloads)
|
Jan 19 2009
1:50 AM
|
Updated Copy-TkeDatastoreFile to support copies to /tmp. This is how patches are staged.
It seems that if you try to copy files to directories other than /etc, uploads are disabled for the rest of the session. Unfortunately that means that you can't enable ssh remotely on ESXi, for example.
|
45936
by
cartershanklin
(36
downloads)
|
Jan 17 2009
11:38 PM
|
Added New-TkeLinkedClone to create linked clones from a VM.
Fixed a serious bug in Copy-TkeDatastoreFile that caused session hangs.
Fixed New-TkeDatastoreDirectory and Register-TkeVM to be a lot better.
|
45422
by
LucD
(133
downloads)
|
Dec 31 2008
6:40 PM
|
Added advanced function Clone-TkeRole
|
45415
by
LucD
(41
downloads)
|
Dec 31 2008
4:56 PM
|
Update Set-TkeRole, added -append parameter
|
45398
by
cartershanklin
(40
downloads)
|
Dec 30 2008
10:18 PM
|
Changing Priviliges to Privileges
|