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

FIX: The current subscription type is not permitted to perform operations on any provider namespace

Please use a different subscription? One of my automated scripts suddenly stopped working. I saw the following error message in Azure Automation: Get-AzureRmStorageAccount : The current subscription type is not permitted to perform operations on any provider namespace. Please use a different subscription. I was surprised because this script has been running daily for more … Continue reading FIX: The current subscription type is not permitted to perform operations on any provider namespace

Is it listed? From Domain, to email, and even IP addresses including the ranges Exchange Online

Is what listed? With the PowerShell script on Github you can find a domain name, email address, and IP address in Exchange Online that is located in one of the following places: Transport rules Anti Spam Policies Anti-Phishing Policies Inbound Connectors Outbound Connectors Connection Filter Policies NEW: Inbox Rules (Briefly explained in Various Choices). The … Continue reading Is it listed? From Domain, to email, and even IP addresses including the ranges Exchange Online

Disable PowerShell for users in Exchange by Bas Wijdenes

Regular users can run PowerShell commands on their own Mailbox I recently found out that PowerShell is enabled by default for all users in Exchange Online including the normal user mailbox. There was a user who had been hacked, and the hacker had placed a forward in the mailbox via PowerShell, but well about this … Continue reading Disable PowerShell for users in Exchange by Bas Wijdenes

See which shared mailboxes are above 50Gb in Exchange Online

Shared mailboxes receive a maximum of 50Gb when no license is assigned Microsoft has always said that a shared mailbox can be up to 50Gb unless you have assigned a license.This is not the case in most tenants and this has always been tolerated by Microsoft.Now they are really going to force this by capping … Continue reading See which shared mailboxes are above 50Gb in Exchange Online

How to use Let’s Encrypt certificates for ADFS and WAP by Bas Wijdenes

Encrypt the ADFS login page with Let’s Encrypt certificates. In my previous post I tell you about how you can use a Let’s Encrypt Certificate for WAC, IIS, and ADFS. The WAC post has already been created, and you can view it here.And with this post, also the ADFS tutorial. If we look back at … Continue reading How to use Let’s Encrypt certificates for ADFS and WAP by Bas Wijdenes

Bulk update OMS Workspace Key with PowerShell by Bas Wijdenes

Azure Log Analytics and “The agent could not authenticate with the Microsoft Operations Management Suite service. Please check that the Workspace Key is correct.” We have a new developer environment at work as a showcase for new customers. A colleague was given the task to use Azure Automation for Update management, because we also use SCOM … Continue reading Bulk update OMS Workspace Key with PowerShell by Bas Wijdenes

How to use Let’s Encrypt certificates for Windows Admin Center by Bas Wijdenes

Let’s Encrypt and WAC. In my previous post I wrote about installing Let’s encrypt certificates on Windows. I gave the example that you can use a Let’s encrypt certificate for the Windows Admin Center. In this blog post I will also show you how to use Let’s Encrypt for WAC. During the installation you will … Continue reading How to use Let’s Encrypt certificates for Windows Admin Center by Bas Wijdenes

How to change Skype for Business default toll number with PowerShell by Bas Wijdenes

Summary We have a customer who is spread all over the world. They are all in one joint Office 365 tenant all over the world. The advantage of this is that everything is in one place, the disadvantage of this is that you run into land-bound things. Think of the time zones, usagelocations, laws, and … Continue reading How to change Skype for Business default toll number with PowerShell by Bas Wijdenes

See if users have set a profile Picture in Office 365 with PowerShell by Bas Wijdenes

Microsoft office 365 and the user profile picture. Within Microsoft Office 365 users can set up a Profile picture themselves. This is then synchronized to Skype for Business, Outlook, Yammer, Delve, and so on. The advantage of this is that users can recognize each other more easily and that the e-mails and Skype messages become … Continue reading See if users have set a profile Picture in Office 365 with PowerShell by Bas Wijdenes