Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
OSD
24.3.27.1
Private/Get-OSDfolderbase.ps1
function
Get-CurrentModuleBase
{
[
CmdletBinding
(
)
]
[
OutputType
(
[System.String]
)
]
param
(
)
return
$MyInvocation
.
MyCommand
.
Module
.
ModuleBase
}