Category Archives: Power Shell Scripts

Power Shell Scripts

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 »

Day-2: Identity & User Management – Step-by-Step (Hands-On)

By | January 1, 2026

This section provides practical admin steps for each Day-2 topic, exactly as performed in real Microsoft 365 environments. 1️⃣ Entra ID (Azure AD) – Tenant & Identity Basics (Admin View) Steps to Access Entra ID Admin Understanding 2️⃣ Create Users in Microsoft 365 (Hands-On) Steps to Create a User Reset User Password πŸ“Œ Real admin… 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 »

30-Day Hands-On Practice Plan for Microsoft 365 Admin

By | December 8, 2025

WEEK 1 – Identity & User Management (Microsoft Entra ID Basics) 🎯 Goal: Understand identity, users, groups, roles, and basic administration. Day 1 – Introduction to Microsoft 365 Admin Center Hands-on: Checklist: Day 2 – Create & Manage Users Hands-on: Day 3 – Manage Groups Hands-on: Day 4 – Role-Based Access (RBAC) Hands-on: Day 5… 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 »

Node.js Demo App with CI/CD using GitHub Actions & DockerHub

By | August 27, 2025

This is a simple Node.js application that demonstrates how to set up a CI/CD pipeline using GitHub Actions and DockerHub. The pipeline automatically builds, tests, and deploys the Docker image to DockerHub whenever changes are pushed to the main branch. πŸ”— GitHub Repository πŸ‘‰ GitHub: jaspreet237/nodejs-demo-appπŸ‘‰ Youtube Link : https://youtube.com/shorts/Ys0DX15pdaA?feature=share πŸ›  Tech Stack πŸ“ Project Structure nodejs-demo-app/ β”œβ”€β”€ .github/ β”‚ └── workflows/… Read More »

Deployment of MedusaJS V2 Ecommerce Backend on AKS (Azure Kubernetes Service)

By | November 7, 2025

This project demonstrates a production-like deployment of a MedusaJS v2 ecommerce backend using Docker, Jenkins CI/CD, Azure Kubernetes Service (AKS), and PostgreSQL. The backend exposes REST APIs and an admin panel for managing ecommerce operations. πŸ”§ Tech Stack πŸ“ Project Structure πŸš€ Features πŸ› οΈ Setup & Deployment 1. Clone the Repo git clone https://github.com/jaspreet237/MedusajsV2.gitcd MedusajsV2 2. Build Docker Images docker build… Read More »

What is Python?

By | May 1, 2024

Python is a simple programming language for beginners and developers as well. Python is high-Level language which is known for: # Easy to Understand # Versatile # Flexible # Community Support # Compatibility