net10.0/TwinCAT.Management.psd1

#
# Module manifest for module 'TwinCAT.Management'
#
# Generated by: Ralf Heitmann
#
# Generated on: 31.01.2019
#

@{

# Binary module file associated with this manifest
RootModule = 'TwinCAT.Management.dll'

# Version number of this module.
ModuleVersion = '7.0.0.0'

# ID used to uniquely identify this module
GUID = '2ff0b895-60af-486d-ab1c-781ab019ea47'

# Author of this module
Author = 'Beckhoff'

# Company or vendor of this module
CompanyName = 'Beckhoff Automation GmbH & Co. KG'

# Copyright statement for this module
Copyright = 'Beckhoff Automation GmbH 2026'

# Description of the functionality provided by this module
Description = 'TwinCAT Management Cmdlets'

#
HelpInfoURI = 'https://infosys.beckhoff.com/content/1033/tc3_ads_ps_tcxaemgmt/9007203226972811.html?id=7774230398660908516'

CompatiblePSEditions = @('Core','Desktop')

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'

# Name of the Windows PowerShell host required by this module
#PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
#PowerShellHostVersion = ''

# Minimum version of the .NET Framework required by this module
#DotNetFrameworkVersion = '4.0'

# Minimum version of the common language runtime (CLR) required by this module
#CLRVersion = '4.0'

# Processor architecture (None, X86, Amd64, IA64) required by this module
#ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @( 
                        #'TwinCAT.Ads.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=180016cd49e5e8c3',
                        #'TwinCAT.Ads, Version=5.0.0.0, Culture=neutral, PublicKeyToken=180016cd49e5e8c3',
                        #'TwinCAT.Ads.Reactive, Version=5.0.0.0, Culture=neutral, PublicKeyToken=180016cd49e5e8c3',
                        #'TwinCAT.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=180016cd49e5e8c3',
                        #'TwinCAT.Utilities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=180016cd49e5e8c3',
                        #'TwinCAT.SystemService.dll,Version=4.0.0.0, Culture=neutral, PublicKeyToken=180016cd49e5e8c3',
                        #'TwinCAT.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=180016cd49e5e8c3'
                        )

# Script files (.ps1) that are run in the caller's environment prior to importing this module
ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
TypesToProcess = @('TwinCAT.Management.types.ps1xml')

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'TwinCAT.Management.format.ps1xml'

# Modules to import as nested modules of the module specified in ModuleToProcess
#NestedModules = @()

# Functions to export from this module
FunctionsToExport = @('')

# Cmdlets to export from this module
CmdletsToExport = @('Add-AdsRoute',
                    'Close-TcSession',
                    'Copy-AdsFile',
                    'Copy-AdsRemoteItem',
                    'Get-AdsRoute',
                    'Get-AdsState',
                    'Get-TcDataType',
                    'Get-TcSession',
                    'Get-TcSymbol',
                    'Get-TcTargetInfo',
                    'Get-TcVersion',
                    'New-TcSession',
                    'Read-TcValue',
                    'Remove-AdsRoute',
                    'Set-AdsState',
                    'Test-AdsRoute',
                    'Write-TcValue',
                    'Get-TcLicense',
                    'Send-TcReadWrite',
                    'Register-AdsHandle',
                    'Unregister-AdsHandle',
                    'Add-MqttRoute',
                    'Remove-MqttRoute',
                    'Get-MqttRoute',
                    # Add-AdsNatRoute / Remove-AdsNatRoute are kept in the DEBUG manifest for local testing
                    # but are intentionally excluded from the release manifest (PSModule/TcXaeMgmt.psd1)
                    # until they are fully validated. Do not export them in the release module without review.
                    'Add-AdsNatRoute',
                    'Remove-AdsNatRoute',
                    'Register-AdsNatRoute',
                    'Restart-AdsComputer',
                    'Stop-AdsComputer',
                    'Get-TcRouterInfo',
                    'Get-AmsRouterEndpoint',
                    'Set-AmsRouterEndpoint',
                    'Get-TcEvent',
                    'Get-IODevice',
                    'Get-EcMaster',
                    'Get-EcBoxes',
                    'Get-EcFrameStatistics',
                    'Get-IoFreeRun',
                    'Set-IoFreeRun',
                    'Reset-IoFreeRun',
                    'Get-RTimeLatency',
                    'Get-RTimePerformance',
                    'Get-RTimeCpuSettings',
                    'Set-RTimeCpuSettings',
                    'Start-AdsProcess',
                    'Set-AmsNetId',
                    'Restart-TwinCAT',
                    'Get-AmsNetId',
                    'Get-TcSymbolStatistics',
                    'Set-AdsRouteProperty',
                    'Get-TcRouterConfig',
                    'Get-TComObject'
                    'New-AdsRemoteItem',
                    'Remove-AdsRemoteItem',
                    'Get-MdpModules',
                    'Write-MdpTransferObject',
                    'Read-MdpTransferStatus'
                    # 'Read-TcVisionImage'
    #'Add-AdsSubRoute',
)

# Variables to export from this module
VariablesToExport = '*'

# Aliases to export from this module
AliasesToExport = '*'

# List of all modules packaged with this module
ModuleList = @()

# List of all files packaged with this module
FileList = @()
#FileList = 'TcXaeMgmt.Help.xml',
# 'TcXaeMgmt.format.ps1xml',
# 'TcXaeMgmt.types.ps1xml',
# #'TwinCAT.Management.dll',
# #'TwinCAT.Ads.dll',
# #'Interop.SYSSERVLib.dll',
# #'TwinCAT.Core.dll',
# #'TwinCAT.DataCore.dll',
# #'TwinCAT.SystemService.dll',
# #'TwinCAT.Utilities.dll',
# 'about_TcXaeMgmt.help.txt'
# #'MdpInfoModel.xml'

# Private data to pass to the module specified in ModuleToProcess
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = 'Powershell', 'Management', 'TcXaeMgmt', 'ADS', 'Route', 'Beckhoff', 'TwinCAT'

        # A URL to the license for this module.
        LicenseUri = 'https://github.com/Beckhoff/ADS/blob/master/LICENSE'

        # A URL to the main website for this project.
        ProjectUri = 'https://infosys.beckhoff.com/content/1033/tc3_ads_ps_tcxaemgmt/3972231819.html?id=8731138690123386389'

        # A URL to an icon representing this module.
        IconUri = 'http://nuget.beckhoff.com/image/PSTwinCATInternal.png'

        # ReleaseNotes of this module
        # ReleaseNotes = ''

        RequireLicenseAcceptance = $true
        # ReleaseNotes of this module
        #ReleaseNotes = ''

        # External dependent modules of this module
        # ExternalModuleDependencies = ''
        # # External dependent modules of this module
        # # ExternalModuleDependencies = ''


    } # End of PSData hashtable
    
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
}