VirtualDesktopCollectionProperties.psm1
2 distinct file contents recorded under this name ยท 68 Windows records
Hashes for this file
0ac40bda828ffaf9e21241f5aca8182ab9623a4d501260563bc38d5cd2f8586d
- KB4509479 Windows 10 version 1809
- KB4512534 Windows 10 version 1809
- KB4520062 Windows 10 version 1809
- KB4534321 Windows 10 version 1809
- KB4537818 Windows 10 version 1809
- KB4541331 Windows 10 version 1809
- KB4550969 Windows 10 version 1809
- KB4554354 Windows 10 version 1809
- KB4559003 Windows 10 version 1809
- KB4571748 Windows 10 version 1809
- KB4586839 Windows 10 version 1809
- KB4598296 Windows 10 version 1809
- and 20 more updates
125b4ef08f92609d25b057043ab2354186d833268b7fd2df368a0aba072502e6
- KB3206632 Windows 10 version 1607
- KB3216755 Windows 10 version 1607
- KB4038801 Windows 10 version 1607
- KB4039396 Windows 10 version 1607
- KB4093120 Windows 10 version 1607
- KB4103720 Windows 10 version 1607
- KB4493470 Windows 10 version 1607
- KB4534307 Windows 10 version 1607
- KB4537806 Windows 10 version 1607
- KB4550947 Windows 10 version 1607
- KB5037423 Windows 10 version 1607
- KB5046612 Windows 10 version 1607
- and 23 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.