How to remove multiple Enters from file with Notepad++

Before we start… You don’t find my blog through a search engine for nothing, so I’ll immediately start with the steps to remove multiple enters from a file with text.  If you are interested you can read more about the subject under the tutorial. Let’s remove multiple enters from a file with Notepad-Plus-Plus. Open Notepad++ … Continue reading How to remove multiple Enters from file with Notepad++

FIX: Power BI Desktop Unable to open document – Install latest version

“FILE is incompatible with your current version or Microsoft Power BI Desktop” the basics. A customer had created his own Power BI that has a link to Active Directory on-premise, the LastLogon was different per DC, but.. more about this in another blog post. I tried to open Power BI but got the following error … Continue reading FIX: Power BI Desktop Unable to open document – Install latest version

How to get all Groups with Members in Office 365 PowerShell

This post is Part 3/3 of Office 365 groups VS Exchange Online groups. Part 1 – Intro Office 365 VS Exchange Online Part 2 – Exchange Online Groups with members Part 3 – Office 365 Groups with members Office 365 MsolGroups. You need the Msol module for Office 365 in PowerShell.You can find it here. … Continue reading How to get all Groups with Members in Office 365 PowerShell

How to get all Groups with Members in Exchange Online PowerShell

This post is Part 2/3 of Office 365 groups VS Exchange Online groups. Part 1 – Intro Office 365 VS Exchange Online Part 2 – Exchange Online Groups with members Part 3 – Office 365 Groups with members Exchange Online Groups You need the Exchange Online module for PowerShell.You can find it here. MFA enabled … Continue reading How to get all Groups with Members in Exchange Online PowerShell

How to get all O365 groups with members in Office 365 or Exchange Online with PowerShell

This post is Part 1/3 of Office 365 groups VS Exchange Online groups. Part 1 – Intro Office 365 VS Exchange Online Part 2 – Exchange Online Groups with members Part 3 – Office 365 Groups with members Office 365 or Exchange Online? What’s the difference? It is possible that the number of groups in … Continue reading How to get all O365 groups with members in Office 365 or Exchange Online with PowerShell

Get default calendar name for Mailbox Folder Permisssions Exchange PowerShell

Set-MailboxFolderPermission -Identity [email protected]:\calendar -AccessRights FullAccess At work I have a customer who is spread out over 30 different countries. This also causes some fun issues, such as the time zones, language barrier, or very specifically the calendar folder name in the mailbox has the default language name. In this blog post I will tell you … Continue reading Get default calendar name for Mailbox Folder Permisssions Exchange PowerShell