What do you think about the pipeline and newlines. ```powershell Get-PSSession | Where-Object { $_.computername -like "*.outlook.com" } | Remove-PSSession ``` ```powershell Get-PSSession | Where-Object { $_.computername -like "*.outlook.com" } | Remove-PSSession ```