Advertisement
Guest User

query_data

a guest
Mar 4th, 2025
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. {
  2. "results": [
  3. {
  4. "item": {
  5. "group": "AD Group Name 1",
  6. "ou": "OU=AD Group Name 1,OU=Location,DC=domain,DC=org"
  7. },
  8. "objects": [
  9. {
  10. "DistinguishedName": "CN=01,OU=AD Group Name 1,OU=Location,DC=domain,DC=org",
  11. "Name": "01",
  12. "ObjectClass": "computer",
  13. "ObjectGUID": "b104d63c-caee-4e51-8836-3cd91c0d417c"
  14. },
  15. {
  16. "DistinguishedName": "CN=02,OU=AD Group Name 1,OU=Location,DC=domain,DC=org",
  17. "Name": "02",
  18. "ObjectClass": "computer",
  19. "ObjectGUID": "4660ad9e-ba88-404c-9c86-da53c141a8bf"
  20. },
  21. {
  22. "DistinguishedName": "CN=03,OU=AD Group Name 1,OU=Location,DC=domain,DC=org",
  23. "Name": "03",
  24. "ObjectClass": "computer",
  25. "ObjectGUID": "a4b6b655-e0d8-41a2-961f-a6996a1dc94d"
  26. },
  27. {
  28. "DistinguishedName": "CN=04,OU=AD Group Name 1,OU=Location,DC=domain,DC=org",
  29. "Name": "04",
  30. "ObjectClass": "computer",
  31. "ObjectGUID": "1714940e-b5ee-4381-a852-32b9e9ede3da"
  32. },
  33. {
  34. "DistinguishedName": "CN=05,OU=AD Group Name 1,OU=Location,DC=domain,DC=org",
  35. "Name": "05",
  36. "ObjectClass": "computer",
  37. "ObjectGUID": "95a83a87-7704-4fe1-bd2f-1eef54f2b81b"
  38. }
  39. ]
  40. },
  41. {
  42. "item": {
  43. "group": "AD Group Name 2",
  44. "ou": "OU=AD Group Name 2,OU=Location,DC=domain,DC=org"
  45. },
  46. "objects": [
  47. {
  48. "DistinguishedName": "CN=06,OU=AD Group Name 2,OU=Location,DC=domain,DC=org",
  49. "Name": "06",
  50. "ObjectClass": "computer",
  51. "ObjectGUID": "07da810f-f128-45b7-8728-a060a2c06e96"
  52. },
  53. {
  54. "DistinguishedName": "CN=07,OU=AD Group Name 2,OU=Location,DC=domain,DC=org",
  55. "Name": "07",
  56. "ObjectClass": "computer",
  57. "ObjectGUID": "6ab703e8-43a1-46d7-9e47-914a627728f9"
  58. },
  59. {
  60. "DistinguishedName": "CN=08,OU=AD Group Name 2,OU=Location,DC=domain,DC=org",
  61. "Name": "08",
  62. "ObjectClass": "computer",
  63. "ObjectGUID": "1dbdd4ce-2988-46bb-9768-c8d18f08872d"
  64. },
  65. {
  66. "DistinguishedName": "CN=09,OU=AD Group Name 2,OU=Location,DC=domain,DC=org",
  67. "Name": "09",
  68. "ObjectClass": "computer",
  69. "ObjectGUID": "6b4d8e69-014a-410e-993b-82f505e4e3f3"
  70. },
  71. {
  72. "DistinguishedName": "CN=10,OU=AD Group Name 2,OU=Location,DC=domain,DC=org",
  73. "Name": "10",
  74. "ObjectClass": "computer",
  75. "ObjectGUID": "95a83a87-7704-4fe1-bd2f-1eef54f2b81b"
  76. }
  77. ]
  78. }
  79. ]
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement