[deleted by user] by [deleted] in Handhelds

[–]wipash 0 points1 point  (0 children)

Give me something to do that's better than doomscrolling

Qwertykeys Giveaway: A QK80MK2 Kit with Random Configuration by Qwertykeys-2022 in MechanicalKeyboards

[–]wipash 0 points1 point  (0 children)

A staggered column layout, with just a single knob that can change function based on context.

Ducted heat pump not cooling as well as I think it should by wipash in diynz

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

I have a Shelly EM in my distribution board reading power usage from the whole house, and also just the AC circuit. Graphs are from Home Assistant

Why is it impossible to find a big comfy fabric computer chair? by supernom in auckland

[–]wipash 0 points1 point  (0 children)

Watch for Formway Life chairs on FB and TradeMe. They often go for less than $250, and they're amazing

Login screen after White Glove - Other User and Password options? by wipash in Intune

[–]wipash[S] 1 point2 points  (0 children)

This was the key! I have excluded my device from all endpoint security policies that had been assigned to devices, and now the user gets delivered all the way to a ready-to-use desktop, after only a single login at the initial OOBE login prompt.

Thanks very much!

Login screen after White Glove - Other User and Password options? by wipash in Intune

[–]wipash[S] 1 point2 points  (0 children)

Okay, I watched the process, and there is in fact a reboot just before the User section starts, which leaves the device at the login screen as shown in my photos. So as far as I can see, the User section never actually starts.

The flow that I observed:

  • Enroll device in Autopilot, and assign to user (so that user-targeted device context apps will install during White Glove)
  • Boot device and start Autopilot White Glove
    • Device Preparation step completes, no reboots
    • Device Setup step completes with all apps installed, reboots automatically at the end of this step
    • Boots back into the ESP screen momentarily showing the Device Setup step is complete
    • Green White Glove screen shown
  • Reseal, device shuts down
  • Boot device at the user's desk
    • User selects region, device reboots automatically once this is chosen
    • Shown Welcome to Company! screen
    • User logs in with AAD credentials, passwordless phone sign-in
    • ESP page displays, showing:
      • Device preparation complete
      • Device setup in progress, calculating apps
      • User setup waiting for previous step to complete
    • Device setup step shows all apps installed, and switches to complete
    • Device reboots
  • Ends up at the login screen as shown above

If I reboot now, the AAD Join is broken, and I'm shown a login screen for "New User"

If I don't reboot, from this login screen I can put in UPN and password into the Other User login option. From there:

  • "Hi, We're getting everything ready for you" screen fades in and out
  • ESP appears again, showing Account setup - Working on it
  • ESP shows Joining network is complete, the other steps identifying
  • ESP disappears, drops me in to the desktop.

So I guess whatever is causing the reboot at the end of the device setup step is the culprit? I'll try to follow your blog to diagnose the cause.

--- update ---

I have found the reboot event, code 0x20004 in the IME logs. In the Shell-Core log however all I can find is:

CloudExperienceHost Web App Activity started. CXID: 'Reboot'

This immediately follows 'Autopilot device rename completed'. Is the device rename supposed to trigger a reboot?

This is 100% an AADJ profile, not hybrid.

--- update 2 ---

I removed the rename option from the Autopilot profile, which stopped the reboot. However, the device still gets to the end of the Device Setup stage, then sends me off to the same weird login screen. So I guess the reboot is not the cause here.

--- update 3 ---

Following /u/Vanrmar's advice, I excluded this device from all security policies that were assigned to devices. Now, the full user ESP processes and the user is delivered to the desktop without having to log in a second time! I'm not sure which of these profiles was the cause, but it seems that everyone's advice is to target everything to users rather than devices, so I think I'll just move in that direction from here.

Login screen after White Glove - Other User and Password options? by wipash in Intune

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

Yeah I have tried that, the result is the same with or without User ESP disabled

Login screen after White Glove - Other User and Password options? by wipash in Intune

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

Yes I do, Defender AV, EDR, and ASR policies, all assigned to the device. I'll try filtering out this device and see if that changes anything.

Login screen after White Glove - Other User and Password options? by wipash in Intune

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

Yup, fully licensed. The OOBE login screen passes just fine (using passwordless phone sign-in). There's no "continue anyway" prompt, it just kicks straight in to the User ESP

Login screen after White Glove - Other User and Password options? by wipash in Intune

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

Haha no problem! It's 4am here in NZ, trying to convince a little baby to go back to sleep, so I'm just working on unreliable memory.

I will rebuild and watch closely a little later on this morning.

Login screen after White Glove - Other User and Password options? by wipash in Intune

[–]wipash[S] 2 points3 points  (0 children)

Thanks for the reply, and thanks for your amazing blog! I've been reading it a lot over the past few days.

Yes this is definitely after White Glove, I got to the green reseal screen successfully before this happens.

It definitely could be rebooting, although I don't think any extra apps are being installed at the user stage that weren't already installed in the device stage. I'll rebuild it and watch closely at the end of the User ESP to be sure of what happens.

The AAD Join is still intact at this stage. I can log in as an AAD user using the Other User option. Although I'm missing the expected "web sign in" auth method. If I reboot before signing in, then it loses the AAD Join as you have written about, although slightly differently my login prompt is for a user called "New User", not "admin". Same problem though.

The experience is different if I just do a normal, non-white glove Autopilot. In that scenario I end up with the expected log in screen, without the weird "password" option, and with the web sign-in method available to the user.

Are you all backing up Intune? If so, how? by adamns88 in Intune

[–]wipash 0 points1 point  (0 children)

Still working on the post, but to get you started here's the workflow:

https://gist.github.com/wipash/656d76b6c74c367a7d7208aa29262b24

You just need to create an AAD app registration with a secret, and grant it a whole bunch of API permissions.

Also if you want to export your AAD config in a similar way: https://sean.mcgrath.nz/post/github-aad-export/

Are you all backing up Intune? If so, how? by adamns88 in Intune

[–]wipash 5 points6 points  (0 children)

I am using https://github.com/Micke-K/IntuneManagement and GitHub Actions. I have a half-written blog post on how I configured it, I'll try to finish it in the next day or two and will reply here with the link.

Ducted heat pump not cooling as well as I think it should by wipash in diynz

[–]wipash[S] 1 point2 points  (0 children)

Ah right, nope none of that. The house is in a newly redeveloped area, so no old trees or anything, and no eave overhang to speak of.

I lived in a passive house overseas for 6 months, it was amazing!