Skip to content

Commit c648db0

Browse files
Updated to include FrequencyEvaluation parameter in document
1 parent 9e2ce58 commit c648db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/governance/machine-configuration/how-to/develop-custom-package/2-create-package.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ Parameters of the `New-GuestConfigurationPackage` cmdlet when creating Windows c
120120
- **Type**: (`Audit`, `AuditandSet`) Determines whether the configuration should only audit or if
121121
the configuration should change the state of the machine if it's out of the desired state. The
122122
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.
123125

124126
This step doesn't require elevation. The **Force** parameter is used to overwrite existing
125127
packages, if you run the command more than once.

0 commit comments

Comments
 (0)