我的power-shell的URI是什么 [英] What is the URI of my power-shell

查看:130
本文介绍了我的power-shell的URI是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何获取网络中托管的 Exchange服务器2010 的URI.

在这种情况下,powershell的URI是什么?
其实我想知道如何使用以下代码?

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?

System.Uri uri = new Uri("http://CAS-SERVER/powershell?serializationLevel=Full");


当按如下方式使用它时,出现了异常.


When I used it as follows , I got an exception.

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.



谢谢&问候
Sebastian



Thanks & Regards
Sebastian

推荐答案

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

对于Exchange Web服务:
https://your.server.ip.address.or.dns.name/ews [ ^ ]

(前提是您正在谈论的Exchange 2010,但您没有提到).
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).


这篇关于我的power-shell的URI是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