You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path variable is corrupted if PsDscRunAsCredential is used
Hi,
i am installing packages under a specific Account using "PsDscRunAsCredential".
Unfortunately during the package installation process the the $env:Path variable is reset to only the "Machine" Path Variables by: $env:Path = [Environment]::GetEnvironmentVariable('Path','Machine')
This means all the User specific path variable entries are missing subsequently including all following resources.
To Reproduce
Use "cChocoPackageInstaller" with "PsDscRunAsCredential":
Expected behavior
The Path Variable should be set correctly if it has to be refreshed
From here:
"The Path is constructed from the system path, which can be viewed in the System Environment Variables field in the System dialog box. The User path is appended to the system path."
Software (please complete the following information):
cChoco 2.5.0.0
The text was updated successfully, but these errors were encountered:
Path variable is corrupted if PsDscRunAsCredential is used
Hi,
i am installing packages under a specific Account using "PsDscRunAsCredential".
Unfortunately during the package installation process the the $env:Path variable is reset to only the "Machine" Path Variables by:
$env:Path = [Environment]::GetEnvironmentVariable('Path','Machine')
This means all the User specific path variable entries are missing subsequently including all following resources.
To Reproduce
Use "cChocoPackageInstaller" with "PsDscRunAsCredential":
Expected behavior
The Path Variable should be set correctly if it has to be refreshed
From here:
"The Path is constructed from the system path, which can be viewed in the System Environment Variables field in the System dialog box. The User path is appended to the system path."
Software (please complete the following information):
The text was updated successfully, but these errors were encountered: