struct: delete sample xml, out of scope for repo

- scope of this repo has been redefined as only cmdlets related to WOL
- this file is inteded for implementation-specific contexts, not
relevant to the cmdlet itself
This commit is contained in:
Asif Bacchus 2021-09-04 18:49:33 -06:00
parent 3592f519a0
commit bc5dfd8a66
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
<?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>