Kriz

Results 4 comments of Kriz

I can note that I've worked with this on Exchange 2010 and Exchange 2013 servers with no issues.

Fantastic, this solved a problem I had. I made the following changes to ExchangeClient.php: ``` if ($response->ResponseMessages->FindItemResponseMessage->RootFolder->TotalItemsInView != 0) { $items = $response->ResponseMessages->FindItemResponseMessage->RootFolder->Items->Message; } else { return false; //we didn't...

Yes, this occurs on 2.0.2.70, the 2.0.3 version, and just had it occur with 2.0.4.75. I tried various SSLMode options, but all of the correct values (Preferred, etc.) say the...

Wow, I too can confirm that moving from PowerShell ISE (ran as admin) to just Windows PowerShell allows 2.0.4 (and I assume the other versions) to run. I would never...