Skip to content

Instantly share code, notes, and snippets.

View wise-io's full-sized avatar
🏢
Working remotely

Aaron Stevenson wise-io

🏢
Working remotely
View GitHub Profile
@wise-io
wise-io / Deploy-MDE.ps1
Last active January 30, 2025 17:27
Runs a scheduled task to deploy MDE via the provided onboarding package script
<#
.SYNOPSIS
Runs a scheduled task to deploy MDE via the provided onboarding package script
.DESCRIPTION
This script is for onboarding machines to the Microsoft Defender for Endpoint services, including security and compliance products.
Once completed, the machine should light up in the portal within 5-30 minutes, depending on this machine's Internet connectivity availability and machine power state (plugged in vs. battery powered).
.PARAMETER OnboardingScript
Retrieved from https://security.microsoft.com > Settings > Endpoints > Onboarding > Download Onboarding Package
Script will need to be extracted and placed at the path provided
.NOTES