Disabling Exchange protocols in Office 365

The general default with Exchange Online is to have things enabled. Thus, things like POP3 are enable on all mailboxes by default. This makes it easier for people to connect to the service using a variety of methods. Of course there are reasons why you may want some of these disabled and that is easy to do via a number of different methods in Office 365.

If you want to use the web portal login as an administrator to Office 365.

image

When you are greeted by the Office 365 admin center select Admin from the menu bar at the top right.

image

 

 

 

 

 

From the menu that appears select Exchange.

image

Select the mailbox you wish to configure and many of the settings will appear on the right. You can modify these from here but to get access to all the options now select the Edit icon (which is the picture of the pen just above the column headings).

image

If you now select the mailbox features option from the menu on the left hand side you see a list of links on the right than allows to control the different protocols and features of the mailbox.

image

For example if you select the Disable link under the POP3 heading you will be prompted to whether you wish to disable POP3 for this mailbox as shown above.

image

By holding down the control key and selecting multiple mailboxes you can make bulk edit changes by selecting from the options on the right. In the case above, I have selected all 7 mailboxes and select the link to enable POP3. All I need do is now confirm this to update all these accounts together.

Using the web portal allows you to make changes to accounts easily, however if you need to complete this process repeatedly on a large number of mailboxes then using PowerShell is a better option.

The first step is to connect to Office 365 using PowerShell which I have covered in a previous blog post here:

https://blog.ciaops.com/2012/09/configuring-power-shell-access-in.html

You can then run a variety of PowerShell commands to disable the different features of different mailbox. The details of those commands are found here:

http://support.microsoft.com/kb/2573225/en-us

For example, to disable POP3 for the same user above the command would be:

Set-CasMailbox barry.jones@kumoalliance.net.au -PopEnabled $False

Again, that is great when you only need to do a few mailboxes, but what happens when you need to do lots? Here’s a script that should do the job for all your users (provided you don’t have thousands):

Get-CASMailbox | Set-CASMailbox -PopEnabled $False

I will also point you to the following blog article:

http://blogs.technet.com/b/zarkatech/archive/2011/08/09/automatically-disable-pop3-amp-imap-in-office-365.aspx

which shows you how to achieve this using Office 365 security groups to more easily determine exactly who and who doesn’t have access. This is a great option if want to restrict only a subset of your users from having access to features like POP3 in Office 365.

The important takeaway here is that most of Exchange features are enabled in Office by default. You can easily change them via the web portal but an even better method would be to user PowerShell, where you can even integrate security groups to provide even more granular control.

CIAOPS Virtual Tech Meeting–November


Registrations are now open for the CIAOPS Virtual Tech Meeting on Wednesday the 6th of November. You can register at:
https://ciaops1113.eventbrite.com.au/
This meeting will features a presentation by on the public website capabilities in Office 365 by myself. Details are:
You may not be aware that every Office 365 plan that includes SharePoint Online comes with the ability to create a public website linked to any domain. In this demonstration you’ll learn how to configure this public website and how to customize it for your needs.
There will also be the usual news, product updates, general discussion as well as questions and answers.
So if you want to get the latest make sure you register now.
The resources from the latest meeting are also available at:
https://blog.ciaops.com/2013/09/ciaops-virtual-tech-meetingoctober.html
I look forward to seeing you on the day.

Visio and SharePoint Online

I see a growing use of Visio but what many don’t appreciate is the power that combining Visio with SharePoint Online brings.

Firstly, you are going to need an Office 365 plans that includes SharePoint Online Plan 2 because only this includes Visio Services. The plans that currently incorporate SharePoint Online Plan 2 are:

– SharePoint Online Plan 2 (stand alone)

– Office Web Apps SharePoint Online Plan 2

– Enterprise E3 Suite

– Enterprise E4 Suite

Visio services basically allows Visio drawings to be displayed directly in a web browser.

image

In the above SharePoint Online document library I have 3 Visio files:

– demo.vdw

– demo.vsd

– o365-plan-choice.vsdx

If I select the older Visio VSD file:

image

I’m asked to either open the file or save it locally.

If I however now select the older VDW file:

image

because I am using an E3 plan that include SharePoint Online Plan 2 with Visio services, that Visio drawing opens in a browser with the functionality of a Visio viewer.

If I now select the newer VSDX file:

image

you see once again, thanks to the magic of Visio services, the file opens up in a web browser.

So in summary, only older VDW and newer VSDX files can be opened directly in Visio services with SharePoint Online Plan 2.

image

