Commit Graph

96 Commits

Author SHA1 Message Date
Kyle Ruddy
12d0d67c8b Merge pull request #24 from aaronwsmith/master
VM-Snapshot-Report.ps1, Version 1.0
2016-11-30 11:51:30 -05:00
Kyle Ruddy
49bfa1a413 Merge pull request #30 from equelin/enhancement-VMCPFunctions
Add enhancements to module VMCPFunctions
2016-11-30 11:51:12 -05:00
Kyle Ruddy
7a56f8ac30 Merge pull request #35 from kmruddy/master
Create Update_PowerCLI_Scripts.ps1
2016-11-30 11:50:55 -05:00
Kyle Ruddy
47e0a453ad Merge pull request #37 from alanrenouf/AlansBranch
Hoizon View Example Script - Get-HVDesktop
2016-11-30 11:50:38 -05:00
Kyle Ruddy
530b07d73e Updating the Approval Process 2016-11-30 11:46:53 -05:00
Alan Renouf
5bf60badf1 Example Horizon View Desktop function
Example Horizon View Desktop function
2016-11-27 21:57:51 -08:00
Kyle Ruddy
7da4ea673b Create Update_PowerCLI_Scripts.ps1
Created for use when migrating over to PowerCLI 6.5

Functions which can be used to detect where scripts (.ps1) are referencing either the PowerCLI Initialization script or Add-PSSnapin functions to start working with PowerCLI: 
Get-PowerCLIInitialization
Get-PowerCLISnapinUse

Function used to update the path to the Initialization script found by the above function: 
Update-PowerCLIInitialization

