Online Docs

eTask PowerShell Module Installation

While it is possible to manage your eTask project using the Teams user interface, there are some tasks which are much easier and quicker to do with PowerShell. eTask provides a PowerShell extension module. The eTask Online Management Shell is a tool that contains a Windows PowerShell Module to manage your eTask online subscription in the Office 365 Teams environment. eTasks are backed by Microsoft’s Teams, so when you create a team, you create a group. There are a set of cmdlets provided for operating on the core tasks, bugs, and its settings (new-task, get-task, set-task, managing team users (get-user, get-pmuser), as well as cmdlets for managing the settings and operations of the eTask project (ex).

Requirements

The following items are required before you can successfully install and run eTask’s PowerShell extension module:

  • Require PowerShell 5.1 or greater.
  • eTask’s PowerShell module leverage the Microsoft’s Team module version 1.0.22 and above. To get the latest beta MS Team module, do:
    • Register-PSRepository -Name PSGalleryInt -SourceLocation https://www.poshtestgallery.com/ - InstallationPolicy Trusted.
    • Install-Module -Name MicrosoftTeams -RequiredVersion 1.0.22.
    • Close and Re-open your shell window.

Installation

Install the eTask Online Management Shell by downloading and installing module from the PowerShell Gallery. Once installed, the module is available for use, and you do not need to install it again until you need features introduced in a later version:

1
``` Install-Module -Name Appvity.eTask.PowerShell

Comment

Was this article helpful?
Thanks For Your Feedback