Michael Reinders profile picture

Follow Michael

Michael Reinders

Petri Contributor

Michael has been an 'IT Pro' since 1998. He has worked predominantly in the Windows world including client and server operating systems, on-prem systems engineering (AD, DNS, etc.), and over the last ten years or so has embraced and immersed himself in all things Microsoft 365 - including Exchange Online, SharePoint Online, Teams, OneDrive, and Azure Active Directory (AAD). He has written articles here on Petri based on these technologies and also published a larger series about 'Upgrading to Windows Server 2022' this past summer. Michael strives to help other IT Pros with getting more efficient (especially with PowerShell) in their day-to-day tasks and offering solid assistance on larger projects.

LATEST

Network Security

What is Azure Active Directory? (Microsoft Entra ID) – A Comprehensive Guide

Last Update: Feb 12, 2024

Azure Active Directory (AD) is Microsoft’s cloud-based identity and access management (IAM) cloud service. Azure AD is generally seen as a move from on-premises IAM to the cloud. Learn more about Azure AD here. What is Azure Active Directory (Microsoft Entra ID)? Microsoft Azure Active Directory (Azure AD, AAD, Entra ID, etc.) is a cloud…

View Article
microsoft security hero approved

What is Azure AD B2C?

Last Update: Feb 12, 2024

Azure Active Directory (Azure AD) B2C is a cloud-based customer identity and access management service that provides business-to-customer (B2C) Identity-as-a-Service. It allows organizations to secure and manage their customer-facing applications – so external parties can seamlessly sign up and log in. Learn more about the features and benefits of Azure AD B2C below. What is…

View Article
Security hero image

What is Azure AD B2B?

Discover the benefits of using Azure AD B2B in your organization. Learn how it can improve collaboration and streamline access for external partners, and boost your users’ productivity, safely and securely. What is Azure B2B? Microsoft Entra B2B (formerly Azure AD B2B) is a feature/service within the Microsoft Entra ID that allows collaboration between your…

View Article
PowerShell

How to Connect to Exchange Online Using PowerShell

Last Update: Dec 05, 2023

Exchange Online PowerShell is a command-line tool that allows you to manage your Exchange Online mailboxes and users. It can be used to perform a variety of tasks, such as creating and managing mailboxes, configuring mail flow rules, and managing user permissions. In this guide, we’ll show you how to install and connect to Exchange…

View Article
Windows

How to Run Commands and Programs Remotely Using PsExec

Last Update: Nov 15, 2023

PsExec is a command-line utility program for Windows written by none other than Mark Russinovich, the current CTO of Microsoft Azure. It’s still being updated as part of the SysInternals suite of utilities. PsExec allows you to run programs locally, and, more importantly, on remote computers. You can even kick off similar commands on multiple…

View Article
PowerShell

Get-ADComputer: The PowerShell Command for Managing Active Directory Computers

The Get-ADComputer PowerShell cmdlet is a powerful tool for managing AD computers. It can be used to retrieve information about computer objects, search for computer objects based on specific criteria, and perform various actions on computer objects. What is Get-ADComputer used for? Get-ADComputer is a PowerShell cmdlet that retrieves one or more computers from Active…

View Article
Windows 11 approved hero 3

5 Ways to Clean the AppData Folder in Windows

The inner workings of the Windows operating system are a labyrinth of files and folders, each with its own specific role and significance. Among these, the AppData folder is a critical yet often overlooked, or possibly misunderstood component. In this article, we will delve into the AppData folder in Windows, exploring its purpose, structure, and…

View Article
Windows 11

What is a Roaming User Profile on Windows?

Last Update: Oct 24, 2023

Roaming profiles are a Windows feature that allows user profiles to be used across multiple workstations within a network. A user profile contains personalized application settings, desktop configurations, application preferences, and other user-specific data. In this article, I will show you how to deploy roaming user profiles in your Windows environment so that users have…

View Article
Datacenter networking servers

Mastering Active Directory OU: A Comprehensive Guide to Organizational Units

Last Update: Oct 24, 2023

If you’ve been an IT Pro for many years (OK, decades), you likely know what an Active Directory OU (Organizational Unit) is. But, what if you’re new to the IT field or new to Microsoft Active Directory? No need to fret or get flustered – read my post to find out about OUs, what they are, and…

View Article
PowerShell

Filtering with PowerShell Where-Object: Easy Examples

Last Update: Oct 16, 2023

In this article, I’ll explain how to use the PowerShell Where-Object cmdlet to filter objects and data. I’ll provide a series of easy examples showing you how to filter files by name or date, how to filter processes by status or CPU usage, and more. When using PowerShell, you will often receive an extremely large…

View Article
Go to page