Adam Bertram profile picture

Follow Adam

Adam Bertram

Petri Contributor

Entrepreneur, hustler, husband, dad, Automator, content producer, published author, Microsoft MVP, DevOps pro and passionate problem-solver.

LATEST

PowerShell

Using PowerShell to Delete Files and Folders

Last Update: Sep 04, 2024

Looking for a simple and easy way to delete content with PowerShell? Here you go.

View Article

Using Windows PowerShell Modules in PowerShell 7

Last Update: Sep 04, 2024

With the advent of PowerShell Core and PowerShell 7, not all modules have been updated to be compatible with core engine updates or cross-platform accessibility. Instead of needing to switch between multiple versions of PowerShell depending on the tasks at hand, PowerShell 7 has added compatibility layers for existing Windows PowerShell compatible modules.

View Article

Using Windows PowerShell Modules in PowerShell 7

Last Update: Sep 04, 2024

With the advent of PowerShell Core and PowerShell 7, not all modules have been updated to be compatible with core engine updates or cross-platform accessibility.

View Article

Understanding Azure App Registrations

Last Update: Sep 04, 2024

Microsoft offers a robust identity platform, but to facilitate authentication and authorization applications need to be registered. To that end, within Azure AD you will find the App registrations pane that offers the ability to create registrations for applications and assign permissions accordingly.

View Article

Understanding PowerShell and Scheduled Task Management

Last Update: Sep 04, 2024

Many tasks within Windows are managed by the Windows Task Scheduler. This versatile task scheduling system, akin to cron in Linux, is used by both core Windows processes and by user programs alike.

View Article
PowerShell

How to Use PowerShell to Manage Folder Permissions

Last Update: Jun 08, 2025

Looking to manage folder permissions with Powershell? This is the easy way to accomplish that task.

View Article

Using PowerShell Invoke-RestMethod and Invoke-WebRequest with REST APIs

Last Update: Sep 04, 2024

With the advent of cloud services, PowerShell is more important than ever. The Invoke-RestMethod and Invoke-WebRequest functions of PowerShell allow easy interactions with an API and aid in creating complex workflows.

View Article

Getting Started with Azure App Service for Web Apps

Last Update: Sep 04, 2024

Microsoft offers a highly flexible and easy to use web application service. With the myriad of languages, runtimes, and options available for web applications, managed services make application deployments and configuration exceptionally easy.

View Article

Getting Started With Azure Active Directory

Last Update: May 24, 2025

Azure Active Directory makes running one of the most commonly used and useful directory services easy to do and with minimal maintenance and overhead

View Article

How to Use the Azure API Management to Proxy a Public API

Last Update: Sep 04, 2024

With Microsoft Azure’s API Management service, you can easily proxy an existing API and modify the input and output before that data is received or sent.

View Article

How to Manage Windows 10 Updates via PowerShell

Last Update: Sep 04, 2024

Windows is notorious for the number of system updates that are necessary and how often they come out. These updates are important, not only to keep your system running well, but also to keep your system secure. Of course, managing these updates can sometimes be a pain, especially if you aren’t aware of what is…

View Article

The Basics of Managing a Windows 10 System with PowerShell

Last Update: Sep 04, 2024

PowerShell isn’t just a command-line tool for system administrators. Even savvy Windows 10 users can take advantage of the capabilities built-in to make changes to their OS.

View Article
Go to page