You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$item = $ns.ParseName($ItemName) # Items() | ?{ $_.Name -eq $ItemName} #look up by name
$PropertyList | ? {$PropertyName -eq $null -or $_.name -eq $PropertyName}| %{ #iterate through all properties in the namespace, and get values for the item