Working with minor errors.

This commit is contained in:
ofilter
2022-04-07 18:54:40 +02:00
parent cdd1ea752d
commit 5e200d10c0
2 changed files with 15 additions and 35 deletions

View File

@ -42,6 +42,8 @@ $arry = @("a", "b", "c")
[MS documentation](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_hash_tables?view=powershell-7.2)
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-powershell-1.0/ee692803(v=technet.10)?redirectedfrom=MSDN
```ps
[ordered]@{ <name> = <value>; [<name> = <value> ] ...}
```