diff --git a/windows/configuration/assigned-access/assigned-access-quickstart-restricted-experience.md b/windows/configuration/assigned-access/assigned-access-quickstart-restricted-experience.md index 555e07a852..d2d0c81c3e 100644 --- a/windows/configuration/assigned-access/assigned-access-quickstart-restricted-experience.md +++ b/windows/configuration/assigned-access/assigned-access-quickstart-restricted-experience.md @@ -36,6 +36,7 @@ The examples can be modified to fit your specific requirements. For example, you > > When using this call, authenticate to your tenant in the Graph Explorer window. If it's the first time using Graph Explorer, you may need to authorize the application to access your tenant or to modify the existing permissions. This graph call requires *DeviceManagementConfiguration.ReadWrite.All* permissions. + + +[!INCLUDE [assigned-access-quickstart-restricted-experience-intune.md](includes/assigned-access-quickstart-restricted-experience-intune.md)] + [!INCLUDE [intune-custom-settings-2](../../../includes/configure/intune-custom-settings-2.md)] diff --git a/windows/configuration/assigned-access/includes/assigned-access-example-two-profiles.md b/windows/configuration/assigned-access/includes/assigned-access-example-two-profiles.md index 6a05e36828..81f6a36614 100644 --- a/windows/configuration/assigned-access/includes/assigned-access-example-two-profiles.md +++ b/windows/configuration/assigned-access/includes/assigned-access-example-two-profiles.md @@ -18,30 +18,11 @@ ms.topic: include - - - - - - - - + ... - + ... diff --git a/windows/configuration/assigned-access/includes/assigned-access-quickstart-restricted-experience-intune.md b/windows/configuration/assigned-access/includes/assigned-access-quickstart-restricted-experience-intune.md new file mode 100644 index 0000000000..84fdde0464 --- /dev/null +++ b/windows/configuration/assigned-access/includes/assigned-access-quickstart-restricted-experience-intune.md @@ -0,0 +1,28 @@ +--- +author: paolomatarazzo +ms.author: paoloma +ms.date: 02/05/2024 +ms.topic: include +--- + +::: zone pivot="windows-10" + +```msgraph-interactive +POST https://graph.microsoft.com/beta/deviceManagement/deviceConfigurations +Content-Type: application/json + +{ "id": "00-0000-0000-0000-000000000000", "displayName": "_MSLearn_Example_Restricted_User_Experience - Assigned Access - Windows 10", "description": "This is a sample policy created from an article on learn.microsoft.com.", "roleScopeTagIds": [ "0" ], "@odata.type": "#microsoft.graph.windows10CustomConfiguration", "omaSettings": [ { "@odata.type": "#microsoft.graph.omaSettingString", "displayName": "AssignedAccess_Configuration", "description": null, "omaUri": "./Vendor/MSFT/AssignedAccess/Configuration", "secretReferenceValueId": null, "isEncrypted": true, "value": "\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ]]>\n \n \n \n \n \n \n \n \n \n \n" } ] } +``` + +::: zone-end + +::: zone pivot="windows-11" + +```msgraph-interactive +POST https://graph.microsoft.com/beta/deviceManagement/deviceConfigurations +Content-Type: application/json + +{ "id": "00-0000-0000-0000-000000000000", "displayName": "_MSLearn_Example_Restricted_User_Experience - Assigned Access - Windows 11", "description": "This is a sample policy created from an article on learn.microsoft.com.", "roleScopeTagIds": [ "0" ], "@odata.type": "#microsoft.graph.windows10CustomConfiguration", "omaSettings": [ { "@odata.type": "#microsoft.graph.omaSettingString", "displayName": "AssignedAccess_Configuration", "description": null, "omaUri": "./Vendor/MSFT/AssignedAccess/Configuration", "secretReferenceValueId": null, "isEncrypted": true, "value": "\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n" } ] } +``` + +::: zone-end \ No newline at end of file