5 lines
83 B
PowerShell
5 lines
83 B
PowerShell
@{
|
|
property1 = "value1"
|
|
property2 = "value2"
|
|
property3 = "value3"
|
|
}
|