Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolving PowerShell Module Import Error for FabricPS-PBIP #305

Open
MVankudoth opened this issue Oct 17, 2024 · 0 comments
Open

Resolving PowerShell Module Import Error for FabricPS-PBIP #305

MVankudoth opened this issue Oct 17, 2024 · 0 comments

Comments

@MVankudoth
Copy link

I am trying to use the modules FabricPS-PBIP.psd1 and FabricPS-PBIP.psm1 to deploy .pbip files. I have installed PowerShell 7.2 and downloaded the module, placing it in C:\Program Files\PowerShell\7-preview\Modules\FabricPS-PBIP.

However, when I attempt to import the module, I receive the following error:

PS C:\Users\MVankudoth> Import-Module -Name "C:\Program Files\PowerShell\7-preview\Modules\FabricPS-PBIP" -Verbose
VERBOSE: Loading module from path 'C:\Program Files\PowerShell\7-preview\Modules\FabricPS-PBIP\FabricPS-PBIP.psd1'.
VERBOSE: Loading module from path 'C:\Program Files\PowerShell\7-preview\Modules\FabricPS-PBIP\FabricPS-PBIP.psm1'.
Import-Module: File C:\Program Files\PowerShell\7-preview\Modules\FabricPS-PBIP\FabricPS-PBIP.psm1 cannot be loaded. The file C:\Program Files\PowerShell\7-preview\Modules\FabricPS-PBIP\FabricPS-PBIP.psm1 is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170.

Can you please assist me in resolving this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant