DalekSec Posted August 4, 2023 Posted August 4, 2023 Saw this on twitter (here), run the CMD during OOBE to get a handy GUI with various options to speed up Autopilot enrolment Set-ExecutionpolicyRemoteSigned Install-ScriptGet-WindowsAutopilotImportGUI Get-WindowsAutopilotImportGUI 2
TechMonkey Posted August 4, 2023 Posted August 4, 2023 That is cool. We use a few lines of code to register a device direct to AutoPilot PowerShell.exe -ExecutionPolicy Bypass Install-Script -name Get-WindowsAutopilotInfo -Force Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned Get-WindowsAutoPilotInfo -Online But this looks smart
DalekSec Posted August 4, 2023 Author Posted August 4, 2023 That is cool. We use a few lines of code to register a device direct to AutoPilot But this looks smart Used that in past also, but this is good if you want to do updates and add a group tag also (which we will going forward now we have 200+ devices in our list!) - - - Updated - - - Also forgot Twitter is now called X.....
TechMonkey Posted August 4, 2023 Posted August 4, 2023 What are you using Group Tags for (I appear to have either never heard of or overlooked them)? I'm presuming you can set Staff, Pupil, Office, Teacher, or some sort of combination?
DalekSec Posted August 4, 2023 Author Posted August 4, 2023 What are you using Group Tags for (I appear to have either never heard of or overlooked them)? I'm presuming you can set Staff, Pupil, Office, Teacher, or some sort of combination? No longer work in Edu, only started to think to use Group Tags today as this tool makes it quick to add. Thinking of setting it to the various Departments, Tech, HR etc..
_techie_ Posted August 12, 2023 Posted August 12, 2023 I use the powershell module AutoPilotOOBE. Works fine and does group tags, hostname and sysprep too!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now