With Visio services you can also embed a web part into a SharePoint Online page and display any compatible Visio diagram directly in a web page like show above.

Also don’t forget that Visio diagrams can contain things like links so when someone clicks on a image in the diagram (like on a server in the above screen shot) it can take them to another page (maybe a list of the specifications for that server, also in SharePoint Online).

If you like what you see get into SharePoint Online Plan 2 and Visio. Very cool!

Office 365 Best Practices Analyser Beta

Bet you didn’t know that office 365 had its own Best Practices Analyser (BPA) that can check your setup. We’ll here’s how to run it.

image

Firstly, login into you Office 365 portal as an administrator.

image

Select tools at the bottom of the menu on the left hand side as shown.

image

Currently the second item under Checks on the right is the BPA. Select this hyperlink to continue.

image

You’ll then need to accept the End User Agreement for a number of software packages that will be installed on your system.

image

These updates will then be downloaded to your workstation.

image

The downloaded software packages will then be installed. Some of these include the .NET Framework 4.5,

image

Windows Management Framework 3.0.

image

You’ll then need to reboot.

image

After logging back in, the installation will continue.

image

You’ll also get the latest Windows azure AD module for PowerShell.

image

When all the prerequisites have been installed you’ll then be prompted to install the BPA.

image

It will download some more files.

image

You’ll have to agree to another End User Agreement.

image

Once installed you can then run the BPA.

image

You can run the BPA as the currently logged in user (if any) or specify a different set of credentials.

image

You now start a new scan.

image

Provide the login details to Office 365. I would suggest that this needs to be an Office 365 Global Administration account.

image

Wait a few moments while the scan runs.

image

And finally get the results.

image

Which you can expand for more detail as shown above.

image

You can also elect to save the results to a HTML file on your system for later analysis.

Remembering that this software is still beta I would have to say that it currently takes too long to get the results from the BPA. You really need something that is quick. I understand that it needs a lot of current software to run its tests and on many existing Office 365 systems that software will already be in place, significantly shorting the set up time. However, I would still like to see the process shortened.

Try it out for yourself and see what you think!

Microsoft double shot exam available

If you planning on taking a Microsoft certification exam between now and May 31, 2014 then you should sign up for the double shot offer from Microsoft at:
http://www.microsoft.com/learning/en-us/second-shot.aspx?WT.mc_id=MSLS_secondshot
This means that you can take an exam and if you don’t pass then you can retake that exam again at no cost.
I would commend all resellers here in Australia to take up this offer because I’ll have some news soon on a new round of exam cram sessions that I will presenting.

New Office 365 74-325 exam available

You knew that it was coming but now it is finally here! Microsoft have released the updated Administering Office 365 for SMB exam to incorporate all the least Wave 15 information. The exam details are here:
http://www.microsoft.com/learning/en-us/exam.aspx?ID=74-325
The new 74-325 replaced the older 74-324 exam which was based on Wave 14 of Office 365 and is still around. I don’t however expect the older 74-324 exam to last much beyond the end of 2013 when all upgrades to Office 365 should be completed.
I plan to take the exam soon and am looking at developing some exam cram material as I did for the 74-324 exam, so stay tuned.
If you want to get started then look at the updated 74-325 Jumpstart video series already available in the Microsoft Virtual Academy.

CIAOPS Virtual Technology Meeting on Wednesday

Don’t forget to register for the CIAOPS Virtual technology meeting this Wednesday the 11th of September from 4pm Sydney time. You can do so via:
https://ciaops0913.eventbrite.com.au/
At the event you’ll learn about what Yammer is and how important it will be going forward. I’ll even show you how to get started with your own Yammer account so you can get a better feel of what this product is all about.
Aside from that you’ll learn about the latest updates to Office 365, Windows and what’s happening in the technology industry. There’ll also be plenty of time for questions and general discussions with other attendees.
To get the best from the even make sure you register and attend in person.

Exchange Online mailboxes double

Hot on the heels of the increased capacity with SkyDrive Pro Online Microsoft has just announced that Exchange Online Mailboxes will double in size. Here’s the announcement:
http://blogs.office.com/b/office365tech/archive/2013/08/29/exchange-online-mailbox-sizes-are-doubling.aspx

You’ll see that it is basically across all plans and all mailboxes, including shared mailboxes.
Existing users won’t need to do anything, their mailbox will automatically increase sometime between now and November.
This is yet further evidence to my mind of how fast Microsoft is bringing improvements to Office 365 so expect to see further updates coming thick and fast.