Kaffeeundcode
Script Library
PowerShell 11.12.2025

Script Workspace

Un JoinHybridAzureAD

Review the purpose, inspect the code, then test it safely in your own tenant.

79_Un-JoinHybridAzureAD.ps1

<#
.SYNOPSIS
    Leaves Hybrid Azure AD Join (Client Side).
    
.DESCRIPTION
    Runs dsregcmd /leave.
    
.NOTES
    File Name: 79_Un-JoinHybridAzureAD.ps1
    Author: Mattia Cirillo
    Version: 1.0
#>

Write-Host "Leaving Hybrid Azure AD..."
dsregcmd /leave
Write-Host "Command executed. Please restart." -ForegroundColor Yellow