removed psobject to hashtables that were missed (#32710)

* removed psobject to hashtables that were missed

* fix up win_region change
This commit is contained in:
Jordan Borean 2017-11-16 08:51:16 +10:00 committed by Matt Davis
commit 5e20fd0943
10 changed files with 29 additions and 29 deletions

View file

@ -69,7 +69,7 @@ Function Get-PropertyObject($hive, $net_hive, $path, $property) {
$raw_value = $value
}
$object = New-Object PSObject @{
$object = @{
raw_value = $raw_value
value = $value
type = $type