< Back

Add-AdrLink

Fri Jan 10, 2020 8:38 pm

NAME Add-AdrLink



SYNOPSIS

Adds an link between two ADRs.





SYNTAX

Add-AdrLink [-FromNumber] <Int32> [-FromLink] <String> [-ToNumber] <Int32> [[-ToLink] <String>]

[<CommonParameters>]





DESCRIPTION

Adds a link between two ADRs, optionally with a reverse link.





PARAMETERS

-FromNumber <Int32>

The number of the ADR to link from.



Required? true

Position? 1

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-FromLink <String>

The text to prefix the forward link with.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ToNumber <Int32>

The number of the ADR to link to.



Required? true

Position? 3

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-ToLink <String>

The text to prefix the reverse link with. If not specified the To ADR will not be modified.



Required? false

Position? 4

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





RELATED LINKS