|
|
| Topic |
 |
RE: Stamp ACL onto Directory Tree I had a similar problem with set-acl and square brackets. I tried converting the path to a string first and then passed it as a variable to set-acl, with the path wrapped in quotes. $itempath = $item.FullName.ToString() Set-Acl -path "$itempat ... by radagenais in General PowerShell on 02 Apr 2008 07:54 PM
|
|