Showing posts with label Exchange. Show all posts
Showing posts with label Exchange. Show all posts

03 June 2023

Hide/unhide from Global Address List Office 365 not working Open PowerShell

 Open PowerShell

Hide:
Set-ADUser adusername -Replace @{msExchHideFromAddressLists=$true}

Unhide:
Set-ADUser adusername -Replace @{msExchHideFromAddressLists=$false}

24 July 2017

How to set Email app on mobile phone to access exchange email system

How to set Email app on mobile phone to access exchange email system?

Incoming:

IMAP
webmail.xxxxxx.com
security type: none
port: 143

Outgoing:
smtp.bellnexxia.net
security type: none
port 25
require sign-in: no


23 December 2015

Outlook certificate problem

When opening MS Outlook 2010, it pops up a small dialogue box saying certificate problem. You click Install to install the certificate, but it still pops up.

Solution: Go to Control Panel | Mail, remove the profile. Re-create a new profile. Certificate problem is gone.

17 August 2015

'Assign Services to Certificate' menu item would not appear when installing MS Exchange certificate

'Assign Services to Certificate' menu item would not appear when installing MS Exchange certificate


Cause: When you create new Exchange certificate, you did not clear the tick mark in front of 'Outlook Web App is on the Intranet'.

Solution: Clear the tick mark.