Possibly linux@lemmy.zip to Linux@lemmy.mlEnglish · edit-26 months agoTL;DR You can manage Linux Machines with group policydmulder.github.ioexternal-linkmessage-square43fedilinkarrow-up1111arrow-down16file-text
arrow-up1105arrow-down1external-linkTL;DR You can manage Linux Machines with group policydmulder.github.ioPossibly linux@lemmy.zip to Linux@lemmy.mlEnglish · edit-26 months agomessage-square43fedilinkfile-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-26 months 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}