https://github.com/lazywinadmin/nxtools
PowerShell tools for Linux Operating System
https://github.com/lazywinadmin/nxtools
Last synced: 11 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T01:00:15.000Z (over 6 years ago)
- Last Synced: 2024-11-04T21:37:09.338Z (over 1 year ago)
- Language: PowerShell
- Size: 76.2 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# nxTools
[](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).