jsalatiel

Results 78 comments of jsalatiel

I was able to make it work by using this: ``` Function Get-PrincipalGroups { Param ($identity, $args_extra) try{ # $groups = Get-ADPrincipalGroupMembership -Identity $identity @args_extra -ErrorAction Stop $groups = Get-ADUser...

I have no idea why it works. Just tried from another comment.

Unfortunately I can not do any of those. Should I just close this?

I was able to make the module work as expected by replacing that cmdlet as mentioned on https://github.com/ansible-collections/community.windows/issues/116 ``` Function Get-PrincipalGroups { Param ($identity, $args_extra) try{ # $groups = Get-ADPrincipalGroupMembership...

Facing the same problem here. If you run the default example on the documentation it will fail on the second run complaining about a duplicated mapper that it was created...

Why can't the AP just be created with root_no_squash?

Thank you very much. It worked! Would you know how much entries I can have on the same block? Is there any string limitation? k8s.cluster:53 a:53 b:53 c:53 d:53 e:53...

Are you telling me that , in dropbox, if i use 'selective sync' it will sync the files from the root of parent directory ? Its been a while since...