MSFT_GroupResource.psm1
2 distinct file contents recorded under this name ยท 251 Windows records
Hashes for this file
4614034b07246b4ad4e1ba3e3c657e19395eba7b6c2111262166695a505515a4
- KB4038801 Windows 10 version 1607
- KB4039396 Windows 10 version 1607
- 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
- KB4346877 Windows 10 version 1607
- KB4462928 Windows 10 version 1607
- KB4467681 Windows 10 version 1709
- KB4478877 Windows 10 version 1607
- KB4480967 Windows 10 version 1709
- and 67 more updates
c15d65e36d71b06320e0b85a66ac20ea8663651e6e5c1ac6961fdbbca10f6f97
- KB4032695 Windows 10 version 1507
- KB4075199 Windows 10 version 1507
- KB4077735 Windows 10 version 1507
- KB4345455 Windows 10 version 1507
- KB4491101 Windows 10 version 1507
- KB4498375 Windows 10 version 1507
- KB4505051 Windows 10 version 1507
- KB4517276 Windows 10 version 1507
- KB4522009 Windows 10 version 1507
- KB4567518 Windows 10 version 1507
- KB5001631 Windows 10 version 1507
- KB5010789 Windows 10 version 1507
- and 8 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.