Function used to change from adding in the PowerCLI snapins to now importing the PowerCLI modules: 
Update-PowerCLISnapinUse
2016-11-23 09:45:05 -05:00
Alan Renouf
f90d281930 Merge pull request #33 from lamw/master
Adding several vSphere 6.5 API examples
2016-11-20 20:51:39 -08:00
William Lam
fed74d9e02 Fixing VMFS UNMAP sample 2016-11-20 12:53:42 -08:00
William Lam
2d594cb60d Adding several vSphere 6.5 API examples 2016-11-20 09:26:52 -08:00
Brian Graf
181add5bfd Added Credit to Alan 2016-11-18 09:15:43 -07:00
Brian Graf
5d475bbd1b Initial Commit
Backup-VCSA 6.5
2016-11-18 08:33:44 -07:00
equelin
758b80f6b8 -server parameter was missing for the wait-task function 2016-11-14 17:39:32 +01:00
equelin
2a96855d03 Cluster need to be provided by the user + No need anymore to provide all parameters + Add timer to wait the end of the execution of the reconfiguration task before showing the result 2016-11-14 17:22:13 +01:00
Alan Renouf
e928f5b56a removed connection info and commented out examples
removed connection info and commented out examples
2016-11-10 16:12:42 -08:00
Alan Renouf
d7c5c17322 Merge remote-tracking branch 'refs/remotes/vmware/master' into AlansBranch 2016-11-10 15:03:43 -08:00
equelin
4b8e5dc46f Fix bug in Set-VMCPSettings 2016-10-11 16:56:31 +02:00
equelin
19ff0ea26a Add enhancements to module VMCPFunctions 2016-10-11 16:50:15 +02:00
lucdekens
c566e68293 Merge pull request #25 from rgel/patch-1
Create README.md
2016-08-11 20:25:24 +02:00
Roman Gelman
02a7183d3a Create README.md
Hi Luc,
Can you please approve the README.md file, it contains the links to the articles about every function and little help about module usage.
2016-08-11 10:19:26 +03:00
lucdekens
764e77b9d5 Merge pull request #19 from rgel/patch-1
Vi-Module manifest
2016-08-11 07:31:42 +02:00
aaronwsmith
067de29b30 VM-Snapshot-Report.ps1
Ready for merge if approved ... added date created and calculated age in
days for the snapshot as additional columns in the report.
2016-08-10 15:06:27 -05:00
aaronwsmith
48c4839be3 VM-Snapshot-Report.ps1, Version 1.0
Ready for merge if accepted.  PowerActions Report Script that reports on
VMs with snapshots along with their description, size of the snapshot in
GB, the VM's provisioned vs. used space in GB,
if the snapshot is the
current one being used, its parent snapshot (if there is one), and the
Power state of the VM itself. VM object is key (as it's the first
managed object in the output), enabling you the ability to right-click
an entry in the report to edit the target VM.
2016-08-10 14:43:20 -05:00
Alan Renouf
05f4069db5 Merge pull request #21 from mycloudrevolution/DEV-PSvLIMessage
Push-vLIMessage
2016-08-04 23:00:36 -07:00
Alan Renouf
c1c06b7afb Merge pull request #18 from aaronwsmith/master
VM-CdDrive-Report
2016-08-04 22:53:54 -07:00
aaronwsmith
002bf2b97a VM-CdDrive-Report.ps1 - Final revision to metadata
Figured out you have to explicitly escape the () characters when editing
a PowerActions script within the Web Client.  Added in KEY(VM) to tell
PowerActions which column to use for Context Menu support within Web
Client.  Also seemed to speed up execution of the script!
2016-08-03 15:08:05 -05:00
aaronwsmith
3cf6bf5d97 VM-CdDrive-Report.ps1 -- Minor revision to metadata to confirm to PowerActions standards.
Added .LABEL and .DESCRIPTION fields in place of the custom comments
that documented the script.  Tried to specify KEY(VM) under
.MYNGC_REPORT section but that triggered validation errors for me in
PowerActions.
2016-08-03 14:29:19 -05:00
Roman Gelman
0b69b0dbe1 Update Vi-Module.psm1
Hi Luc,
I have fixed all your remarks.
2016-08-03 16:28:49 +03:00
mycloudrevolution
7f911cf268 #Requires PS -Version 2.0 -> 3.0 2016-08-02 23:20:02 +02:00
lucdekens
4fd38aa645 Merge pull request #20 from mycloudrevolution/DEV-vMarkus_K
Report-LUNPath-ESXCLI
2016-08-02 23:09:35 +02:00
mycloudrevolution
c4d54cc42b Push-vLIMessage 2016-08-02 23:04:54 +02:00
mycloudrevolution
37fb6e0d27 Added #Requires -Modules and Test Environment 2016-08-02 22:47:23 +02:00
mycloudrevolution
ea866993df Report-LUNPath-ESXCLI
This script will create a Report of LUNs with Paths that have more than
one unique LUN ID or have more than the defined Paths.  Information’s
will be gathered via ESXCLI. This is necessary to report also hidden
Paths!
2016-08-01 23:04:48 +02:00
Roman Gelman
f40ca375a1 Vi-Module module
The Vi-Module module PSM1 file
2016-08-01 10:00:54 +03:00
Roman Gelman
153275f51b Vi-Module manifest
The Vi-Module module manifest PSD1 file
2016-08-01 09:55:13 +03:00
aaronwsmith
c39a39d8df VM-CdDrive-Report
1.0 PowerActions report script for Cluster objects.  Reports on status
of all VM's CD-Drives, making it easy to find VMs connected to a given
ISO or that might be using a physical ESXI host drive and unable to
vMotion.
2016-07-29 16:38:46 -05:00
Kyle Ruddy
ddfb85780f Merge pull request #16 from Zsoldier/patch-1
Update README.md
2016-07-28 10:10:20 -04:00
Chris Nakagaki
06a3ea0210 Update README.md
Spelling correction.
2016-07-28 09:58:00 -04:00
Kyle Ruddy
172e1436c5 Merge pull request #15 from brianbunke/bb-DatastoreProv
Add Get-DatastoreProvisioned
2016-07-28 08:32:11 -04:00
brianbunke
e1937544fb Add Get-DatastoreProvisioned
Script returns thin provisioned info on datastores. Pester file is a way
to validate that future changes made to the script don't break existing
functionality
2016-07-27 23:32:28 -07:00
Alan Renouf
7f6482b7af Merge pull request #14 from mycloudrevolution/DEV-vMarkus_K
Get-VMID
2016-07-27 15:18:12 -07:00
Alan Renouf
f47c3a7c3b Merge pull request #12 from alanrenouf/master
Pester Test for VC and vROPs Maintenance mode functions
2016-07-27 15:15:50 -07:00
mycloudrevolution
e91b0c0649 Get-VMID
This will quickly return all IDs of VMs
2016-07-27 23:42:23 +02:00
Alan Renouf
ca70d01e54 Update pester and add vrops script
Updated Pester test so it can be called with parameters and included
vROPS Maintenance Mode Script
2016-07-26 22:35:41 -07:00
Alan Renouf
1dff599996 Merge remote-tracking branch 'refs/remotes/vmware/master' 2016-07-26 22:02:53 -07:00
Kyle Ruddy
2e25d166a0 Update README.md
Updating the board members
2016-07-26 09:04:38 -04:00
Alan Renouf
e709f1fdde Pester Tests for VC Connection
Pester Tests for VC Connection
2016-07-15 16:47:08 -07:00
Alan Renouf
c432a0d1fa Merge remote-tracking branch 'refs/remotes/vmware/master' 2016-07-15 16:46:11 -07:00
Alan Renouf
99673b1dfa removed pester test so it gets approval 2016-07-15 16:45:03 -07:00
Alan Renouf
3403db0ead Pester VC Connection test
Connection and modules tests for VC in pester
2016-07-15 16:43:32 -07:00