Giter VIP home page Giter VIP logo

add_devices_to_windows_autopilot's Introduction

Using Get-WindowsAutopilotInfo to Add Devices to Windows Autopilot 💻

Table of Contents

🛠Overview

This guide covers using the Get-WindowsAutopilotInfo PowerShell script to gather device information and add it to Windows Autopilot for deployment.

⚙What is Windows Autopilot?

Windows Autopilot is a service that allows you to automatically configure and manage new Windows devices. Using Autopilot, you can register new devices, join them to Azure Active Directory and Intune, apply policies and settings, install apps, and more.

🖥What does Get-WindowsAutopilotInfo do?

Get-WindowsAutopilotInfo is a PowerShell script that collects information about a Windows device like the hardware hash, model, etc. It can then add that data to the Windows Autopilot deployment service. This allows the device to be automatically configured when first booted up.

🛠Instructions

Follow these steps to add a new Windows device to Autopilot using Get-WindowsAutopilotInfo:

  1. Install the Get-WindowsAutopilotInfo script:
Install-Script -Name Get-WindowsAutopilotInfo  

Install-Script-1

  1. Run the script with parameters to gather info and add to Autopilot:
Get-WindowsAutopilotInfo.ps1 -Online -AddToGroup "Windows Autopilot Devices" -GroupTag "MyDevices" 

Get-WindowsAutoPilotInfo-1

###💻Using Get-WindowsAutopilotInfo.ps1

  1. Open a Windows PowerShell prompt with administrative rights.

  2. Install the script: Install-script -name Get-WindowsAutoPilotInfo

  3. Set execution policy: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

  4. Run Get-WindowsAutopilotInfo.ps1 with desired parameters

  5. Sign into your Azure Global Admin account to approve requests

    Capture-1

⚙Get-WindowsAutopilotInfo Parameters

  • -Name - Computer names
  • -OutputFile - Output CSV file
  • -Append - Append to output file
  • -Credential - Remote computer credentials
  • -Partner - Use Partner Center schema
  • -GroupTag - Tag for Intune upload
  • -AssignedUser - Assign user to device
  • -Online - Add to Autopilot via Intune
  • -AssignedComputerName - Specify computer name
  • -AddToGroup - Add device to Azure AD group
  • -Assign - Wait for profile assignment
  • -Reboot - Restart device after assignment

add_devices_to_windows_autopilot's People

Contributors

dvirezra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.