Possibly linux@lemmy.zip to Linux@lemmy.mlEnglish · edit-21 year agoTL;DR You can manage Linux Machines with group policydmulder.github.ioexternal-linkmessage-square17fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1external-linkTL;DR You can manage Linux Machines with group policydmulder.github.ioPossibly linux@lemmy.zip to Linux@lemmy.mlEnglish · edit-21 year agomessage-square17fedilinkfile-text
I just though I’d share Edit: I’m not sure if this actually works. All else fails fall back to Ansible
minus-squarecheet@infosec.publinkfedilinkarrow-up1·edit-21 year agoI think you could boil it down to something like Set-ADUser bob -otherattributes {uidNumber=1005, gidNumber=1005}
I think you could boil it down to something like
Set-ADUser bob -otherattributes {uidNumber=1005, gidNumber=1005}