Good morning,
I'm trying to figure out how to apply a concatenated icacls command as part of a task sequence to enable inheritance on two files. Here's the command below:
icacls "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config" /inheritance:e & icacls "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config" /inheritance:e
I tried inputting this same command as part of a task sequence but it did not work.
Any and all help is appreciated.