< Back

Send-MJSpeak

Sat Jan 11, 2020 4:01 am

NAME Send-MJSpeak



SYNOPSIS

Send voice message to speaker.





SYNTAX

Send-MJSpeak [-Message] <String> [-Volume <Int32>] [<CommonParameters>]





DESCRIPTION

This will make your computer read information and tell it with your speakers.

Created by Ispep

WWW.Automatiserar.se





PARAMETERS

-Message <String>

This contains the message that you want to read.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Volume <Int32>

Specify The volume you want to use

Default volume unless other value is provided



Required? false

Position? named

Default value 100

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Bool value are returned.





NOTES





This component can be used to read information from systems.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Send-MJ-Speak -message "Hello, its 4 degree Celsius outside today"













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Send-MJ-Speak -message "Hello, its 4 degree Celsius outside today" -















RELATED LINKS