Sorted exports into alphabetical order

This commit is contained in:
Stuart Morgan 2015-12-29 14:06:06 +00:00
parent f645f61607
commit ed60b51f0a
1 changed files with 13 additions and 13 deletions

View File

@ -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