Author Archives: Idit Bnaya

Office 365 Proplus– Forward from external contact to email address

Consider the following scenario you  have an hybrid office365 environment You need to Forward to one or more people all emails that sends to a global email address such as Sales@doamin.com but you don’t want to waste a license in … Continue reading

Posted in Office365, Office365 Proplus | 1 Comment

Error message when you try to connect to Office 365 Forest with Exchange Management Shell (EMS) or Exchange Management Console (EMC): “The WinRM client… cannot determine the content type of the HTTP response from the destination computer”

In my case I add a problem to connect to Office365 forest with my domain credentials . When trying to connect to Office365 Forest using EMC with my admin onmicrosoft (admin@domain.onmicrosoft.com) user it worked fine. When trying to connect to … Continue reading

Posted in Office365, Office365 Proplus | Leave a comment

Error message when you try to connect to Office 365 Forest with Exchange Management Shell (EMS) or Exchange Management Console (EMC): "The WinRM client… cannot determine the content type of the HTTP response from the destination computer"

In my case I add a problem to connect to Office365 forest with my domain credentials . When trying to connect to Office365 Forest using EMC with my admin onmicrosoft (admin@domain.onmicrosoft.com) user it worked fine. When trying to connect to … Continue reading

Posted in Office365, Office365 Proplus | Leave a comment

Office365 proplus – Enable BlackBerry

1. Login to your office 365 portal online  – portal.microsoftonline.com 2. Under – Service settings –> Mobile –>  Enable service Idit Bnayawww.itblog.co.il

Posted in Office365, Office365 Proplus | Leave a comment

Office 365 – Set multiple Federated Domains

you currently have an AD FS 2.0 server that is configured to support a single federated domain . you need to use SSO to Login to Office365 with more then one domain. There is now a rollup 2 for AD … Continue reading

Posted in ADFS, Office365 | 1 Comment

ADFS proxy service failed to start – Error 1053

  The ADFS Proxy wizard failed with the following error – “Unable to start AD FS 2.0 Windows service” Event viewer : “The AD FS 2.0 Windows Service service failed to start due to the following error: The service did … Continue reading

Posted in Office365 | Leave a comment

Office 365 tenant version

Office 365 tenant must be version 15.0.000.0 or higher for the hybrid deployment to function correctly with Exchange 2013. To verify the version and status of your existing Office 365 tenant, do the following: Connect to the Office 365 tenant … Continue reading

Posted in Office365 | Leave a comment

Office 365 -Exchange 2003 issue – NDR 5.4.6 Routing Loop

I had this problem with one of my office 365  costumers  when i tried to send emails from on premises mailbox to the cloud and got this NDR: Your message did not reach some or all of the intended recipients. … Continue reading

Posted in Office365 | Leave a comment

Show who holds the FSMO roles in the domain and forest.

log onto a domain controller and run the following command. netdom query fsmo Idit Bnayawww.itblog.co.il

Posted in Active Directory, Windows | Leave a comment

Export Exchange legacy DN For contacts or users to a csv file with Csvde

Open CMD: Run:   For contacts: Csvde -d  “OU=MyContacts,DC=Idit,DC=local” -r “(objectClass=contact)” -f c:\Idit-Contacts.csv For users: Csvde -d  “OU=MyContacts,DC=Idit,DC=local” -r “(objectClass=users)” -f c:\Idit-Users.csv   Idit Bnayawww.itblog.co.il

Posted in Exchange 2010, Microsoft Exchange | Leave a comment