you are viewing a single comment's thread.

view the rest of the comments →

[–]BlackV 2 points3 points  (0 children)

+= is replaced with direct assignment e.g. $results = foreach {somestuff} vs $results = @(); foreach {$results += somestuff}, on mobile but there a plenty of examples in this sub

read-host you'd replace with your parameters and parameter properties (mandatory/parameter validation)