9 lines
328 B
PowerShell
9 lines
328 B
PowerShell
|
|
Show-Value $Configuration 'fullname'
|
||
|
|
Show-Value $Configuration 'favouritefruit'
|
||
|
|
Show-Value $Configuration 'needspeeling'
|
||
|
|
Show-Value $Configuration 'seedsremoved'
|
||
|
|
Show-Value $Configuration 'otherfamily'
|
||
|
|
Show-Value $Configuration 'otherfamily' 0
|
||
|
|
Show-Value $Configuration 'otherfamily' 1
|
||
|
|
Show-Value $Configuration 'otherfamily' 2
|