vWorld

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

XenApp and XenDesktop on Azure Cost Calculator

Recently I build a XenApp environment on Azure for demo purposes. I used –> this <– website helping me calculating the costs. This website (running on Azure :-)) makes it easy to calculate the costs of your XenApp/XenDesktop environment on Azure.   You can provide the locations, working Hours, Workloads and number of users (and their profiles). […]

Lees verder… from XenApp and XenDesktop on Azure Cost Calculator

How to Create a Site-to-Site VPN between Azure and your home environment using pfSense

I’m moving more and more of my whitebox environment towards Azure. But some parts are still running in my home environment. So I would like to create a Site-to-site VPN between my office @home and Azure. Because an Express Route would be slightly overkill I decided to build an Site 2 Site VPN. Some information […]

Lees verder… from How to Create a Site-to-Site VPN between Azure and your home environment using pfSense

Azure VM easy patchmanagement

In my Azure test environment I’m running several Windows and Linux servers. In this blog post I describe an easy and effective way to patch them. It only takes you a minute of configuring! On a freshly installed Windows Server 2016 without patching there were 4 available updates (Azure template) : I’ve created a new […]

Lees verder… from Azure VM easy patchmanagement

How to convert OVA to VHDX for Hyper-V

If you have found yourself in a scenario where you would like to use Hyper-V as a test environment for your virtual machines, but you are using VMware ESXi Server,Citrix XenServer or VirtualBox then this tutorial is for you. Required software Microsoft Virtual Machine Converter 3.0 available here. WinRar (or any tool you prefer to extract .tar files) Your […]

Lees verder… from How to convert OVA to VHDX for Hyper-V

File level restore on Azure

Making backups of virtual machines running on Azure using snapshot technology is a nice feature. But sometimes you don’t want to revert the whole snapshot but only want to restore a single file. Now this is possible. It uses the same backup/Snapshot technology you probably are already using. Open the virtual machine properties in the […]

Lees verder… from File level restore on Azure

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

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

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