Skip to content

Commit

Permalink
Adding details
Browse files Browse the repository at this point in the history
Adding details to agree to install components
  • Loading branch information
frankroj authored Nov 19, 2024
1 parent 9ff8da5 commit 08c9e5b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions autopilot/includes/create-assigned-device-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Headings are driven by article context. -->

If the **Intune Provisioning Client** service principal with AppId **f1346770-5b25-470b-88bd-d5744ab7952c** isn't available when selecting the owner of the device group, then follow these steps to add the service principal:

1. On a device where Microsoft Intune or Microsoft Entra ID is normally administered, open a **Windows PowerShell** command prompt.
1. On a device where Microsoft Intune or Microsoft Entra ID is normally administered, open an elevated **Windows PowerShell** command prompt.

1. In the **Windows PowerShell** command prompt window:

Expand All @@ -67,7 +67,10 @@ If the **Intune Provisioning Client** service principal with AppId **f1346770-5b
Install-Module Microsoft.Graph.Authentication
```
If prompted to do so, select **Yes** to agree to install from the **PSGallery** untrusted repository.
If prompted to do so:
- Agree to install **NuGet** by entering **Y** or **Yes**, or selecting the **Yes** button.
- Agree to install from the **PSGallery** untrusted repository by entering **Y** or **Yes**, or selecting the **Yes** button.
For more information, see [Microsoft.Graph.Authentication](/powershell/module/microsoft.graph.authentication/) and [Set-PSRepository -InstallationPolicy](/powershell/module/powershellget/set-psrepository#-installationpolicy).
Expand All @@ -77,7 +80,7 @@ If the **Intune Provisioning Client** service principal with AppId **f1346770-5b
Install-Module Microsoft.Graph.Applications
```
If prompted to do so, select **Yes** to agree to install from the **PSGallery** untrusted repository.
If prompted to do so, agree to install from the **PSGallery** untrusted repository by entering **Y** or **Yes**, or selecting the **Yes** button.
For more information, see [Microsoft.Graph.Applications](/powershell/module/microsoft.graph.applications/) and [Set-PSRepository -InstallationPolicy](/powershell/module/powershellget/set-psrepository#-installationpolicy).
Expand Down

0 comments on commit 08c9e5b

Please sign in to comment.