Link to home
Start Free TrialLog in
Avatar of MichaelSparks
MichaelSparksFlag for United States of America

asked on

IPv6 group policy setting for privacy and address randomization

Our campus network requires we set two options on Windows computers for IPv6 using netsh:

netsh interface IPV6 set global randomizeidentifier=disabled store=persistent
netsh interface IPV6 set privacy state=disable store=persistent

I want to propagate this by group policy but would prefer not to have it as a startup script because it really only needs to be run once, not as added baggage to each and every boot. There are several IPv6 settings available in group policy, but these two are not among them.

Does anyone know where these settings are stored or any good way to propagate these settings? I'm hoping to be able to push a registry entry or something like that.
ASKER CERTIFIED SOLUTION
Avatar of IPv6Guy
IPv6Guy
Flag of Afghanistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MichaelSparks

ASKER

I haven't heard of NSI before, what is that?
Network Store Interface; it's an internal array for interface configuration. I shouldn't have mentioned it; it's not publicly available.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Helpful info that there is no other way than netsh to change those settings, but didn't answer the question of how to propagate the setting using AD.