Category Archives: Power Shell Scripts

Power Shell Scripts

Day-5: Conditional Access – Enforcing Identity Security in Microsoft 365

By | January 13, 2026

Series: 30 Days of Microsoft 365 Admin 🎯 Day-5 Objective After learning identity security fundamentals (Day-4), today we will: 1️⃣ What is Conditional Access (Quick Recap) Conditional Access evaluates: It enforces Zero Trust: Never trust, always verify 2️⃣ Prerequisites (Before You Start) ✔ Entra ID P1 or P2 license✔ At least one test user✔ Admin… Read More »

Day-4: Security Foundations – Protecting Identities in Microsoft 365

By | January 5, 2026

Series: 30 Days of Microsoft 365 AdminAuthor: Jaspreet Singh 🎯 Day-4 Objective After creating users and assigning roles (Day-3), today’s goal is to: 1️⃣ Password Policies & Sign-In Protection 🔧 Admin Steps 🔍 What to Review 🧠 Admin Reality These settings silently protect tenants from: 2️⃣ Multi-Factor Authentication (MFA) – Hands-On 🔧 Enable MFA for… Read More »

Day-3: License Management & Service Assignments in Microsoft 365

By | January 1, 2026

(Beginner to Admin-Level Practical Guide) 🎯 Objective of Day-3 The goal of Day-3 is to understand how Microsoft 365 licensing works, how licenses are assigned, removed, and managed, and how admins control service access for users. License management directly impacts: This is a daily responsibility of an M365 Administrator. 🔹 Prerequisites 1️⃣ Understanding Microsoft 365… Read More »

Microsoft 365 Admin – Day-1 Real-World Setup (Beginner Friendly)

By | December 18, 2025

🎯 Goal of Day-1 Set up a new Microsoft 365 tenant securely and professionally, just like a real IT/M365 administrator would do on Day-1 in an organization. 🧱 DAY-1 TASK BREAKDOWN (Industry-Style) 1️⃣ Access Microsoft 365 Admin Center Steps Real-World Tip First login should always be done using Global Admin, but daily work should use… Read More »

Microsoft 365 Admin Roadmap (Beginner to Pro)

By | December 2, 2025

🟦 STAGE 1 — Fundamentals (Beginner) Goal: Understand the basics of M365 & core admin concepts. 1️⃣ Learn the Basics of Microsoft 365 Study topics: 2️⃣ Learn the Microsoft 365 Admin Center (Portal Basics) Explore all sections: Practice:✔ Create a user✔ Assign a license✔ Reset password✔ Add alternate email✔ Create a Microsoft 365 Group✔ Create… Read More »

terraform-docker-nginx

By | August 22, 2025

Infrastructure as Code (IaC) with Terraform 🚀 Objective Provision a local Docker container using Terraform. 🧰 Tools Used 📁 Project Structure terraform-docker-app/ ├── main.tf ├── apply-log.txt ├── README.md 📝 Steps Performed 1. ✅ Wrote Terraform Configuration File: main.tf 2. ✅ Terraform Commands Used terraform init # Initialize the project terraform plan # See execution plan terraform apply… Read More »

nodejs-demo-app-jenkins

By | August 22, 2025

🛠 Jenkins CI/CD Integration 📌 Overview This project also includes a Jenkins-based CI/CD pipeline that automates the process of building a Docker image from the Node.js app and pushing it to Docker Hub whenever new changes are pushed to GitHub. 🚀 Jenkins Setup Steps ✅ Prerequisites Jenkins installed (Currently installed on local system) Docker installed… Read More »