vWorld

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

How to fix “A specified logon session does not exist. It may already have been terminated”

  After changing my internal subnet I ran into an issue connecting to my NAS devices. Ofcourses I changed the IP addresses but on some devices I couldn’t reach them any longer.   After some “googling”I found that many more people have runned into this problem. Some of them found their solution in changing the […]

Lees verder… from How to fix “A specified logon session does not exist. It may already have been terminated”

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

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

Difference between the 2 Intune Agents

When deploying Intune, you have 2 options. In the following table you see the difference between them : Stand-alone Hybrid Administration with ConfigMgr No Yes Supported Devices IOS 6+, Android 4+, Windows Workstations, Windows RT, Windows Phone 8+ IOS 6+, Android 4+, Windows Workstations and Servers, Windows RT, Windows Phone 8+, Linux Servers, Mac OSX […]

Lees verder… from Difference between the 2 Intune Agents

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)

Using Azure to monitor website availability and responsiveness

In this blog post I describe how you easily can monitor the performance and the availability of a website. You need an Azure (trial-) account and Visual Studio Enterprise (or Ultimate). There are multiple options, but in this post I describe the URL ping test and the Multi-step web test. The ping test is an […]

Lees verder… from Using Azure to monitor website availability and responsiveness