FileHashIntel

VirtualDesktopCollectionProperties.psm1

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

Hashes for this file

0ac40bda828ffaf9e21241f5aca8182ab9623a4d501260563bc38d5cd2f8586d

125b4ef08f92609d25b057043ab2354186d833268b7fd2df368a0aba072502e6

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.