Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSHTML
0.6.1
Functions/Private/Get-ModuleRoot.ps1
Function
Get-ModuleRoot
{
[
CmdletBinding
(
)
]
Param
(
)
return
$MyInvocation
.
MyCommand
.
Module
.
ModuleBase
}