vWorld

vWorld – Oude Doesburgseweg 89C6901 HH Zevenaar – info@vworld.nl – Kantoor: 0316-798037 – Because it’s a virtual world!

How to Add an extra email address to your O365 mailbox the right way

This blogpost describes how to add an extra email address on your O365 mailbox. Someone told me that when he tries to add an extra email address using the Office 365 admin partner he receives the following error : The error says that this action (adding an extra email address) should be performed on the […]

Lees verder… from How to Add an extra email address to your O365 mailbox the right way

How to show (export) all devices synchronizing with your Office 365

For a MDM project I had to make an dump which users are using which devices to (active)sync with their Office 365 mailboxes. This is how I did that : Get-Mailbox -ResultSize Unlimited | ForEach {Get-MobileDeviceStatistics -Mailbox:$_.Identity} | Select-Object @{label=”User” ; expression={$_.Identity}},DeviceModel,DeviceOS, lastsuccesssync | Export-csv F:\powershell\activesync.csv Running the above command showed the following output (in […]

Lees verder… from How to show (export) all devices synchronizing with your Office 365

Powershell: Start using PowerShell using PowerShell Command Builder

Microsoft TechNet site has a great site that enables you to build your own cmdlets using a web drag and drop interface. There is support for : Let’s try Office 365 : You notice the drag and drop interface. First select the verb, for example Get. Click get and the send arrow. Now choose a […]

Lees verder… from Powershell: Start using PowerShell using PowerShell Command Builder

Powershell: Connect to Azure Active Directory and Microsoft O365

Use the following Powershell script to connect to Azure Active Directory and Microsoft O365. This enables you to use all the O365 Powershell commands.

  (Download the Powershell plugin here) […]

Lees verder… from Powershell: Connect to Azure Active Directory and Microsoft O365

Office 365 : Disable Clutter (onbelangrijke mail) function

In this post I describe how to disable/enable the Clutter function of O365. The clutter feature is self learning and there are not many options you can specify. You can drag messages to and from the Clutter mailbox so that it can learn how to work. But sometimes you want do disable this function for […]

Lees verder… from Office 365 : Disable Clutter (onbelangrijke mail) function

How to export an Exchange Mailbox to PST

Exchange 2010 SP1 and later doesn’t allow by default for any user to export a mailbox. You have to assign those rights to a specific user. Use the following command :  

  Now that we have an user with the appropriate rights, make sure you have the location ready where you wish to […]

Lees verder… from How to export an Exchange Mailbox to PST

Office 365 Enabling archiving

Use the following steps to enable archiving using Office 365. Go to http://portal.office.com Select administrator/beheerder. Go to the list of enabled users. Select Exchange properties Now the specified user has Archiving rights. So all data in the archive folder is not part of the 50 GB storage limitation. Let’s open Outlook Web Access and notice […]

Lees verder… from Office 365 Enabling archiving

Powershell : How to identify (and delete) specific email messages from Office 365

I was looking for a way to identify messages in my Outlook Mailbox and easily delete them. First connect to Office 365 with you (admin) credentials using the LiveCred command. Set the Execution Policy and import the commandlets. Using the next command creates an export of all emails from the specified user in the emailbox […]

Lees verder… from Powershell : How to identify (and delete) specific email messages from Office 365

How to identify which customers confirmed you as Partner of Record (Office 365)

Use the following steps to simply identify which customers confirmed you as a Partner of Record. 1. https://mspartner.microsoft.com/en/nl/pages/index.aspx 2. Membership 3. Online Services Dashboard 4. Go to Dashboard 5. Cloud services dashboard […]

Lees verder… from How to identify which customers confirmed you as Partner of Record (Office 365)

How to check how much Office 365 Sharepoint / Onedrive for Business data is in use

October 2014 Microsoft announced unlimited storage for all Office 365 customers. In the next couple of months all accounts will be upgraded from 1 TB to unlimited storage. When you want to check how much storage your Office 365 has in use, you can check this following these steps : First login to the Office […]

Lees verder… from How to check how much Office 365 Sharepoint / Onedrive for Business data is in use

Solution for Onedrive for Business consuming a lot of Space on your local hard drive

I use OneDrive for Business to sync my files to Office 365. In my laptop I have 2 SSD drives and I want to sync these files to the 2nd SSD. So I thought that it was enough to sync my files to a folder on this drive. But I found out that when uploading […]

Lees verder… from Solution for Onedrive for Business consuming a lot of Space on your local hard drive

How to use EMC to migrate mailboxes from Exchange on premises to Office365 and vice versa

In my previous post you can read how easily it is to use the EMC to administer your Office365 account. Now you can imagine how easily it could be to migrate Exchange mailboxes from your on premises Exchange Server to Office365 or the other way around! This is how you can do that : First […]

Lees verder… from How to use EMC to migrate mailboxes from Exchange on premises to Office365 and vice versa

Exchange 2010 Multi tenant : The object must be within the read scope before and after

I ran into a problem while granting one or more permissions on a mailbox :

Because it’s an Exchange 2010 SP2 multi tenant hosted environment there is no management console, so I figured out how to fix this using powershell in combination with an Multi tenant environment. Start the Exchange 2010 management shell with the […]

Lees verder… from Exchange 2010 Multi tenant : The object must be within the read scope before and after

Cannot log into hosted sharepoint on Office 365 with IE 9

Today a co-worker found the solution of not able to login into Office 365′ sharepoint. The solution was simple but effective : Open IE9, –> tools –> Security –> Trusted Sites –> Sites. Add the following sites : https://*.sharepoint.com” https://*.microsoftonline.com”>https://*.microsoftonline.com Thanks Bob! 🙂   […]

Lees verder… from Cannot log into hosted sharepoint on Office 365 with IE 9

BPOS : Add multiple domains after import users with CSV file

One major drawback using the CSV import option with BPOS is that you only can specify one (!) domain. Our customer has multiple domains (like almost any company) and it seems that I had to edit al the user settings manually. I found the solution. Before : You see, only the default @xyz.emea.microsoftonline.com has been […]

Lees verder… from BPOS : Add multiple domains after import users with CSV file

BPOS: Certificate error when oppening Sharepoint site

Do you get the following error when accessing your online Sharepoint (BPOS) site ? : Then you problably do not have the SSO sign in tool installed. Download it here. Microsoft says the sharepoint site can be accessed without the sign in tool but only read-only. My experience is that you need the tool to […]

Lees verder… from BPOS: Certificate error when oppening Sharepoint site