From 0cd1f6b1628e85308567e40f3bdc10c9b97ae2e4 Mon Sep 17 00:00:00 2001 From: Andrew Amason Date: Wed, 14 May 2025 13:10:44 -0400 Subject: [PATCH] Update Readme --- README.me | 15 +++++++++++++++ README.txt | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 README.me delete mode 100644 README.txt diff --git a/README.me b/README.me new file mode 100644 index 0000000..bca9a07 --- /dev/null +++ b/README.me @@ -0,0 +1,15 @@ +# 💻 Intune Laptop Management PowerShell Scripts + +A curated collection of PowerShell scripts developed to assist IT admins in managing Windows laptops through Microsoft Intune. These scripts help automate configuration, compliance, software deployment, and reporting tasks across enrolled devices. + +## 📦 Features + +- Automate device configuration and policy enforcement +- Deploy and remove software packages +- Gather hardware and software inventory +- Manage user settings and device compliance +- Trigger Intune sync and remediation actions + +## 🚀 Getting Started + +> ⚠️ These scripts are intended for use by IT professionals familiar with Microsoft Intune, PowerShell, and device management practices. diff --git a/README.txt b/README.txt deleted file mode 100644 index 8f316e4..0000000 --- a/README.txt +++ /dev/null @@ -1 +0,0 @@ -Please update the purpose of this repo... \ No newline at end of file