-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Unable to pass any attribute to jboss-cli.ps1 script
C:\wildfly\wildfly-12.0.0.Final\bin> PowerShell -ExecutionPolicy Bypass -File jboss-cli.ps1 --help '--help-Dcom.ibm.jsse2.overrideDefaultTLS=true' is not a valid operation name. C:\wildfly\wildfly-12.0.0.Final\bin> PowerShell -ExecutionPolicy Bypass -File jboss-cli.ps1 --version '--version-Dcom.ibm.jsse2.overrideDefaultTLS=true' is not a valid operation name . C:\wildfly\wildfly-12.0.0.Final\bin> PowerShell -ExecutionPolicy Bypass -File jboss-cli.ps1 -c '-c-Dcom.ibm.jsse2.overrideDefaultTLS=true' is not a valid operation name. C:\wildfly\wildfly-12.0.0.Final\bin> PowerShell -ExecutionPolicy Bypass -File jboss-cli.ps1 You are disconnected at the moment. Type 'connect' to connect to the server or ' help' for the list of supported commands. [disconnected /]
I am using PowerShell 4.0
PS C:\> $PSVersionTable.PSVersion Major Minor Build Revision ----- ----- ----- -------- 4 0 -1 -1 PS C:\>
This behaviour is caused by this change:
- duplicates
-
WFCORE-3755 jboss-cli.ps1 -c cannot work in power shell
- Resolved
- is cloned by
-
JBEAP-14707 [GSS](7.1.z) Unable to pass any attribute to jboss-cli.ps1 script
- Closed