Overview

What is Powershell

Excerpt from Wikipedia: “PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language built on the .NET Framework and .NET Core.”

“In PowerShell, administrative tasks are generally performed by cmdlets (pronounced command-lets), which are specialized .NET classes implementing a particular operation. Sets of cmdlets may be combined into scripts, executables (which are standalone applications), or by instantiating regular .NET classes (or WMI/COM Objects). These work by accessing data in different data stores, like the file system or registry, which are made available to the PowerShell runtime via PowerShell providers.” (link)

These Cmdlets are packaged and deployed in so called Powershell Modules.

What is the Powershell Ads Module (Extension) named ‘TcXaeMgmt

The so called TcXaeMgmt module contains a number of useful Cmdlets and Providers for TwinCAT Management/Administration and accessing Ads Devices natively via Powershell.

The package is published via the Powershell Gallery at https://www.powershellgallery.com/packages/TcXaeMgmt/.

Versions

There exist two different series of the ‘TcXaeMgmt’ module:

Versions

Powershell Version

TwinCAT Version

Description

6.X

Windows Powershell 5.1

Microsoft Powershell >= 6.0

>= 3.1.4024.10

Platform independent version

3.X

Windows Powershell >= 3.0

All

Running on Windows Versions >= Windows 7

Please be aware of the Differences Microsoft Powershell vs. Windows Powershell.