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:
27
projects/msp-tools/guru-scan/GuruScan.psd1
Normal file
27
projects/msp-tools/guru-scan/GuruScan.psd1
Normal 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'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user