Get-RASPubItemPreferredRoute
Get a list of preferred routes for the specified published resource.
Get-RASPubItemPreferredRoute [-Id] <uint> [-SiteId <uint>] [<CommonParameters>]
Get-RASPubItemPreferredRoute [-InputObject] <PubItem> [-SiteId <uint>] [<CommonParameters>]
This cmdlet gets a list of preferred routes for the specified published resource.
-Id <uint> Published resource ID.
-InputObject <PubItem> An object specifying the published resource.
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.