vWorld

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

How to check your Office 365 tenant for auto-forward rules

Use the following steps to check for any Office 365 auto-forward rules to external email addresses. In this blogpost I’m using Powershell to check for any existing auto-forward rules to external email addresses. Step 1 Logon to Office 365 using Powershell Step 2 Export the mailbox(es) that have either redirect or forwarding This produces a […]

Lees verder… from How to check your Office 365 tenant for auto-forward rules

Troubleshooting Office (/365) made easy

A collegae asked me for my support with a strange problem using Outlook 2016 (Click 2 Run).. She randomly received errors containing running out of memory resources although there were more then enough resources available… After the default checks (update, scanpst, registry settings max cache value etc) I tried the Office 365 troubleshooting tool (C2R) […]

Lees verder… from Troubleshooting Office (/365) made easy

How to update Onedrive (for Business) to the latest version

In this blogpost I describe how you can easily update your Onedrive 4 B version to the latest version. Go to the following directory : %appdata%\Local\Microsoft\Onedrive There you will find the following files and folders : Double click OneDriveStandaloneUpdater.. this automatically downloads the latest version of OneDrive into the Update folder. Now execute OneDriveSetup to […]

Lees verder… from How to update Onedrive (for Business) to the latest version

FileZilla for SharePoint

I found this free tool on the internet. It’s the “SharePoint version” of FileZilla. With this tool you can easily upload & download files to and from SharePoint (also the online version). You can also easily create subdirs, remove files etc. More information can be found here. […]

Lees verder… from FileZilla for SharePoint

Invalid Exchange Server version using Veeam Backup for Microsoft Office 365 #updated #withSolution

Update: After contacting Veeam support they attended me that there is a private fix voor version 912. stop all jobs stop “Veeam Backup for Microsoft Office 365 Service” replace Veeam.Ews with the DLL from the archive https://storage.veeam.com/Fix_113114_fbcf2c440c.zip in C:\Program Files\Veeam\Backup365 (don’t forget to back up the original DLL) Start “Veeam Backup for Microsoft office 365 Service” […]

Lees verder… from Invalid Exchange Server version using Veeam Backup for Microsoft Office 365 #updated #withSolution

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 secure is your Office 365 environment?

More and more companies are using Office 365 (O365) nowadays. Because it’s a SaaS service many people think that they don’t have to think about security. This is a common made mistake. Log on to https://securescore.office.com with you (admin) Office 365 credentials and you see your current score. (Pictures taken from demo environment) You immediatly notice […]

Lees verder… from How secure is your Office 365 environment?

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

Office 365 Powershell: Delegate Calender rights

Use the following steps to delegate (Calender) rights to a specific user. The first step is to specify your (administrator) credentials:

Then create the session:

Now import the Office 365 session using the following command:

Use the following command to delegate the calender from user1 to specified user2:

Et voilà! The […]

Lees verder… from Office 365 Powershell: Delegate Calender rights

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)