Converting Epoch Time in PowerShell: A Practical Guide

Understanding and working with Epoch time in PowerShell is essential when dealing with date and time operations in scenarios like JWT tokens, assertions, or system logs. This guide provides examples of how to manipulate Epoch time and convert it into human-readable formats using PowerShell. What Is Epoch Time? Epoch time, also known as Unix time, POSIX time, or Unix timestamp, … Read more

How to Enforce TLS 1.2 for Microsoft Cloud Applications and Microsoft Entra Connect

Transport Layer Security (TLS) 1.2 is a cryptographic protocol designed to provide secure communications by ensuring privacy and data integrity. Microsoft has made TLS 1.2 the minimum requirement for many cloud services, including Microsoft Entra Connect. This article provides step-by-step guidance to enforce TLS 1.2 for Microsoft Cloud applications, including ASP.NET apps, and for Microsoft … Read more

How to Add or Remove Delegated Consented Permissions Using PowerShell

Managing delegated permissions for applications in Microsoft environments is a critical task for administrators. This guide provides a Microsoft Graph PowerShell script to help you add or remove delegated permissions with greater granularity and control. Why Modify Delegated Permissions? Delegated permissions allow an application to act on behalf of a signed-in user. However, there are scenarios where … Read more