< Back

Add-ScriptLink

Mon Jan 13, 2020 2:50 am

NAME Add-ScriptLink



SYNOPSIS





SYNTAX

Add-ScriptLink [[-Title] <String>] [[-SourceLink] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Adds Flex Item Element





PARAMETERS

-Title <String>

Title, used for comment



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SourceLink <String>

Link to the CSS resource



Required? false

Position? 2

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:\\>Add-ScriptLink -Title MyCard -SourceLink "https://unpkg.com/clarity-icons@0.10.28 ... ons.min.js"















RELATED LINKS