MSFT_NetAdapterQos.Format.Helper.psm1
1 distinct file content recorded under this name ยท 306 Windows records
Hashes for this file
d2887f2d82d8593cbe47b4ddf25db6bfe60fa05da458d3f1170b8e02e2b402af
- 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
- KB4345455 Windows 10 version 1507
- KB4462939 Windows 10 version 1703
- KB4467699 Windows 10 version 1703
- KB4480959 Windows 10 version 1703
- and 140 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.