Writing multiline commands in PowerShell

PowerShell

 Use the ` char at the end of the line


Test-Connection `
-ComputerName mypc

Post a Comment

Previous Post Next Post