Categories
iOS IT Support Microsoft Office 365

How to set up Office 365 in Apple iOS Mail

In this video, we show you how to set up your Office 365 account on an iPhone or iPad using the built-in Apple Mail app.

We’ll give you all the steps to make sure that your mail, contacts and calendars synchronise instantly with your laptop or desktop computer.

How to install your Office 365 on your iPhone

  1. To get started we’re going to go into SETTINGS and scroll down to MAIL
  2. Tap ADD ACCOUNT
  3. Tap MICROSOFT EXCHANGE
  4. Enter your email address, and change the description to something appropriate. This is just a label for your own benefit so it doesn’t matter what it is. You could call it “Office 365 Joe”.
  5. Tap next.
  6. Select SIGN IN. This takes us to the Microsoft login page on the internet.
  7. Enter your mailbox password
  8. Choose whether to save that password or not. It doesn’t matter for this excercise but it might make it easier for you in future.
  9. Select to say it’s ok to add the permissions.
  10. On the next screen, make sure at least MAIL, CONTACTS & CALENDAR are switched on. By default, all services are usually switched on so that they sync correctly with what you see on your desktop computer, or your laptop, in Microsoft Outlook.
  11. You can now see a list of email accounts. This may be the only email account in the list, or you may have several. If you have more than one, then we need to make sure that the default mail account the default calendar account and the default contacts account relates to the same account that you see in outlook on your computer. To do this, go back to the main SETTINGS menu and click on MAIL.
  12. Scroll down to the bottom and you will see it says DEFAULT ACCOUNT. Tap this and ensure that your new Office 365 account is the default account.
  13. Next, we do the same thing for CONTACTS and CALENDARS. Go back to the main SETTINGS menu, select CONTACTS and scroll to the bottom. Ensure that your Office 365 is the default account. Do the same for CALENDAR.

That’s it. Your mail, contacts and calendars will now synchronize between Outlook on your computer and your iPhone. The same process is true for iPad.

This guide is based upon iOS version 14.2

Categories
IT Support Microsoft Office 365 Server

How to install Microsoft Office 365 on a Remote Desktop Server 2019

Actually, having filmed this video, we did a bit of testing and proved that a generic script would actually work in any scenario. It is NOT necessary to share any folders on your server. Simply follow the instructions below.

Please note: These instructions, as with any others, come without warranty. Make sure you understand what the scripts do, and run these procedures at your own risk.

Download the Office 365 Deployment Tool

The URL for downloading the Office 2019 deployment tool is: https://docs.microsoft.com/en-us/deployoffice/office2019/deploy

For the script below to work, please extract the files to a new folder “C:\365” on your remote desktop server / terminal services server.

Create a custom Office 365 deployment configuration file

This script assumes you’ve put the configuration deployment file in C:\365. Copy the script below and paste it into notepad, and then save it as C:\365\config.xml

<Configuration>
  <Add SourcePath="\\127.0.0.1\c$\365" OfficeClientEdition="64" Channel="Broad" >
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
    </Product>
  </Add>
<Updates Enabled="TRUE" />
<Display Level="FULL" AcceptEULA="True" /> 
<Logging Level="Standard" Path="%temp%" />
<Property Name="SharedComputerLicensing" Value="1"/>
</Configuration>

Download the Office 365 Apps install files

Then, open an elevated command prompt and run this command to download the install files:

\\127.0.0.1\c$\365\setup.exe /download \\127.0.0.1\c$\365\config.xml

Install the Office 365 apps on your RDS Server

Then, once the files have downloaded, run this command to install the Microsoft Office 365 apps:

\\127.0.0.1\c$\365\setup.exe /configure \\127.0.0.1\c$\365\config.xml

You should get the splash screen to indicate that Office 365 is installing. Once it’s finished, you’ll be able to run an Office app like Word, Excel or Outlook.

How to licence Office 365 on a Remote Desktop Server

Each user that logs in to your server will need to activate the software if they need to use it. To activate it, a user will need to have at least an Office 365 E3 licence. Microsoft 365 Business Standard is NOT sufficient to activate Office 365 on a remote desktop server.

Categories
IT Support System Repair

Fix Corrupt Files in Windows 10

Did you know that Windows 10 has its own built-in mechanisms for fixing file corruption?

There is a program utility tool called SFC which can scan your system to detect missing or corrupt system files. It’s not completely foolproof but it’s a great tool to have at hand when things get weird.

First, open an elevated command prompt. Then, enter the following command:

sfc /scannow

When you press <ENTER>, your computer will begin to scan its own system files and attempt to repair any issues it finds.

Has this article been useful? Please SHARE it and SUBSCRIBE to our YouTube channel.