Getting Help

Getting list of Cmdlets (Commands) in the TcXaeMgmt module.

PS> get-command -module TcXaeMgmt

Get Syntax information about a Cmdlet.

PS> get-help get-AdsRoute

Get Examples for a Cmdlet.

PS> get-help get-AdsRoute -examples

Get Full Help for a Cmdlet.

PS> get-help get-AdsRoute -full

Get Full Help for a Cmdlet online from TwinCAT InfoSys.

PS> get-help get-AdsRoute -online

Get summary information about the TcXaeMgmt Powershell module.

PS> get-help about_TcXaeMgmt