Get-HelloWorld

SYNOPSIS

Returns Hello world

SYNTAX

Get-HelloWorld [[-Value] <String>] [<CommonParameters>]

DESCRIPTION

Returns Hello world

EXAMPLES

EXAMPLE 1

Get-HelloWorld

Runs the command

PARAMETERS

-Value

Parameter description can go here or above in format: .PARAMETER \<Parameter-Name>

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: GetHelloWorld
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.String

NOTES