PowerShellEmpire / PowerTools

PowerTools is a collection of PowerShell projects with a focus on offensive operations.
Other
2.03k stars 817 forks source link

Get-UnattendedInstallFiles looking for incorrect filename #53

Closed ImAnEnabler closed 8 years ago

ImAnEnabler commented 8 years ago

Get-UnattendedInstallFiles is looking for unattended.xml, but Microsoft documentation says this should be unattend.xml

https://technet.microsoft.com/en-us/library/cc749415(WS.10).aspx

leechristensen commented 8 years ago

FWIW, I've got an open pull request that just checks for both (as well as other missing unattend.xml locations)

HarmJ0y commented 8 years ago

Merged now, should be good. Apologies for the delay :)