Skip to content

Commit

Permalink
Fixed the name of folder and script
Browse files Browse the repository at this point in the history
  • Loading branch information
DeploymentBunny committed Nov 25, 2016
1 parent d2a41fb commit 0a88ccd
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Function Get-VIASCVMDiskInfo{
Function Get-VIASCVMMDiskInfo{
<#
.Synopsis
Get-VIASCVMDiskInfo is a function that gets virtual harddisks from SCVMM.
Get-VIASCVMMDiskInfo is a function that gets virtual harddisks from SCVMM.
.DESCRIPTION
Get-VIASCVMDiskInfo is a function that gets virtual harddisks from SCVMM.
Get-VIASCVMMDiskInfo is a function that gets virtual harddisks from SCVMM.
It presents:
VMName
VMhost
Expand All @@ -16,9 +16,9 @@
VHDCurrentSize
VHDExpandedInPercent
.EXAMPLE
Get-VIASCVMDiskInfo -VMName SERVER01 | Out-GridView
Get-VIASCVMMDiskInfo -VMName SERVER01 | Out-GridView
.EXAMPLE
Get-VIASCVMDiskInfo | Out-GridView
Get-VIASCVMMDiskInfo | Out-GridView
.NOTES
Created: 2016-11-25
Version: 1.0
Expand Down

0 comments on commit 0a88ccd

Please sign in to comment.