Installation by PackageManager (PowershellGallery, Internet access necessary)

Installation by Package Manager (Powershell Gallery)

For newer versions of Windows and Powershell the most easiest way to install the TcXaeMgmt Module is to use the Powershell Gallery. Powershell Gallery access is available without installation if one of the following setups is already on the system:

Windows 10 or newer

Windows Server 2016 or newer

Windows Management Framework (WMF) 5.0 or newer

PowerShell 6 or newer.

In this case just type

PS> Install-Module -Name TcXaeMgmt

from the Powershell console.

Further information about the package and its installation is available on the Gallery Website: https://www.powershellgallery.com/packages/TcXaeMgmt/

Installation of PowershellGet Module

In all other cases the PowershellGet module must be installed on the machine most likely. On Powershell the availability can be checked with the following command:

PS> get-module PowershellGet –listavailable

Directory: C:\Program Files\WindowsPowerShell\Modules

ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 2.2.5 PowerShellGet {Find-Command, Find-DSCResource, Find-Module, Find-RoleCapability...}

Please assure, that at minimum Version 2.2.5 is available.

The Powershell version can be determined as follows:


PS> $PSVersionTable

Name Value
---- -----
PSVersion 5.0.10514.6
WSManStackVersion 3.0
SerializationVersion 1.1.0.1
CLRVersion 4.0.30319.42000
BuildVersion 10.0.10514.6
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3

If the PowershellGet Module is not existing please follow the instructions of the following websites

Now, when the PowershellGet Module is available, the command

PS> Install-Module -Name TcXaeMgmt

from the Powershell console should work.