Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Stucco
0.1.1
template/module/Public/Get-HelloWorld.ps1
Function
Get-HelloWorld
{
<#
.SYNOPSIS
Returns Hello world
.DESCRIPTION
Returns Hello world
.EXAMPLE
PS> Get-HelloWorld
Runs the command
#>
$value
=
GetHelloWorld
$value
}