Get-WssRemoteWebAccessLink

Retrieves the collection of links on the home page of a Remote Web Access website

構文

Get-WssRemoteWebAccessLink [ <CommonParameters>]

詳細説明

The Get-WssRemoteWebAccessLink cmdlet retrieves the collection of links on the home page of a Remote Web Access website. The links are key-value pairs of IDs and link items.

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

パラメーター

<CommonParameters>

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

入力

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

出力

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

  • System.Collections.Generic.Dictionary<System.String, Microsoft.WindowsServerSolutions.Web.Admin.RemoteAccessLinkItem>

    This cmdlet generates a dictionary object where each value represents a link in Eemote Web Access.

This command retrieves the collection of links on the home page of a Remote Web Access website.

PS C:\> Get-WssRemoteWebAccessLink 

関連トピック

Add-WssRemoteWebAccessLink

Remove-WssRemoteWebAccessLink