mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 14:32:19 +00:00
minor formatting tweak
This commit is contained in:
parent
0f170fc9fc
commit
ac1f90c800
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ $secureBoot2022VMs = foreach($datacenter in (Get-Datacenter)) {
|
|||
$datacenter | Get-VM |
|
||||
Where {$_.Guest.OsFullName -Match 'Microsoft Windows Server 2022' -And $_.ExtensionData.Config.BootOptions.EfiSecureBootEnabled} |
|
||||
Select @{N="Datacenter";E={$datacenter.Name}},
|
||||
Name, @{N="Running OS";E={$_.Guest.OsFullName}},
|
||||
Name,
|
||||
@{N="Running OS";E={$_.Guest.OsFullName}},
|
||||
@{N="Secure Boot";E={$_.ExtensionData.Config.BootOptions.EfiSecureBootEnabled}},
|
||||
PowerState
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue