The apply button of the PowerShell security descriptor dialog does not work as expected - Set-PSSessionConfiguration -ShowSecurityDescriptorUI -Name Microsoft.PowerShell
When running the following command to modify the PowerShell security descriptor
Set-PSSessionConfiguration -ShowSecurityDescriptorUI -Name Microsoft.PowerShell
The following dialog is displayed.
Be aware that clicking the Apply button does not apply the security setting until either the OK or cancel button is clicked.
This behaviour can give confusing results when testing the access control lists.
Set-PSSessionConfiguration -ShowSecurityDescriptorUI -Name Microsoft.PowerShell
The following dialog is displayed.
Be aware that clicking the Apply button does not apply the security setting until either the OK or cancel button is clicked.
This behaviour can give confusing results when testing the access control lists.
Comments
Post a Comment