FileHashIntel

MSFT_WaitForSome.psm1

1 distinct file content recorded under this name ยท 251 Windows records

Hashes for this file

8468b18057c3c04fa429e2be4a0efec159b412a83c5b35f4ad84317194819701

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.