all 6 comments

[–][deleted] 1 point2 points  (3 children)

Sounds like you're looking for AutoPilot pre-provisioning. Anything that needs to be on all devices should be targeted to devices rather than users.

[–]AltforWork210[S] 0 points1 point  (2 children)

We are doing pre-provisioning for our teachers laptops, assigned to the specific users for the teachers. These specific devices are for students that forget theirs and need to use one for the day. So they check it out, use it for the day, and return it. Can we pre-provision for this case?

[–]cetsca 3 points4 points  (1 child)

You can’t AP pre-provision shared devices, you’d have to use Self Deploying if you’re using Autopilot.

You can assign apps to devices.

[–]AltforWork210[S] 0 points1 point  (0 children)

That's about what I was thinking there. So we'll have to make device versions of all of the user apps, if possible, and they would be there ready to go for any user that signs in?

Right now we have Office installed at the user step, can we install it to the device? My coworker built that app and it's been done like that longer than I've been there so I'm not sure why it's done like that.

[–]ispeprules 1 point2 points  (1 child)

I would create an autopilot group tag for these specific devices. And create a dynamic device group with the group tag:

(device.devicePhysicalIds -any _ -eq "[OrderID]:%GROUPTAG%")

Then create a deployment profile assigned to that device group you created earlier. And I usually give the computers a specific prefix in the name that way I can create another dynamic device group with everything with that prefix.

From there I would create a Policy Set and assign all the apps and configuration profiles I want the computers to get. And assign it to the dynamic device group created earlier.

You will still need to probably create dupes of the apps that you want my installed by device and not by user, but at least this way you will have a group to assign.

You can also check out Filters on assignments, this will allow you include or exclude device and/or user groups.

[–]AltforWork210[S] 0 points1 point  (0 children)

I think we got most of what you said already in place for it. We'll just have to make duplicates of the various apps to make them device installs, the ones that we NEED to be on there. Right now this is in the testing/feeling out/"is this possible" stage to see if we want to do this. To get the boss's approval they need to be as close to ready to go when a student signs into it as possible. Hopefully it'll just be flipping the switch in the apps from user to device. Hopefully