Skip to main content
Nintex Community Menu Bar

NTX PowerShell Action - Stable Release

  • October 6, 2015
  • 56 replies
  • 523 views

Show first post

56 replies

Forum|alt.badge.img+10

For anyone needing the source or release files, they are now located here: GitHub - modembug/NTX: NTX is a set of custom actions that extend functionality of Nintex Workflow. 

I have updated the post to reflect the new location as well.


Forum|alt.badge.img+2
  • Rookie
  • September 17, 2018

Aaron

I am using latest version of Nintex 2016 workflows. You have any idea if this is part of this release or when is Nintex going to release as part of the package?

Thanks

Selvi


sumitdeJedi
Nintex Employee
Forum|alt.badge.img+9
  • Nintex Employee
  • December 18, 2018

For anyone else looking  for a powershell action for Sharepoint 2016, please have a look at the solution provided by DataOne:

Data One: Data One 4 PowerShell 


Forum|alt.badge.img+7

how can I install this extension feature in Nintex Workflow.


Forum|alt.badge.img
  • Novice
  • June 6, 2019

Any known issues using the PowerShell Action with 2019 on prem?

 

Thanks


Forum|alt.badge.img+2
  • September 30, 2019

Has anyone had success using the PowerShell action while using a Workflow Constant in the Computer Name field? When I try to set the Computer Name using either a Workflow Constant or a string variable I receive the error listed below. When I hard code the server name in the Computer Name field, the PowerShell runs fine.

 

System.UriFormatException: Invalid URI: The hostname could not be parsed.
   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
   at System.UriBuilder.get_Uri()