Raimund Andrée
Raimund Andrée
I have merged the latest changed but the build is failing again with errors that are not related to my change. Is the build working at all at the moment?
@johlju, I have tried to get it working but Plaster cannot handle subexpressions. I have removed them and added a comment. Does that work?
Sure @johlju, the documentation has been updated.
@dlwyatt, can we move this repo to the DSC Community so we can maintain it there?
Yes, for GitHub it is https://github.com/dsccommunity. I am currently working on the project and move it to [Sampler](https://github.com/gaelcolas/Sampler).
@dlwyatt, @gaelcolas, can we move this module to the DSC Community and add a pipeline in AzDo? The changes to support PowerShell 7 are in https://github.com/raandree/ProtectedData/tree/test/ps7-2.
@RobRGitHub, sorry, I didn't take care about this project for quite a while. Do you still have this issue or are interested to solve it? Then I would like to...
Do you work on a nun en-us workstation? Meaning, does the BUILTIN\Administrators group has a different name on the machine the code runs on?
What NTFSSecurty does internally is to convert the username into an object of type[Security2.IdentityReference2] that stores the username plus the SID. Does the following command work when hitting the error?...
I am unable to repro this, I do not have access to a NetApp filer. I can add additional debug logging to the cmdlets to help tackle this. Would you...