Click here to Skip to main content
15,886,714 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
How can I get the URI of my Exchange server 2010 hosted in my network.

And what will be the URI of powershell in that sever?
Actually I would like to know how I can use the following code?
C#
System.Uri uri = new Uri("http://CAS-SERVER/powershell?serializationLevel=Full");

When I used it as follows , I got an exception.
C#
System.Uri uri = new Uri("http://My-SERVER/powershell?serializationLevel=Full");

here is the exception
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.


Thanks & Regards
Sebastian
Posted
Updated 15-May-12 21:33pm
v6

1 solution

For Outlook Web Access:
https://your.server.ip.address.or.dns.name/owa[^]

For Exchange Web Services:
https://your.server.ip.address.or.dns.name/ews[^]

(provided you are talking about Exchange 2010, which you did not mention).
 
Share this answer
 
v2
Comments
Prasad_Kulkarni 15-May-12 7:56am    
Links formatted
phil.o 15-May-12 8:05am    
Links formatted what for ? ^^
These are only placeholders and don't link to any valid website...
Sebastian T Xavier 15-May-12 7:57am    
Thanks Phil...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900