Search results

  1. R

    Sign in to Azure AD on first boot?

    They are both enabled, yes. I wanted to make sure I had a local administrator account to be able to sign in to before joining the PC to Azure. That's what I have the local User account set as here.
  2. R

    Including winget in NTLite image for Post-Setup installs

    - Explore the image directory - copy the file to Users\Default\AppData\Local\Temp\scriptname.ps1 (make the Temp folder) - add the script to the user section and it worked great!
  3. R

    Sign in to Azure AD on first boot?

    Is there a way to be able to accomplish this? It seem like as soon as you try to make a change to the OOBE User accounts, the ability to change anything else goes out the window. (pun intended :rolleyes: ) I have the settings set to true, but it just skips all set up.
  4. R

    Including winget in NTLite image for Post-Setup installs

    This is what is working for me for windows 11 22h2. Installs latest winget from github and some examples for a few apps. Now I just have to get it to run during setup :rolleyes: # Get latest download url $URL = "https://api.github.com/repos/microsoft/winget-cli/releases/latest" $URL =...
Back
Top