Rearranged notes section

Tabs and spaces cleaned up
This commit is contained in:
Sander
2019-09-30 21:12:56 +02:00
committed by GitHub
parent e33fdc3453
commit c506bf400a

View File

@@ -1,11 +1,11 @@
<#
.NOTES
===========================================================================
Created by: Alan Renouf
Organization: VMware
Blog: http://virtu-al.net
Twitter: @alanrenouf
===========================================================================
Created by: Alan Renouf
Organization: VMware
Blog: http://virtu-al.net
Twitter: @alanrenouf
===========================================================================
#>
Foreach ($vmhost in Get-VMHost) {
@@ -24,4 +24,4 @@ Foreach ($vmhost in Get-VMHost) {
$esxcli.nvme.device.feature.$feature.get.Invoke($currentfeature)
}
}
}
}