Get-RASPubItemPreferredRoute
Last updated
Last updated
Get-RASPubItemPreferredRoute
Get a list of preferred routes for the specified published resource.
Get-RASPubItemPreferredRoute [-] <uint> [- <uint>] [<>]
Get-RASPubItemPreferredRoute [-] <> [- <uint>] [<>]
This cmdlet gets a list of preferred routes for the specified published resource.
-Id <uint> Published resource ID.
To obtain the object, use the Get-PubItem cmdlet.
-SiteId <uint> Site ID.
<CommonParameters>
---------- EXAMPLE 1 ----------
Get-RASPubItemPreferredRoute -Id 12
Retrieves a list of preferred routes.
The target published resource is specified by ID 12.
-InputObject <> An object specifying the published resource.