-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-secmgr and SECMGR=true env property doesn't work for domain.ps1 script
Steps to reproduce:
- start powershell
- .\domain.bat "-secmgr"
- WMIC PROCESS get Commandline | findstr java
- check that "-secmgr" property is present in PC or HC
- exit domain.bat
- .\domain.ps1 "-secmgr"
- WMIC PROCESS get Commandline | findstr java
- check that "-secmgr" property is not present in PC or HC
Secmgr can't be enabled also by $env:SECMGR = "true"
This issue is not about java-opts, but it is related with WFCORE-3830