File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/governance/machine-configuration/how-to Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Parameters of the `New-GuestConfigurationPolicy` cmdlet:
108
108
- ** Path** : Destination path where policy definitions are created.
109
109
- ** Platform** : Target platform (Windows/Linux) for machine configuration policy and content
110
110
package.
111
- - ** Mode** : (` ApplyAndMonitor ` , ` ApplyAndAutoCorrect ` , ` Audit ` ) choose if the policy should audit
111
+ - ** Mode** : (case sensitive: ` ApplyAndMonitor ` , ` ApplyAndAutoCorrect ` , ` Audit ` ) choose if the policy should audit
112
112
or deploy the configuration. The default is ` Audit ` .
113
113
- ** Tag** adds one or more tag filters to the policy definition
114
114
- ** Category** sets the category metadata field in the policy definition
@@ -139,8 +139,8 @@ specified path:
139
139
$PolicyConfig2 = @{
140
140
PolicyId = '_My GUID_'
141
141
ContentUri = $contentUri
142
- DisplayName = 'My audit policy'
143
- Description = 'My audit policy'
142
+ DisplayName = 'My deployment policy'
143
+ Description = 'My deployment policy'
144
144
Path = './policies/deployIfNotExists.json'
145
145
Platform = 'Windows'
146
146
PolicyVersion = 1.0.0
You can’t perform that action at this time.
0 commit comments