Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
SSV-Core
0.6.0
Functions/test.ps1
function
Get-TestEcho
{
Write-Host
"Echo: hello"
-ForegroundColor
Green
}