Test-VMNetConnectivity.psm1
1 distinct file content recorded under this name ยท 28 Windows records
Hashes for this file
c11b152625a5a90cfebaed17ca3b1080cd4d95cdfafd4e7e9a4d6a980956d34e
- KB3206632 Windows 10 version 1607
- KB3216755 Windows 10 version 1607
- KB4550947 Windows 10 version 1607
- KB5037423 Windows 10 version 1607
- KB5046612 Windows 10 version 1607
- KB5048671 Windows 10 version 1607
- KB5049993 Windows 10 version 1607
- KB5052006 Windows 10 version 1607
- KB5053594 Windows 10 version 1607
- KB5055521 Windows 10 version 1607
- KB5058383 Windows 10 version 1607
- KB5058921 Windows 10 version 1607
- and 16 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.