We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3bd3c commit 4f060f2Copy full SHA for 4f060f2
articles/governance/policy/how-to/guest-configuration-create-linux.md
@@ -138,7 +138,7 @@ Configuration AuditFilePathExists
138
139
# Compile the configuration to create the MOF files
140
import-module PSDesiredStateConfiguration
141
-AuditFilePathExists -out ./
+AuditFilePathExists -out ./Config
142
```
143
Save this file with name `config.ps1` in the project folder. Run it in PowerShell by executing `./config.ps1`
144
in the terminal. A new mof file will be created.
0 commit comments