Skip to content

Commit 9b3bd3c

Browse files
authored
Update guest-configuration-create.md
1 parent 44454d1 commit 9b3bd3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/governance/policy/how-to/guest-configuration-create.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,10 @@ Configuration AuditBitLocker
220220
}
221221
222222
# Compile the configuration to create the MOF files
223-
AuditBitLocker -out ./Config
223+
AuditBitLocker ./Config
224224
```
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.
225227

226228
The `Node AuditBitlocker` command isn't technically required but it produces a file named
227229
`AuditBitlocker.mof` rather than the default, `localhost.mof`. Having the .mof file name follow the

0 commit comments

Comments
 (0)