Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardening issues on PSM in secure environment #99

Open
crbrodie opened this issue Oct 27, 2020 · 0 comments
Open

Hardening issues on PSM in secure environment #99

crbrodie opened this issue Oct 27, 2020 · 0 comments

Comments

@crbrodie
Copy link

PSM Hardening fails when setting ACLs on the C drive, I was able to get around this by making it a non terminating error by altering the code in C:\program files (x86)\CyberArk\PSM\hardening\psmhardening.ps1, replacing "cacls $path /E /R $account" with "cacls $path /E /R $account /C"

Hardening got past the terminating error, but would sometimes turn off the services netlogin and workstation services on the PSMit was running against, which would cause login and remoting issues until discovered and turned back on.

The environment is Airgapped Windows 2016 servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant