bdanse
bdanse
Since this issue is still open are there alternative solutions for this issue? If not could someone point me in the right direction with regards to the IPv6 link local...
> I just noticed similar issues were opened in the other 2 resource repos we released today. I think the above suggest applies equally well to all of them so...
Sorry, with source I meant the .pol, .csv and .inf. These need to be in a trusted location. Since it will be used to compare the destination file on the...
Yeah, I can work with this. An would greatly help to include this in the examples for others. Case closed :) Thank you for the help.
Safer solution might be to pickup username with `$Credential.GetNetworkCredential().UserName` this will only have the username. and not domain part if this was supplied in the credential object. https://github.com/dsccommunity/ComputerManagementDsc/blob/438d2c29a938f1c4e2b5a1e916bd6205fd950c13/source/DSCResources/DSC_Computer/DSC_Computer.psm1#L733C1-L742C37 ` $params...
I have been digging into the classes you mentioned. and LocalGroup contains the exact pattern you advice. To get a clear understanding of how it all flows back and forth...
Thank you for you patience and explanation. I have made a little concept module. [here](https://github.com/bdanse/ConditionalGC) 2 classes : DscClass : works as one would expect from a DSC resource. GC_DscClass:...