I want to see the details of the Ex2k3-2k7 Routing Group Connector.

Using get-RoutingGroupConenctor cmdlet, I can see:
- name
- source transport
- destination transport

But I can't see the other details (Cost, Public Folder Referral, etc.).
Except for ADSI, how can I see these details?

Re: How can I see details of Routing Group Connector? by Bharat

Bharat
Thu Mar 06 11:20:11 CST 2008

For any shell command, you can add a format-list or fl for short at the end.
For instance:
Get-RoutingGroupConnector | fl
or Get-RoutingGroupConnector "Connector Name" | fl

(the former command gets all RG connectors, the latter gets only the named
connector).

--
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------



"Hmoll" <Hmoll@discussions.microsoft.com> wrote in message
news:87D7086E-8DF0-4791-B8CB-C8BF5A57A340@microsoft.com...
>I want to see the details of the Ex2k3-2k7 Routing Group Connector.
>
> Using get-RoutingGroupConenctor cmdlet, I can see:
> - name
> - source transport
> - destination transport
>
> But I can't see the other details (Cost, Public Folder Referral, etc.).
> Except for ADSI, how can I see these details?


Re: How can I see details of Routing Group Connector? by Hmoll

Hmoll
Thu Mar 06 12:16:01 CST 2008

Perfect! That's got it, thanks!

"Bharat Suneja [MVP]" wrote:

> For any shell command, you can add a format-list or fl for short at the end.
> For instance:
> Get-RoutingGroupConnector | fl
> or Get-RoutingGroupConnector "Connector Name" | fl
>
> (the former command gets all RG connectors, the latter gets only the named
> connector).
>
> --
> Bharat Suneja
> MVP - Exchange
> www.zenprise.com
> NEW blog location:
> exchangepedia.com/blog
> ----------------------------
>
>
>
> "Hmoll" <Hmoll@discussions.microsoft.com> wrote in message
> news:87D7086E-8DF0-4791-B8CB-C8BF5A57A340@microsoft.com...
> >I want to see the details of the Ex2k3-2k7 Routing Group Connector.
> >
> > Using get-RoutingGroupConenctor cmdlet, I can see:
> > - name
> > - source transport
> > - destination transport
> >
> > But I can't see the other details (Cost, Public Folder Referral, etc.).
> > Except for ADSI, how can I see these details?
>
>