Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.14 KB

Build Status Documentation Status

NexthinkPSUtils

NexthinkPSUtils (Nexthink PowerShell Utilities) is an unofficial PowerShell Module that can be used to help assist with Nexthink administrative activities. Functionality in this module comes with no warranty or support, and is not affiliated with the company Nexthink.

Documentation

Documentation Site: readthedocs.io

Release Notes

Release Notes

Installing NexthinkPSUtils

NexthinkPSUtils requires a Windows OS running PowerShell 5.1.

Install from the Powershell Gallery

Find-Module -Name "NexthinkPSUtils" | Install-Module -Scope CurrentUser

Import Module

Import-Module -Name "NexthinkPSUtils"