BootEventCollector.psm1
2 distinct file contents recorded under this name ยท 36 Windows records
Hashes for this file
cde8ba91ab7a2e8cab2721a7a9d542ec94afb6ca931e48f8a9e49a5adf20c00b
- KB3206632 Windows 10 version 1607
- KB3213522 Windows 10 version 1607
- KB3216755 Windows 10 version 1607
- KB4550947 Windows 10 version 1607
- KB5037423 Windows 10 version 1607
- KB5046612 Windows 10 version 1607
- KB5048671 Windows 10 version 1607
- KB5049993 Windows 10 version 1607
- KB5052006 Windows 10 version 1607
- KB5053594 Windows 10 version 1607
- KB5055521 Windows 10 version 1607
- KB5058383 Windows 10 version 1607
- and 17 more updates
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.