FileHashIntel

MSFT_GroupResource.psm1

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

Hashes for this file

4614034b07246b4ad4e1ba3e3c657e19395eba7b6c2111262166695a505515a4

c15d65e36d71b06320e0b85a66ac20ea8663651e6e5c1ac6961fdbbca10f6f97

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.