ps/Modules/Alkami.PowerShell.Services/Alkami.PowerShell.Services.psd1
2023-05-30 22:51:22 -07:00

14 lines
2.0 KiB
PowerShell

@{
RootModule = 'Alkami.PowerShell.Services.psm1'
ModuleVersion = '3.23.2'
GUID = 'a1d890c2-3b78-41fe-8c2c-59d93f310cb9'
Author = 'cbrand'
CompanyName = 'Alkami Technologies, Inc.'
Copyright = '(c) 2018 Alkami Technologies, Inc. All rights reserved.'
Description = 'A set of functions for managing Windows Services.'
PowerShellVersion = '5.0'
RequiredModules = 'Alkami.PowerShell.Common', 'Alkami.PowerShell.AD', 'Alkami.PowerShell.Configuration'
FunctionsToExport = 'Clear-GMSAPasswords','Disable-Nag','Disable-Radium','Disable-Service','Enable-Nag','Enable-Radium','Enable-Service','Get-AlkamiServices','Get-AppTierServices','Get-ChocolateyServices','Get-ChocolateyServicesToStart','Get-FileBeatsService','Get-FileBeatsServicePaths','Get-NagTriggersCount','Get-ProcessFromService','Get-ServiceByChocoName','Get-ServiceInfoByCIMFragment','Get-ServiceNamesByFragment','Get-ServiceStartupFailuresFromEventLog','Get-ServicesToStart','Get-ServicesToStop','Get-WindowsServiceApplicationName','Get-WindowsServiceApplicationPath','Grant-UserLogonAsServiceRights','Grant-UserStartStopRightsToService','Install-AlkamiService','Install-LegacyMicroservice','Invoke-SCExe','Invoke-ServiceInstall','Invoke-TopshelfPath','New-AppTierWindowsServices','Ping-AlkamiServices','Restart-Nag','Set-ChocolateyPackageNewRelicState','Set-DotNetCoreProfiling','Set-ServiceAccountManagedState','Set-ServiceRecoveryOneRestart','Set-WindowsServiceExecutionAccount','Start-AlkamiService','Start-DependentServices','Start-FileBeatsService','Start-ServicesChocolateyOnly','Start-ServicesInParallel','Start-ServicesOnly','Stop-AlkamiService','Stop-ServicesChocolateyOnly','Stop-ServicesInParallel','Stop-ServicesOnly','Test-AreCriticalNagJobsRunning','Test-IsNagRunning','Test-IsNagServer','Test-NagService','Test-NagTriggers','Test-RadiumMetaData','Test-RadiumService','Uninstall-AlkamiService','Uninstall-LegacyMicroservice'
AliasesToExport = 'Create-AppTierWindowsServices'
}