Alex C.
Alex C.
dear all, I've changed Get-GALContacts.ps1's lines starting here: ... ``` process { try { # Connect to Office 365 Exchange Server using a Remote Session # $Session = New-PSSession -ConfigurationName...
@nldenic , what is the error message the script throws? Sorry, there's a missing back-slash, this line is correct: $cert = Get-ChildItem Cert:\CurrentUser\My\ Have you created a self-signed certificate? Take...
[Get-GALContacts.txt](https://github.com/grahamr975/EWS-Office365-Contact-Sync/files/7764425/Get-GALContacts.txt) Hi, I'm sorry, I was trying to create a branch, but it doesn't finish uploading... I finaly found the obvious thing: drag&drop the script here... *facepalm* You need to...
Hi benj288, no, sadly I was pulled away from this and had no time to invest further. :( best, Csarly
Hi ben, both, due to other topics and lacking time, I could not finish the adjustments. If the need arises again, and the 3rd party forces me again, I will...
@JBW-Imthorn , hi Sebastiaan, nope, EWS doesn't provide cert based auth, e.g., but I managed to run the script - kind of automated - with user & pw stored in...
Hi Graham, first, thanks for providing your work and your efforts! I do have the same issue, that login to EWS via ModernAuth is failing. Yes, I have read redme...
Hi @grahamr975 , I was trying to use the script with cloud only users and mailboxes. The admin account with ApplicationImpersonation permission in Exchange is not activated for MFA. I...
Hi @grahamr975 , I just discovered it was a layer8 issue ( me ;) ). In the azure application, in the authentication screen, Advanced settings -> Allow public client flows...
hi @nldenic , I'm new to GitHub, I am trying to find my way around to provide you with my version... Thanks for your patience.