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

Error while installing Entra PowerShell Module #1362

Open
paulodero opened this issue Feb 17, 2025 · 0 comments
Open

Error while installing Entra PowerShell Module #1362

paulodero opened this issue Feb 17, 2025 · 0 comments
Labels

Comments

@paulodero
Copy link

paulodero commented Feb 17, 2025

Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue:

  • Make sure you can reproduce this issue using the latest released version of Microsoft.Entra or Microsoft.Entra.Beta.
  • Please search the existing issues to see if there has been a similar issue filed.

Describe the bug

Installing Entra PowerShell module on windows throws an error.

To Reproduce

Steps to reproduce the behavior:

  1. Execute Install-Module -Name Microsoft.Entra -Repository PSGallery -Scope CurrentUser -Force -AllowClobber on windows
  2. Below is the error I'm getting

Install-PSResource: The signature status for 'Microsoft.Graph.Identity.SignIns' file 'Unprotect-SecureString.ps1' is 'NotSigned'. Status message: 'The file C:\Users\<user>\AppData\Local\Temp\b18a0505-132b-490e-852f-bf7de9162d6e\microsoft.graph.identity.signins\2.25.0\utils\Unprotect-SecureString.ps1 is not digitally signed. You cannot run this script on the current system.

Expected behavior

The PowerShell module should be installed successfully.

Debug Output

Image

Module Version

1.0.2

Environment Data

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

No branches or pull requests

1 participant