Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
nimbus
0.5.3
private/Write-OutputProxy.ps1
function
Write-OutputProxy
(
$message
)
{
if
(
$inRunbook
)
{
Write-Warning
$message
}
else
{
Write-Host
$message
}
}