- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think, the surest method to use esxcli with PowerCLI.
$cli=Get-VMHost <hostname>|Get-EsxCli
Write-Host $cli.hardware.platform.get().SerialNumber
I think, the surest method to use esxcli with PowerCLI.
$cli=Get-VMHost <hostname>|Get-EsxCli
Write-Host $cli.hardware.platform.get().SerialNumber