< Back
New-ClarityCard
Post
NAME New-ClarityCard
SYNOPSIS
SYNTAX
New-ClarityCard [-Title] <String> [[-Icon] <String>] [[-IconSize] <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
-Icon <String>
Clarity Icon.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-IconSize <String>
Size of the Icon.
Required? false
Position? 3
Default value 24
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-ClarityCard -Title Storage -Icon Storage -IconSize 24
RELATED LINKS
SYNOPSIS
SYNTAX
New-ClarityCard [-Title] <String> [[-Icon] <String>] [[-IconSize] <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
-Icon <String>
Clarity Icon.
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-IconSize <String>
Size of the Icon.
Required? false
Position? 3
Default value 24
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-ClarityCard -Title Storage -Icon Storage -IconSize 24
RELATED LINKS