private/module/Get-OSDWorkspaceModulePath.ps1
function Get-OSDWorkspaceModulePath { [CmdletBinding()] param () return $MyInvocation.MyCommand.Module.ModuleBase } |
function Get-OSDWorkspaceModulePath { [CmdletBinding()] param () return $MyInvocation.MyCommand.Module.ModuleBase } |