## export-to-serenade.ps1 - Exports all scripts to Serenade for voice control This script exports all PowerShell scripts to Serenade.ai for voice control. ## Parameters ```powershell export-to-serenade.ps1 [[-FilePattern] ] [[-TargetFile] ] [] -FilePattern Required? false Position? 1 Default value "$PSScriptRoot/*.ps1" Accept pipeline input? false Accept wildcard characters? false -TargetFile Required? false Position? 2 Default value "$HOME/.serenade/scripts/PowerShell.js" Accept pipeline input? false Accept wildcard characters? false [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` ## Example ```powershell PS>./export-to-serenade.ps1 Exporting 264 scripts to C:\Users\Markus/.serenade/scripts/PowerShell.js... ✔️ exported 264 PowerShell scripts to Serenade in 22 sec ``` ## Notes Author: Markus Fleschutz · License: CC0 ## Related Links https://github.com/fleschutz/PowerShell *Generated by convert-ps2md.ps1 using the comment-based help of export-to-serenade.ps1*