< Back

New-ClarityDocument

Mon Jan 13, 2020 2:58 am

NAME New-ClarityDocument



SYNOPSIS





SYNTAX

New-ClarityDocument [-Title] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Returns the HTML needed to start a new Clarity card.





PARAMETERS

-Title <String>

Title of the card.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

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

System.String



System.Boolean





NOTES





No notes at this time.



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



PS C:\\>New-ClarityDocument -Title Storage















RELATED LINKS