Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
WinPower
1.0.0
Public/Get-Hello.ps1
function
Get-Hello
{
param
(
[string]
$name
=
"Friend"
)
"Hello, $name! Welcome to WinPower!"
}