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

Install-PSResource: The signature for 'Microsoft.Graph.Beta' is 'NotSigned. #2801

Open
danielniccoli opened this issue Jun 19, 2024 · 1 comment

Comments

@danielniccoli
Copy link

danielniccoli commented Jun 19, 2024

Describe the bug

PS C:\> find-Module Microsoft.Graph.Beta

Name                 Version Prerelease Repository Description
----                 ------- ---------- ---------- -----------
Microsoft.Graph.Beta 2.19.0             PSGallery  Microsoft Graph PowerShell module

PS C:\> Install-Module Microsoft.Graph.Beta
Install-PSResource: The signature for 'Microsoft.Graph.Beta' is 'NotSigned.
Install-PSResource: Package(s) 'Microsoft.Graph.Beta' could not be installed from repository 'PSGallery'.

Expected behavior

Installs the module

How to reproduce

PS C:\> find-Module Microsoft.Graph.Beta

Name                 Version Prerelease Repository Description
----                 ------- ---------- ---------- -----------
Microsoft.Graph.Beta 2.19.0             PSGallery  Microsoft Graph PowerShell module

PS C:\> Install-Module Microsoft.Graph.Beta
Install-PSResource: The signature for 'Microsoft.Graph.Beta' is 'NotSigned.
Install-PSResource: Package(s) 'Microsoft.Graph.Beta' could not be installed from repository 'PSGallery'.

SDK Version

2.19.0

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_
@danielniccoli danielniccoli added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Jun 19, 2024
@rbarbrow
Copy link

I get the same error with just install-module Microsoft.Graph

"Install-PSResource: The signature for 'Microsoft.Graph' is 'NotSigned.
Install-PSResource: Package(s) 'Microsoft.Graph' could not be installed from repository 'PSGallery'."

@timayabi2020 timayabi2020 added Status: Needs Investigation and removed status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants