Welcome to the GeekWolf website

This site aims to give insights, best practices and tips & tricks into the Microsoft stack with a particular focus on Identity, although I will no doubt drift into Entra ID, On-Premises, Microsoft 365, Google and Azure. Having been in the Microsoft stack for a long time and with a development background in my early years, you will see PowerShell, Graph and perhaps even some C# code. I have collated the blogs into Categories (which are shown in the menu on the left)(which are shown in the hamburger menu above) and Tags (which are shown in the tag cloud in the bottom left)(which are shown in the tag cloud at the bottom) I hope you enjoy the site, please feel free to comment on any post. If you want a regular update sent to you summarising the recently added posts, then please subscribe to the newsletter.

Here is a list of the most recent blogs:

Ignite 2024 Announcements

Microsoft Ignite 2024 brought a wealth of announcements that showcase innovation across AI, cloud infrastructure, and developer tools. Here’s a comprehensive overview of the key updates and features unveiled during the event. Power Pages: Simplifying Web Development Power Pages received significant enhancements, making web development more accessible to users of...

Read More

A look into authentication: Credentials

Welcome to the next part of our series on authentication. In our previous post, we covered hashes: what they are, how they are calculated and stored. In this blogs we will step back and look at credentials as a whole and see how these are used, stored and protected When...

Read More

A look into authentication: Hashes

Welcome to the next part of our series on authentication. In our previous post, we covered passwords: the foundation of most authentication systems. Now, we’ll delve into a critical aspect of authentication security—hashing. This blog will explore how operating systems like Windows, Linux, and macOS use hashing to protect passwords,...

Read More

A look into authentication: Passwords

Passwords are the guardians of our digital lives. From unlocking our phones to accessing bank accounts, they’ve become a universal mechanism for proving identity in the digital age. But where did they come from, and how do they work? In this first entry of a multipart series on authentication, we’ll...

Read More

Do Cross Tenant Features Help with Migration?

While cross-tenant features in Azure AD (such as B2B collaboration, guest access, and shared channels in Teams) can offer some short-term benefits during a migration scenario, they do not provide a comprehensive solution for tenant-to-tenant migration. In fact, they can introduce additional complexity and confusion during the process. Below is...

Read More

Understanding cross-tenant features in Microsoft 365

As organisations increasingly adopt Microsoft 365 for collaboration and productivity, many encounter scenarios requiring communication and resource sharing across different tenants. Microsoft 365 offers several cross-tenant features that enable seamless interaction while maintaining security and compliance. This blog explores these features, how they work, and when to use them. What...

Read More

Exploring Autopilot v2, what has changed?

Windows Autopilot has long been a game-changer for IT departments looking to streamline the deployment of Windows devices. With the release of Autopilot v2, Microsoft introduces a more flexible and responsive framework aimed at addressing many of the limitations of the original Autopilot (now referred to as Autopilot v1). But...

Read More

What is new in Windows 11 24H2

Windows 11 24H2 is a major update bringing a mix of new features, improvements, and the removal of legacy elements. In this blog, we’ll explore both the changes that end users will notice and those that matter more for IT administrators. We’ll also highlight features that are being removed or...

Read More

PowerSyncPro Migration Agent likes and competition dislikes

After writing PowerSyncPro Directory Sync in PowerShell over Christmas in 2018, I added the first migration agent in 2020. The migration agent is all about making the end user’s life easier after migration. Since then the tool has been rewritten in C# using .Net Core. I wanted to talk about...

Read More

PowerSyncPro DirSync likes and competition dislikes

I first wrote PowerSyncPro Directory Sync in PowerShell over Christmas in 2018. Since then the tool has been rewritten in C# using .Net Core. I wanted to talk about things I am particularly proud of and also mention areas where I think other tools fall down. I’d love to hear...

Read More
Follow
Follow