struct(data): sample XML list of computers

This commit is contained in:
Asif Bacchus 2021-09-04 00:56:59 -06:00
parent 10b0bfbdfa
commit abcbdb274d
1 changed files with 15 additions and 0 deletions

15
computerList.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<db>
<Configuration>
<AlwaysAuthorized>
"ITStaff",
"Administrators",
"Domain Admins"
</AlwaysAuthorized>
</Configuration>
<Computers>
<Computer name="Computer001" mac="AA:1A:2A:3A:4A:01" authorized="any"/>
<Computer name="Computer002" mac="BB:1B:2B:3B:4B:02" authorized="Managers"/>
<Computer name="Computer003" mac="CC:1C:2C:3C:4C:03" authorized="User3"/>
</Computers>
</db>