Get-OWAVirtualDirectory curiosity...
just wondering... when I do: Get-OABVirtualDirectory I get the Internal & External URLS when I do: Get-OWA... or Get-Active... it doesn't show any info about the URLs? Is there a way to show it via the shell? thanks
May 12th, 2010 7:48pm

Sure, you could do: Get-OwaVirtualDirectory | select name,internalurl,externalurl or Get-OwaVirtualDirectory | fl *url*
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2010 8:09pm

get-owaVirtualDirectory | fl name,internalURL,externalURL Missy
May 12th, 2010 9:12pm

Cool! Do you know of any Indexed guide with all the cmdlets & options or just search for help on each command? I found this to be very helpful for starters: http://technet.microsoft.com/en-us/magazine/2006.12.managementshell.aspx thanks much for your help.
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2010 9:26pm

get-help *owavirtualdirectory* is great. What I did to make sure the above would work was to run a get-owavirtualdirectory | fl, sent the results to a text file (get-owa-virtualdirectory | fl >c:\temp\owavdir.txt), then searched the text file for URL. I figured it was there, and it was. The get-help stuff is great. I also recommend Ilse VanCriekinge's "Exchange Management Shell TFM". http://technet.microsoft.com/en-us/library/bb397216(EXCHG.80).aspx has a lot of good tips, too.
May 12th, 2010 10:33pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics