Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8934189
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:43:30+00:00 2026-06-15T09:43:30+00:00

I have imported module ModuleFoo.psm1 to my script: ModuleBar.ps1 And I call a method

  • 0

I have imported module “ModuleFoo.psm1” to my script: “ModuleBar.ps1”

And I call a method which is in the imported module that does dot sourcing to function BarFunction.ps1:

function Dot-SourceBarFunction()
{
. "\BarFunction.ps1"
}

Can I make this BarFunction.ps1 accessible from the parent scope that is : ModuleBar.ps1?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T09:43:31+00:00Added an answer on June 15, 2026 at 9:43 am

    This should just work e.g.:

    -- Outer.ps1 --
    Import-Module $PSScriptRoot\module.psm1
    Get-Foo
    
    
    -- Module.psm1 --
    . $PSScriptRoot\inner.ps1
    
    
    -- Inner.ps1 --
    function Get-Foo {
        "$($MyInvocation.MyCommand.Name) called"
    }
    

    This outputs Get-Foo called. Functions default to public visibility in modules so when you dot-source the script that pulls in functions within a module, those are automatically made public.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following method in a module that calls another method imported from
If I have imported moduleFoo to my script in which there is a function
I have the following python code which in my opinion behaves strangely: Imported module:
I have a little module that creates a window (program1). I've imported this into
i have imported a c++ native dll method in c#. below is how the
I have imported a JSF/Facelets project from SVN into Netbeans. Any change which I
I have imported my database by script from live site to my local server.
I have some python module, that I import as: from mygraph.draw import pixel The
In Python, once I have imported a module X in an interpreter session using
Im my Python file, I have imported the win32gui module like this: import win32gui

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.