Skip to content

Commit a586dc2

Browse files
authored
Update tutorial-walkthrough-administrative-templates.md
Made change to the displayname value
1 parent 3460d8a commit a586dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memdocs/intune/configuration/tutorial-walkthrough-administrative-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ This section uses the following resources. We'll install these resources in this
538538
11. Find the definition ID using the setting display name. Enter:
539539
540540
```powershell
541-
$desiredSettingDefinition = $settingDefinitions.value | ? {$_.DisplayName -Match "Silently sign in users to the OneDrive sync client with their Windows credentials"}
541+
$desiredSettingDefinition = $settingDefinitions.value | ? {$_.DisplayName -Match "Silently sign in users to the OneDrive sync App with their Windows credentials"}
542542
```
543543
544544
12. Configure a setting. Enter:

0 commit comments

Comments
 (0)