Hacker News new | ask | show | jobs
by wallyhs 3449 days ago
If I remember correctly, you can put [void] in front of a statement to prevent it from being included in the return.
1 comments

You can do a number of things:

    [void](expr)
    $null = (expr)
    (expr) | Out-Null