Add-WssRemoteWebAccessLink

Adds a link to the home page of a Remote Web Access website.

構文

Parameter Set: Default
Add-WssRemoteWebAccessLink -Text <String> -Url <Uri> [ <CommonParameters>]

詳細説明

The Add-WssRemoteWebAccessLink cmdlet adds a link to the home page of a Remote Web Access website.

To remove a link from the home page of a Remote Web Access website, use the Remove-WssRemoteWebAccessLink cmdlet.

パラメーター

-Text<String>

Specifies a text string for a link that displays on the home page.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Url<Uri>

Specifies a web address for the link, as an absolute URI.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

This command adds a link to the home page for a Remote Web Access website.

PS C:\> Add-WssRemoteWebAccessLink -Text "Link1" -Url "https://Contoso.com/About-Contoso-Page.html"

関連トピック

Get-WssRemoteWebAccessLink

Remove-WssRemoteWebAccessLink