Raimund Andrée [MSFT]

Results 81 comments of Raimund Andrée [MSFT]

This problem caused us a lot of trouble, and in the [DscWorkshop] (https://github.com/dsccommunity/DscWorkshop) we had to introduce a number of checks and workarounds to prevent DSC from detecting the duplicates.

Sorry for the very late reply. I have tried to repro this and could not. I was be able to copy the respective permissions from a standard Windows folder and...

This project seems to be no longer maintained. You might want to take a look at @aldrichtr's work: https://github.com/aldrichtr/infraspective.

The issue happens in `Get-Psm1SchemaName` when calling `$ast.FindAll`. The parser fails with this error: ``` System.IO.DirectoryNotFoundException: Unable to find DSC schema store at /etc/opt/omi/conf/dsc/configuration. Please ensure PS DSC for Linux...

Right, the commands are invoked in the context of the currently logged on user. @mwtrigg's idea would work if NTFSSecurity used the PowerShell providers. But one purpose of the module...

Unfortunately, I cannot reproduce the behavior. When cleaning the ACL on a local and remote folder and adding 3 ACEs, it looks as expected: ```powershell $d1 = mkdir -Path \\dscdo01\Artifacts\Test...

Thanks @mwtrigg for your input which is all correct. There is a method that helps doing the conversion. This code can also be used in a Where-Object filter. ``` powershell...

Sorry for the very late reply. Actually, the auditing settings should be inherited and not set explicitly. So you can use ```Clear-NTFSAudit``` to get rid of the current settings and...

Effective access is constructed using the explicit and implicit permissions on a file or folder. The inheritance has an impact on the result but the result itself has no inheritance...