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