hi all,

made a new group on AD but when i do this on the computer in question in cmd

whoami /groups | findstr /i somegroup

it doesnt show that im a member of the group, where as on other computers i login as me and do the same command and it does show

how do i update/sync this computer please to show the new group

thanks,
rob

3 Spice ups

Have you ran gpupdate/force yet? Log off/back on? What’s your domain sync schedule?

Group membership updates on logon unless you manually clear your tickets. If you open a normal cmd prompt (don’t run as administrator) and run

klist purge

Then it would cause you to get a new ticket with updated group membership without having to logoff and back on.

If it’s computer membership

klist -li 0x3e7 purge
gpupdate /force
2 Spice ups