I’m using Altaro VM Backup for my Hyper-V whitebox environment for a couple of years now. Recently I tested the latest version. Hereby my experiences. Their latest version of VM Backup changed in comparison to previous versions. I noticed several new features/improvements and a slightly improved UI. (Some of) AltaroRead More →

Use the following Powershell script to connect to Azure Active Directory and Microsoft O365. This enables you to use all the O365 Powershell commands. #Connecting to Exchange Online and Azure Active Directory #This first command will import the Azure Active Directory module into your PowerShell session. Import-Module MSOnline #Capture administrativeRead More →

A couple of weeks I’m using Franz. Franz is a portal for all your social media accounts, like Skype, Facebook Messenger, WhatsApp etc. When you – like myself – use multiple cellphones, twitter accounts etc. it’s easy to open them all in the same window. For example, I have 2Read More →

  Use the following steps to remove the following error when you wish to delete an OU container:   Open Active Directory Users and Computers. Goto the specific OU. Open properties, security, advanced. Remove the Deny Everyone access rule (first rule). Et voila, you’re good to go!Read More →

Use the following steps to delegate (Calender) rights to a specific user. The first step is to specify your (administrator) credentials: $LiveCred = Get-Credential Then create the session: $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirection Now import the Office 365 session using the following command:Read More →