You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the public function files have diffrent names then the functions so you cant export those functions with export-modulemember -function $_.basename. Please renamre the .ps1 files so that they match the function name.
the private functions are not imported in the current shell so you have to dotsource the private .ps1 files in your script that calls that functions.
you are not able to call a private function "Get-MyDemoMessage" outside of your module in MyScript_callingModule.ps1
The text was updated successfully, but these errors were encountered:
this isn´t working.
the public function files have diffrent names then the functions so you cant export those functions with export-modulemember -function $_.basename. Please renamre the .ps1 files so that they match the function name.
the private functions are not imported in the current shell so you have to dotsource the private .ps1 files in your script that calls that functions.
you are not able to call a private function "Get-MyDemoMessage" outside of your module in MyScript_callingModule.ps1
The text was updated successfully, but these errors were encountered: