< Back
Add-BrandingTitle
Post
NAME Add-BrandingTitle
SYNOPSIS
SYNTAX
Add-BrandingTitle [-Title] <String> [[-URL] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Adds Page title with link.
PARAMETERS
-Title <String>
Title, used for comment
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-URL <String>
URL, to provide a link. Defaults to 'index.html'
Required? false
Position? 2
Default value index.html
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-BrandingTitle -Title MyCard -URL "index.html"
RELATED LINKS
SYNOPSIS
SYNTAX
Add-BrandingTitle [-Title] <String> [[-URL] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Adds Page title with link.
PARAMETERS
-Title <String>
Title, used for comment
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-URL <String>
URL, to provide a link. Defaults to 'index.html'
Required? false
Position? 2
Default value index.html
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-BrandingTitle -Title MyCard -URL "index.html"
RELATED LINKS