@@ -6,8 +6,8 @@ ms.topic: how-to
6
6
---
7
7
# How to create Guest Configuration policies for Windows
8
8
9
- Before creating custom policies, it is a good idea to read the conceptual overview information
10
- at the page [ Azure Policy Guest Configuration] ( ../concepts/guest-configuration.md ) .
9
+ Before creating custom policies, it's a good idea to read the conceptual overview information at the
10
+ page [ Azure Policy Guest Configuration] ( ../concepts/guest-configuration.md ) .
11
11
12
12
To learn about creating Guest Configuration policies for Linux, see the page
13
13
[ How to create Guest Configuration policies for Linux] ( /guest-configuration-custom-linux.md )
@@ -76,8 +76,8 @@ To install the **GuestConfiguration** module in PowerShell:
76
76
77
77
Guest Configuration utilizes PowerShell Desired State Configuration as a language abstraction for
78
78
writing what audit in Windows and how the audits should be performed. An instance of PowerShell 6.2
79
- is loaded and managed by the agent to host the environment, so there is no conflict with usage of
80
- PowerShell DSC in Windows PowerShell 5.1, and there is no requirement to pre-install PowerShell 6.2
79
+ is loaded and managed by the agent to host the environment, so there's no conflict with usage of
80
+ PowerShell DSC in Windows PowerShell 5.1, and there's no requirement to pre-install PowerShell 6.2
81
81
or later.
82
82
83
83
For an overview of DSC concepts and terminology, see
@@ -89,7 +89,7 @@ When Guest Configuration audits a machine, it first runs `Test-TargetResource` t
89
89
in the correct state. The boolean value returned by the function determines if the Azure Resource
90
90
Manager status for the Guest Assignment should be Compliant/Not-Compliant. Next the provider runs
91
91
` Get-TargetResource ` to return the current state of each setting so details are available both about
92
- why a machine is not compliant, or to confirm that the current state is compliant.
92
+ why a machine isn't compliant, or to confirm that the current state is compliant.
93
93
94
94
### Get-TargetResource requirements
95
95
@@ -203,7 +203,7 @@ Configuration AuditBitLocker
203
203
AuditBitLocker -out ./Config
204
204
```
205
205
206
- The ` Node AuditBitlocker ` command is not technically required but it produces a file named
206
+ The ` Node AuditBitlocker ` command isn't technically required but it produces a file named
207
207
` AuditBitlocker.mof ` rather than the default, ` localhost.mof ` . Having the .mof file name follow the
208
208
configuration makes it easy to organize many files when operating at scale.
209
209
0 commit comments