Office 365 low hanging security fruits - Mail tagging
Office 365, Security

Office 365 low hanging security fruits - Mail tagging

This part is focused once again on mail traffic and its attack vectors. Specifically, I wanted to tag all incoming mails in Office 365 Exchange, which are not coming from trusted domains. This is really easy to implement with Exchange Online rules and doesn't even require any kind of powershell knowlegde, so every O365 should have implemented this policy in their environment.
FJ

Frederik Junge

Office 365 low hanging security fruits - DMARC
Office 365, Security

Office 365 low hanging security fruits - DMARC

How you do implement basic security policies for your company's Office 365 system? As mail systems are usually the main target for your average cyber criminals, a quick strategy was needed to harden the first line of defense against this attack vector. The measures I came up with are luckily not any kind of rocket science and easy to implement even by not so experienced O365 admins, as they are well established and around for quite a while by now. But they are a great way to harden your network and protect your users against cyber criminals with just a few hours of work. This is a three part series, starting with how to implement DMARC for your Office 365 Exchange Server.
FJ

Frederik Junge

UEFI - A brief overview
Security

UEFI - A brief overview

There are a lot of discussion out there about UEFI keywords such as Secure Boot, Signed OS and BIOS successor. Many of you have probably followed something about it or discussions about it. However, the background of this (in my opinion) important and complex topic is mostly only briefly or not mentioned at all. In this article I will try to go a bit further into detail about the boot process of a computer and what happens under the hood of your hardware...
FJ

Frederik Junge

Link shortener service with Azure Functions and PowerShell
Azure

Link shortener service with Azure Functions and PowerShell

I recently had to write some code to provide a one time link functionality, where links will be invalidated and the underlying files will be deleted as soon as they are accessed once. This brought me to the idea, we will take a look at today. I basically wanted to create a REST API for a link shortener service.
JD

Jan-Henrik Damaschke

PowerShell Saturday Hamburg 2020
Community, PowerShell

PowerShell Saturday Hamburg 2020

On the 02/22/2020, the first PowerShell Saturday Hamburg took place and what a day it was!
CB

Christoph Burmeister

PowerShell in Azure Functions v2 is generally available
PowerShell, Azure Functions

PowerShell in Azure Functions v2 is generally available

I've been waiting a long time for this and its finally here - PowerShell Support for Azure Functions v2 is generally available and ready for production! On the 4th of November at Ignite 2019, the general availability has been announced. This alone is a big step for automating tasks in Azure, but there is more, the Product Group also announced the general availability of the Premium Plan for Azure Functions! With this, Azure Function Apps can seamlessly be integrated within your VNet.
CB

Christoph Burmeister