This post is part of the series on PowerShell Snippets.
The following PowerShell command will output the supplied message to the PowerShell console (replace the highlighted section with the message to output):
Write-Output {message]
PowerShell Snippets |
---|
Write-Output |
Start-Sleep |
Continue Reading Ian Grieve’s Article on their blog
PowerShell Snippets: Write-Output
This post is part of the series on PowerShell Snippets. The following PowerShell command will output the supplied message to the PowerShell console (replace the highlighted section with the messag…
Blog Syndicated with Ian Grieve’s Permission