MSFT_WaitForSome.psm1
1 distinct file content recorded under this name ยท 251 Windows records
Hashes for this file
8468b18057c3c04fa429e2be4a0efec159b412a83c5b35f4ad84317194819701
- KB4032695 Windows 10 version 1507
- KB4038801 Windows 10 version 1607
- KB4039396 Windows 10 version 1607
- KB4075199 Windows 10 version 1507
- KB4077735 Windows 10 version 1507
- KB4093119 Windows 10 version 1607
- KB4093120 Windows 10 version 1607
- KB4103720 Windows 10 version 1607
- KB4343893 Windows 10 version 1709
- KB4345420 Windows 10 version 1709
- KB4345455 Windows 10 version 1507
- KB4346877 Windows 10 version 1607
- and 87 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.