top of page


"How to Upgrade Windows Editions using Intune: A Complete Guide"
To create a Windows Edition Upgrade policy using Microsoft Intune, you can follow these steps: Sign in to the Microsoft Endpoint Manager admin center: Go to https://endpoint.microsoft.com and sign in with your admin credentials. Navigate to Endpoint security: In the Microsoft Endpoint Manager admin center, go to "Devices" > "Configuration" > "+ Create > +New Policy". 3. Choose a platform and profile: Choose the platform (Windows 10 and later) and Profile Type (Templates) for

Tek Doyen
Jun 18, 20241 min read
Â
Â
Â


"How to Enable the Built-in Local Administrator Account Using Intune?"
To create a USB block policy using Microsoft Intune, you can follow these steps: Sign in to the Microsoft Endpoint Manager admin center : Go to https://endpoint.microsoft.com and sign in with your admin credentials. Navigate to Endpoint security : In the Microsoft Endpoint Manager admin center, go to "Devices" > "Configuration" > "+ Create > +New Policy". 3. Choose platform and profile : Choose the platform (Windows 10 and later) and Profile Type (Settings Catalog) for which

Tek Doyen
Jun 18, 20241 min read
Â
Â
Â


How to Create a USB Block Policy Using Microsoft Intune
To create a USB block policy using Microsoft Intune, you can follow these steps: Sign in to the Microsoft Endpoint Manager admin center : Go to https://endpoint.microsoft.com and sign in with your admin credentials. Navigate to Endpoint security : In the Microsoft Endpoint Manager admin center, go to "Devices" > "Configuration" > "+ Create > +New Policy". 3. Selec platform and profile : Choose the platform (Windows 10 and later) and Profile Type (Templates) for which you wan

Tek Doyen
Jun 18, 20241 min read
Â
Â
Â


How to Partition & Format Drives During Windows Autopilot Deployment?
Assume your machine has only one physcial drive and you want to create the partition and format the partition during Windows Autopilot, here is the powershell script. # Resize-CDrive.ps1 # Load required moduleImport-Module Storage # Get the C drive volume $volume = Get-Partition -DriveLetter C | Get-Volume # Resize the volume to 90GB (adjust size as needed) Resize-Partition -DriveLetter $volume.DriveLetter -Size 90GB # List all disks to identify the one with unallocated s

Tek Doyen
May 28, 20241 min read
Â
Â
Â


Remediation Script to Detect & Delete IT Admin Account
If you want to create a Remediation Script for detecting and removing an account with Microsoft Intune, you can proceed by following these instructions: Sign in to the Microsoft Endpoint Manager admin center: Go to https://endpoint.microsoft.com and sign in with your admin credentials. Navigate to Endpoint security: In the Microsoft Endpoint Manager admin center, go to "Devices" > "Scripts & Remediations" > "+ Create. 3. Basics: Enter the Policy Name and click Next. 4. Settin

Tek Doyen
May 28, 20242 min read
Â
Â
Â
bottom of page

