Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.topic: how-to

Before you begin, it's a good idea to read the overview page for [machine configuration][01].

Machine configuration uses [Desired State Configuration][02] (DSC) when auditing and configuring
Machine configuration uses [PowerShell Desired State Configuration][02] (PSDSC) when auditing and configuring
both Windows and Linux. The DSC configuration defines the condition that the machine should be in.

> [!IMPORTANT]
Expand Down Expand Up @@ -222,7 +222,7 @@ third-party platform in the content artifact.

<!-- Reference link definitions -->
[01]: ../../overview.md
[02]: /powershell/dsc/overview
[02]: /powershell/dsc/overview?view=dsc-2.0&preserve-view=true
[03]: ./1-set-up-authoring-environment.md
[05]: /powershell/dsc/resources/authoringResourceClass
[06]: https://www.powershellgallery.com/packages?q=Tags%3A%22GuestConfiguration%22
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.topic: how-to

Before you begin, it's a good idea to read the overview page for [machine configuration][01].

Machine configuration uses [Desired State Configuration][02] (DSC) when auditing and configuring
Machine configuration uses [PowerShell Desired State Configuration][02] (PSDSC) when auditing and configuring
both Windows and Linux. The DSC configuration defines the condition that the machine should be in.

> [!IMPORTANT]
Expand Down Expand Up @@ -43,11 +43,11 @@ policy using the [GuestConfiguration PowerShell module][09].

<!-- Link reference definitions -->
[01]: ../../overview.md
[02]: /powershell/dsc/overview
[02]: /powershell/dsc/overview?view=dsc-2.0&preserve-view=true
[03]: ./1-set-up-authoring-environment.md
[04]: ./2-create-package.md
[05]: ./3-test-package.md
[06]: ./4-publish-package.md
[07]: ./5-access-package.md
[08]: ./6-sign-package.md
[09]: https://www.powershellgallery.com/packages/GuestConfiguration/4.6.0
[09]: https://www.powershellgallery.com/packages/GuestConfiguration/4.7.0