Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Exchange management tool - generating warnings

$
0
0

Hi All,

I have exch2010 sp3 RU7 large environment. we have desktop team who uses exchange management tool for completing L1 tasks. They reported set-distributiongroup throw warning and they are unsuccessful but same command work on old system I see old system its running exch2010 sp2management tool and new system running exch2010 sp3 management tool.. I understand as per https://support.microsoft.com/en-us/kb/2859999 some of commands does not work with sp3. I uninstalled and reinstall exch2010 sp2 on same system I still get below warnings. anyone experience this issue? any help would be appreciated.. thanks in advance.

 

WARNING: The cmdlet extension agent with the index 1 has thrown an exception in OnComplete(). The exception is:

System.InvalidOperationException: Operation is not valid due to the current state of the object.

   at Microsoft.Exchange.Data.Storage.ExchangePrincipal.get_ServerFullyQualifiedDomainName()

   at Microsoft.Exchange.Data.Storage.MailboxSession.Initialize(MapiStore linkedStore, LogonType logonType,

ExchangePrincipal owner, DelegateLogonUser delegateUser, Object identity, OpenMailboxSessionFlags flags,

GenericIdentity auxiliaryIdentity)

   at Microsoft.Exchange.Data.Storage.MailboxSession.<>c__DisplayClass12.<CreateMailboxSession>b__10(MailboxSession

mailboxSession)

   at Microsoft.Exchange.Data.Storage.MailboxSession.InternalCreateMailboxSession(LogonType logonType,

ExchangePrincipal owner, CultureInfo cultureInfo, String clientInfoString, IAccountingObject budget, Action`1

initializeMailboxSession, InitializeMailboxSessionFailure initializeMailboxSessionFailure)

   at Microsoft.Exchange.Data.Storage.MailboxSession.CreateMailboxSession(LogonType logonType, ExchangePrincipal owner,

 DelegateLogonUser delegateUser, Object identity, OpenMailboxSessionFlags flags, CultureInfo cultureInfo, String

clientInfoString, PropertyDefinition[] mailboxProperties, IList`1 foldersToInit, GenericIdentity auxiliaryIdentity,

IAccountingObject budget)

   at Microsoft.Exchange.Data.Storage.MailboxSession.ConfigurableOpen(ExchangePrincipal mailbox, MailboxAccessInfo

accessInfo, CultureInfo cultureInfo, String clientInfoString, LogonType logonType, PropertyDefinition[]

mailboxProperties, InitializationFlags initFlags, IList`1 foldersToInit, IAccountingObject budget)

   at Microsoft.Exchange.Data.Storage.MailboxSession.OpenAsSystemService(ExchangePrincipal mailboxOwner, CultureInfo

cultureInfo, String clientInfoString)

   at Microsoft.Exchange.ProvisioningAgent.MailboxLoggerFactory.XsoMailer.Log(AdminLogMessageData data,

LogMessageDelegate logMessage)

   at Microsoft.Exchange.ProvisioningAgent.AdminLogProvisioningHandler.OnComplete(Boolean succeeded, Exception e)

   at Microsoft.Exchange.Provisioning.ProvisioningLayer.OnComplete(Task task, Boolean succeeded, Exception exception)


Viewing all articles
Browse latest Browse all 6937

Trending Articles