PowerShell

Here you will find all the articles related to PowerShell in overall.

veriables powershell

Understanding Variables in PowerShell

Whether you’re writing quick one-liners or building full automation scripts in PowerShell, variables are a cornerstone concept. They allow you to store, reuse, and manipulate data in flexible and powerful ways. In this guide, we’ll explore everything from basic usage to practical tips that will help both beginners and those looking to sharpen their scripting skills.

Basics PowerShell
Hidden inbox rules

Detecting Hidden Inbox Rules in Exchange Online

Inbox rules in Exchange Online help automate email management — forwarding messages, organizing folders, or flagging items. But there’s a lesser-known risk: some inbox rules are hidden from standard PowerShell queries. These can be used for legitimate purposes — like automatic replies — but can also be abused by threat actors.

Exchange PowerShell
foreach powershell

Exploring the power of foreach in PowerShell

One of the most essential tools in PowerShell’s arsenal is the foreach loop. This loop allows you to traverse collections, such as arrays or lists, and perform operations on each item. By mastering the foreach loop, you can streamline your workflows, reduce manual effort, and enhance your productivity. Let’s explore how this powerful construct works and how you can leverage it in your scripts.

Basics PowerShell
exchange migration

Migrating from Exchange Web Services to Microsoft Graph: A Practical Guide

As the retirement of Exchange Web Services (EWS) in Exchange Online approaches, it’s crucial for developers to start transitioning their applications to Microsoft Graph. Microsoft has announced that starting October 1, 2026, EWS requests to Exchange Online will be blocked. In this blog post, we’ll walk through the implications of this transition and provide a practical example of how to audit your current EWS permissions using Microsoft Graph.

Azure Exchange Graph PowerShell
Scroll to Top