You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
# v1.5.1 (2016-09-29)
1
+
# v1.5.2 (2016-11-30)
2
+
***[FIXED]** Fixed a problem with PowerCLI 6.5. Fixed [#8] (https://github.com/mothe-at/VMPerf-To-Graphite-PowerShell-Script/issues/8)
3
+
***[ADDED]** Ability to omit the "-User" and "-Password" switches to log in to the vCenter server using current credentials. Fixed [#9] (https://github.com/mothe-at/VMPerf-To-Graphite-PowerShell-Script/issues/9)
4
+
5
+
# v1.5.1 (2016-09-29)
2
6
***[FIXED]** Changed Encoding of Script to UTF-8
3
7
***[FIXED]** Fixed a bug that causes wrong number of IOPS and KBs with multiple vDisks
4
8
***[FIXED]** Calculate the weighted average of the read and write latency of all disks instead of the simple average
# Get the Install-Path of PowerCLI. If null then PowerCLI may not be installed.
284
+
$idir= (Get-Module-ListAvailable -Name VMware.VimAutomation.Core).ModuleBase # Usually something like "C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI\Modules\VMware.VimAutomation.Core"
285
+
286
+
if ($idir-eq$null) {
279
287
$msg="Error initializing VMWare PowerCLI environment. Cannot find path to VMWare PowerCLI in Registry. Make sure VMWare PowerCLI is installed on this host!"
0 commit comments