-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDSG.json
17 lines (17 loc) · 917 Bytes
/
DSG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{
"DSGDN": "CN=Domain Clients,OU=Computers,OU=Security,OU=Groups,OU=Assets and Enterprise Management,OU=Enterprise,DC=SECURITY,DC=LOCAL",
"OUDNList": [
"OU=Computers,OU=Resources,DC=SECURITY,DC=LOCAL"
],
"searchFilter": "(&(objectCategory=computer)(!(operatingSystem=*server*))(!(userAccountControl:1.2.840.113556.1.4.803:=8192))(!(userAccountControl:1.2.840.113556.1.4.803:=2)))"
},
{
"DSGDN": "CN=Member Servers,OU=Computers,OU=Security,OU=Groups,OU=Assets and Enterprise Management,OU=Enterprise,DC=SECURITY,DC=LOCAL",
"OUDNList": [
"OU=Member Servers,OU=Assets and Enterprise Management,OU=Enterprise,DC=SECURITY,DC=LOCAL",
"OU=Member Servers,OU=Business Processes,OU=Enterprise,DC=SECURITY,DC=LOCAL"
],
"searchFilter": "(&(objectCategory=computer)(operatingSystem=*server*)(!(userAccountControl:1.2.840.113556.1.4.803:=8192))(!(userAccountControl:1.2.840.113556.1.4.803:=2)))"
}
]