Skip to content

New line after pipeline? #106

@brianmccarty

Description

@brianmccarty

What do you think about the pipeline and newlines.

Get-PSSession |
    Where-Object { $_.computername -like "*.outlook.com" } |
    Remove-PSSession
Get-PSSession | Where-Object { $_.computername -like "*.outlook.com" } | Remove-PSSession

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions