Rewrite modules (untested)
This commit is contained in:
parent
b3d3ee6403
commit
eba57e6c8a
53 changed files with 1288 additions and 394 deletions
15
modules.d/GPO_Teredo.conf
Normal file
15
modules.d/GPO_Teredo.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"Name" : "Teredo (GPO)",
|
||||
"Description" : "This module desactivate Teredo pseudo interface like GPO did.",
|
||||
"actions" :
|
||||
[
|
||||
{
|
||||
"_comment" : "Disable Teredo with key controlled by GPO",
|
||||
"action" : "AddRegKey",
|
||||
"path" : "HKLM:\\Software\\Policies\\Microsoft\\Windows\\TCPIP\\v6Transition",
|
||||
"key" : "Teredo_State",
|
||||
"value" : "Disable",
|
||||
"type" : "String"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue