Skip to content

Commit 3475907

Browse files
Merge pull request #2667 from msbemba/patch-71
Update tutorial-walkthrough-administrative-templates.md
2 parents 32ff161 + ac8427c commit 3475907

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)