The corporate environment I work in has disabled cmd.exe and running of .bat & .cmd files as part of their IT Security policy and we are unable to install a separate miniconda. We do have access to powershell and Visual Studio Code to run python scripts.
As of Pro 2.8, the isolated conda installation does not support conda init (ref.). This means we can not activate conda envs in powershell or VS Code and therefore can't run scripts that use additional packages installed into clones (that rely on a properly activated environment).
Please enhance the ArcGIS Pro isolated conda installation to support conda init.