Skip to content

Commit a1f5e65

Browse files
authored
Update overview.md
adding nxtools opensource documentation
1 parent 7572be6 commit a1f5e65

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

articles/governance/machine-configuration/overview.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,24 @@ Windows: `c:\programdata\guestconfig\configuration`
414414

415415
Linux: `/var/lib/GuestConfig/Configuration`
416416

417+
418+
### Opensource nxtools module functionality
419+
420+
A new opensource [nxtools module](https://github.com/azure/nxtools#getting-started) has been released with the purpose of making managing Linux systems easier for PowerShell users.
421+
422+
The module will help in managing common tasks such as:
423+
424+
- User and group management
425+
- File system operations (changing mode, owner, listing, set/replace content)
426+
- Service management (start, stop, restart, remove, add)
427+
- Archive operations (compress, extract)
428+
- Package Management (list, search, install, uninstall packages)
429+
430+
The module includes class-based DSC resources for Linux, as well as built-in Machine Configuration packages.
431+
432+
To provide feedback on the above listed functionality, please open an issue on the documentation. We are currently NOT accepting PRs for this project, and support is best effort.
433+
434+
417435
## Machine configuration samples
418436

419437
Machine configuration built-in policy samples are available in the following
@@ -437,4 +455,4 @@ locations:
437455
- [Assign your custom policy definition](../policy/assign-policy-portal.md) using
438456
Azure portal.
439457
- Learn how to view
440-
[compliance details for machine configuration](../policy/how-to/determine-non-compliance.md) policy assignments.
458+
[compliance details for machine configuration](../policy/how-to/determine-non-compliance.md) policy assignments.

0 commit comments

Comments
 (0)