FileHashIntel

BootEventCollector.psm1

2 distinct file contents recorded under this name ยท 36 Windows records

Hashes for this file

c3cad5b46484db9fbc8e97c1ed9f4df02db7fbb0ed89c683d02742f2c249ec6e

cde8ba91ab7a2e8cab2721a7a9d542ec94afb6ca931e48f8a9e49a5adf20c00b

PowerShell script module

A .psm1 file contains a PowerShell script module. The file groups related functions into one unit. The Import-Module command loads the module, and the exported functions become available in the session. A module manifest, a .psd1 file, frequently comes with the module. Modules are the standard method to distribute PowerShell code.