mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-26 18:03:35 +01:00
692 B
692 B
PowerShell Script speak-date.ps1
Synopsis & Description
speak-date.ps1
Speaks the current date by text-to-speech (TTS).
Syntax & Parameters
/home/mf/PowerShell/Scripts/speak-date.ps1 [<CommonParameters>]
[<CommonParameters>]
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
Example
PS>.\speak-date.ps1
Notes
Author: Markus Fleschutz · License: CC0
Related Links
https://github.com/fleschutz/PowerShell
Generated from comment-based help of speak-date.ps1 by convert-ps2md.ps1