scripts

Convert-ClipboardTsvToHtml.ps1

SYNOPSIS

Parses TSV clipboard data into HTML table data which is copied back to the clipboard.

SYNTAX

Convert-ClipboardTsvToHtml.ps1 [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

EXAMPLES

EXAMPLE 1

Convert-ClipboardTsvToHtml.ps1

TSV clipboard data may now be pasted into an email or document as a table.

PARAMETERS

-ProgressAction

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
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