Files
claudetools/projects/msp-tools/guru-scan/GuruScan.psd1
Howard Enos f844054847 sync: auto-sync from HOWARD-HOME at 2026-05-26 21:58:00
Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-05-26 21:58:00
2026-05-26 21:58:09 -07:00

28 lines
811 B
PowerShell

@{
RootModule = 'GuruScan.psm1'
ModuleVersion = '1.0.0'
GUID = 'a3f2c1d4-8e5b-4a7f-9c2e-1b3d5f7a9e0c'
Author = 'Arizona Computer Guru'
CompanyName = 'Arizona Computer Guru LLC'
Description = 'Multi-engine malware scan orchestrator for GuruRMM'
PowerShellVersion = '5.1'
FunctionsToExport = @(
'Invoke-GuruScan',
'Invoke-Remediation',
'Get-ScanSummary',
'Invoke-PostRebootCleanup'
)
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
PrivateData = @{
PSData = @{
Tags = @('malware', 'scanner', 'remediation', 'msp', 'security')
ProjectUri = 'https://git.azcomputerguru.com/azcomputerguru/claudetools'
}
}
}