< Back

New-LoremIpsum

Sat Jan 18, 2020 9:52 am

NAME New-LoremIpsum



SYNOPSIS

Creates a new Lorem Ipsum string with the specified characteristics.





SYNTAX

New-LoremIpsum [[-minWords] <Int32>] [[-maxWords] <Int32>] [[-minSentences] <Int32>] [[-maxSentences] <Int32>]

[[-numParagraphs] <Int32>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-minWords <Int32>



Required? false

Position? 1

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-maxWords <Int32>



Required? false

Position? 2

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-minSentences <Int32>



Required? false

Position? 3

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-maxSentences <Int32>



Required? false

Position? 4

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-numParagraphs <Int32>



Required? false

Position? 5

Default value 0

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





RELATED LINKS