File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
articles/governance/machine-configuration/how-to/develop-custom-package Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ Parameters of the `New-GuestConfigurationPackage` cmdlet when creating Windows c
120
120
- ** Type** : (` Audit ` , ` AuditandSet ` ) Determines whether the configuration should only audit or if
121
121
the configuration should change the state of the machine if it's out of the desired state. The
122
122
default is ` Audit ` .
123
+ - ** FrequencyMinutes** : The frequency of evaluation of the package on the machine in minutes.
124
+ - ** FilesToInclude** : An array list of paths to additional files to include in the generated package.
123
125
124
126
This step doesn't require elevation. The ** Force** parameter is used to overwrite existing
125
127
packages, if you run the command more than once.
You can’t perform that action at this time.
0 commit comments