Search the Community
Showing results for tags 'exchange'.
-
Hello Guys from PHPFreaks, i've a Exchange 2010 server installed on my company and we have the EAS (Exchange ActiveSync) enabled on them. All my mobile devices are connected to Exchange so I can Manage it from there.] Microsoft allows to get a lot of information and manage the Devices using PowerShell. There's one feature that I really need to monitor with an Web Page (using PHP of course) that give the detailed information about the device, just like it: [PS] C:\> Get-ActiveSyncDeviceStatistics -mailbox xxxxxxxxxxx RunspaceId : FirstSyncTime : LastPolicyUpdateTime : LastSyncAttemptTime : LastSuccessSync : DeviceType : DeviceID : DeviceUserAgent : DeviceWipeSentTime : DeviceWipeRequestTime : DeviceWipeAckTime : LastPingHeartbeat : RecoveryPassword : DeviceModel : DeviceImei : DeviceFriendlyName : DeviceOS : DeviceOSLanguage : DevicePhoneNumber : MailboxLogReport : DeviceEnableOutboundSMS : DeviceMobileOperator : Identity : Guid : IsRemoteWipeSupported : Status : StatusNote : DeviceAccessState : DeviceAccessStateReason : DeviceAccessControlRule : DevicePolicyApplied : DevicePolicyApplicationStatus : LastDeviceWipeRequestor : DeviceActiveSyncVersion : NumberOfFoldersSynced : SyncStateUpgradeTime : I'm using linux CentOS to host my PHP page but I donĀ“t know how can I get these informations without using PowerShell. Anyone knows some method to connect directly to Exchange to get this information? Or a way to emulate powershell in the Linux environment and then, connect to Exchange?? Thanks and Sorry for my poor english.
-
Hi I am getting " Unable to negotiate TLS with this server" when trying to connect to exchange 2010 from imap_open() in PHP script. PHP ver is 5.2.17. I can connect to other mail servers but this one. IMAP on the server is set to "Secure logon. A TLS connection is required for the client to authenticate to the server" and is accessible from outlook or telnet on port 143. And thats a connection line $mbox = imap_open("{10.0.10.12:143/imap4/tls/novalidate-cert/debug}INBOX", "username", "pass", OP_DEBUG); I have tried it with different options, triple checked the details. Thanks