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 44454d1 commit 9b3bd3cCopy full SHA for 9b3bd3c
articles/governance/policy/how-to/guest-configuration-create.md
@@ -220,8 +220,10 @@ Configuration AuditBitLocker
220
}
221
222
# Compile the configuration to create the MOF files
223
-AuditBitLocker -out ./Config
+AuditBitLocker ./Config
224
```
225
+Save this file with name `config.ps1` in the project folder. Run it in PowerShell by executing `./config.ps1`
226
+in the terminal. A new mof file will be created.
227
228
The `Node AuditBitlocker` command isn't technically required but it produces a file named
229
`AuditBitlocker.mof` rather than the default, `localhost.mof`. Having the .mof file name follow the
0 commit comments