< Back
Add-HeaderNavLink
Post
NAME Add-HeaderNavLink
SYNOPSIS
SYNTAX
Add-HeaderNavLink [-URL] <String> [-LinkTitle] <String> [-Active] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Adds Link Element
PARAMETERS
-URL <String>
Web URL for the link.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-LinkTitle <String>
Title of the link in the HTML doc (user facing)
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Active [<SwitchParameter>]
Adds a property to highlight the link as active.
Required? false
Position? named
Default value False
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-HeaderNavLink -Title MyCard -URL "http://invoke-automation.blog" -LinkTitle "Invoke-Automation" -NewTab
RELATED LINKS
SYNOPSIS
SYNTAX
Add-HeaderNavLink [-URL] <String> [-LinkTitle] <String> [-Active] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Adds Link Element
PARAMETERS
-URL <String>
Web URL for the link.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-LinkTitle <String>
Title of the link in the HTML doc (user facing)
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Active [<SwitchParameter>]
Adds a property to highlight the link as active.
Required? false
Position? named
Default value False
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-HeaderNavLink -Title MyCard -URL "http://invoke-automation.blog" -LinkTitle "Invoke-Automation" -NewTab
RELATED LINKS