Rearranged notes section
Tabs and spaces cleaned up
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
<#
|
<#
|
||||||
.NOTES
|
.NOTES
|
||||||
===========================================================================
|
===========================================================================
|
||||||
Created by: Alan Renouf
|
Created by: Alan Renouf
|
||||||
Organization: VMware
|
Organization: VMware
|
||||||
Blog: http://virtu-al.net
|
Blog: http://virtu-al.net
|
||||||
Twitter: @alanrenouf
|
Twitter: @alanrenouf
|
||||||
===========================================================================
|
===========================================================================
|
||||||
#>
|
#>
|
||||||
|
|
||||||
Foreach ($vmhost in Get-VMHost) {
|
Foreach ($vmhost in Get-VMHost) {
|
||||||
@@ -24,4 +24,4 @@ Foreach ($vmhost in Get-VMHost) {
|
|||||||
$esxcli.nvme.device.feature.$feature.get.Invoke($currentfeature)
|
$esxcli.nvme.device.feature.$feature.get.Invoke($currentfeature)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user