Skip to content

Commit e55c0cc

Browse files
authored
update dsc example
1 parent 84cfb87 commit e55c0cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ to audit for a running service. The configuration script can be executed from a
214214
machine.
215215

216216
```powershell
217+
# Add PSDscResources module to environment
218+
Install-Module 'PSDscResources'
219+
217220
# Define the DSC configuration and import GuestConfiguration
218221
Configuration AuditBitLocker
219222
{

0 commit comments

Comments
 (0)