/TrueNas

PowerShell module to interact with TrueNas Server

Primary LanguagePowerShellMIT LicenseMIT

TrueNas

PowerShell module to manage FreeNAS and TrueNAS Systems.

The code is interacting with these systems by leveraging the TrueNas API v2.0

Based on version from https://github.com/PowerTrueNas/TrueNas with various corrections to module names, field names and full handling of multiple iscsi portals and initiators when creating an iscsi target.

As of 2020/10, the module is currently NOT available on the PowerShell Gallery.

Module tested on the following platforms:

  • Windows 10 - Windows PowerShell 5.1
  • Windows 10 - PowerShell Core 6.2.3
  • Windows 10 - Powershell Core 7.x

Usage

  1. Fork the repository
  2. Import the Module.
Import-module TrueNas.psd1

Documentation

Resources

Utopian IT Version

Original Source