├── Autopilot_HAADJ_Reworked ├── EnableSCCM │ ├── EnableSCCM.ps1 │ └── Intune_Install_Commands.txt ├── FinalToastNotification_Trigger │ ├── FinalToastNotification_Trigger.ps1 │ └── Intune_Install_Commands.txt └── HAADJAutopilotCustomSplashScreen │ ├── AADHybridLockOOBE.ps1 │ ├── FinalToastNotification.ps1 │ ├── InitialToastNotification.ps1 │ ├── Intune_Install_Commands.txt │ ├── Invoke-AADHybridLockOOBE.ps1 │ ├── README.txt │ ├── Set-AADHybridLockOOBE.ps1 │ ├── bin │ ├── ControlzEx.dll │ ├── Logo.png │ ├── MahApps.Metro.dll │ └── System.Windows.Interactivity.dll │ └── xaml │ └── SplashScreen.xaml └── README.md /Autopilot_HAADJ_Reworked/EnableSCCM/EnableSCCM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/EnableSCCM/EnableSCCM.ps1 -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/EnableSCCM/Intune_Install_Commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/EnableSCCM/Intune_Install_Commands.txt -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/FinalToastNotification_Trigger/FinalToastNotification_Trigger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/FinalToastNotification_Trigger/FinalToastNotification_Trigger.ps1 -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/FinalToastNotification_Trigger/Intune_Install_Commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/FinalToastNotification_Trigger/Intune_Install_Commands.txt -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/AADHybridLockOOBE.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/AADHybridLockOOBE.ps1 -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/FinalToastNotification.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/FinalToastNotification.ps1 -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/InitialToastNotification.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/InitialToastNotification.ps1 -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/Intune_Install_Commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/Intune_Install_Commands.txt -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/Invoke-AADHybridLockOOBE.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/Invoke-AADHybridLockOOBE.ps1 -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/README.txt -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/Set-AADHybridLockOOBE.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/Set-AADHybridLockOOBE.ps1 -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/bin/ControlzEx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/bin/ControlzEx.dll -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/bin/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/bin/Logo.png -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/bin/MahApps.Metro.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/bin/MahApps.Metro.dll -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/bin/System.Windows.Interactivity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/bin/System.Windows.Interactivity.dll -------------------------------------------------------------------------------- /Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/xaml/SplashScreen.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/Autopilot_HAADJ_Reworked/HAADJAutopilotCustomSplashScreen/xaml/SplashScreen.xaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbasuroy369/Autopilot_HAADJ_Reworked/HEAD/README.md --------------------------------------------------------------------------------