You can pipe the output of the command to the Out-Null cmdlet to redirect the output to the null device. For example:
Get-VM -Name VM1 | Start-VM | Out-Null
You can pipe the output of the command to the Out-Null cmdlet to redirect the output to the null device. For example:
Get-VM -Name VM1 | Start-VM | Out-Null