Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Silk
0.2.0
Functions/Get-ModuleVersion.ps1
function
Get-ModuleVersion
{
param
(
[
Parameter
(
Mandatory
=
$true
)
]
[string]
# The path to the module's manifest.
$ManifestPath
)
Set-StrictMode
-Version
'Latest'
}