Skip to content

Commit 1f83d95

Browse files
Merge pull request #107316 from juliamwang6/patch-1
Add nxtools to overview.md
2 parents dec43f9 + c7eadb8 commit 1f83d95

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+
### Open-source nxtools module functionality
419+
420+
A new open-source [nxtools module](https://github.com/azure/nxtools#getting-started) has been released to help make managing Linux systems easier for PowerShell users.
421+
422+
The module will help in managing common tasks such as these:
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 about this functionality, open an issue on the documentation. We currently _don't_ accept 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)