struct(data): sample XML list of computers
This commit is contained in:
parent
10b0bfbdfa
commit
abcbdb274d
15
computerList.xml
Normal file
15
computerList.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user