New-ActiveSyncMailboxPolicy "not implemented" on Exchange 2007 SP3
Posted
by
Flo
on Server Fault
See other posts from Server Fault
or by Flo
Published on 2012-09-21T15:30:33Z
Indexed on
2012/09/21
15:40 UTC
Read the original article
Hit count: 273
powershell
|exchange-2007
If I try to run:
New-ActiveSyncMailboxPolicy Test
directly in the Powershell, it asks me if im sure, and if so, it does what it should. But if I try the same from my example Code in C#, then I get an error, saying that "the current host does not implement it". Other Commands like Set-CASMailbox or Get-ActiveSyncMailboxPolicy work just fine, both in the powershell and my application.
The Exchange Server/Windows Server 2008R2 and Domain are all setup completely new (test-environment). Is there a way to make this possible?
© Server Fault or respective owner