File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
articles/governance/machine-configuration Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : How to create custom machine configuration policy definitions
3
3
description : Learn how to create a machine configuration policy.
4
- ms.date : 09/12 /2022
4
+ ms.date : 10/17 /2022
5
5
ms.topic : how-to
6
6
ms.service : machine-configuration
7
7
ms.author : timwarner
@@ -35,7 +35,7 @@ manage the state of Azure or Arc-enabled machines.
35
35
## Install PowerShell 7 and required PowerShell modules
36
36
37
37
First, make sure you've followed all steps on the page
38
- [ How to setup a machine configuration authoring environment] ( ./machine-configuration-create-setup.md )
38
+ [ How to set up a machine configuration authoring environment] ( ./machine-configuration-create-setup.md )
39
39
to install the required version of PowerShell for your OS and the
40
40
` GuestConfiguration ` module.
41
41
@@ -188,7 +188,7 @@ means that the values in the MOF file in the package don't have to be considered
188
188
override values are provided through Azure Policy and don't change how the Configurations are
189
189
authored or compiled.
190
190
191
- The cmdlets ` New-GuestConfigurationPolicy ` and ` Get-GuestConfigurationPacakgeComplianceStatus ` include a
191
+ The cmdlets ` New-GuestConfigurationPolicy ` and ` Get-GuestConfigurationPackageComplianceStatus ` include a
192
192
parameter named ** Parameter** . This parameter takes a hashtable definition including all details
193
193
about each parameter and creates the required sections of each file used for the Azure Policy
194
194
definition.
Original file line number Diff line number Diff line change 1
1
---
2
2
title : How to install the machine configuration authoring module
3
3
description : Learn how to install the PowerShell module for creating and testing machine configuration policy definitions and assignments.
4
- ms.date : 07/25 /2022
4
+ ms.date : 10/17 /2022
5
5
ms.topic : how-to
6
6
ms.service : machine-configuration
7
7
ms.author : timwarner
8
8
author : timwarner-msft
9
9
---
10
- # How to setup a machine configuration authoring environment
10
+ # How to set up a machine configuration authoring environment
11
11
12
12
[ !INCLUDE [ Machine config rename banner] ( ../includes/banner.md )]
13
13
You can’t perform that action at this time.
0 commit comments