Commit Graph

980 Commits

Author SHA1 Message Date
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
lucdekens
99250732fb Add files via upload 2016-07-29 15:39:10 +02:00
lucdekens
7bbec511cb Create about_VMFSIncrease.help.txt 2016-07-29 15:38:56 +02:00
lucdekens
b2ba87db86 Delete en-US 2016-07-29 15:38:13 +02:00
lucdekens
7392e451c5 Create en-US 2016-07-29 15:37:35 +02:00
lucdekens
1489e86b66 Add files via upload 2016-07-29 15:37:11 +02:00
lucdekens
7a38462f1a Create VMFSIncrease.psd1 2016-07-29 15:34:15 +02: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
Alan Renouf
2f595f086d Updated Readme
Updated Readme
2016-07-15 15:50:43 -07:00
Alan Renouf
e7c968d32b Updated Readme
Updated Readme
2016-07-15 15:49:19 -07:00
Alan Renouf
8469b3a285 Update README.md 2016-07-15 15:31:02 -07:00
Kyle Ruddy
456bd28b45 Merge pull request #11 from vmware/Reorg
Readme Update
2016-07-15 15:10:06 -07:00
Kyle Ruddy
41a79d34a7 Readme Update
Further formatting updates to readme
2016-07-15 15:09:31 -07:00
Kyle Ruddy
32096f6e02 Merge pull request #10 from vmware/Reorg
ReadMe Updates
2016-07-15 15:05:11 -07:00
Kyle Ruddy
67ba5de622 ReadMe Updates
Further ReadMe formatting updates
2016-07-15 15:04:45 -07:00
Kyle Ruddy
c8b2607b94 Merge pull request #9 from vmware/Reorg
Readme Updates
2016-07-15 15:02:35 -07:00
Kyle Ruddy
fd3c02b434 Readme Updates
Further readme updates
2016-07-15 15:02:09 -07:00
Kyle Ruddy
eae378822b Merge pull request #8 from vmware/Reorg
Readme Updates
2016-07-15 15:00:11 -07:00
Kyle Ruddy
e6744ea742 Readme Updates
Further formatting updates
2016-07-15 14:59:49 -07:00
Kyle Ruddy
4464bf001b Merge pull request #7 from vmware/Reorg
Readme Updates
2016-07-15 14:55:57 -07:00
Kyle Ruddy
2a9a1b576b Readme Updates
Further formatting updates
2016-07-15 14:55:33 -07:00
Kyle Ruddy
06d3eed37d Merge pull request #6 from vmware/Reorg
Reorg
2016-07-15 14:50:37 -07:00
Kyle Ruddy
6c49ae183f Update Readme
Update readme formatting
2016-07-15 14:50:05 -07:00
Kyle Ruddy
9187c45589 Merge branch 'master' into Reorg 2016-07-15 14:48:46 -07:00