Hi, I want to connect to a Exchange Server with webdav. It works if I use the username and password of a person of the corresponding Exchange folder (calendar, inbox ...) Now I want to connect and get the informations of each user, using a superuser. Is it possible to do? How must the superuser be configured? Thanks & regards, Peter
"Peter Ludwig" schrieb im Newsbeitrag news:fptvh4$3ee$1@online.de... > Hi, > > I want to connect to a Exchange Server with webdav. > It works if I use the username and password of a person of the > corresponding Exchange folder (calendar, inbox ...) > Now I want to connect and get the informations of each user, using a > superuser. > > Is it possible to do? > How must the superuser be configured? > > > Thanks & regards, > Peter > I use PHP for programming.
"Peter Ludwig" schrieb im Newsbeitrag news:fptvh4$3ee$1@online.de... > Hi, > > I want to connect to a Exchange Server with webdav. > It works if I use the username and password of a person of the > corresponding Exchange folder (calendar, inbox ...) > Now I want to connect and get the informations of each user, using a > superuser. > > Is it possible to do? > How must the superuser be configured? > > > Thanks & regards, > Peter > I got it. In my test I had used a Exchange Server 2007 To connect to another Mailbox than the user one's I had to run the following statement in the Exchange Management Shell Add-MailboxPermission -Identity john -User Admin01 -AccessRights FullAccessAfterwards I could connect with Admin01 to the Account of user john
Hello, this will give you access to one more mailbox. You'll have to repeat this for every mailbox you want to access. Take a look at this article of mine: http://www.infinitec.de/articles/exchange/grantmailboxaccess.aspx Kind regards, Henning Krause "Peter Ludwig" wrote in message news:fpuk31$qt9$1@online.de... > > "Peter Ludwig" schrieb im Newsbeitrag > news:fptvh4$3ee$1@online.de... >> Hi, >> >> I want to connect to a Exchange Server with webdav. >> It works if I use the username and password of a person of the >> corresponding Exchange folder (calendar, inbox ...) >> Now I want to connect and get the informations of each user, using a >> superuser. >> >> Is it possible to do? >> How must the superuser be configured? >> >> >> Thanks & regards, >> Peter >> > > > I got it. > > In my test I had used a Exchange Server 2007 > To connect to another Mailbox than the user one's I had to run the > following statement in the Exchange Management Shell > Add-MailboxPermission -Identity john -User Admin01 -AccessRights > FullAccessAfterwards I could connect with Admin01 to the Account of user > john >