Skip to content

Commit ac8427c

Browse files
Update memdocs/intune/configuration/tutorial-walkthrough-administrative-templates.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent a586dc2 commit ac8427c

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 App 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)