mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-28 16:53:40 +00:00
updates
This commit is contained in:
@ -42,13 +42,13 @@ Stickers aren't enabled by default. Follow the instructions below to configure y
|
|||||||
[!INCLUDE [intune-custom-settings-info](includes/intune-custom-settings-info.md)]
|
[!INCLUDE [intune-custom-settings-info](includes/intune-custom-settings-info.md)]
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> Try using the following MSGraph call to automatically create the custom policy in your tenant.
|
> Use the following Graph call to automatically create the custom policy in your tenant without assignments nor scope tags.
|
||||||
|
|
||||||
```msgraph-interactive
|
```msgraph-interactive
|
||||||
POST https://graph.microsoft.com/beta/deviceManagement/deviceConfigurations
|
POST https://graph.microsoft.com/beta/deviceManagement/deviceConfigurations
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{"id":"00-0000-0000-0000-000000000000","displayName":"Stickers","roleScopeTagIds":["0"],"@odata.type":"#microsoft.graph.windows10CustomConfiguration","omaSettings":[{"omaUri":"./Vendor/MSFT/Policy/Config/Stickers/EnableStickers","displayName":"EnableStickers","@odata.type":"#microsoft.graph.omaSettingInteger","value":1}]}
|
{"id":"00-0000-0000-0000-000000000000","displayName":"_MSLearn_Stickers","roleScopeTagIds":["0"],"@odata.type":"#microsoft.graph.windows10CustomConfiguration","omaSettings":[{"omaUri":"./Vendor/MSFT/Policy/Config/Stickers/EnableStickers","displayName":"EnableStickers","@odata.type":"#microsoft.graph.omaSettingInteger","value":1}]}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### [:::image type="icon" source="images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg)
|
#### [:::image type="icon" source="images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg)
|
||||||
|
@ -7,9 +7,6 @@ ms.topic: include
|
|||||||
|
|
||||||
To configure devices with Microsoft Intune, use a custom policy:
|
To configure devices with Microsoft Intune, use a custom policy:
|
||||||
|
|
||||||
> [!TIP]
|
|
||||||
> If you're browsing with an account that can create Intune policies, you can skip to step 5 by using this direct link to <a href="https://go.microsoft.com/fwlink/?linkid=2109431#view/Microsoft_Intune_DeviceSettings/CreatePolicyFullScreenBlade/policyId/00000000-0000-0000-0000-000000000000/policyType/Windows10Custom/policyJourneyState~/0" target="_blank"><b>create a custom policy</b></a> (opens in a new tab).
|
|
||||||
|
|
||||||
1. Go to the <a href="https://go.microsoft.com/fwlink/?linkid=2109431" target="_blank"><b>Microsoft Endpoint Manager admin center</b></a>
|
1. Go to the <a href="https://go.microsoft.com/fwlink/?linkid=2109431" target="_blank"><b>Microsoft Endpoint Manager admin center</b></a>
|
||||||
2. Select **Devices > Configuration profiles > Create profile**
|
2. Select **Devices > Configuration profiles > Create profile**
|
||||||
3. Select **Platform > Windows 10 and later** and **Profile type > Templates > Custom**
|
3. Select **Platform > Windows 10 and later** and **Profile type > Templates > Custom**
|
||||||
|
Reference in New Issue
Block a user