One question for you is here ;) I have this function: function Set-DbFile { param( [Parameter(ValueFromPipeline=$true)]
I am creating a module that depends on several other mo开发者_如何学Godules that I need loaded into the global environment. I tried creating a script and using ScriptsToProcess to import the modules,
Is there a way to use modules that were imported in a local session in a remote session? I looked at import-pssession, but I don\'t know how to get the local session. Here\'s a sample of what I want t