Sorted exports into alphabetical order
This commit is contained in:
parent
f645f61607
commit
ed60b51f0a
|
|
@ -23,26 +23,26 @@ PowerShellVersion = '2.0'
|
||||||
|
|
||||||
# Functions to export from this module
|
# Functions to export from this module
|
||||||
FunctionsToExport = @(
|
FunctionsToExport = @(
|
||||||
'Get-ServiceUnquoted',
|
|
||||||
'Get-ServiceFilePermission',
|
|
||||||
'Get-ServicePermission',
|
|
||||||
'Get-ServiceDetail',
|
|
||||||
'Invoke-ServiceAbuse',
|
|
||||||
'Write-ServiceBinary',
|
|
||||||
'Install-ServiceBinary',
|
|
||||||
'Restore-ServiceBinary',
|
|
||||||
'Find-DLLHijack',
|
'Find-DLLHijack',
|
||||||
'Find-PathHijack',
|
'Find-PathHijack',
|
||||||
'Write-HijackDll',
|
'Get-ApplicationHost',
|
||||||
'Get-RegAlwaysInstallElevated',
|
'Get-RegAlwaysInstallElevated',
|
||||||
'Get-RegAutoLogon',
|
'Get-RegAutoLogon',
|
||||||
|
'Get-ServiceDetail',
|
||||||
|
'Get-ServiceFilePermission',
|
||||||
|
'Get-ServicePermission',
|
||||||
|
'Get-ServiceUnquoted',
|
||||||
|
'Get-UnattendedInstallFile',
|
||||||
'Get-VulnAutoRun',
|
'Get-VulnAutoRun',
|
||||||
'Get-VulnSchTask',
|
'Get-VulnSchTask',
|
||||||
'Get-UnattendedInstallFile',
|
|
||||||
'Get-Webconfig',
|
'Get-Webconfig',
|
||||||
'Get-ApplicationHost',
|
'Install-ServiceBinary',
|
||||||
'Write-UserAddMSI',
|
'Invoke-AllChecks',
|
||||||
'Invoke-AllChecks'
|
'Invoke-ServiceAbuse',
|
||||||
|
'Restore-ServiceBinary',
|
||||||
|
'Write-HijackDll',
|
||||||
|
'Write-ServiceBinary',
|
||||||
|
'Write-UserAddMSI'
|
||||||
)
|
)
|
||||||
|
|
||||||
# List of all files packaged with this module
|
# List of all files packaged with this module
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue