4 lines
64 B
PowerShell
4 lines
64 B
PowerShell
$obj = [PSCustomObject]@{
|
|
"key1" = "value 1"
|
|
key2 = 5
|
|
}
|