Skip to content

New Setup Problems #259

Answered by AdhocAdam
Nathan-CPSD asked this question in Q&A
Jan 20, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Greetings @Nathan-CPSD!

From the looks of things:

  • You're trying to use your chosen Run As Account to Impersonate the Email Address you typed in
  • The workflow is successfully kicking off the smletsexchangeconnector.ps1 file, because the Exception message sounds a whole lot like line 4064 in the PowerShell:
    #impersonation is being used with the workflow
    if ($smexcoSettingsMP.UseImpersonation)
    {
    $exchangeService.ImpersonatedUserId = [Microsoft.Exchange.WebServices.Data.ImpersonatedUserId]::new([Microsoft.Exchange.WebServices.Data.ConnectingIdType]::SmtpAddress, $workflowEmailAddress)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@AdhocAdam
Comment options

@AdhocAdam
Comment options

@AdhocAdam
Comment options

Answer selected by AdhocAdam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
setup relates to issues setting the connector up
2 participants