You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/change-tracking/change-tracking-data-collection-rule-creation.md
+33-33Lines changed: 33 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -368,39 +368,39 @@ This script helps you to create a data collection rule in Change tracking and in
368
368
369
369
Save the above script on your machine with a name as *CtDcrCreation.json*. For more information, see [Enable Change Tracking and Inventory using Azure Monitoring Agent (Preview)](enable-vms-monitoring-agent.md#enable-change-tracking-at-scale-using-azure-monitoring-agent).
370
370
371
-
## Sample script for Windows file settings
372
-
373
-
```json
374
-
"fileSettings": {
375
-
"fileCollectionFrequency": 2700,
376
-
"fileinfo": [
377
-
{
378
-
"name": "ChangeTrackingCustomPath_witems1",
379
-
"enabled": true,
380
-
"description": "",
381
-
"path": "D:\\testing\\*",
382
-
"recurse": true,
383
-
"maxContentsReturnable": 5000000,
384
-
"maxOutputSize": 500000,
385
-
"checksum": "sha256",
386
-
"pathType": "File",
387
-
"groupTag": "Custom"
388
-
},
389
-
{
390
-
"name": "ChangeTrackingCustomPath_witems2",
391
-
"enabled": true,
392
-
"description": "",
393
-
"path": "E:\\test1",
394
-
"recurse": false,
395
-
"maxContentsReturnable": 5000000,
396
-
"maxOutputSize": 500000,
397
-
"checksum": "sha256",
398
-
"pathType": "File",
399
-
"groupTag": "Custom"
400
-
}
401
-
]
402
-
}
403
-
```
371
+
> [!NOTE]
372
+
> A reference JSON script to configure windows file settings:
0 commit comments