Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lazywinadmin/nxtools
PowerShell tools for Linux Operating System
https://github.com/lazywinadmin/nxtools
Last synced: 9 days ago
JSON representation
PowerShell tools for Linux Operating System
- Host: GitHub
- URL: https://github.com/lazywinadmin/nxtools
- Owner: lazywinadmin
- Created: 2019-09-22T21:41:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T01:00:15.000Z (about 5 years ago)
- Last Synced: 2024-08-01T13:36:57.131Z (3 months ago)
- Language: PowerShell
- Size: 76.2 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# nxTools
[![Build Status](https://dev.azure.com/lazywinadmin/nxtools/_apis/build/status/lazywinadmin.nxtools?branchName=master)](https://dev.azure.com/lazywinadmin/nxtools/_build/latest?definitionId=23&branchName=master)
PowerShell module for Linux platform. Collection of commands wrapped around linux commands to parse the output into PowerShell custom objects.
## Getting Started
```powershell
# Install the module from the PowerShell Gallery
Install-Module -Name nxtools -Scope CurrentUser
```## Usage
### Retrieve File Systems
```powershell
Get-FileSystem -Path '/d/d5/'
```## Contributions
Please read the [CONTRIBUTING markdown file](CONTRIBUTING.md).