Skip to content

Update readme.md to remove mention of dependency on PSDSC module #623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2025
Merged
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
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ With DSCv3, you can:

### Differences from PowerShell DSC

This project is the next generation of DSC and leverages the
[PSDesiredStateConfiguration module][00] to maintain compatibility with existing PowerShell based
resources.

DSCv3 differs from PowerShell DSC in a few important ways:

- DSCv3 doesn't depend on PowerShell. You can use DSCv3 without PowerShell installed and manage
resources written in bash, python, C#, Go, or any other language.
- DSCv3 use of PowerShell based resources does not depend on PSDesiredStateConfiguration module
- DSCv3 doesn't include a local configuration manager. DSCv3 is invoked as a command. It doesn't
run as a service.
- Non-PowerShell resources define their schemas with JSON files, not MOF files.
Expand Down