Jump to content

Recommended Posts

Posted

Saw this on twitter (here), run the CMD during OOBE to get a handy GUI with various options to speed up Autopilot enrolment

 

IMG_1015.jpg

 

Set-ExecutionpolicyRemoteSigned

Install-ScriptGet-WindowsAutopilotImportGUI

Get-WindowsAutopilotImportGUI

  • Thanks 2
Posted

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

Posted
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.....

Posted
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?
Posted
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..

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...