문제

I need to do the steps 9-12 that are exlained in this KB programatically with profman/redemption on an existing exchange MAPI profile (not while it's being created).

http://support.microsoft.com/kb/2752583/en-us

Is it possible, how?

PS: I need to change the OST file to another existing OST

As always, Thanks

도움이 되었습니까?

해결책

Sounds like you need to change the PR_PROFILE_OFFLINE_STORE_PATH_W property - loop through all MSEMS services in the profile, for all providers in those services, open their profile sections and if PR_PROFILE_OFFLINE_STORE_PATH property is set, replace its value.

You can see the profile data in OutlookSpy (I am its author - click IProfAdmin or IMAPISession | AdminServices.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top