Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
OSD
25.4.20.4
Public/module/Get-OSDModulePath.ps1
function
Get-OSDModulePath
{
[
CmdletBinding
(
)
]
param
(
)
return
$MyInvocation
.
MyCommand
.
Module
.
ModuleBase
}