Skip to content

Commit

Permalink
Merge pull request #39 from immense/hotfix/touchup-FAQ-and-Custom-App…
Browse files Browse the repository at this point in the history
…-Registration

Hotfix/touchup faq and custom app registration
  • Loading branch information
Dakota-LM authored Nov 14, 2024
2 parents ef6b8fb + 11c5318 commit 057070f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ start C:\Windows\Setup\Scripts\ImmyAgentInstallerBundle.exe /qn

A member of the ImmyBot community also likes to use the below method to embedded a PPKG into an image:
```
DISM.exe /Image:D:\mount /Add-ProvisionedAppxPackage /PackagePath:C:\Users\Moi\Downloads\ImmyBotAgentInstaller.ppkg
DISM.exe /Image:D:\mount /Add-ProvisioningPackage /PackagePath:C:\Users\Moi\Downloads\ImmyBotAgentInstaller.ppkg
```

## Do you take requests for features/software/tasks/scripts?
Expand Down
3 changes: 3 additions & 0 deletions azure-graph-permissions-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ See the screenshots below for the minimum permissions.

![image](https://github.com/immense/immybot-documentation/assets/1424395/f5c4ec0f-35f2-49ad-a690-7e940c187d0a)

> [!NOTE]
> Since they are commonly used, please note that the `DeviceManagementManagedDevices.ReadWrite.All` permission is required for MDM enrollment with the **"Join AzureAD"** and **"Configure Directory"** tasks.
#### Create Client Secret

![](./.vitepress/images/2021-08-16-13-19-15.png)
Expand Down

0 comments on commit 057070f

Please sign in to comment.