mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 03:43:39 +00:00
Label code blocks with valid values
The current list of valid slugs for code blocks is here: https://review.docs.microsoft.com/en-us/help/contribute/metadata-taxonomies?branch=main#dev-lang
This commit is contained in:
@ -58,7 +58,7 @@ The **Sync Controller Application** task is used to start the Sync Controller to
|
||||
|
||||
For example, the following command configures the agent to synchronize settings every 15 minutes instead of the default 30 minutes.
|
||||
|
||||
```cmd
|
||||
```console
|
||||
Schtasks /change /tn “Microsoft\UE-V\Sync Controller Application” /ri 15
|
||||
```
|
||||
|
||||
@ -81,7 +81,7 @@ The **Template Auto Update** task checks the settings template catalog for new,
|
||||
|
||||
**Example:** The following command configures the UE-V service to check the settings template catalog store every hour.
|
||||
|
||||
```cmd
|
||||
```console
|
||||
schtasks /change /tn "Microsoft\UE-V\Template Auto Update" /ri 60
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user