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
This commit is contained in:
2026-05-26 21:58:07 -07:00
parent e828dacdbd
commit f844054847
8 changed files with 1764 additions and 1954 deletions

View File

@@ -0,0 +1,27 @@
@{
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'
}
}
}