Added modules from WinAPI
This commit is contained in:
parent
56da334ea2
commit
b709d7e96b
24 changed files with 657 additions and 125 deletions
|
|
@ -8,7 +8,7 @@ function Get-VideoCard {
|
|||
$CollectionVC.Add([PSCustomObject]@{
|
||||
Model = $_.VideoCard
|
||||
Display = $_.Display
|
||||
VideoRAM = [string]$_.vRAM+" Gb"
|
||||
VideoRAM = [string]$([int]$($_.vRAM))+" Gb"
|
||||
})
|
||||
}
|
||||
$CollectionVC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue