Skip to content

Invoke-Speak

SYNOPSIS

SYNTAX

Invoke-Speak [-Expression] <String> [<CommonParameters>]

DESCRIPTION

Use the speech synthesizer in powershell

EXAMPLES

EXAMPLE 1

Speak -Ex "Want to play a Game?"

EXAMPLE 2

Speak "Want to play a Game?"

PARAMETERS

-Expression

Type what you want the speech synthesizer to say

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
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

NOTES

Back to top