Managing Modern Desktops (legacy) — Question 45
You need to capture the required information for the sales department computers to meet the technical requirements.
Which Windows PowerShell command should you run first?
Answer options
- A. Install-Module WindowsAutoPilotIntune
- B. Install-Script Get-WindowsAutoPilotInfo
- C. Import-AutoPilotCSV
- D. Get-WindowsAutoPilotInfo
Correct answer: A
Explanation
The correct answer is A, as 'Install-Module WindowsAutoPilotIntune' is essential to install the module that provides the necessary cmdlets for AutoPilot. The other options are either scripts that depend on the module being installed (B), commands to import data (C), or to retrieve information (D), which cannot be executed without the module first being available.